@import url("../web-fonts/stylesheet.css");
:root {
  --primary-color: #67c011;
  --primary-dark: #47840b;
  --secondary-color: #171717;
  --secondary-dark: #222222;
  --white: #ffffff;
  --primary-text: #222222;
  --secondary-text: #454545;
  --bg-gray: #f1f3f0;
  --box-border: #e9ece7;
  --background-color: #f2f1ed;
  --primary-gradient: linear-gradient(
    260deg,
    rgba(103, 192, 17, 1) 0%,
    rgba(1, 146, 151, 1) 100%
  );
}
html {
  scroll-behavior: smooth !important;
}
body {
  font-family: Plus Jakarta Sans, sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
  z-index: 16772;
}
p {
  font-size: clamp(1rem, 2vw, 1rem);
  font-weight: 500;
  color: var(--secondary-text);
}

/*===================Header Section Start===============*/

footer {
  .top-footer {
    background-color: #041416;
    padding-top: 45px;
    padding-bottom: 45px;

    .footer-head {
      font-size: 20px;
      text-align: left;
      font-weight: 600;
      text-transform: uppercase;
      color: var(--white);
    }
  }
  .bottom-footer {
    background-color: #020c0d;
    padding: 15px 0px;
    p{
      text-align: center;
    color: #fff;
    font-size: 13px;
    }
    a {
      color: var(--white) !important;
    }
    }

  .footer-list-style {
    padding: 0px 0px 0px 10px;
    margin: 0px;
    list-style: none;
  }
  .footer-list-style li {
    font-size: 14px;
    padding: 8px 0px;
    font-weight: 500;
    position: relative;
    padding-left: 15px;
    a {
      text-decoration: none;
      color:var(--white)
    }
}
  .footer-list-style li::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(../images/footer-arrow.webp);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}
.footer-social {
  background: #042a2d;
  color: #fff;
  border-radius: 50% !important;
  text-align: center;
  width: 38px;
  height: 38px;
  line-height: 38px;
  margin: 0 5px;
}
.contact-list {
  padding: 0px 0px 0px 10px;
  margin: 0px;
  list-style: none;
}
.contact-list li {
  font-size: 14px;
  padding: 8px 0px;
  font-weight: 500;
  position: relative;
  a {
    text-decoration: none;
    color:var(--white);
    svg {
      color: var(--primary-color) !important;
                margin-right: 5px;
    }
  }
}
}
