@font-face {
  font-family: "Arquitecta";
  src: url("../fonts/Arquitecta.otf") format("opentype");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Arquitecta";
  src: url("../fonts/ArquitectaBold.otf") format("opentype");
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "mulish";
  src: url("../fonts/Mulish-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mulish";
  src: url("../fonts/Mulish-Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "poppins";
  src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "poppins";
  src: url("../fonts/Mulish-Light.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "poppins";
  src: url("../fonts/Mulish-Medium.ttf") format("truetype");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}

.f-bold {
  font-family: "mulish";
  font-weight: 600;
}

.fz-10 {
  font-size: 0.625rem;
}

.fz-12 {
  font-size: 0.75rem;
}

.fz-13 {
  font-size: 0.8125rem;
}

.fz-14 {
  font-size: 0.875rem;
}

.fz-16 {
  font-size: 1rem;
}

.fz-18 {
  font-size: 1.125rem;
}

.fz-19 {
  font-size: 1.1875rem;
}

.fz-20 {
  font-size: 1.25rem;
}

.fz-21 {
  font-size: 1.3125rem;
}

.fz-22 {
  font-size: 1.375rem;
}

.fz-23 {
  font-size: 1.4375rem;
}

.fz-24 {
  font-size: 1.5rem;
}

.fz-28 {
  font-size: 1.75rem;
}

.fz-30 {
  font-size: 1.875rem;
}

.fz-32 {
  font-size: 2rem;
}

.fz-36 {
  font-size: 2.25rem;
}

.fz-52 {
  font-size: 3.25rem;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-60 {
  margin-bottom: 3.75rem;
}

.mb-05 {
  margin-bottom: 0.3125rem;
}

.mb-10 {
  margin-bottom: 0.625rem !important;
}

.mb-15 {
  margin-bottom: 0.9375rem !important;
}

.mb-20 {
  margin-bottom: 1.25rem !important;
}

.mb-25 {
  margin-bottom: 1.5625rem;
}

.mb-30 {
  margin-bottom: 1.875rem;
}

.mb-35 {
  margin-bottom: 2.1875rem;
}

.mb-40 {
  margin-bottom: 2.5rem;
}

.mb-50 {
  margin-bottom: 3.125rem;
}

.mb-70 {
  margin-bottom: 4.375rem;
}

.mt-10 {
  margin-top: 0.625rem;
}

.mt-20 {
  margin-top: 1.25rem;
}

.mt-30 {
  margin-top: 1.875rem;
}

.ml-10 {
  margin-left: 0.625rem;
}

.ml-15 {
  margin-left: 0.9375rem;
}

.ml-25 {
  margin-left: 1.5625rem;
}

.ml-30 {
  margin-left: 1.875rem;
}

.mr-6 {
  margin-right: 0.375rem;
}

.mr-10 {
  margin-right: 0.625rem;
}

.mr-15 {
  margin-right: 0.9375rem;
}

.mr-20 {
  margin-right: 1.25rem;
}

.mr-25 {
  margin-right: 1.5625rem;
}

.mr-30 {
  margin-right: 1.875rem;
}

.pd-10 {
  padding: 0.625rem;
}

.pd-15 {
  padding: 0.9375rem;
}

.pd-20 {
  padding: 1.25rem;
}

.pd-30 {
  padding: 1.875rem;
}

.pb-15 {
  padding-bottom: 0.9375rem;
}

.pb-20 {
  padding-bottom: 1.25rem;
}

.pb-30 {
  padding-bottom: 1.875rem;
}

.pb-40 {
  padding-bottom: 2.5rem;
}

.pb-80 {
  padding-bottom: 5rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-50 {
  padding-left: 3.125rem;
}

.pt-0 {
  padding-top: 0;
}

.pt-140 {
  padding-top: 8.75rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.cl-title {
  color: #000;
}

.cl-gold {
  color: #ffdc73;
}

.cl-88 {
  color: #888;
}

.cl-white {
  color: #fff;
}

.cl-33 {
  color: #333;
}

.br-10 {
  border-radius: 10px;
}

.clamp-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.clamp-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.clamp-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.justify {
  text-align: justify;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
.img__ {
  position: relative;
  overflow: hidden;
}
.img__:hover::after {
  -webkit-animation: shine 0.75s;
          animation: shine 0.75s;
}
.img__::after {
  position: absolute;
  top: 0;
  left: -81%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.btn-hover {
  position: relative;
  overflow: hidden;
}
.btn-hover:hover::after {
  -webkit-animation: shine 0.75s;
          animation: shine 0.75s;
}
.btn-hover::after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.ip-op-0 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.rating-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rating-item .rating {
  margin-right: 0rem;
}

.rating-item .rating-box {
  font-size: 0;
  line-height: 1;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  margin: 0 auto;
  overflow: hidden;
  vertical-align: middle;
  font-size: 12px;
  color: #efc529;
  margin-right: 5px;
}

.rating-item .rating-box span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  line-height: 1;
  pointer-events: none;
  width: 80%;
  color: #efc529;
}

.rating-item p {
  font-size: 12px;
  color: #efc529;
}

.back-to-top {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 100%;
  background-image: url(../images/Up.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.back-to-top.show {
  opacity: 1;
  pointer-events: all;
  visibility: unset;
}

@-webkit-keyframes lac {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  10% {
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
  20% {
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
  30% {
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
  40% {
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
  50% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes lac {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  10% {
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
  20% {
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
  30% {
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
  40% {
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
  50% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
textarea {
  resize: none;
}

.underline {
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
}

.bg-white {
  background: #fff;
}

.pd-0 {
  padding: 0 !important;
}

.text-right {
  text-align: right;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.c-img {
  position: relative;
}
.c-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.wrapper-input i {
  position: absolute;
  top: 50%;
  right: 0.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: inherit;
}

@media (min-width: 992px) {
  .wow {
    visibility: hidden;
  }
}