@font-face {
  font-family: 'Cormorant,sans-serif';
  src: url('../font/Cormorant/Cormorant-Bold.eot');
  src: url('../font/Cormorant/Cormorant-Bold.eot?#iefix') format('embedded-opentype'), url('../font/Cormorant/Cormorant-Bold.woff2') format('woff2'), url('../font/Cormorant/Cormorant-Bold.woff') format('woff'), url('../font/Cormorant/Cormorant-Bold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant,sans-serif';
  src: url('../font/Cormorant/Cormorant-Medium.eot');
  src: url('../font/Cormorant/Cormorant-Medium.eot?#iefix') format('embedded-opentype'), url('../font/Cormorant/Cormorant-Medium.woff2') format('woff2'), url('../font/Cormorant/Cormorant-Medium.woff') format('woff'), url('../font/Cormorant/Cormorant-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant,sans-serif';
  src: url('../font/Cormorant/Cormorant-Regular.eot');
  src: url('../font/Cormorant/Cormorant-Regular.eot?#iefix') format('embedded-opentype'), url('../font/Cormorant/Cormorant-Regular.woff2') format('woff2'), url('../font/Cormorant/Cormorant-Regular.woff') format('woff'), url('../font/Cormorant/Cormorant-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muli,sans-serif';
  src: url('../font/muli/Muli.eot');
  src: url('../font/muli/Muli.eot?#iefix') format('embedded-opentype'), url('../font/muli/Muli.woff2') format('woff2'), url('../font/muli/Muli.woff') format('woff'), url('../font/muli/Muli.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body {
  overflow-x: hidden !important;
}
html {
  overflow-x: hidden;
}
.container {
  max-width: 1570px;
}
img{
  max-width: 100%;
}
ul{
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Cormorant,sans-serif';
  margin: 0;
  line-height: normal;
  color: #232323;
}
a, a:hover {
  text-decoration: none;
  line-height: normal;
}
a:hover {
  color: #a5a582 !important;
}
h1 {
  font-size:110px;
  line-height: 110px;
}
h2 {
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
}
p {
  font-size: 16px;
  color: #4d4d4d;
  line-height: 28px;
  margin: 0;
  font-weight: 400;
  font-family: 'Muli,sans-serif';
}
.btn {
  font-family: 'Muli,sans-serif';
  font-size: 14px;
  line-height: normal;
  padding: 15px 30px;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  color: #000;
  border: 1px solid #b0b494;
}
.btn:hover{
  color: #ffffff !important;
  background-color: #a5a582;
  border: 1px solid #a5a582;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}
.btn:hover::before{
  height: 0;
  transform: matrix(1, 0, 0, 1, 6, -16);
  opacity: 0;
  transition: 0.5s, opacity 0.3s 0.2s;
}
.btn:hover::after{
  width: 0;
  transform: matrix(1, 0, 0, 1, -16, 6);
  opacity: 0;
  transition: 0.5s, opacity 0.3s 0.2s;
}
.btn::before, .btn::after {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 1;
  transition: 0.7s cubic-bezier(0.65, 0, 0.6, 1.55);
}
.btn::before {
  top: 0;
  left: 100%;
  width: 1px;
  height: 50px;
  border-right: 1px solid #b0b494;
  transform: matrix(1, 0, 0, 1, 6, 10);
}
.btn::after {
  top: 100%;
  left: 0;
  width: calc(100% - -6px);
  height: 1px;
  border-bottom: 1px solid #b0b494;
  transform: matrix(1, 0, 0, 1, 10, 6);
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
select:focus, input:focus, textarea:focus, button:focus {
  box-shadow: none !important;
  outline: none !important;
  border-color: #B0B0B0 !important;
}
.img-cover {
  position: relative;
}
.img-cover::before {
  display: block;
  content: '';
  padding-top: 100%;
}
.img-cover img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  transition: .5s all ease-in-out;
}
.swiper-button-next:after, .swiper-button-prev:after {
  content: '';
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
}
body.bg-1, body.bg-2 {
  position: relative;
}
body.bg-1::before, body.bg-2::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 16;
  background: rgb(0 0 0 / 89%);
}
html.active, html.is-active{
  overflow: hidden;
}
.preloader {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  background-color: #9e9e7d;
}
.ldr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin: auto;
  width: 2.5em;
  height: 2.5em;
}

.ldr-blk {
  height: 35%;
  width: 35%;
  animation: pulse 0.75s ease-in infinite alternate;
  background-color:#2b1407;
}

.an_delay {
  animation-delay: 0.75s;
}
@keyframes pulse {
  0%   { opacity: 1; }
  100% { opacity: 0; }
}