* {
  outline: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
  text-decoration: none;
}

small,
input,
textarea,
select,
button {
  padding: 0;
  color: inherit;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font: inherit;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter/Inter-Regular.woff2') format('woff2'), url('../fonts/Inter/Inter-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter Extra Light';
  src: url('../fonts/Inter/Inter-ExtraLight.woff2') format('woff2'), url('../fonts/Inter/Inter-ExtraLight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter Light';
  src: url('../fonts/Inter/Inter-Light.woff2') format('woff2'), url('../fonts/Inter/Inter-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura Medium';
  src: url('../fonts/Inter/Futura-Medium.woff') format('woff'), url('../fonts/Inter/Futura-Condensed.woff2') format('woff2');
}

@font-face {
  font-family: 'Futura Medium Italic';
  src: url('../fonts/Inter/Futura-MediumItalic.woff') format('woff'), url('../fonts/Inter/Futura-CondensedMedium.woff2') format('woff2');
}

@font-face {
  font-family: 'Futura Condensed Medium';
  src: url('../fonts/Inter/Futura-CondensedMedium.woff') format('woff'), url('../fonts/Inter/Futura-CondensedMedium.woff2') format('woff2');
}

@font-face {
  font-family: 'Futura Bold';
  src: url('../fonts/Inter/Futura-Bold.woff') format('woff'), url('../fonts/Inter/Futura-Bold.woff') format('woff2');
}

@font-face {
  font-family: 'Futura Condensed ExtraBold';
  src: url('../fonts/Inter/Futura-CondensedExtraBold.woff') format('woff'), url('../fonts/Inter/Futura-CondensedExtraBold.woff2') format('woff2');
}



body {
  font-family: 'Inter', 'sans-serif';
  font-size: 16px;
}

.contact-table {
  font-family: 'Inter Light', 'sans-serif';
}

.slide-captions {
  font-family: 'Inter Extra Light', 'sans-serif';
}

.slide-captions strong {
  font-family: 'Inter', 'sans-serif';
}

nav {
  position: fixed;
  width: 100%;
  z-index: 999;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  height: 81px;
  padding: 13px 27px;
}

.head-logo{
  position: absolute;
  top: -1.3vw;
  left: 50%;
  transform: translateX(-50%);
}

.head-logo a{
  font-family: 'Futura Condensed ExtraBold';
  mix-blend-mode: difference;
  font-size: clamp(2.5rem, 3.7vw, 6rem);
}


.head-logo a.white-text {
  color: white; 
}



@media only screen and (max-width: 767px) {
  .nav-container {
    padding: 12px 12px;
  }

  .head-logo{
    position: absolute;
    top: 13px;
    left: 13px;
    transform: none;
  }

}

.menu-main-menu-container {
  padding-top: 4px;
  width: 100%;
}

.menu-main-menu-container ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .menu-main-menu-container ul {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.misc-btn {
  border: 1.9px solid #000;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  cursor: pointer;
  padding: 4px 11px;
  line-height: 1;
  font-size: 13px;
}

@media only screen and (max-width: 767px) {
  .misc-btn {
    font-size: 16px;
  }
}

.misc-btn:hover {
  background-color: #000;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .menu-item-new-website {
    display: none !important;
  }
}

.close-info-contact {
  display: none;
  position: absolute;
  right: 50px;
}

@media only screen and (max-width: 767px) {
  .close-info-contact {
    right: 12px;
  }
}

.show-close-item {
  display: block;
}

/* Coming Soon 
 --------- */

.coming-soon {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  padding: 5px 0;
}

.coming-soon .marquee-misc {
  white-space: nowrap;
  font-size: 6vw;
  line-height: 1.2;
  background-color: #000;
  color: #fff;
}

.coming-soon .marquee-misc {
  width: 100%;
  display: inline;
}

.coming-soon .marquee-misc .marq-text {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.coming-soon .marq-img-mask {
  border: 1px solid black;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  border-radius: 36px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 192px;
  height: 92px;
  vertical-align: middle;
  padding: 5px 0;
  margin-bottom: 3px;
}

.show {
  opacity: 1;
  z-index: 99;
}

/* Switch to white
 --------- */

.white {
  color: #fff;
  border-color: #fff;
  /* svg */
}

.white path {
  fill: #fff;
}

.menu-main-menu-container  .white:hover {
  background-color: #fff;
  color: #000;
}

.contact-color {
  color: #000;
  border-color: #000;
  /* svg */
}

.contact-color path {
  fill: #000;
}

.menu-main-menu-container  .contact-color:hover {
  background-color: #000;
  color: #fff;
}

.info-contact-misc-wrapper {
  /* transform: translate3d(0px, -100%, 0px); *//* opacity: 0; */
  height: 0;
  top: 0;
  left: 0;
  color: #111;
  background-color: #fff;
  right: 0;
  /* height: 100%; */
  z-index: 90;
  overflow: hidden;
  position: fixed;
}

.contact-wrapper {
  height: 100vh;
  width: 100%;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .contact-wrapper {
    padding-top: 90px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.about-misc {
  font-size: 43px;
  line-height: normal;
  font-weight: 400;
  padding: 0 188px;
  font-family: 'Futura Condensed ExtraBold';
}

@media only screen and (max-width: 1180px) and (min-width: 768px) {
  .about-misc {
    padding: 0 80px;
  }
}

@media only screen and (max-width: 767px) {
  .about-misc {
    font-size: 19px;
    text-align: left;
    line-height: normal;
    padding: 0 12px;
  }
}

.p1,
.insta-btn {
  display: block;
}

.contact-table {
  width: 100%;
  position: absolute;
  bottom: 24px;
}

.contact-table .items {
  /* display: grid;
  grid-template-columns: 1fr 1fr 1fr; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 50px;
  font-size: 20px;
  font-family: 'Futura Condensed ExtraBold';
}

@media only screen and (max-width: 767px) {
  .contact-table .items {
    font-size: 16px;
    /* grid-template-columns: 1fr; */
    padding: 0 12px;
  }

  .contact-table {
    bottom: 13px;
  }
}

.contact-table .address {
  text-align: left;
}

.contact-table .credentials {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .contact-table .credentials {
    text-align: left;
  }
}

.contact-table .socialmedia {
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.insta-btn {
  max-height: 33px;
}

@-webkit-keyframes toggle-info-contact {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

@-moz-keyframes toggle-info-contact {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

@-o-keyframes toggle-info-contact {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

@keyframes toggle-info-contact {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

@-webkit-keyframes hide-info-contact {
  0% {
    height: 100%;
  }

  100% {
    height: 0%;
  }
}

@-moz-keyframes hide-info-contact {
  0% {
    height: 100%;
  }

  100% {
    height: 0%;
  }
}

@-o-keyframes hide-info-contact {
  0% {
    height: 100%;
  }

  100% {
    height: 0%;
  }
}

@keyframes hide-info-contact {
  0% {
    height: 100%;
  }

  100% {
    height: 0%;
  }
}

.show-info-contact {
  height: 100%;
  opacity: 1;
  -webkit-animation-name: toggle-info-contact;
  -moz-animation-name: toggle-info-contact;
  -o-animation-name: toggle-info-contact;
  animation-name: toggle-info-contact;
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  -o-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  background-color: #EA6153;
}

.hide-info-contact {
  -webkit-animation-name: hide-info-contact;
  -moz-animation-name: hide-info-contact;
  -o-animation-name: hide-info-contact;
  animation-name: hide-info-contact;
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  -o-animation-duration: 0.7s;
  animation-duration: 0.7s;
}

.main-content {
  height: 100vh;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .main-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    height: 100%;
  }
}

/* Slider 
 --------- */

.swiper-slide {
  height: 100vh;
}

.slide-content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slide-content img {
  max-width: 62%;
}

@media only screen and (max-width: 767px) {
  .slide-content img {
    max-height: auto;
    max-width: 80%;
  }
}

.slide-content video {
  max-width: 60%;
}

@media only screen and (max-width: 767px) {
  .slide-content video {
    max-width: 80%;
  }
}

.fullscreen-misc img {
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .fullscreen-misc img {
    max-width: 100%;
    max-height: 100%;
  }
}

.fullscreen-misc video {
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .fullscreen-misc video {
    max-width: 100%;
    max-height: 100%;
  }
}

.slider-arrows {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .slider-arrows {
    position: absolute;
  }
}

.next,
.prev {
  width: 50%;
  height: 100%;
  z-index: 99;
  margin: 0;
  -webkit-background-size: 0 0;
  -moz-background-size: 0;
  -o-background-size: 0;
  background-size: 0;
}

@media only screen and (max-width: 767px) {
  .next,
  .prev {
    -webkit-background-size: 35px 35px;
    -moz-background-size: 35px;
    -o-background-size: 35px;
    background-size: 35px;
    width: 35px;
    height: 35px;
  }
}

.next {
  cursor: url('../img/icons/arrow-next.png'), auto;
  background-image: url('../img/icons/arrow-next.png'), auto;
}

@media only screen and (max-width: 767px) {
  .next {
    background-image: url('../img/icons/arrow-next.png');
    right: 10px;
  }
}

.prev {
  cursor: url('../img/icons/arrow-prev.png'), auto;
  background-image: url('../img/icons/arrow-prev.png'), auto;
}

@media only screen and (max-width: 767px) {
  .prev {
    background-image: url('../img/icons/arrow-prev.png');
    left: 10px;
  }
}

.swiper-button-next,
.swiper-button-prev {
  top: 0;
}

@media only screen and (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev {
    top: 50%;
    position: absolute;
  }
}

.slide-captions {
  position: absolute;
  bottom: 0;
  height: 81px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  z-index: 999;
  font-size: 20px;
  letter-spacing: 0.5px;
}

@media only screen and (max-width: 767px) {
  .slide-captions {
    font-size: 16px;
  }
}

/* Misc 
  ------*/

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

body {
  color: #000;
}
