@import "./css-reset.min.css";
@import url(https://fonts.googleapis.com/css2?family=Poppins&display=swap);
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* VARIABLES */
/* MIXINS */
/* BASICS */
html {
  font-size: 0;
  min-width: 400px;
}

body {
  font-family: "Poppins", sans-serif;
  color: #313030;
  -webkit-text-size-adjust: 100%;
}

a, a:hover {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

body, button, input, select, textarea {
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 480px) {
  body, button, input, select, textarea {
    font-size: 13px;
    line-height: 18px;
  }
}
@media (min-width: 768px) {
  body, button, input, select, textarea {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1024px) {
  body, button, input, select, textarea {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (min-width: 1280px) {
  body, button, input, select, textarea {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1500px) {
  body, button, input, select, textarea {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 1800px) {
  body, button, input, select, textarea {
    font-size: 20px;
    line-height: 28px;
  }
}

#view {
  position: relative;
}
#view:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  display: none;
  z-index: 99;
}
#view #top {
  width: 100%;
  position: fixed;
  z-index: 991;
}
#view #top #top_logo {
  display: none;
  width: 200px;
}
#view #top #top_logo img {
  padding: 25px;
}
@media (min-width: 1280px) {
  #view #top #top_logo {
    width: 210px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    position: absolute;
    left: 50px;
    top: 17px;
  }
  #view #top #top_logo img {
    width: 100%;
    padding: 0;
  }
}
#view #top .dis_banner {
  display: none;
}
@media (min-width: 1280px) {
  #view #top .dis_banner {
    display: none;
    width: 100%;
    z-index: 2;
    position: relative;
    top: 0px;
    padding: 15px 0;
    text-align: center;
    background: rgba(203, 178, 152, 0.9);
    transition: all 0.5s ease-in-out;
  }
  #view #top .dis_banner .cab_dis {
    color: white;
    cursor: pointer;
    min-height: 67px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.MENU_OPENED #view:after {
  display: block;
}

#langs {
  display: inline-block;
  position: absolute;
  left: 25px;
  top: 90px;
}
#langs .lang_item {
  display: inline-block;
  margin-right: 10px;
}
#langs .lang_item .langImage {
  display: none;
}
#langs .lang_item .langText {
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
}
#langs .lang_item:hover .langText, #langs .lang_item.active .langText {
  color: #A37B52;
  text-decoration: underline;
}
@media (min-width: 768px) {
  #langs {
    left: 230px;
    top: 43px;
  }
}
@media (min-width: 1280px) {
  #langs {
    left: 333px;
    top: 47px;
  }
}

html .daterangepicker {
  z-index: 999;
}

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