* {
  list-style: none;
  text-decoration: none;
  outline: 0 !important;
  border: none;
}

html,
body {
  font-family: 'Noto Sans', sans-serif;
  position: relative;
  overflow-x: hidden;
  height: auto !important;
}

a:hover {
  text-decoration: none;
}

.container {
  max-width: 1240px;
}

header.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 2;
}

header.site-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  height: 200px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header.site-header .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 9999;
}

header.site-header .logo img {
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

header.site-header .logo img:hover {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

header.site-header .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 50%;
}

header.site-header .left button.open-header-menu {
  background: transparent;
  color: #fff;
  margin: 0;
  padding: 0;
  height: auto;
}

header.site-header .left button.open-header-menu i {
  margin-right: 5px;
}

header.site-header .left .search {
  position: relative;
  margin-left: 70px;
}

header.site-header .left .search input[type="text"] {
  width: 270px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  height: 42px;
  padding: 0 15px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

header.site-header .left .search input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}

header.site-header .left .search input[type="text"]:-ms-input-placeholder {
  color: #fff;
}

header.site-header .left .search input[type="text"]::-ms-input-placeholder {
  color: #fff;
}

header.site-header .left .search input[type="text"]::placeholder {
  color: #fff;
}

header.site-header .left .search input[type="text"]:focus {
  width: 320px;
}

header.site-header .left .search .search-button {
  background: transparent;
  position: absolute;
  width: 60px;
  height: 40px;
  background: transparent url(../images/search.svg) no-repeat;
  background-size: 22px;
  background-position: center;
  right: 0;
  top: 0;
}

header.site-header .left nav.left-menu {
  position: absolute;
  bottom: -50px;
  width: 100%;
  -webkit-transition: .3s all;
  transition: .3s all;
  height: 0;
  overflow: hidden;
}

header.site-header .left nav.left-menu.active {
  height: 24px;
}

header.site-header .left nav.left-menu ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

header.site-header .left nav.left-menu ul li a {
  color: #fff;
  display: block;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 2px solid #fff;
  font-size: 14px;
}

header.site-header .left nav.left-menu ul li:first-child a {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}

header.site-header .right nav.right-menu ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

header.site-header .right nav.right-menu ul li a {
  color: #fff;
  display: block;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 2px solid #fff;
}

header.site-header .right nav.right-menu ul li:first-child a {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}

header.site-header.detail {
  background: #cb333b;
}

header.site-header.detail .container {
  height: 160px;
}

header.site-header.detail .logo {
  top: 30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /*background: url(../images/logo-bg.png) no-repeat;*/
  background: #ffff;
  border-radius: 100px;
  width: 164px;
  height: 164px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section.home-header {
  background: #7AD6A8;
  height: calc(100vw / (1860/1536) - 24vw);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

section.home-header .background {
  background: url(../images/home-header-bg.png) no-repeat;
  background-size: 100%;
  height: calc(100vw / (1860/1536));
  top: 0;
  width: 100%;
  left: 0;
  right: inherit;
  position: absolute;
  z-index: 1;
  -webkit-animation: home-header-animation 10s infinite;
  animation: home-header-animation 10s infinite;
}

section.home-header .content {
  position: relative;
  z-index: 2;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

section.home-header .content .animation {
  -webkit-animation: home-header-animation 7s infinite;
  animation: home-header-animation 7s infinite;
}

section.home-header .content .top {
  text-align: center;
  margin-bottom: -60px;
}

section.home-header .content .top img {
  height: 280px;
}

section.home-header .content .text {
  -webkit-transform: scaleX(0.9);
  transform: scaleX(0.9);
}

section.home-products {
  background: #D5E100;
  padding: 120px 0 0;
}

section.home-products .category-item img {
  width: 100%;
  border-radius: 5px;
  display: block;
  margin-bottom: 20px;
}

section.home-products .category-item h3 {
  font-family: 'Pacifico';
  text-align: center;
  font-size: 34px;
  color: #78820f;
}

section.home-products .category-item h3 a {
  color: #78820f;
}

section.home-products .cat-title {
  font-family: 'Pacifico';
  text-align: center;
  font-size: 60px;
  color: #78820f;
  margin-bottom: 30px;
}

section.home-products .product-item img {
  width: 100%;
  margin-bottom: 40px;
  transition: .3s all;
}

section.home-products .product-item img:hover {
  transform: rotate(-10deg);
}

section.home-products .product-item section.home-products .item {
  display: block;
  text-align: center;
  margin-bottom: 40px;
}

section.home-products .item .image {
  display: block;
  position: relative;
  margin: 0 50px;
  padding-top: calc(100% - 100px);
}

section.home-products .item .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: .3s all;
  transition: .3s all;
  -webkit-transform: translate(-25%, -25%);
  transform: translate(-25%, -25%);
  width: 140px;
}

section.home-products .item .title {
  display: block;
  font-family: 'Pacifico';
  font-weight: 300;
  font-size: 27px;
  margin-top: 30px;
  line-height: 1em;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  margin-bottom: 25px;
  color: #78820f;
  -webkit-transition: .3s all;
  transition: .3s all;
}

section.home-products .item .desc {
  display: block;
  color: #78820f;
  font-size: 13px;
  line-height: 2em;
  font-weight: 500;
  -webkit-transition: .3s all;
  transition: .3s all;
}

section.home-products .item:hover .title {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

section.home-products .item:hover .image img {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

section.home-products .item:hover .desc {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

section.home-products .col-md-3:nth-child(n) .item .image {
  background: url(../images/product-bg-1.png) no-repeat;
  background-size: 100%;
}

section.home-products .col-md-3:nth-child(2n) .item .image {
  background: url(../images/product-bg-2.png) no-repeat;
  background-size: 100%;
}

section.home-products .col-md-3:nth-child(3n) .item .image {
  background: url(../images/product-bg-3.png) no-repeat;
  background-size: 100%;
}

section.home-products .col-md-3:nth-child(4n) .item .image {
  background: url(../images/product-bg-4.png) no-repeat;
  background-size: 100%;
}

section.home-products .col-md-3:nth-child(5n) .item .image {
  background: url(../images/product-bg-5.png) no-repeat;
  background-size: 100%;
}

section.home-products .col-md-3:nth-child(6n) .item .image {
  background: url(../images/product-bg-6.png) no-repeat;
  background-size: 100%;
}

section.home-products .col-md-3:nth-child(7n) .item .image {
  background: url(../images/product-bg-7.png) no-repeat;
  background-size: 100%;
}

section.home-products .col-md-3:nth-child(8n) .item .image {
  background: url(../images/product-bg-8.png) no-repeat;
  background-size: 100%;
}

section.home-products .home-products-bottom {
  background: url(../images/home-products-bottom.jpg) no-repeat;
  background-size: 100%;
  height: 500px;
  position: relative;
}

section.home-products .home-products-bottom::before {
  content: '';
  top: 0;
  width: 100%;
  background: url(../images/home-products-bg.png) no-repeat;
  background-size: 100%;
  height: calc(100vw / (1920/205));
  position: absolute;
}

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

section.home-boxs .item {
  padding: 0 40px;
}

section.home-boxs .item .image {
  position: relative;
  text-align: center;
  height: 230px;
  margin-bottom: 40px;
}

section.home-boxs .item .image img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

section.home-boxs .item .image h3 {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  font-family: 'Pacifico';
  font-size: 60px;
  color: #43929a;
  line-height: 1;
  -webkit-animation: text-animation 3s infinite;
  animation: text-animation 3s infinite;
}

@-webkit-keyframes text-animation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes text-animation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

section.home-boxs .item .text {
  font-size: 14px;
  line-height: 2em;
  color: #666666;
  text-align: center;
}

section.home-products-slider .hp-items .item {
  border-bottom: 1px solid #DF6379;
  font-family: 'Pacifico';
  font-size: 40px;
  color: #b2b2b2;
  padding: 10px 0;
  cursor: pointer;
  -webkit-transition: .3s all;
  transition: .3s all;
}

section.home-products-slider .hp-items .item.active {
  color: #c44b6b;
}

section.home-products-slider .hp-owl .hp-item {
  padding-bottom: 20px;
}

section.home-products-slider .hp-owl .hp-item .image {
  text-align: center;
  background: url(../images/product-slider-bg.png) no-repeat;
  background-size: 100%;
  background-position: bottom;
  margin: 0 40px;
  position: relative;
  z-index: 1;
}

section.home-products-slider .hp-owl .hp-item .image img {
  width: auto;
  height: 590px;
  display: inline-block;
  -webkit-animation: product-image-animation 6s infinite;
  animation: product-image-animation 6s infinite;
}

section.home-products-slider .hp-owl .hp-item h3 {
  font-family: 'Pacifico';
  color: #C44B6B;
  font-size: 40px;
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
  margin-bottom: 30px;
}

section.home-products-slider .hp-owl .hp-item h3::before {
  content: '';
  position: absolute;
  height: 2px;
  background: #C44B6B;
  width: calc(100% + 250px);
  bottom: 0;
  right: 0;
}

section.home-products-slider .hp-owl .hp-item ul {
  margin: 0;
  padding: 0;
}

section.home-products-slider .hp-owl .hp-item ul li {
  font-family: 'Pacifico';
  font-size: 26px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #666666;
}

section.home-products-slider .hp-owl .hp-item ul li::before {
  content: '';
  background: #000000;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  margin-right: 15px;
}

section.home-footer {
  background: #D5E100;
  margin-top: 250px;
}

section.home-footer .video-content {
  top: -200px;
}

section.home-footer .text {
  margin-top: -200px;
  padding: 60px 0;
  text-align: center;
}

section.home-footer .text h3 {
  font-family: 'Pacifico';
  color: #fff;
  font-size: 60px;
}

section.home-footer .text .desc {
  color: #666666;
  font-size: 40px;
  line-height: 2em;
  letter-spacing: 1px;
  margin-bottom: 40px;
  font-family: 'Pacifico';
}

section.page-content {
  background: #D5E100;
  padding-top: 260px;
  padding-bottom: 20px;
  color: #af2fa3;
  letter-spacing: 1px;
  line-height: 1.7em;
  font-size: 17px;
}

section.page-content a {
  color: #af2fa3;
}

section.page-content .page-image {
  padding-right: 80px;
}

section.page-content .page-image img {
  width: 100%;
  border-radius: 10px;
}

section.page-content h2 {
  color: #fff;
  font-size: 38px;
  line-height: 1.6em;
  margin-bottom: 30px;
}

section.page-content p {
  margin-bottom: 20px;
}

section.page-footer {
  position: relative;
  overflow: hidden;
}

section.page-footer::after {
  content: '';
  top: 0;
  width: 100%;
  background: url(../images/home-products-bg.png) no-repeat;
  background-size: 100%;
  height: calc(100vw / (1920/205));
  position: absolute;
}

footer.site-footer {
  /* background: #8BD5AC; */
  /*background: #AF7BD7;*/
  background: #cb333b;
  position: relative;
  z-index: 1;
  padding: 0px 0 60px;
}

footer.site-footer .logos {
  display: flex;
  justify-content: space-between;
}

footer.site-footer .logos img {
  height: 80px;
}

footer.site-footer .container.soci {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 40px;
}

footer.site-footer .container .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -22px;
}

footer.site-footer .container .social a {
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  margin-left: 10px;
  color: #D52F4D;
  -webkit-transition: .3s all;
  transition: .3s all;
}

footer.site-footer .container .social a:hover {
  color: #fff;
  background: #D52F4D;
}

.video-content {
  padding-top: 56.25%;
  position: relative;
}

.video-content iframe,
.video-content video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: #ccc;
}

.contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-item .icon {
  font-size: 40px;
  margin-right: 10px;
  width: 41px;
}

.contact-item a {
  color: #AF2FA3;
}

.contact-map {
  margin-top: 60px;
}

.contact-form {
  margin-top: 50px;
  margin-bottom: 60px;
}

.contact-form input[type="text"] {
  width: 100%;
  border: 1px solid #fff;
  height: 45px;
  background: transparent;
  color: #AF2FA3;
  margin-bottom: 30px;
  padding: 0 20px;
}

.contact-form input[type="text"]::-webkit-input-placeholder {
  color: #AF2FA3;
}

.contact-form input[type="text"]:-ms-input-placeholder {
  color: #AF2FA3;
}

.contact-form input[type="text"]::-ms-input-placeholder {
  color: #AF2FA3;
}

.contact-form input[type="text"]::placeholder {
  color: #AF2FA3;
}

.contact-form textarea {
  width: 100%;
  border: 1px solid #fff;
  height: 200px;
  background: transparent;
  color: #AF2FA3;
  margin-bottom: 30px;
  padding: 20px;
}

.contact-form textarea::-webkit-input-placeholder {
  color: #AF2FA3;
}

.contact-form textarea:-ms-input-placeholder {
  color: #AF2FA3;
}

.contact-form textarea::-ms-input-placeholder {
  color: #AF2FA3;
}

.contact-form textarea::placeholder {
  color: #AF2FA3;
}

.contact-form label {
  display: block;
  margin-bottom: 0;
}

.contact-form .kvkk label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.contact-form .kvkk label span {
  margin-left: 10px;
}

.contact-form .captcha-and-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-form .captcha-and-submit .submit-btn {
  background: #AF2FA3;
  color: #fff;
  height: 60px;
  padding: 0 80px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.contact-form .captcha-and-submit .submit-btn:hover {
  background: #8BD5AC;
}

.line {
  width: 100%;
  height: 10px;
  background: url(../images/line.png) repeat-x;
  margin: 60px 0;
}

.header-clear {
  height: 150px;
}

@media only screen and (max-width: 1440px) {
  section.home-header .content {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  header.site-header .logo img {
    height: 130px;
  }

  header.site-header .left .search input[type="text"] {
    height: 35px;
  }

  header.site-header .left .search .search-button {
    background-size: 18px;
    height: 35px;
  }

  header.site-header .container {
    height: 180px;
  }

  .container {
    max-width: 1180px;
  }

  header.site-header.detail .logo {
    width: 140px;
    height: 140px;
    background-size: cover;
  }

  header.site-header.detail .container {
    height: 135px;
  }

  header.site-header .left nav.left-menu {
    bottom: -40px;
  }

  section.home-products .item .title {
    font-size: 25px;
  }

  section.home-products-slider .container {
    max-width: 1000px !important;
  }

  section.home-products-slider .hp-items .item {
    font-size: 31px;
  }

  section.home-products-slider .hp-owl .hp-item .image img {
    height: 480px;
  }

  section.home-footer .container {
    max-width: 1000px;
  }
}

@-webkit-keyframes svg-text-anim {
  40% {
    stroke-dashoffset: 0;
    fill: transparent;
  }

  60% {
    stroke-dashoffset: 0;
    fill: #ffffff;
  }

  100% {
    stroke-dashoffset: 0;
    fill: #ffffff;
  }
}

@keyframes svg-text-anim {
  40% {
    stroke-dashoffset: 0;
    fill: transparent;
  }

  60% {
    stroke-dashoffset: 0;
    fill: #ffffff;
  }

  100% {
    stroke-dashoffset: 0;
    fill: #ffffff;
  }
}

@-webkit-keyframes svg-text-anim-2 {
  40% {
    stroke-dashoffset: 0;
    fill: transparent;
  }

  60% {
    stroke-dashoffset: 0;
    fill: #ffff00;
  }

  100% {
    stroke-dashoffset: 0;
    fill: #ffff00;
  }
}

@keyframes svg-text-anim-2 {
  40% {
    stroke-dashoffset: 0;
    fill: transparent;
  }

  60% {
    stroke-dashoffset: 0;
    fill: #ffff00;
  }

  100% {
    stroke-dashoffset: 0;
    fill: #ffff00;
  }
}

@-webkit-keyframes home-header-animation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes home-header-animation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes product-image-animation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes product-image-animation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.search-page h3 .badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
  border-radius: 40px;
  background: #cb333b;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400 !important;
  margin-right: 15px;
}

.search-page h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-page ul {
  border: 1px solid #fff;
  margin: 30px 0;
  padding: 0;
}

.search-page ul li a {
  display: block;
  color: #af2fa3;
  padding: 15px 20px;
  border-bottom: 1px solid #fff;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.search-page ul li a:hover {
  background: #af2fa3;
  color: #fff;
}

section.page-content .product-image {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  background: url(../images/product-bg-1.png) no-repeat;
  background-size: 100%;
  padding-top: 100%;
  position: relative;
}

@media screen and (max-width: 768px) {
  section.page-content {
    padding-top: 115px;
  } 
  
  section.page-content .col-md-3 {
    padding: 60px;
  }
}

section.page-content .product-image img {
  position: absolute;
  right: -15px;
  bottom: -15px;
  width: 80%;
}

section.page-content h3.product-title {
  font-size: 30px;
  text-align: center;
  font-family: 'Pacifico';
  margin-top: 40px;
  transform: rotate(-5deg);
  color: #78820f;
}

@media only screen and (min-width: 801px) {
  .show-mobile {
    display: none !important;
  }
}

@media only screen and (max-width: 800px) {
  header.site-header .left {
    width: unset;
  }
  section.home-header .content {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }

  html,
  body {
    overflow-y: auto !important;
  }

  section.home-header .background {
    height: 400px;
    background-size: cover;
  }

  section.home-header {
    height: 400px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  header.site-header .logo img {
    height: 80px;
  }

  header.site-header .left .search {
    position: absolute;
    left: 20px;
    margin-left: 0;
    width: calc(100% - 40px);
    top: 20px;
  }

  header.site-header .left button.open-header-menu {
    margin-top: 45px;
  }

  header.site-header.detail .logo {
    width: 90px;
    height: 90px;
    top: 65px;
  }

  section.page-content .page-image {
    padding-right: 0;
    margin-bottom: 30px;
  }

  section.page-footer img {
    height: 185px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  header.site-header .logo {
    top: 115px;
  }

  header.site-header .left .search input[type="text"] {
    width: 100%;
  }

  header.site-header .left {
    position: unset;
  }

  header.site-header .right {
    display: none;
  }

  header.site-header .container {
    height: 120px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  header.site-header .left {
    margin-left: 15px;
  }

  section.home-products .home-products-bottom {
    height: 180px;
    background-size: 200%;
  }

  section.home-products .home-products-bottom::before {
    height: calc(100vw / (1920/250));
    background-size: cover;
    background-position: bottom;
  }

  section.home-products .home-products-bottom {
    height: 180px;
    background-size: 200%;
  }

  section.home-products .home-products-bottom::before {
    height: calc(100vw / (1920/250));
    background-size: cover;
    background-position: bottom;
  }

  section.home-products-slider .hp-items {
    margin-bottom: 40px;
  }

  section.home-products-slider .hp-items .item {
    font-size: 20px;
  }

  section.home-products-slider .row .col-md-9 {
    transform: none !important;
    opacity: 1 !important;
  }

  section.home-products-slider .hp-owl .hp-item .image img {
    height: 350px;
  }

  section.home-products-slider .hp-owl .hp-item .image {
    margin-bottom: 30px;
  }

  section.home-products-slider .hp-owl .hp-item h3::before {
    display: none;
  }

  section.home-footer .video-content {
    top: -155px;
  }

  section.home-footer .text h3 {
    font-size: 40px;
  }

  section.home-footer .text .desc {
    font-size: 26px;
    margin-bottom: 60px;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  header.site-header .left nav.left-menu {
    left: 0;
    width: 100vw;
    top: 75px;
    z-index: 999;
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: .3s all;
    transition: .3s all;
    height: unset !important;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    pointer-events: none;
  }

  header.site-header .container {
    padding-bottom: 40px;
  }

  header.site-header .left nav.left-menu ul {
    display: block;
    text-align: center;
    background: #43a4a4;
    /* background: #5085d3; */
    padding: 40px 0 20px;
  }

  header.site-header .left nav.left-menu.active {
    height: unset !important;
    overflow: unset;
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    pointer-events: visible;
  }

  header.site-header .left nav.left-menu ul li a {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
    line-height: 45px;
  }

  header.site-header {
    z-index: 999;
  }

  .contact-form .captcha-and-submit {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact-form .captcha-and-submit input {
    margin-top: 30px;
  }

  /* section.home-products .row .col-md-3 {
    display: none;
  } */

  section.home-products .row .col-md-3:nth-child(-n+3) {
    display: block;
  }

  section.home-products .item {
    text-align: center;
    margin-bottom: 60px;
    display: block;
  }

  header.site-header .left .search {
    width: 100vw;
    height: 100vh;
    background: rgb(0 0 0 / 70%);
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    z-index: 999999;
    opacity: 0;
    transform: translateY(300px);
    pointer-events: none;
    transition: .3s all;
    position: fixed;
  }

  header.site-header .left .search.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: visible;
  }

  header.site-header .left .search .search-button {
    position: unset;
    margin-left: -60px;
  }

  header.site-header .left .search input[type="text"] {
    height: 50px;
  }

  header.site-header .container {
    height: 75px;
  }

  header.site-header .logo {
    top: 75px;
  }

  button.open-search {
    position: absolute;
    left: 20px;
    background: transparent;
    margin-top: 25px;
  }

  button.open-search img {
    height: 22px;
  }

  header.site-header.detail .container {
    height: 75px;
    align-items: center;
    padding-bottom: 40px;
  }

  header.site-header.detail .logo {
    top: 15px;
  }
}

section.home-products .more-button {
  background: #D52F4D;
  display: inline-block;
  color: #fff;
  padding: 15px 40px;
  margin-bottom: 30px;
  transition: .3s all;
}

section.home-products .more-button:hover {
  background: #7AD6A8;
}

div#goTop {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  background: #d5304b;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 60px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 4px;
  cursor: pointer;
  opacity: 0;
  transition: .3s all;
}

div#goTop.active {
  opacity: 1;
}

.whatsapp {
  background: #25D366;
  position: fixed;
  bottom: 40px;
  left: 40px;
  z-index: 99;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 60px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0px;
  transition: .3s all;
}

.whatsapp:hover {
  background: #d5304b;
  color: #fff;
}

.subeler .sube {
  margin-bottom: 30px;
}

.subeler .sube img {
  width: 100%;
  height: 250px;
  border-radius: 10px;
  object-fit: cover;
  display: block;
  margin-bottom: 30px;
}

.subeler .sube .info h3 {
  font-family: 'Pacifico';
  font-size: 40px;
  text-align: center;
  margin-bottom: 30px;
}

.subeler .sube .info .desc {
  font-size: 14px;
}

.news-item {
  border: 1px solid #af2fa3;
  padding: 30px;
  transition: .3s all;
  margin-bottom: 30px;
}

.news-item img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  margin-bottom: 20px;
}

.news-item a {
  color: #fff;
}

.news-item a.details {
  color: #af2fa3;
}

.news-item h3 {
  font-family: 'Pacifico';
  font-size: 30px;
  color: #78820f;
}

.news-item:hover {
  border-color: #fff;
}

.news-detail a[target="_blank"] {
  display: inline-block;
  background-color: #d5304b;
  color: #fff;
  border-radius: 5px;
  padding: 15px 40px;
  transition: .3s all;
}

.news-detail a[target="_blank"]:hover {
  background-color: #cb333b;

}

.close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  font-size: 2.5rem;
}

/*# sourceMappingURL=style.css.map */