@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: "FatFrank1";
  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;
}


/*===============

Media Query

=================*/

@media screen and (max-width:1299px){
    .environmental-sec {
        height: 695px;
    }
}

@media screen and (max-width:1199px){
    .environmental-sec {
        height: 605px;
    }
}

@media screen and (max-width:991px){
    .environmental-sec {
        height: 510px;
    }
    .prSafe-h h1 {
        font-size: 50px;
        margin-top: 40px;
    }
    .brochure2-sec {
        height: 1310px;
    }
    .brochure-text h1 {
        font-size: 50px;
        margin-bottom: 20px;
    }
    .prSafe-sec .container{
        max-width: 100%;
        padding: 0 40px;
    }
}

@media screen and (max-width:768px){
    .environmental-sec {
        height: 415px;
        margin-top: 10px;
    }
    .prSafe-h p {
        font-size: 22px;
        line-height: 30px;
    }
}

@media screen and (max-width:650px){
    .environmental-sec {
        height: 360px;
    }
    .prSafe-h h1 {
        font-size: 40px;
        margin-top: 55px;
    }
    .brochure2-sec {
        height: 1200px;
    }
    .brochure-text h1 {
        font-size: 45px;
        margin-bottom: 20px;
        line-height: 50px;
    }
}

@media screen and (max-width:580px){
    .environmental-sec {
        height: 300px;
    }
}

@media screen and (max-width:450px){
    .environmental-sec {
        height: 220px;
        margin-top: 12px;
    }
    .prSafe-h h1 {
        font-size: 30px;
        margin-top: 65px;
    }
    .prSafe-h p {
        font-size: 20px;
        line-height: 25px;
    }
    .brochure-text h1 {
        font-size: 40px;
        margin-bottom: 20px;
        line-height: 50px;
    }
    .brochure2-sec {
        height: 1100px;
    }
}
















































