@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Italiana&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** SP developers resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/* placeholder mixin */
/* how to use this variabile*/
/* .forms{
   @include placeholder{
    opacity: 1;color: #a5aeb7;
  } */
/* @include transition (.2s ease-out all); */
/*    @include flexbox();
    @include justify-content (center);*/
html,
body {
  font-family: "Lato", sans-serif;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

img {
  max-width: 100%;
}

ul,
li {
  padding: 0;
  margin: 0;
}

.btn-1 {
  background-color: #eae3dc;
  color: #302f2f;
  padding: 12px 25px;
  border-radius: 0;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: solid 2px #eae3dc;
  transition: 0.3s;
  font-size: 16px;
  display: inline-block;
}
.btn-1:hover {
  background-color: transparent;
  color: #eae3dc;
}
@media (max-width: 1679px) {
  .btn-1 {
    padding: 11px 20px;
    font-size: 14px;
  }
}
.btn-1.btn-dark {
  background-color: #302f2f;
  color: #eae3dc;
  border-color: #302f2f;
}
.btn-1.btn-dark:hover {
  opacity: 0.8;
}

.anm-btn {
  position: relative;
  z-index: 1;
}
.anm-btn::after {
  z-index: -1;
  content: "";
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(48, 47, 47, 0.6);
  box-shadow:
    0 0 1px 5px rgba(48, 47, 47, 0.6),
    0 0 1px 10px rgba(48, 47, 47, 0.3),
    0 0 1px 15px rgba(48, 47, 47, 0.2) !important;
  border-radius: 8px;
  transition: 0.3s;
  opacity: 0;
}
.anm-btn:hover::after {
  opacity: 1;
  animation: shadowanm 1.5s linear infinite;
}

@keyframes shadowanm {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03, 1.09);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes rgtSlide {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.sec-title {
  font-family: "Italiana", sans-serif;
  letter-spacing: 2px;
  color: #302f2f;
  font-size: 52px;
  font-weight: 600;
}
@media (max-width: 1679px) {
  .sec-title {
    font-size: 40px;
  }
}
@media (max-width: 1481px) {
  .sec-title {
    font-size: 38px;
  }
}
@media (max-width: 1199px) {
  .sec-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .sec-title {
    font-size: 28px;
  }
}

.title-label {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #b0694e;
}
@media (max-width: 1679px) {
  .title-label {
    font-size: 17px;
  }
}
@media (max-width: 1481px) {
  .title-label {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .title-label {
    font-size: 15px;
  }
}

.txt-blue {
  color: #0084fb;
}

.txt-white {
  color: #fff;
}

.inp-alert {
  color: #ff0000;
  font-size: 12px;
  display: none;
  margin-top: 4px;
}

.sec-bg-1 {
  background-color: #eae3dc;
}

.sec-bg-2 {
  background-color: #f9f8f5;
}

.slider-cntrl-wrapper {
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 767px) {
  .slider-cntrl-wrapper.d-flex {
    display: none !important;
  }
}
.slider-cntrl-wrapper button {
  background-color: transparent;
  border: none;
  margin: 0 4px;
}
.slider-cntrl-wrapper button img {
  width: 30px;
}
@media (max-width: 1199px) {
  .slider-cntrl-wrapper button img {
    width: 25px;
  }
}

.custom-slick-dots li {
  width: 14px;
  height: 14px;
  opacity: 0.8;
  transition: 0.3s;
}
.custom-slick-dots li.slick-active {
  opacity: 1;
}
.custom-slick-dots li.slick-active button:before {
  opacity: 1;
}
.custom-slick-dots li button {
  border: solid 1px #302f2f;
  background-color: #fff;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.custom-slick-dots li button:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #302f2f;
  position: static;
  opacity: 0;
}

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