body {
  font-family: 'Open Sans', sans-serif;
  color: #555555;
  margin: 0;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #0a4e36;
}

a:hover {
  color: #499c7f;
  text-decoration: none;
}
.ekozabavka-cookie-btn {
  background-color: #0a4e36;
  border-color: #0a4e36;
}
.ekozabavka-cookie-btn:hover {
  background-color: #499c7f;
  border-color: #499c7f;
}
section {
  max-width: 100vw;
}

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
#header {
  height: 90px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
  box-shadow: 0 4px 10px -3px rgba(191, 191, 191, 0.5);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

@media (max-width: 992px) {
  #header {
    height: 70px;
  }
}
.scrolled-offset {
  margin-top: 90px;
}

@media (max-width: 992px) {
  .scrolled-offset {
    margin-top: 90px;
  }
}
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  color: #151515;
  text-transform: uppercase;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #0a4e36;
}

.mobile-nav-toggle {
  color: #151515;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #151515;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #0a4e36;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

#ekozabavka-hero {
  width: 100vw;
  height: 100vh;
  background: url('../img/header.jpg') no-repeat center;
  background-size: cover;
  position: relative;
}

#ekozabavka-hero::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.67);
  z-index: 1;
}

#ekozabavka-hero .ekozabavka-hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
  z-index: 2;
}

#ekozabavka-hero h1 {
  margin: 0 0 20px 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  color: #fff;
}

#ekozabavka-hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

#ekozabavka-hero p {
  color: #fff;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  max-width: 700px;
}

.btn-get-started {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 30px;
  border-radius: 3px;
  margin: 10px;
  color: #fff;
  background: #0a4e36;
}

#ekozabavka-hero .btn-get-started:hover {
  transition: 0.2s;
  background: #fff;
  color: #0a4e36;
}
.btn-get-started:hover {
  transition: 0.2s;
  background: #fff;
  color: #0a4e36;
  cursor: pointer;
}

@media (min-width: 1024px) {
  #ekozabavka-hero {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #ekozabavka-hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #ekozabavka-hero h2 {
    line-height: 22px;
  }
}
section {
  padding: 20px 0;
  overflow: hidden;
}

.section-bg {
  background-color: whitesmoke;
}

.section-title {
  text-align: center;
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 0;
  color: #151515;
}

.section-title p {
  margin-bottom: 0;
  color: #aeaeae;
}

.image {
  padding: 20px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.content h3 {
  font-weight: 600;
  font-size: 26px;
}

.content p {
  list-style: none;
  padding: 0;
}

.content {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.content p:last-child {
  margin-bottom: 0;
}

.ekozabavka-services .icon-box p {
  font-size: 15px;
  color: #959595;
  margin-left: 60px;
}

.ekozabavka-services .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

.ekozabavka-product .ekozabavka-product-item {
  margin-bottom: 30px;
}

.ekozabavka-product .ekozabavka-product-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}

.ekozabavka-product .ekozabavka-product-wrap::before {
  content: '';
  background: rgba(21, 21, 21, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.ekozabavka-product .ekozabavka-product-wrap .ekozabavka-product-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.ekozabavka-product .ekozabavka-product-wrap .ekozabavka-product-info::before {
  display: block;
  content: '';
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.ekozabavka-product .ekozabavka-product-wrap .ekozabavka-product-info::after {
  display: block;
  content: '';
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.ekozabavka-product .ekozabavka-product-wrap .ekozabavka-product-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.ekozabavka-product .ekozabavka-product-wrap .ekozabavka-product-info p {
  color: #ffffff;
  font-size: 16px;

  padding: 0;
  margin: 0;
}

.ekozabavka-product .ekozabavka-product-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

@media (max-width: 400px) {
  .ekozabavka-product .ekozabavka-product-info::before {
    opacity: 1;
  }
  .ekozabavka-product .ekozabavka-product-info::after {
    opacity: 1;
  }
  .ekozabavka-product .ekozabavka-product-wrap .ekozabavka-product-info p {
    font-size: 14px;
  }
  .ekozabavka-product .ekozabavka-product-wrap::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
  }
  .ekozabavka-product .ekozabavka-product-wrap .ekozabavka-product-info {
    opacity: 1;
  }
}
.ekozabavka-product .ekozabavka-product-wrap:hover .ekozabavka-product-info {
  opacity: 1;
}

.ekozabavka-product .ekozabavka-product-wrap:hover .ekozabavka-product-info::before {
  top: 15px;
  left: 15px;
}

.ekozabavka-product .ekozabavka-product-wrap:hover .ekozabavka-product-info::after {
  bottom: 15px;
  right: 15px;
}

.ekozabavka-order .info {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
}

.ekozabavka-order .info i {
  font-size: 20px;
  color: #dca19d;
  float: left;
  width: 44px;
  height: 44px;
  background: #0a4e36;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.ekozabavka-order .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #151515;
}

.ekozabavka-order .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #484848;
}

.ekozabavka-order .info .email,
.ekozabavka-order .info .phone {
  margin-top: 40px;
}

.ekozabavka-order .info .email:hover i,
.ekozabavka-order .info .address:hover i,
.ekozabavka-order .info .phone:hover i {
  background: #0a4e36;
  color: #fff;
}

.ekozabavka-blog {
  background: linear-gradient(rgba(2, 2, 2, 0.7), rgba(0, 0, 0, 0.7)), url('../img/blog.jpg') fixed center center;
  background-size: cover;
  padding: 60px 0;
}

.ekozabavka-blog p {
  color: #fff;
}

#footer {
  background: url('../img/footer.jpg') center center no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 14px;
  position: relative;
}

#footer::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 1;
}

#footer .footer-top {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 80px 0;
}

#footer .footer-top .footer-logo img {
  height: 80px;
}

#footer .footer-top h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: 'Poppins', sans-serif;
  padding: 30px 0 0 0;
  margin-bottom: 0;
}

#footer .footer-top p {
  font-size: 15;
  font-style: italic;
  margin: 30px 0 0 0;
  padding: 0;
}

#footer .footer-bottom {
  border-top: 1px solid #222222;
  z-index: 2;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  padding-top: 5px;
}

.none {
  display: none;
}

img {
  transform: rotate(180deg);
}

.logo-rotate {
  transform: rotate(360deg);
}

.rotate {
  transform: rotate(180deg);
}
