:root {
  --brand: #136517;
  --dark: #212529;
  --white: #ffffff;
}

body {
  font-size: 16px;
  line-height: 1.6;
  color: var(--dark);
  letter-spacing: 1px;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

a {
  text-decoration: none;
  color: var(--dark);
  transition: all 0.4s ease;
}
.fruktivnyk-cookie-btn {
  background-color: var(--dark);
  border-color: var(--dark);
}
.fruktivnyk-cookie-btn:hover {
  background-color: var(--brand);
  border-color: var(--brand);
}
a:hover {
  color: var(--brand);
}

img {
  width: 100%;
}

.fruktivnyk-bg-brand {
  background-color: var(--brand);
}

.fruktivnyk-hero {
  background-image: url("../img/hero.jpg");
  height: 100vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
}

.fruktivnyk-hero::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 34, 46, 0.6);
  z-index: -1;
}

.fruktivnyk-hero h1 {
  letter-spacing: 0px;
  font-weight: 600;
}

.fruktivnyk-hero h6 {
  letter-spacing: 2px;
  font-size: 14px;
}

.btn {
  padding: 12px 32px;
  border-radius: 100px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
}

.btn-brand {
  background-color: var(--brand);
  color: #fff;
}

.btn-brand:hover {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.btn-outline-brand {
  color: var(--brand);
  background: transparent;
  border-color: var(--brand);
}

.btn-outline-brand:hover {
  background-color: var(--brand);
  color: #fff;
}

.navbar {
  transition: background 0.5s ease, padding 0.2s ease;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-dark .navbar-nav .nav-link {
  text-transform: uppercase;
  font-size: 14px;
  transition: all 0.8s ease;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  color: #fff !important;
}

.navbar-dark .navbar-nav .nav-link.active {
  color: var(--brand) !important;
}

section {
  padding-top: 35px;
  padding-bottom: 25px;
}

.intro .fruktivnyk-divider {
  width: 94px;
  height: 2px;
  background-color: var(--brand);
  margin: 18px auto;
}

.intro {
  margin-bottom: 50px;
}

.intro p {
  max-width: 740px;
  margin: auto;
}

.milestone {
  background-image: url("../img/cover1.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
}

.milestone::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 34, 46, 0.5);
  z-index: -1;
}

.counter .h1 {
  color: var(--brand);
}

.counter .number {
  font-size: 44px;
  font-weight: 300;
  line-height: 1;
}

.counter .fruktivnyk-divider {
  width: 40px;
  height: 2px;
  background-color: var(--brand);
  margin: 18px auto;
}

.fruktivnyk-project {
  position: relative;
  overflow: hidden;
}

.fruktivnyk-project-info {
  position: absolute;
  padding: 25px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #136517bc;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  opacity: 0;
  transform: scale(0);
}

.fruktivnyk-project-info p {
  font-size: 15px;
}

@media (max-width: 400px) {
  .fruktivnyk-project-info p {
    font-size: 10px;
  }
}
.fruktivnyk-project:hover .fruktivnyk-project-info {
  opacity: 1;
  transform: scale(1);
}

footer {
  background-color: var(--dark);
  padding-top: 60px;
  padding-bottom: 60px;
}

footer ul {
  list-style: none;
  margin-bottom: 0;
}

footer ul li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

footer ul li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
}

footer .social-links a {
  color: #fff;
  font-size: 24px;
  margin: 0 5px;
}

.fruktivnyk-buy input {
  border: 1px solid rgba(33, 37, 41, 0.4);
  border-radius: 3px;
  margin-bottom: 15px;
  color: #fff;
  outline: none;
  background: rgba(33, 37, 41, 0.4);
}
.fruktivnyk-buy input:hover {
  background: rgba(33, 37, 41, 0.6);
  transition: 0.7s;
}
.fruktivnyk-buy .fruktivnyk-buy-btn {
  background: rgba(33, 37, 41, 0.4);
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}
.fruktivnyk-buy .fruktivnyk-buy-btn p {
  margin: 0 auto;
}
.fruktivnyk-buy .fruktivnyk-buy-btn:hover {
  background: rgba(33, 37, 41, 0.8);
  transition: 0.7s;
}

.hide {
  display: none;
}

img {
  transform: rotate(180deg);
}

.header-pc-ps {
  margin-bottom: 200px;
  background-color: var(--dark);
}
