@import url("https://fonts.googleapis.com/css2?family=Anton&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden !important;
  background-color: #fff !important;
  font-family: OpenSans;
}

@font-face {
  src: "{{ url('public/fonts/fat-frank-heavy.otf') }}";
  font-family: Fatfrank1;
  font-weight: 400;
}

@font-face {
  src: "{{ url('public/fonts/fonnts.com-FatFrank_Heavy-1.otf') }}";
  font-family: Fatfrank2;
  font-weight: 500;
}

@font-face {
  src: "{{ url('public/fonts/fonnts.com-FatFrank_Heavy-1.ttf') }}";
  font-family: Fatfrank3;
  font-weight: 600;
}

@font-face {
  src: "{{ url('public/fonts/Jellee-Roman.otf') }}";
  font-family: Jelle;
}

@font-face {
  src: "{{ url('public/fonts/Montserrat-Italic-VariableFont_wght.ttf') }}";
  font-family: Montserrat-i;
}

@font-face {
  src: "{{ url('public/fonts/Montserrat-VariableFont_wght.ttf') }}";
  font-family: Montserrat;
}

@font-face {
  src: "{{ url('public/fonts/OpenSans-Italic-VariableFont_wdthwght.ttf') }}";
  font-family: OpenSans-i;
}

@font-face {
  src: "{{ url('public/fonts/OpenSans-VariableFont_wdthwght.ttf') }}";
  font-family: OpenSans;
}

.environmental-sec {
  background-image: url(../images/banners/environ.png);
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 800px;
  max-height: 100%;
  margin-top: -15px;
  position: relative;
  z-index: 100;
}

.prSafe-sec {
  background-image: url(../images/backgrounds/reg-map.png);
  position: relative;
  margin-top: -250px;
  padding-top: 220px;
  padding-bottom: 220px;
}

.prSafe-h {
  text-align: center;
}

.prSafe-h h1 {
  font-size: 55px;
  font-family: "FatFrank";
  color: #f1e70d;
  letter-spacing: 0.1rem;
  line-height: normal;
  -webkit-text-stroke: 10px black !important;
  paint-order: stroke fill;
  text-align: center;
  font-weight: 900;
}

.prSafe-h p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 33px;
  text-align: center;
  margin-top: 30px;
  color: #353535;
  align-items: center;
}

.prSafe-h ul li {
  list-style: none;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 33px;
  text-align: center;
  margin-top: 30px;
  color: #747474;
}
