html,
body {
  margin: 0;
  background-color: #F8F8FF;
  width: 100vw;
}

body {
  overflow-x: hidden;
  background-color: #F8F8FF, body;
  background-color-margin: 0;
  background-color-background-color: #F8F8FF;
  background-color-width: 100vw;
  /* Modern browsers with `scrollbar-*` support */

}
body a {
  color: black !important;
  text-decoration: none;
}
body .site-logo {
  line-clamp: 2 !important;
  font-size: 1.5rem !important;
}
body #overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}
body #bckg-img {
  position: fixed;
  height: 100vh;
  width: 100%;
  background-color: #ffffff;
  text-align: center;
  overflow: hidden;
  z-index: 0;
  clip-path: circle(100px);
  visibility: visible;
  z-index: 10;
}
body .bkg {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  width: 100vw;
  height: 100vh;
  background: center center no-repeat fixed;
  background-size: cover;
  -o-object-fit: fill;
     object-fit: fill;
  z-index: 3 !important;
}
body #cursor {
  position: fixed;
  top: -5px;
  left: -5px;
  width: 10px;
  height: 10px;
  background-color: #960018;
  border-radius: 50%;
  pointer-events: none;
  z-index: 999;
}
body #cursor-border {
  background-color: #073834;
  --size: 50px;
  position: fixed;
  top: calc(var(--size) / -2);
  left: calc(var(--size) / -2);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  box-shadow: 0 0 0 2px #CB9D06;
  pointer-events: none;
  transition: top 0.15s ease-out, left 0.15s ease-out, width 0.15s ease-out, height 0.15s ease-out;
  z-index: 998;
}
body #menu {
  position: fixed;
  top: 0;
  width: 90vw;
  height: auto;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.936) !important;
  padding-left: 1vw;
  padding-right: 2%;
  padding-top: 0.5%;
  padding-bottom: 1vh;
  z-index: 2;
  border-radius: 10px;
  margin-left: 4vw;
  margin-top: 3vh;
}
body #stickybot {
  position: relative;
  bottom: 0;
  width: 100vw;
  height: 10px;
  display: flex;
  justify-content: center;
  padding-bottom: 0.5%;
  background-color: #CB9D06;
}
body .container {
  display: flex;
  position: static;
  width: 100vw;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  text-wrap: wrap;
}
body .footer {
  width: 100vw;
  height: 200px;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 4%;
}
body .frow {
  padding-left: 5%;
  padding-right: 5%;
  width: 100%;
}
body #privacypolicy {
  padding-top: 10%;
  padding-left: 25%;
  padding-right: 25%;
  padding-bottom: 5%;
  height: 40vh;
  overflow-x: hidden;
  overflow-y: scroll;
}
body #section2 {
  height: 75vh;
  width: 100vw;
}
body #section1 {
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  justify-content: center !important;
  align-items: center !important;
  text-wrap: wrap;
  text-align: center;
  background-image: url("topCoat2.png");
  background-repeat: repeat;
  background-size: 100%;
}
body #section4 {
  position: relative;
  width: 100vw;
  height: 40vh;
  text-wrap: wrap;
  background-image: url("topCoat2.png");
  background-repeat: repeat;
  background-size: 100%;
}
body .feature-card {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 12vw;
  margin-top: -30vh;
  background-color: transparent;
  z-index: 1;
}
body .bodycard {
  position: relative;
  width: 32vw;
  height: 50vh;
  border-radius: 0px 0px 20px 20px;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
body .bodycard-front, body .bodycard-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 0px 0px 20px 20px;
  z-index: 2;
}
body .bodycard-front {
  background-color: blue;
  margin: 0 !important;
  padding: 0 !important;
  transform: rotateY(0deg);
}
body .cardtitle {
  color: white !important;
  text-align: center;
  padding-top: 20%;
}
body .bodycard-back {
  background-color: white;
  transform: rotateY(180deg);
}
body .servicetitle {
  font-size: 30px;
  text-transform: capitalize;
  font-family: manropebold !important;
  padding-left: 1rem;
  padding-right: 1rem;
}
body .servicedescr {
  font-size: 15px;
  padding-left: 1rem;
  padding-right: 1rem;
}
body .topcard {
  position: relative;
  width: 32vw;
  height: 50px;
  border-radius: 20px 20px 0px 0px;
  background-color: blue;
  z-index: 0;
}
body .cta {
  width: 32vw;
  position: relative;
  display: flex;
  flex-direction: row;
  text-align: right;
  margin-top: 4rem;
  vertical-align: center;
  height: 4rem;
}
body #textcta {
  font-size: 22px;
  margin: 0;
  padding: 0;
  padding-top: 1.5rem;
  text-align: right;
  width: 22vw;
  font-weight: 100;
  font-family: manropesemibold;
  z-index: 1;
}
body #arrow {
  display: inline;
  width: 30%;
  height: 30%;
  align-self: right;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding-top: 1.9rem;
}
body #section5 {
  position: relative;
  width: 100vw;
  height: 80vh;
  text-wrap: wrap;
  text-align: center;
  background-image: url("topCoat2.png");
  background-repeat: repeat;
  background-size: 100%;
  justify-content: center;
  z-index: 1;
}
body #storytime {
  padding-top: 3rem;
  text-align: left;
  font-size: 20px;
  z-index: 1;
  width: 50vw;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
body #sectiontitle:hover {
  transform: scale(1.02);
}
body #text5cta {
  text-align: center;
  font-size: 22px;
  padding-top: 3rem;
  font-weight: 100;
  font-family: manropesemibold;
  z-index: 1;
}
body #text5cta:hover {
  text-decoration: underline;
}
body .upfront {
  font-size: 70px;
  line-height: 120% !important;
  text-wrap: wrap;
  width: 50%;
}
body #section6 {
  position: relative;
  width: 100vw;
  height: 80vw;
  text-align: left;
  padding-left: 10rem;
  padding-top: 8rem;
}
body #newssubtitle {
  font-size: 16px;
}
body .carousel {
  z-index: 1;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(6, minmax(100px, 1fr));
  padding-left: 30px;
}
body #sectiontitle {
  padding-top: 8rem;
  transition: all 0.2s ease-in-out;
}
body #newscarousel {
  position: relative;
  width: 80%;
  height: 370px;
  background-color: #6494ed;
  border-radius: 20px;
}
body .newscta {
  width: 200px;
  position: absolute;
  height: 50px;
  right: 0;
  margin-right: 10px;
  margin-top: 140px;
  z-index: 10;
  text-align: right;
  justify-content: center;
  font-weight: bold;
  font-size: 15px !important;
  transition: transform 0.6s;
}
body .newscta:hover {
  transform: scale(1.02);
}
body #s1lrow {
  height: 500px;
  order: 1 !important;
}
body #destitle {
  position: relative;
  display: flex;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  font-size: 25px;
  width: 100vw;
  text-align: center;
  justify-content: center;
  padding-top: 7%;
  vertical-align: middle;
  padding-right: 35%;
  padding-left: 35%;
}
body #desdes {
  padding-top: 0;
}
body #autoimg {
  bottom: 0;
  left: 0;
}
body #section6 {
  width: 100%;
  height: auto;
  flex-direction: column !important;
}
body #section7 {
  width: 100%;
  text-align: center;
  flex-direction: column !important;
}
body .row {
  height: 100%;
  margin: 0;
  vertical-align: top;
  position: relative;
}
body .row-left {
  order: 1;
}
body .row-right {
  order: 2;
}
body #s2lrow {
  width: 30%;
  height: 100%;
}
body #s2rrow {
  width: 40%;
  height: 100%;
}
body .textbox {
  margin: 0;
}
body #s2txb {
  position: absolute;
  bottom: 0;
  right: 0;
}
body #s3txba {
  width: 30vw;
  position: relative;
  margin-left: 20vw;
  display: block;
}
body #s3txbb {
  width: 30vw;
  position: relative;
  margin-left: 30vw;
  display: block;
}
body #s4txb {
  margin-left: auto;
  margin-right: auto;
  padding-top: 10%;
}
body #boxlift {
  position: absolute;
  width: 70%;
  height: 70%;
  -o-object-fit: contain;
  object-fit: contain;
  top: 0;
  right: 0;
  display: block;
}
body #bckttp {
  position: relative;
  z-index: 5;
  width: 100px;
}
body #title {
  display: inline-block;
  width: 30vw;
  padding-right: 2vw;
  color: black !important;
}
body #tabs {
  display: inline;
  position: absolute;
  width: 850px;
  right: 0;
  padding-left: 5%;
  padding-right: -5%;
}
body #burgmenu {
  display: none;
  z-index: 10 !important;
}
body .menu {
  background-color: #f8f8ff !important;
  height: auto;
  width: 100%;
  z-index: 10 !important;
}
body .menuitem {
  width: 100px;
  top: 0;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding-left: 2%;
  padding-right: 2%;
  display: inline-block;
}
body #babybottle {
  top: 0;
  right: 0;
  width: 80%;
  margin-left: 50px;
}
body #bbimage {
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
body #fly-plane {
  position: absolute;
  z-index: 0;
}
body #txt {
  text-align: left;
}
body #rpc {
  padding-top: 2%;
  text-align: center !important;
  font-size: 16px !important;
}
body #rpd {
  padding-top: 30%;
  text-align: center;
}
body #rpe {
  text-align: center;
}
body #middle {
  display: inline-block;
  width: 100vw;
  align-items: center;
  text-align: center;
  color: black !important;
}
body .head {
  margin: 0 auto;
  display: inline-block;
  padding-left: 5%;
}
body #about {
  margin: 0 auto;
  display: inline-block;
  padding-left: 5%;
  color: black !important;
}
body #contact-body {
  margin-top: 40vh !important;
}
body #contact {
  margin: 0 auto;
  display: inline-block;
  padding-left: 5%;
}
body h1 {
  text-transform: lowercase;
  font-size: 18px;
  font-family: manropebold;
  color: black !important;
}
body h2 {
  font-size: 35px;
  line-height: 1.3;
  font-family: manropelight;
  color: black !important;
  z-index: 1;
}
body h3 {
  font-size: 18;
  font-family: manropemedium;
}
body h4 {
  font-size: 45;
  font-family: manropemedium;
  color: black !important;
  text-align: center;
}
body h5 {
  font-size: 13px;
  font-family: manroperegular;
}
body h6 {
  font-size: 25px;
  font-family: manropelight;
}
body p {
  font-family: manropeextralight;
  font-size: 23px;
  color: black !important;
  line-height: 1.3;
}
@keyframes pulse {
  0% {
    opacity: 100%;
  }
  70% {
    opacity: 70%;
  }
  100% {
    opacity: 100%;
  }
}
body .scroller {
  --scrollbar-color-thumb: #960018 ;
  --scrollbar-color-track: none;
  --scrollbar-width: 12px;
  --scrollbar-width-legacy: 10px;
  --scrollbar-border-radius: 20px;
}
@supports (scrollbar-width: auto) {
  body .scroller {
    scrollbar-color: var(--scrollbar-color-thumb) var(--scrollbar-color-track);
    scrollbar-width: var(--scrollbar-width);
  }
}
body body::-webkit-scrollbar {
  width: 12px; /* width of the entire scrollbar */
}
body body::-webkit-scrollbar-track {
  background: none; /* color of the tracking area */
}
body body::-webkit-scrollbar-thumb {
  background-color: #960018; /* color of the scroll thumb */
  border-radius: 10px; /* roundness of the scroll thumb */
  border: none; /* creates padding around scroll thumb */
}
@font-face {
  font-family: "manropebold";
  src: url("./font/Manrope-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "manropemedium";
  src: url("./font/Manrope-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "manroperegular";
  src: url("./font/Manrope-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "manropelight";
  src: url("./font/Manrope-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "manropesemibold";
  src: url("./font/Manrope-SemiBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "manropeextralight";
  src: url("./font/Manrope-ExtraLight.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

a {
  color: black !important;
  text-decoration: none;
}

#stickybot {
  position: fixed;
  bottom: 0;
  width: 100vw;
  height: 50px;
  display: flex;
  justify-content: center;
  padding-bottom: 0.5%;
}

.footer {
  width: vw;
  height: 200px;
  padding-left: 20%;
  padding-right: 20%;
  padding-top: 4%;
}

#privacypolicy {
  padding-top: 10%;
  padding-left: 25%;
  padding-right: 25%;
  padding-bottom: 5%;
  height: 40vh;
  overflow-x: hidden;
  overflow-y: scroll;
}

#section1 {
  justify-content: center !important;
  align-items: center !important;
  text-wrap: wrap;
}

#introbox {
  width: 30%;
}

#section3 {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100vw;
  height: 60vh;
  text-align: left;
  align-items: left;
  padding-left: 15%;
  margin: 0;
}

#s3txt {
  display: inline-block;
  width: 35vw;
  font-size: 40px;
}

#s3txt2 {
  display: inline-block;
  font-size: 20px;
  width: 35vw;
}

#desdes {
  padding-top: 0;
}

#autoimg {
  bottom: 0;
  left: 0;
}

#section6 {
  width: 100%;
  height: auto;
  flex-direction: column !important;
}

#section7 {
  width: 100%;
  text-align: center;
  flex-direction: column !important;
}

.row {
  height: 100%;
  margin: 0;
  vertical-align: top;
  position: relative;
}

.row-left {
  order: 1;
}

.row-right {
  order: 2;
}

#s2lrow {
  width: 30%;
  height: 100%;
}

#s2rrow {
  width: 40%;
  height: 100%;
}

.textbox {
  margin: 0;
}

#s2txb {
  position: absolute;
  bottom: 0;
  right: 0;
}

#s3txba {
  width: 30vw;
  position: relative;
  margin-left: 20vw;
  display: block;
}

#s3txbb {
  width: 30vw;
  position: relative;
  margin-left: 30vw;
  display: block;
}

#s4txb {
  margin-left: auto;
  margin-right: auto;
  padding-top: 10%;
}

#boxlift {
  position: absolute;
  width: 70%;
  height: 70%;
  -o-object-fit: contain;
  object-fit: contain;
  top: 0;
  right: 0;
  display: block;
}

#bckttp {
  position: relative;
  z-index: 5;
  width: 100px;
}

#title {
  display: inline-block;
  width: 30vw;
  padding-right: 2vw;
  color: black !important;
}

.menuitem {
  width: 200px;
  top: 0;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: inline-block;
}

#babybottle {
  top: 0;
  right: 0;
  width: 80%;
  margin-left: 50px;
}

#bbimage {
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#fly-plane {
  position: absolute;
  z-index: 0;
}

#txt {
  text-align: left;
}

#rpc {
  padding-top: 2%;
  text-align: center !important;
  font-size: 16px !important;
}

#rpd {
  padding-top: 30%;
  text-align: center;
}

#rpe {
  text-align: center;
}

#middle {
  display: inline-block;
  width: 100vw;
  align-items: center;
  text-align: center;
  color: black !important;
}

.head {
  margin: 0 auto;
  display: inline-block;
  padding-left: 5%;
}

#about {
  margin: 0 auto;
  display: inline-block;
  padding-left: 5%;
  color: black !important;
}

#contact {
  margin: 0 auto;
  display: inline-block;
  padding-left: 5%;
}

h1 {
  text-transform: lowecase;
  font-size: 18;
  font-family: manropebold;
  color: black !important;
}

h2 {
  font-size: 35px;
  line-height: 1.3;
  font-family: manropelight;
  color: black !important;
}

h3 {
  font-size: 18px;
  text-transform: lowercase;
  font-family: manropemedium;
}

h4 {
  font-size: 45;
  font-family: manropemedium;
  color: black !important;
  text-align: center;
}

h5 {
  font-size: 13px;
  font-family: manroperegular;
}

h6 {
  font-size: 25px;
  font-family: manropelight;
}

p {
  font-family: manropeextralight;
  font-size: 23px;
  color: black !important;
  line-height: 1.3;
}

@media only screen and (max-width: 600px) {
  html, body {
    margin: 0;
    max-width: 100vw !important;
    overflow-x: hidden !important;
    height: auto !important;
  }
  .carousel {
    overflow-x: scroll !important;
    grid-template-columns: repeat(2, minmax(100px, 1fr)) !important;
  }
  .newscta {
    display: none;
  }
  #burgmenu {
    width: 50px;
    height: 50px;
    visibility: visible !important;
    display: inline-block !important;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 2vh;
    margin-right: 12vw;
  }
  .burgline {
    width: 40px;
    height: 5px;
    margin-bottom: 5px;
    background-color: black;
    border-radius: 4px;
  }
  #exitmenu {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 2vh;
    margin-left: 3vw;
  }
  .exitline {
    width: 10px;
    height: inherit;
    margin: 0 auto;
    background-color: black;
    border-radius: 5px;
  }
  .exitline:hover {
    rotate: 90deg;
  }
  #tabs {
    display: flex;
    flex-direction: column;
    position: absolute;
    padding: 0 !important;
    margin: 0;
    top: 0;
    right: 0;
    left: 0;
    width: 100vw !important;
    height: 100vh !important;
    visibility: hidden;
    align-items: left !important;
    padding-top: 40% !important;
  }
  .menuitem {
    position: relative;
    display: block !important;
    width: 100vw;
    font-size: 30px !important;
    text-align: left !important;
    top: 0;
    left: 0;
    margin-left: 10% !important;
  }
  h1 {
    font-size: 20px !important;
  }
  p {
    font-size: 20px !important;
  }
  #cursor {
    display: none;
  }
  #cursor-border {
    display: none;
  }
  .bkg {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
  }
  #bckg-img {
    display: none;
    width: 100vw !important;
    height: 100vh !important;
  }
  .container {
    width: 100vw !important;
    overflow-x: hidden;
  }
  #section1 {
    height: auto !important;
    background-image: none !important;
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .upfront {
    padding-top: 6rem;
    font-size: 50px !important;
    width: 80vw !important;
    line-clamp: 4 !important;
    background-color: #F8F8FF;
  }
  #section2 {
    height: 30vh !important;
  }
  #section3 {
    height: auto !important;
    padding: 0 !important;
  }
  #section4 {
    position: absolute;
    width: 100vw !important;
    height: 70vh !important;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
    padding-top: 3rem !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .feature-card {
    margin-top: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 1rem !important;
    width: 100%;
    height: auto !important;
  }
  .topcard {
    position: relative;
    width: 80vw !important;
    height: 50px;
  }
  .bodycard {
    width: 80vw !important;
    height: 50vh !important;
    margin: 0 auto !important;
    transition: none !important;
  }
  .bodycard-front {
    display: none !important;
    transform: none !important;
    overflow-x: hidden !important;
  }
  .bodycard-back {
    visibility: visible !important;
    transform: rotateY(0deg) !important;
    overflow-x: hidden !important;
  }
  .servicetitle {
    font-size: 16px !important;
    text-transform: capitalize;
    font-family: manropebold !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .servicedescr {
    font-size: 14px !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cta {
    width: 100vw !important;
    text-align: center;
    justify-content: center;
  }
  #textcta {
    font-size: 20px !important;
    position: relative;
    margin: 0 auto !important;
    margin-top: 2px !important;
    width: 100% !important;
  }
  #arrow {
    display: none !important;
  }
  #section5 {
    margin-top: 0 !important;
    height: 100vh !important;
    margin: 0 !important;
    width: 100vw !important;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
  }
  #sectiontitle {
    width: 85vw !important;
    padding-left: 10% !important;
    font-size: 25px !important;
    text-align: left !important;
    padding-top: 8% !important;
    background-color: #F8F8FF;
  }
  #storytime {
    width: 85vw !important;
    padding-top: 1rem !important;
    padding-left: 6% !important;
    padding-right: 0rem !important;
    text-align: left;
    font-size: 22px;
    z-index: 1;
    background-color: #F8F8FF;
  }
  #text5cta {
    padding-bottom: 0 !important;
  }
  #section6 {
    margin: 0 !important;
    width: 92vw !important;
    height: 70vh !important;
    padding-left: 4% !important;
    padding-top: 5% !important;
    overflow-y: hidden;
  }
  #newssubtitle {
    font-size: 13px !important;
  }
  #newscarousel {
    width: 96% !important;
    padding: 2% !important;
    margin: 0 !important;
  }
  #destitle {
    padding-top: 1rem !important;
    padding-left: 10% !important;
    padding-right: 10% !important;
    font-size: 20px !important;
  }
  #s3txt {
    width: 80vw;
    padding-left: 10%;
    font-size: 25px !important;
    background-color: #F8F8FF;
  }
  #s3txt2 {
    width: 80vw;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 23px !important;
    line-height: 30px !important;
    background-color: #F8F8FF;
  }
  .footer {
    margin: 0 !important;
    padding: 0 !important;
    width: 90vw !important;
    overflow: hidden !important;
    font-size: 10px !important;
    padding-left: 5vw !important;
    margin-top: 15vw !important;
  }
  .row {
    width: 32vw !important;
    height: auto !important;
  }
  .frow {
    padding-left: 1% !important;
    padding-right: 1% !important;
    height: auto !important;
  }
  h5 {
    font-size: 10px !important;
    text-wrap: wrap !important;
    line-break: anywhere !important;
  }
}
@keyframes pulse {
  0% {
    opacity: 100%;
  }
  70% {
    opacity: 70%;
  }
  100% {
    opacity: 100%;
  }
}
.scroller {
  --scrollbar-color-thumb: #960018 ;
  --scrollbar-color-track: none;
  --scrollbar-width: 12px;
  --scrollbar-width-legacy: 10px;
  --scrollbar-border-radius: 20px;
}

/* Modern browsers with `scrollbar-*` support */
@supports (scrollbar-width: auto) {
  .scroller {
    scrollbar-color: var(--scrollbar-color-thumb) var(--scrollbar-color-track);
    scrollbar-width: var(--scrollbar-width);
  }
}
body::-webkit-scrollbar {
  width: 12px; /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: none; /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  background-color: #960018; /* color of the scroll thumb */
  border-radius: 10px; /* roundness of the scroll thumb */
  border: none; /* creates padding around scroll thumb */
}

@font-face {
  font-family: "manropebold";
  src: url("./font/Manrope-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "manropemedium";
  src: url("./font/Manrope-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "manroperegular";
  src: url("./font/Manrope-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "manropelight";
  src: url("./font/Manrope-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "manropesemibold";
  src: url("./font/Manrope-SemiBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "manropeextralight";
  src: url("./font/Manrope-ExtraLight.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
} /*# sourceMappingURL=main.css.map */