:root {
  --font-primary: "Archivo", sans-serif;
  --font-secondary: "Open Sans", sans-serif;
  --primary-color: #1c1f26;
  --primary-color-lighter: #f9f7fc;
  --accent: #b7a369;
  --accent2: #b7a369 --accent3: #f0e5fe;
  --border: #e1e1e1;
  --accent-lighter: #222;
  --secondary: #3a5a40;
  --wht: #fff;
  --light-purple: #fbfbfb;
  --footer: #1c1f26;
  --footer-color: #fbfbfb;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: var(--font-secondary);
  background-color: #ffffff;
  color: #444444;
  font-weight: 400;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
}

h1 {
  font-family: var(--font-primary);
  font-size: clamp(19px, 4vw, 20px);
  font-weight: bold;
  color: var(--primary-color);
  position: relative;
  z-index: 99 !important;
  margin: 0px;
}

h2 {
  font-family: var(--font-primary);
  font-size: clamp(30px, 4vw, 42px);
  font-weight: bold;
}

.custom-nav {
  border-bottom: solid 1px var(--border);
  background-color: var(--wht);
  padding: 15px 0px;
}

.wording {
  display: flex;
  flex-direction: column;
  gap: 7px 0px;
}

/*lngt*/

.lngt-wrpper {
  display: flex;
  flex-direction: column;
  gap: 20px 0px;
}
.lngt {
  background: #fff;
  border-radius: 16px;
  padding: 20px 20px;
  border: 1px solid var(--border);
  display: inline-flex;
  align-items: center;
  gap: 20px;
}

.lngt .icon {
  width: 40px;
  height: 40px;
  color: var(--accent);
}

.lngt .icon svg {
  width: 100%;
  height: 100%;
  stroke-width: 1.8;
  color: var(--accent);
}

.lngt h3 {
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--primary-color);
  margin: 0px;
}

/*lngt*/

.flx-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .flx-nav {
    justify-content: center;
    gap: 20px;
  }
}

/* PRM */
.prm {
  background-color: rgba(179, 163, 104, 0.5);
  border: 2px dashed var(--secondary);
  border-radius: 20px;
  padding: 7px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.prm h2 {
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 600;
  color: var(--wht);
  animation: blinkingText 2s infinite;
  margin: 0px;
}

@keyframes blinkingText {
  0% {
    color: var(--wht);
  }
  49% {
    color: var(--wht);
  }
  60% {
    color: transparent;
  }
  99% {
    color: transparent;
  }
  100% {
    color: var(--wht);
  }
}

.prm span {
  color: var(--wht);
  font-size: 18px;
  font-weight: 700;
}
/* PRM */

.logo-wrapper img {
  height: 55px;
}

.logo-wrp {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.logo-wrp img {
  height: 35px;
}

.subline {
  position: relative;
  padding: 0 4px;
  margin: 0 -4px;
  display: inline-block;
}

.subline::before {
  position: absolute;
  bottom: -1px;
  border-radius: 50px;
  left: 0;
  right: 0;
  height: 6px;
  background-color: var(--accent);
  content: "";
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  animation: underline-animation 3s ease-in-out infinite;
}

@keyframes underline-animation {
  0% {
    transform: scaleX(0);
    opacity: 1;
  }
  15% {
    transform: scaleX(1);
  }
  85% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    transform: scaleX(0);
    opacity: 0;
  }
}

.grad {
  background: linear-gradient(180deg, #1c1f26 20%, #3a5a40 100%);
  padding: 50px 0px 0px 0px;
  position: relative;
  /*height: calc(100vh - 20px);*/
}

.grad::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 380px;
  background-image: url("../img/hero-devider.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.liste {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.lst {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.liste i {
  color: var(--accent);
  font-size: 18px;
}

.grad p {
  color: var(--wht);
  font-size: 18px;
}

.grad .elt div {
  z-index: 1;
}

.baseline {
  font-size: 19px;
}

.sub-hd {
  width: 100% !important;
}

.logo {
  height: 50px;
}

.txt-content {
  font-size: 18px;
}

* .img-responsive {
  margin: 0 auto;
}

.navbar-form {
  padding: 2px 0px 0px 0px;
}

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.elt {
  display: flex;
  align-items: center;
  justify-content: center;
}

.reass-card {
  border: 1px solid var(--secondary);
  border-radius: 10px;
  padding: 30px;
  flex-basis: 100%;
}

.reass-card h3 {
  font-weight: 600;
  color: var(--primary-color);
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
  font-size: clamp(21px, 1.3vw, 23px);
}

.reass-card h3:before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 5px;
  background-color: rgba(179, 163, 104, 0.3);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  animation: underline-animation 3s ease-in-out infinite;
}

.reass-card ul {
  color: var(--primary-color);
  font-size: 17px;
  font-family: var(--font-secondary);
}

.reass-card ul i {
  color: var(--accent);
  margin-right: 5px;
}

.reass-flx {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.lt-purple {
  background-color: var(--light-purple);
}

.av-ft {
  color: var(--primary-color);
  font-size: clamp(30px, 4vw, 38px);
  font-weight: bold;
  position: relative;
  z-index: 99 !important;
}

.av-ft ul {
  color: var(--primary-color);
  font-size: 17px;
  line-height: 33px;
  font-weight: 400;
  font-family: var(--font-secondary);
}

.av-ft ul i {
  color: var(--accent);
  margin-right: 5px;
}

/* Block3 */

.mb-50 {
  margin-bottom: 50px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.pd-50 {
  padding: 50px 0px;
}

.light-grey {
  background-color: #f9f9f9;
}

.grn-ic {
  color: #00d9a6;
}

.square-box {
  border: none;
  padding: 30px 15px 30px 15px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 18px 45px 0px rgba(0, 0, 0, 0.14);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-duration: 1.4s;
  animation-delay: 0.3s;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  color: #202020;
}

.square-box:hover {
  transform: translateY(-20px);
  box-shadow: 0px 18px 45px 0px rgba(0, 0, 0, 0.14);
}

.clr-bth {
  margin-bottom: 30px;
}

.ic {
  margin-bottom: 2px;
}

.ic img {
  width: 120px;
  height: auto;
}

.tt1 {
  font-weight: bold;
  font-size: 16px;
}

.navbar-default .navbar-form {
  border: none;
}

.clr {
  clear: both !important;
}

.lh-15 {
  line-height: 1.5em;
}

.fs-15 {
  font-size: 16px;
  line-height: 1.6em;
}

.fs-20 {
  font-size: 17px;
}

.custom-hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 2px solid var(--secondary);
  width: 50px;
}

.prp {
  color: var(--secondary);
}

::-moz-selection {
  background: var(--secondary);
  color: #ffffff;
}

::selection {
  background: var(--secondary);
  color: #ffffff;
}

textarea {
  resize: vertical;
}

footer {
  background-color: var(--footer);
  padding: 30px 0px;
  color: var(--footer-color);
}

footer a,
footer a:hover,
footer a:focus {
  text-decoration: none;
  color: var(--footer-color);
}

.tc {
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  color: white;
  position: absolute;
  top: 45%;
  transform: translateY(-45%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.tc h1 {
  line-height: 1.1em;
  font-size: 55px;
  color: var(--wht);
}
.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.item {
  position: relative;
}
