@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;700&display=swap);
@media screen and (width: 1440px) {
  html {
    font-size: 0.97vmin !important;
  }
}
@media screen and (width: 1280px) {
  html {
    font-size: 0.9vmin !important;
  }
}
@media screen and (width: 2560px) {
  html {
    font-size: 1vmin !important;
  }
}
@media screen and (max-width: 1024px) {
  html, body {
    overflow-x: hidden;
  }
}
@media screen and (width: 1366px) {
  html, body {
    font-size: 1.1vmin !important;
  }
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Nunito", sans-serif;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}

body.off-scroll {
  overflow-y: hidden;
}

input:-webkit-autofill {
  background-color: #FFF !important;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

canvas.webgl {
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  outline: none;
  height: 100%;
  width: 100%;
}

.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-animation: dash 5s linear alternate infinite;
          animation: dash 5s linear alternate infinite;
}

@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 1000;
  }
}

@keyframes dash {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 1000;
  }
}
.swiper {
  display: flex !important;
  justify-content: center !important;
}

/* width */
::-webkit-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 999rem;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
