/* * {
    font-family: 'Raleway';
} */

.navbar {
  position: absolute;
  top: 0;
  width: 100%;
  transition: 600ms ease-in-out;
  z-index: 999;
}
nav img {
  width: 100px;
  transition: 200ms ease-in-out;
}
.nav-link.active {
  border-bottom: 1px solid white;
  transition: 600ms ease-in-out;
}
.fixed .nav-link.active {
  border-bottom: 12px solid #eaca3b;
  margin-bottom: -12px;
}

.show {
  position: relative;
}
.mh-menu {
  color: black;
}
.mh-menu:hover {
  background: #266547;
  color: white;
}

pingendo {
  display: none !important;
}

.shop-card a {
  color: black;
  text-decoration: none;
}
.shop-card a:hover {
  color: #266547;
}

.head {
  padding-top: 136px !important;
  position: relative;
}

/* cosedura */

.cosedura_t {
  position: relative;
}
.cosedura_t::before {
  content: "";
  width: 100%;
  height: 7px;
  position: absolute;
  top: 8px;
  z-index: 998;
  border-top: 1px dashed;
  border-bottom: 1px dashed;
  border-color: #266547;
}

.head::before,
.footer::before {
  content: "";
  width: 100%;
  height: 7px;
  position: absolute;
  bottom: 8px;
  z-index: 998;
  border-top: 1px dashed;
  border-bottom: 1px dashed;
  border-color: #fff;
}
.footer::before {
  top: 8px;
  left: 0;
}
.lines {
  position: relative;
  /* border-bottom: 1px solid #cccccc; */
}
.lines::before {
  content: "";
  width: 100%;
  height: 7px;
  position: absolute;
  bottom: 16px;
  z-index: 998;
  border-top: 1px dashed;
  border-bottom: 1px dashed;
  border-color: rgb(38 101 71);
}
.separator {
  position: relative;
}
/* .separator::before {
    background: #eaca3b;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 8px;
    left: -125%;
    z-index: 999;
    border-top: 1px dashed;
    border-bottom: 1px dashed;
    border-color: rgb(38 101 71);
}
.separator::after {
    background: #eaca3b;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 8px;
    left: 125%;
    z-index: 999;
    border-top: 1px dashed;
    border-bottom: 1px dashed;
    border-color: rgb(38 101 71);
} */
/* on scroll? */
nav.fixed {
  position: fixed;
  background: #266547;
  z-index: 999;
}
nav.fixed img {
  width: 53px;
  margin-top: -12px;
  margin-bottom: -12px;
}

nav.fixed .small {
  opacity: 1;
}

img.small {
  opacity: 0;
  position: absolute;
}
/* ------? */

.navbar-dark .navbar-nav .nav-link {
  color: rgb(255, 255, 255);
  font-weight: normal;
}

/* ::content */
.cardICO img:hover {
  filter: invert(0.8) sepia(1) saturate(3) hue-rotate(0deg);
  transition: 600ms ease-in-out;
}
.cardICO .innerC,
.cardIMG .innerC {
  background: white;
}

.mh-info {
  border: 1.4px dashed #266547;
  border-left: 0;
  border-right: 0;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.box14 {
  position: relative;
}
.box15,
.box17,
.box18 {
  box-shadow: 0 0 5px #7e7d7d;
  text-align: center;
}
.box14:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.35s ease 0s;
}
.box14:hover:before {
  opacity: 1;
}
.box14 img {
  width: 100%;
  height: auto;
}
.box14 .box-content {
  width: 90%;
  height: 90%;
  position: absolute;
  top: 5%;
  left: 5%;
}
.box14 .box-content:after,
.box14 .box-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 0.7s ease 0s;
}
.box14 .box-content:before {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  transform: scale(0, 1);
  transform-origin: 0 0 0;
}
.box14 .box-content:after {
  border-left: 1px dashed rgba(255, 255, 255, 0.5);
  border-right: 1px dashed rgba(255, 255, 255, 0.5);
  transform: scale(1, 0);
  transform-origin: 100% 0 0;
}
.box14:hover .box-content:after,
.box14:hover .box-content:before {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.15s;
}
.box14 .title {
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  margin: 15px 0;
  opacity: 0;
  transform: translate3d(0, -50px, 0);
  transition: transform 0.5s ease 0s;
}
.box14:hover .title {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.box14 .post {
  font-size: 14px;
  color: #fff;
  padding: 10px;
  background: #d79719;
  opacity: 0;
  border-radius: 0 19px;
  transform: translate3d(0, -50px, 0);
  transition: all 0.7s ease 0s;
}
.box14 .icon,
.box15 .icon {
  padding: 0;
  list-style: none;
}
.box14:hover .post {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.15s;
}
.box14 .icon {
  width: 100%;
  margin: 0;
  position: absolute;
  bottom: -10px;
  left: 0;
  opacity: 0;
  z-index: 1;
  transition: all 0.7s ease 0s;
}
.box14:hover .icon {
  bottom: 20px;
  opacity: 1;
  transition-delay: 0.15s;
}
.box14 .icon li a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50px 50px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  margin: 10px auto;
  transition: all 0.4s ease 0s;
  padding: 10px 13px 10px;
}

.box14 .icon li a:hover {
  background: #d79719;
  border-color: #d79719;
}
@media only screen and (max-width: 990px) {
  .box14 {
    margin-bottom: 30px;
  }
}

.box16 {
  text-align: center;
  color: #fff;
  position: relative;
  border-top: 9px solid #eaca3b;
}
.box16 .box-content,
.box16:after {
  width: 100%;
  position: absolute;
  left: 0;
}
/* .box16:after{content:"";height:100%;background:linear-gradient(to bottom,rgba(0,0,0,.01) 0,rgba(0,0,0,.09) 11%,rgba(0,0,0,.12) 13%,rgba(0,0,0,.19) 20%,rgba(0,0,0,.29) 28%,rgba(0,0,0,.29) 29%,rgba(0,0,0,.42) 38%,rgba(0,0,0,.46) 43%,rgba(0,0,0,.53) 47%,rgba(0,0,0,.75) 69%,rgba(0,0,0,.87) 84%,rgba(0,0,0,.98) 99%,rgba(0,0,0,.94) 100%);top:0;transition:all .5s ease 0s} */
.box16:hover .post,
.box16:hover .title {
  transform: translateY(38px);
  transition: all 0.4s cubic-bezier(0.13, 0.62, 0.81, 0.91) 0s;
}

/* hover */
/* .box16:after{background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.08) 69%,rgba(0,0,0,.76) 100%)} */

/* Background */
.box16:after {
  content: "";
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgb(0 0 0 / 0%) 0,
    rgb(0 0 0 / 0%) 11%,
    rgb(0 0 0 / 0%) 13%,
    rgb(0 0 0 / 0%) 20%,
    rgb(0 0 0 / 0%) 28%,
    rgb(82 60 60 / 0%) 29%,
    rgb(0 0 0 / 0%) 38%,
    rgb(38 101 71 / 0%) 43%,
    rgb(0 0 0 / 0%) 47%,
    rgb(38 101 71 / 0%) 69%,
    rgb(38 101 71 / 68%) 84%,
    rgb(38 101 71) 99%,
    rgb(38 101 71) 100%
  );
  top: 0;
  transition: all 10s ease 2s;
}
.box16:hover:after {
  content: "";
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.01) 0,
    rgba(0, 0, 0, 0.09) 11%,
    rgba(0, 0, 0, 0.12) 13%,
    rgba(0, 0, 0, 0.19) 20%,
    rgba(0, 0, 0, 0.29) 28%,
    rgba(0, 0, 0, 0.29) 29%,
    rgba(0, 0, 0, 0.42) 38%,
    rgba(0, 0, 0, 0.46) 43%,
    rgba(0, 0, 0, 0.53) 47%,
    rgba(0, 0, 0, 0.75) 69%,
    rgba(0, 0, 0, 0.87) 84%,
    rgba(0, 0, 0, 0.98) 99%,
    rgba(0, 0, 0, 0.94) 100%
  );
  top: 0;
  transition: all 10s ease 2s;
}

.box16 img {
  width: 100%;
  height: auto;
}
.box16 .box-content {
  padding: 20px;
  margin-bottom: 20px;
  bottom: 0;
  z-index: 1;
}
.box16 .title {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 -6px;
}
.box16 .post {
  display: block;
  padding: 8px 0;
  font-size: 15px;
}

.box16 .post,
.box16 .title {
  transform: translateY(100px);
  transition: all 0.6s cubic-bezier(0, 0, 0.58, 1) 0s;
}
.box16 .social {
  opacity: 0;
  transform: perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0);
  transition: all 0.6s cubic-bezier(0, 0, 0.58, 1) 0s;
}

/* Social */
.box16 .social li a,
.box17 .icon li a {
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  transition: all 0.6s cubic-bezier(0, 0, 0.58, 1) 0s;
}
.box16:hover .social {
  list-style: none;
  padding: 0 0 5px;
  margin: 40px 0 25px;
  opacity: 1;
  position: relative;
  transform: perspective(500px) rotateX(0) rotateY(0) rotateZ(0);
  transition: all 0.6s cubic-bezier(0, 0, 0.58, 1) 0s;
}

.box16 .social:before {
  content: "";
  width: 50px;
  height: 2px;
  background: #fff;
  margin: 0 auto;
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
}
.box16 .social li {
  display: inline-block;
}
.box16 .social li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #6d3795;
  margin-right: 10px;
  transition: all 0.3s ease 0s;
}
.box17 .icon li,
.box17 .icon li a {
  display: inline-block;
}

.box16 .social li a:hover {
  background: #bea041;
} /* hover */

.box16 .social li:last-child a {
  margin-right: 0;
}
@media only screen and (max-width: 990px) {
  .box16 {
    margin-bottom: 30px;
  }
}

.footer {
  position: relative;
}

/* Slider */

@media (max-width: 768px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

/* display 3 */
@media (min-width: 768px) {
  .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(33.333%);
  }

  .carousel-inner .carousel-item-left.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-33.333%);
  }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
  transform: translateX(0);
}

.footer h4 {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  color: #f3f3f3;
}

.raleway {
  font-family: "Raleway", sans-serif;
  font-size: 28px;
}

/* FX */
.social p {
  position: relative;
}
#img_social {
  display: none !important;
  position: absolute;
  z-index: 9990;
  padding: 9px;
  background: #eaca3b;
  left: 15rem;
  top: -6rem;
  width: 227px;
}
.social a:hover + #img_social {
  display: block !important;
}

.ktcrd {
  height: 375px;
  padding: 15px;
}

#partner .ktcrd img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.ktcrd p {
  color: white;
  background: #266547e8;
  padding: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

p.msg {
  color: white;
  background: #266547e8;
  padding: 15px;
  position: absolute;
  top: 24%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* modal */
div#requestItem,
.modal-backdrop {
  position: fixed !important;
}
