/* importing font files and declaring media quries and layouts */
body {
  font-family: 'Poppins', sans-serif;
  background: black;
  color: #fff;
  /* padding-top: 6rem; */
}

h1,
h2,
h3 {
  font-weight: 900;
  /* Use bold (700) weight for headings */
  font-family: 'Montserrat', sans-serif;
}

/* Example using different weights */
p {
  font-weight: 400;
  /* Regular (400) weight for paragraphs */
}

.bgimage {
  background-image: url(/art/images/bg.png);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type='number'] {
  -moz-appearance: textfield;
}

.hover-bg:hover .arrowcircle {
  background-color: #ff2e29 !important;
}

.arrowcircle:hover {
  background-color: #ff2e29;
}

.no-scroll {
  overflow: hidden;
}

/* iframe .ytp-chrome-top-buttons {
  display: none;
} */

.text-shadow {
  text-shadow: 0 0 6px #fff;
}
@media only screen and (min-width: 1024px) {
  .text-shadow {
    text-shadow: none;
  }
}
.html5-video-player .video-stream {
  width: 100% !important;
  left: 0 !important;
}
.hover-svg:hover svg path {
  stroke: #1a1a1a;
}
.bottom-right-slant-hover:hover {
  clip-path: polygon(
    calc(100% - 1.2rem) 100%,
    0 100%,
    0 0,
    100% 0,
    100% calc(100% - 0.9rem)
  );
}
