*, *::before, *::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
html, body {
  height: 100%;
}
body {
  font-size: 1.125rem;
  line-height: 1.5 !important;
  -webkit-font-smoothing: antialiased;
}
img, video, canvas {
  display: block;
  max-width: 100%;
}
input, button, textarea, select {
  font: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 1rem;
  margin-top: 0;
}
.h5, h5 {
  font-size: 1rem;
}
.fs-5 {
    font-size: 1rem!important;
}
p {
  margin-bottom: 2rem;
  margin-top: 0;
}
#root, #__next {
  isolation: isolate;
}
.fw-200, .typed-cursor {
    font-weight: 200 !important;
}

/*padding*/
.pt-10 {
  padding-top: 9.5rem !important;
}

.object-fit-cover {
    object-fit: cover
} 
.border-7 {
    border-width: 7px !important;
}

/*Buttons*/
.btn {
    border-radius: 0 !important;
    padding: 0.8125rem 3rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
}
.btn-sm {
    padding: 0.1875rem 1.25rem;
    font-size: 0.875rem;
}
.btn-primary {
    background-color: #232323;
    border-color: #232323;
}
.btn-primary:hover {
    background-color: #232323;
    border-color: #232323;
}
.btn-danger {
    background-color: #da3458;
    border-color: #da3458;
}

/* Jarallax CSS */
.jarallax {
  position: relative;
  z-index: 1;
}
.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.dropdown-column-list {
    list-style: none;
    padding: 0; 
}