* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #333333;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 90px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 24px;
}

.wrapper {
  margin: 0 auto;
  width: 90%;
  max-width: 1100px;
}

.flex {
  display: flex;
}

.section-padding {
  padding: 80px 0px;
}

.section-title {
  width: 100%;
  text-align: center;
}
.section-title p {
  margin: 20px 0px 70px;
  width: 100%;
}
.section-title--seccond h2 {
  color: #ffffff;
}

.main-btn {
  padding: 10px 25px;
  background-color: #4AB948;
  color: #ffffff;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}
.main-btn:hover {
  background-color: #AFDC2F;
}

.sec-btn {
  background-color: #ffffff;
  border: 2px solid #4AB948;
  color: #4AB948;
}
.sec-btn:hover {
  background-color: #4AB948;
  color: #ffffff;
}

.third-btn {
  background-color: #ffffff;
}
.third-btn:hover {
  border: 2px solid #333333;
  font-weight: bold;
}

.none {
  display: none;
}

.notification {
  position: fixed;
  align-items: center;
  padding: 12px 24px;
  bottom: -10%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #47bf5b;
  color: white;
  animation: move-top 0.5s linear forwards;
  z-index: 20;
}
.notification i {
  margin-right: 20px;
}
.notification--error {
  background-color: #bf4747;
}

@keyframes move-top {
  0% {
    bottom: -10%;
  }
  100% {
    bottom: 10%;
  }
}
.only-large {
  display: inline;
}

.only-midle {
  display: inline;
}

@media (max-width: 997px) {
  .only-large {
    display: none;
  }
}
@media (max-width: 997px) and (max-width: 768px) {
  .only-midle {
    display: none;
  }
}
nav {
  position: fixed;
  padding: 15px 0px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 999;
}
nav .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav .nav__logo img {
  width: 200px;
}
nav .nav__nav-bar {
  display: flex;
  align-items: center;
}
nav .nav .main-btn {
  margin-left: 20px;
}
nav .nav__nav-element {
  text-decoration: none;
  color: #333333;
  margin: 0px 10px;
  transition: all 0.3s;
}
nav .nav__nav-element:hover {
  font-weight: bold;
}
nav .nav__form {
  background-color: #4AB948;
}
nav .nav__form i {
  padding: 0px 5px 0px 10px;
}
nav .nav__serch-box {
  display: flex;
  flex-direction: column;
  justify-content: start;
  position: absolute;
  background-color: #ffffff;
  width: 200px;
  max-height: 150px;
  overflow: auto;
}
nav .nav__serch-box a {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  width: 100%;
  font-size: 12px;
  text-decoration: none;
  color: #333333;
}
nav .nav__serch-box a:nth-child(odd) {
  background-color: #eaeaea;
}
nav .nav__serch-box img {
  margin-right: 10px;
  height: 20px;
  width: 20px;
}
nav .nav__icons {
  display: none;
  font-size: 30px;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 10;
  color: #333333;
}
nav .nav__icons:hover {
  color: #4AB948;
}

.header {
  position: relative;
  padding: 150px 0px 100px;
  color: #333333;
}
.header__content {
  position: relative;
  text-align: center;
}
.header__content h1 {
  padding: 20px;
  line-height: 110px;
}
.header__content h1 img {
  position: absolute;
  top: -18px;
  left: 18%;
  opacity: 0.8;
}
.header__content p {
  position: relative;
  font-size: 22px;
  margin: 35px 0px;
}
.header__content p img {
  position: absolute;
  width: 30px;
  top: -18px;
  left: 75%;
  opacity: 0.8;
}
.header__element {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.header__element--one {
  width: 60%;
  top: 60%;
  left: 115%;
}
.header__element--two {
  width: 50%;
  top: 130%;
  left: -10%;
  z-index: 10;
}
.header__element--three {
  width: 230px;
  top: 65%;
  left: 90%;
  opacity: 0.9;
  rotate: 30deg;
}
.header__element--for {
  width: 130px;
  top: 80%;
  left: 5%;
  z-index: 10;
}

.dable {
  position: relative;
  overflow: hidden;
}
.dable__bg-motiv {
  position: absolute;
  width: 950px;
  top: 55%;
  right: -15%;
}
.dable__content {
  display: flex;
}
.dable__column {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
.dable__column h1 {
  font-size: 50px;
}
.dable__column--proces {
  flex-direction: row;
  justify-content: start;
}
.dable__column--special {
  padding-left: 50px;
}
.dable__column--special p {
  padding: 5px 0px;
}
.dable__column--img {
  width: 45%;
}
.dable__product-img {
  padding: 40px 80px;
  width: 100%;
}
.dable__four-img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
}
.dable__four-img img {
  width: 100%;
}
.dable__box {
  margin: 10px 0px;
}
.dable__box h2 {
  font-size: 45px;
}
.dable__box img {
  width: 100px;
  margin-top: 10px;
}
.dable__box[type=last] {
  display: flex;
  align-items: center;
}
.dable__box[type=last] p {
  margin: 30px 20px 0px;
  font-weight: bold;
  color: #444444;
}
.dable form {
  margin-top: 10px;
}
.dable form p {
  font-size: 14px;
  margin-bottom: 5px;
}
.dable form input {
  width: 200px;
}
.dable form .sec-btn {
  width: 200px;
}
.dable .icon_link_bar {
  margin-top: 10px;
}
.dable__progres-bar {
  position: relative;
  margin: auto 30px auto 0px;
  height: 90%;
  width: 15px;
  left: 0px;
  top: 0px;
  background-color: #eaeaea;
}
.dable__progres-line {
  width: 100%;
  height: 0%;
  background-color: #4AB948;
  transition: all 0.3s;
}
.dable__progres-img {
  position: relative;
  margin: 0px auto;
  width: 70%;
  height: auto;
}
.dable__element {
  padding: 15px 0px;
  cursor: pointer;
}
.dable__element h4 {
  transition: all 0.3s;
}
.dable__element p {
  margin-top: 10px;
}
.dable__element:hover h4 {
  color: #4AB948;
}
.dable__subpage_header_img {
  position: relative;
  padding: 0px 50px;
}
.dable__subpage_header_img .sqr {
  position: absolute;
  top: 50px;
  left: 80px;
  width: 70%;
  height: 100%;
  background-color: #4AB948;
  z-index: -1;
}
.dable__subpage_header_img img {
  position: relative;
  width: 70%;
  height: auto;
}
.dable__calculatror {
  margin: 50px 20px 0px;
  padding: 20px;
  width: 100%;
  height: 100%;
  border: 1px solid #4AB948;
  overflow: hidden;
  animation: test 1.5s linear infinite;
}
.dable__calculatror button {
  background-color: #333333;
  color: #ffffff;
  font-size: 14px;
}
.dable__calculatror h2 {
  color: #de0909;
}
.dable__cal-progres-bar {
  position: relative;
  margin: 20px 0px 30px;
  width: 50%;
  height: 10px;
  background-color: #333333;
}
.dable__cal-progres-bar::after {
  position: absolute;
  content: "";
  width: 200%;
  height: 10px;
  background-color: rgba(74, 185, 72, 0.5019607843);
  z-index: -1;
}
.dable__cal-progres-bar--full {
  width: 100%;
  transition: all 0.3s;
}
.dable__cal-progres-bar--full::after {
  display: none;
}
.dable__cal-option {
  padding: 20px 0px 30px;
  display: flex;
  justify-content: space-between;
}
.dable__cal-option-box {
  width: 23%;
  padding: 10px;
  border: 1px solid #333333;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}
.dable__cal-option-box img {
  margin: 10px 0px 0px;
  width: 50px;
  transition: all 0.3s;
}
.dable__cal-option-box:hover {
  color: #4AB948;
  font-weight: bold;
}
.dable__cal-option-box--active {
  color: #4AB948;
  font-weight: 400;
}
.dable__cal-option-box--pv {
  width: 30%;
}
.dable__cal-input-bar {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.dable__cal-input {
  margin: 6px 0px;
  width: 48% !important;
}
.dable__cal-input[type=submit] {
  background-color: #333333;
  color: #ffffff;
  font-size: 14px;
}

.abaout__card {
  padding: 10px;
}
.abaout__card:hover {
  background-color: rgba(74, 185, 72, 0.5019607843);
}
.abaout__for-bar {
  margin-top: 60px;
}
.abaout__for-bar i {
  margin-top: 20px;
  padding: 20px;
  font-size: 30px;
  color: #ffffff;
  background-color: #4AB948;
  border-radius: 50%;
}

.tent {
  position: relative;
}
.tent__text {
  text-align: center;
}
.tent__card {
  position: relative;
}
.tent__card-element-one {
  position: absolute;
  transform: translate(-50%, -50%);
  top: -7%;
  left: -7%;
  scale: 0.5;
}
.tent__card-element-two {
  position: absolute;
  transform: translate(-50%, -50%);
  bottom: -15%;
  right: -5%;
  rotate: 90deg;
}
.tent__cards-text {
  padding: 20px;
}
.tent__cards-text p {
  padding: 10px 0px 20px;
  color: #444444;
}
.tent__bar {
  display: flex;
  justify-content: start;
  align-items: center;
}
.tent__circle {
  padding: 10px;
  background-color: #4AB948;
  border-radius: 50%;
  justify-content: start;
  align-content: center;
}
.tent__circle img {
  width: 30px;
  height: 30px;
}
.tent__element {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: -1;
  overflow-y: hidden;
}
.tent__element--one {
  width: 60%;
  height: 100%;
  top: 50%;
  left: 90%;
  opacity: 0.5;
}

.enter {
  position: relative;
}
.enter__text h4 {
  color: #4AB948;
  margin-bottom: 30px;
}
.enter__img-box {
  position: relative;
  cursor: pointer;
  box-shadow: 0 0 15px rgba(88, 88, 88, 0.368627451);
  border-radius: 10px;
  z-index: 1;
}
.enter__img-box:hover > i {
  background-color: #ffffff;
  color: #4AB948;
  font-size: 35px;
}
.enter__img-box img {
  position: relative;
  border-radius: 10px;
  width: 100%;
  z-index: 2;
}
.enter__img-box i {
  position: absolute;
  padding: 10px 13px;
  bottom: -40px;
  left: 50%;
  border-radius: 50%;
  background-color: #4AB948;
  color: #ffffff;
  font-size: 22px;
  transform: translate(-50%, -50%);
  z-index: 5;
  transition: all 0.3s;
}
.enter__element {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.enter__element--one {
  width: 40%;
  top: 80%;
  left: 100%;
}
.enter__element--two {
  width: 50%;
  top: 20%;
  left: -10%;
  z-index: 10;
}
.enter__element--three {
  width: 150px;
  top: 100%;
  left: 90%;
  opacity: 0.9;
  rotate: 30deg;
}
.enter__element--for {
  width: 130px;
  top: 40%;
  left: 5%;
  z-index: 10;
}

.enter-swap {
  background-color: #ffffff !important;
  color: #4AB948 !important;
  font-size: 35px !important;
}

.katering {
  position: relative;
}
.katering__bar {
  z-index: 1;
}
.katering__card {
  position: relative;
  border-radius: 10px;
  border: 1px solid rgba(116, 116, 116, 0.1529411765);
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(88, 88, 88, 0.368627451);
  cursor: pointer;
}
.katering__card h3 {
  padding: 10px 20px;
  font-weight: 500;
  font-size: 28px;
}
.katering__card img {
  height: 200px;
  width: 100%;
  border-radius: 0 0 10px 10px;
}
.katering__card i {
  position: absolute;
  bottom: -35px;
  left: 50%;
  padding: 10px 15px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  font-size: 22px;
  background: #4AB948;
  color: #ffffff;
  transition: all 0.3s;
}
.katering__card:hover > a > i {
  background-color: #ffffff;
  color: #4AB948;
  font-size: 35px;
}
.katering__element {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.katering__element--one {
  width: 60%;
  top: 50%;
  left: 50%;
  z-index: -1;
}
.katering__element--two {
  width: 50%;
  top: 20%;
  left: -10%;
  z-index: 10;
}
.katering__element--three {
  width: 100px;
  top: 100%;
  left: 90%;
  opacity: 0.9;
  rotate: 30deg;
}
.katering__element--for {
  width: 130px;
  top: 40%;
  left: 5%;
  z-index: 10;
}

.cta .section-title {
  padding: 40px 40px 0px;
}
.cta img {
  border-radius: 10px;
}

.contact input, .contact textarea {
  padding: 10px;
}
.contact label {
  margin: 10px 0px;
}
.contact__form form {
  display: flex;
  flex-direction: column;
}
.contact__form form a {
  text-decoration: underline;
}
.contact .main-btn {
  margin-top: 10px;
  padding: 10px 25px;
  width: -moz-fit-content;
  width: fit-content;
}
.contact .flex {
  margin-bottom: 20px;
}
.contact .flex i {
  margin-right: 20px;
  color: #4AB948;
  font-size: 28px;
}
.contact .flex p {
  font-size: 22px;
  font-weight: 600;
}

.footer {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
.footer__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__content p {
  margin: 20px 0px 40px;
}
.footer__nav {
  width: 80%;
  display: flex;
  justify-content: space-around;
}
.footer__element {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: -1;
  overflow-y: hidden;
}
.footer__element--one {
  width: 100%;
  height: 100%;
  top: 60%;
  left: 50%;
  opacity: 0.5;
}

@keyframes turn-left {
  0% {
    transform: translateX(102%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes turn-right {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(102%);
  }
}
@media (max-width: 1050px) {
  nav .nav__logo img {
    width: 200px;
  }
}
@media (max-width: 940px) {
  nav .nav__logo img {
    width: 150px;
  }
  nav .nav .main-btn {
    margin-top: 50px;
    margin-left: 0px;
  }
  nav .nav__nav-bar {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    padding: 90px 30px 30px;
    height: 100%;
    width: 40%;
    top: 0%;
    right: 0%;
    transform: translateX(102%);
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(88, 88, 88, 0.368627451);
  }
  nav .nav__nav-element {
    margin: 10px 0px;
  }
  nav .nav__form {
    margin-bottom: 30px;
  }
  nav .nav__icons {
    display: inline;
  }
  .dable__product-img {
    padding: 40px 40px;
  }
}
@media (max-width: 800px) {
  .dable__content {
    flex-direction: column;
  }
  .dable__column {
    width: 100%;
  }
  .dable__column--special {
    padding-left: 0px;
  }
  .dable__column img {
    margin-bottom: 40px;
  }
  .dable__calculatror {
    margin: 50px 0px 0px;
  }
  .dable__cal-option {
    flex-direction: column;
  }
  .dable__cal-option-box {
    margin: 5px 0px;
    width: 100%;
  }
  .dable__cal-option-box img {
    margin: 20px;
  }
  .dable__subpage_header_img {
    margin-top: 50px;
  }
}
@media (max-width: 678px) {
  h1 {
    font-size: 70px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 20px;
  }
  nav .nav__nav-bar {
    width: 50%;
  }
}
@media (max-width: 500px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 18px;
  }
  nav .nav__nav-bar {
    width: 65%;
  }
  nav .nav__logo img {
    width: 150px;
  }
  .header__content h1 {
    line-height: 70px;
  }
  .header p {
    font-size: 16px;
    margin: 10px 0px 20px;
  }
  .tent__bar {
    margin-top: 20px;
  }
  .cta img {
    margin-top: 60px;
    border-radius: 10px;
  }
  .footer__nav {
    flex-direction: column;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */