/* -- D - M -- */
@keyframes dialog {
  0% {
    width: 0;
  }
  100% {
    width: 88%;
    opacity: 1;
  }
}
/* -- END D - M -- */
main {
  position: relative;
  z-index: 99;
}

.point-12 {
  display: none;
}

.ken_top {
  display: none;
}

.intro__bg_1 {
  z-index: -1;
}

.btn-primary {
  background-color: #fbd453;
  color: #232323;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 34.3rem;
  min-height: 4.8rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4rem;
  border: 1px solid #232323;
  cursor: pointer;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  background-color: #2b5c0b;
  color: #fff;
  font-size: 1.1rem;
  font-style: normal;
  min-height: 50px;
  height: 50px !important;
  font-weight: 100;
  line-height: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  border: 1px solid #2b5c0b;
  border-radius: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.4rem;
  -webkit-box-shadow: 4px 3px 0 #e4d422;
  box-shadow: 4px 3px 0 #e4d422;
  cursor: pointer;
  max-width: 34rem;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.btn-primary:hover {
  background-color: #141414;
  color: #f8f5ef;
  -webkit-transform: translate(4px, 3px);
  -ms-transform: translate(4px, 3px);
  transform: translate(4px, 3px);
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background-color: #2b5c0b;
  color: #fff;
}
.btn-primary:focus {
  background-color: #141414;
  color: #f8f5ef;
  -webkit-transform: translate(4px, 3px);
  -ms-transform: translate(4px, 3px);
  transform: translate(4px, 3px);
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background-color: #2b5c0b;
  color: #fff;
}

.us-main-shop-title {
  font-size: 30px;
  text-transform: uppercase;
  color: #3a7306;
  font-family: "Didact Gothic", sans-serif !important;
  font-weight: 100;
  z-index: 5;
}
.us-main-shop-title:after {
  content: "";
  height: 1px;
  background: linear-gradient(89.95deg, #34761a 0%, rgba(221, 211, 32, 0.4) 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
}

.dialog {
  top: 104%;
  left: 1%;
  max-width: 660px;
  animation: dialog 1.5s linear forwards;
  animation-delay: 0.5s;
}
.dialog .btn {
  font-size: 15px;
  padding: 0rem 0.75rem;
}
.dialog .form-control {
  font-size: 15px;
  padding: 0rem 0.75rem;
  font-family: "Bandera Pro", sans-serif;
  font-weight: 400;
}
.dialog .header-input-group {
  max-width: 620px;
}
.dialog::after {
  display: none;
}

.dialog-s {
  animation: dialog-s 1s linear forwards;
  animation-delay: 0.9s;
}

footer {
  margin-top: 30px;
}

@media screen and (min-width: 1920px) {
  .dialog {
    left: 1% !important;
  }
}
@media screen and (max-width: 992px) {
  .breadcrumb {
    margin-top: 22%;
    z-index: 5;
    margin-left: -15px;
    margin-right: -17px;
    padding-left: 15px;
    background: rgba(255, 255, 255, 0.368627451);
    margin-bottom: 0;
  }
  .us-main-shop-title {
    font-size: 22px !important;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    background: rgba(255, 255, 255, 0.368627451);
    border: none !important;
    margin-bottom: 20px;
  }
  .us-main-shop-title:after {
    content: "" !important;
    bottom: -2px !important;
  }
  .us-product-right {
    border-left: 1px solid rgba(55, 110, 7, 0.5);
  }
  .us-product-left {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .us-product-top {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .us-product {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
@media (max-width: 768px) {
  #information-information {
    margin-top: 10vh;
  }
}

.gallery-container {
  margin-top: 8vh;
}
@media (max-width: 768px) {
  .gallery-container {
    margin-top: 10vh;
  }
}

.gallery-card-container {
  display: flex;
  gap: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .gallery-card-container {
    flex-direction: column;
  }
}
.gallery-card-container .gallery-link {
  display: flex;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 7px 10px 19px -8px rgba(0, 0, 0, 0.75);
  border: 2px forestgreen solid;
}
@media (max-width: 768px) {
  .gallery-card-container .gallery-link {
    width: fit-content;
    margin: auto;
  }
}
.gallery-card-container .gallery-card {
  position: relative;
}
@media (max-width: 768px) {
  .gallery-card-container .gallery-card {
    margin: auto;
  }
}
.gallery-card-container .gallery-card:after {
  width: 100%;
  height: 100%;
  content: "";
  background: black;
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  opacity: 0;
}
@media (max-width: 768px) {
  .gallery-card-container .gallery-card:after {
    opacity: 0.3;
  }
}
.gallery-card-container .gallery-card:hover:after {
  opacity: 0.3;
}
.gallery-card-container .gallery-card:hover .image {
  object-fit: cover;
  transform: scale(1.2);
}
.gallery-card-container .gallery-card:hover .text {
  opacity: 1;
  z-index: 30;
}
.gallery-card-container .gallery-card .image-container {
  overflow: hidden;
}
.gallery-card-container .gallery-card .image-container .image {
  transition: all 0.2s linear;
}
.gallery-card-container .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #FFFFFF;
  opacity: 0;
  transition: all 0.2s linear;
}
@media (max-width: 768px) {
  .gallery-card-container .text {
    opacity: 1;
    z-index: 22;
  }
}

.og-album-0-3 {
  max-height: 130px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 7px 10px 19px -8px rgba(0, 0, 0, 0.75);
  border: 2px forestgreen solid;
}
@media (max-width: 768px) {
  .og-album-0-3 {
    width: 100%;
    max-width: 225px;
    margin: 0 auto 20px;
    box-shadow: 7px 10px 19px -8px rgba(0, 0, 0, 0.75);
    max-height: 109px;
  }
}

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