@charset "UTF-8";
/** Generated by FG **/
@font-face {
  font-family: 'GR Norch';
  src: url("../custom-fonts/GR Norch.eot");
  src: local("☺"), url("../custom-fonts/GR Norch.woff") format("woff"), url("../custom-fonts/GR Norch.ttf") format("truetype"), url("../custom-fonts/GR Norch.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/** Generated by FG **/
@font-face {
  font-family: 'GT-Cinetype-Trial-Mono';
  src: url("../custom-fonts/GT-Cinetype-Trial-Mono.eot");
  src: local("☺"), url("../custom-fonts/GT-Cinetype-Trial-Mono.woff") format("woff"), url("../custom-fonts/GT-Cinetype-Trial-Mono.ttf") format("truetype"), url("../custom-fonts/GT-Cinetype-Trial-Mono.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/** Generated by FG **/
@font-face {
  font-family: 'SystemGlitch-Regular';
  src: url("../custom-fonts/SystemGlitch-Regular.eot");
  src: local("☺"), url("../custom-fonts/SystemGlitch-Regular.woff") format("woff"), url("../custom-fonts/SystemGlitch-Regular.ttf") format("truetype"), url("../custom-fonts/SystemGlitch-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/** Generated by FG **/
@font-face {
  font-family: 'Metric-Bold';
  src: url("../custom-fonts/Metric-Bold.eot");
  src: local("☺"), url("../custom-fonts/Metric-Bold.woff") format("woff"), url("../custom-fonts/Metric-Bold.ttf") format("truetype"), url("../custom-fonts/Metric-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/** Generated by FG **/
@font-face {
  font-family: 'Metric-Regular';
  src: url("../custom-fonts/Metric-Regular.eot");
  src: local("☺"), url("../custom-fonts/Metric-Regular.woff") format("woff"), url("../custom-fonts/Metric-Regular.ttf") format("truetype"), url("../custom-fonts/Metric-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  padding: 0px;
  margin: 0px;
}

.container {
  max-width: 1170px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.col-6 {
  width: 50%;
}

.top-section {
  background-image: url("../images/BlackTexture.jpg");
  background-size: cover;
  background-position: center center;
  padding: 100px 0px 150px;
  position: relative;
}

.top-section .text-policing span {
  color: #fff;
  font-family: 'SystemGlitch-Regular';
}

.top-section .text-policing .text span {
  color: #fd4267;
}

.top-section .text-policing span.text span {
  display: inline-block;
}

.top-section .heading-image {
  margin: 15px 0px 8px 0px;
  width: 0px;
  overflow: hidden;
}

.top-section .heading-image img {
  max-width: 450px;
  margin-left: -6px;
}

.top-section .highlighttext-1 {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.top-section .highlighttext-1 span {
  font-family: 'GT-Cinetype-Trial-Mono';
  background-color: #fd4267;
  color: #fff;
  display: block;
  text-transform: uppercase;
  padding: 6px 25px;
  margin-bottom: 5px;
  letter-spacing: 4px;
  font-size: 14px;
  opacity: 0;
  -webkit-animation: image-text 0.3s linear forwards;
  animation: image-text 0.3s linear forwards;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.top-section .block {
  position: absolute;
  left: 0px;
  height: 100%;
  width: 100%;
  top: 0px;
  background-color: #fd4267;
  width: 0px;
  -webkit-animation: block-appear 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation: block-appear 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.top-section .highlighttext-2 {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.top-section .highlighttext-2 span {
  font-family: 'GT-Cinetype-Trial-Mono';
  background-color: #fd4267;
  color: #212121;
  display: inline-block;
  text-transform: uppercase;
  padding: 6px 25px;
  letter-spacing: 4px;
  font-size: 14px;
  opacity: 0;
  -webkit-animation: image-text 0.35s linear forwards;
  animation: image-text 0.35s linear forwards;
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.top-section .highlighttext-2 .block {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.bottom-section {
  background-image: url("https://policefoundations.org/wp-content/uploads/2021/08/grey-texture.jpg");
/*   background-size: cover;
  background-position: top center; */
  padding: 80px 0px 100px 0px;
  position: relative;
}

.bottom-section:before {
  content: "";
  height: 83px;
  background-image: url("../images/divider.png");
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0px;
  top: -47px;
  width: 100%;
}

.bottom-section .left-text-contents {
  max-width: 400px;
  width: 100%;
}

.bottom-section .left-text-contents .title {
  color: #000;
  font-family: 'GR Norch';
  font-size: 50px;
  margin-bottom: 13px;
  overflow: hidden;
}

.bottom-section .left-text-contents .title span.hidentext {
  display: block;
}

.bottom-section .left-text-contents .sub-title {
  font-family: 'Metric-Bold';
  color: #000;
  font-size: 18px;
  margin-bottom: 25px;
  overflow: hidden;
}

.bottom-section .left-text-contents .text-content {
  color: #000;
  font-size: 16px;
  font-family: 'Metric-Regular';
  overflow: hidden;
}

.ammunitionBox {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  z-index: 2;
}

.ammunitionBox > img {
  position: absolute;
  width: 100%;
}

.ammunitionBox .img-megaphone {
  top: -65%;
  max-width: 160px;
  margin: 0 auto;
  right: 33px;
  z-index: 4;
}

.ammunitionBox .img-rifle {
  top: -135%;
  max-width: 110px;
  margin: 0 auto;
  left: -23px;
  right: 0;
  z-index: 5;
}

.ammunitionBox .img-shield {
  top: -81%;
  max-width: 240px;
  margin: 0 auto;
  left: 43px;
  z-index: 6;
}

.ammunitionBox .img-tasergun {
  top: -26%;
  max-width: 160px;
  left: 25px;
  z-index: 7;
}

.ammunitionBox .img-pistol {
  top: -33%;
  max-width: 175px;
  right: 24px;
  z-index: 8;
}

.ammunitionBox .img-baton {
  top: -76%;
  max-width: 260px;
  left: -20px;
  z-index: 9;
}

.ammunitionBox .img-mask {
  top: -80px;
  max-width: 170px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 10;
}

.box-wrap {
  position: relative;
  max-width: 400px;
  height: 266px;
}

.box-wrap .box-back {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}

.box-wrap .box-front {
  position: absolute;
  left: 0px;
  top: 51px;
  width: 100%;
  z-index: 15;
}

.top-section .img-bloodyriot {
  position: absolute;
  left: 40%;
  top: 40px;
  max-width: 160px;
}

.top-section .img-gasmask {
  position: absolute;
  left: 50%;
  top: 20px;
  max-width: 200px;
}

.top-section .img-bloodyriothelmet {
  position: absolute;
  right: 4%;
  top: 90px;
  max-width: 220px;
}

.top-section .img-crowdbarrier {
  position: absolute;
  right: 0px;
  top: 10px;
  max-width: 140px;
}

.top-section .img-handcuffs {
  position: absolute;
  left: 35%;
  bottom: 50px;
  max-width: 100px;
}

.bottom-section img.crime-scence-tape {
  position: absolute;
  width: 100%;
  z-index: 16;
  top: -130px;
}

.bottom-section img.crime-scence-tape-half {
  position: absolute;
  z-index: 1;
  right: 0px;
  max-width: 50%;
  top: -40px;
}
/*tablet*/
@media only screen and (max-width: 768px) {
  .crime-scence-tape, .crime-scence-tape-half{
    top:15px !important;
  }
  .box-wrap{
    max-width: 100%;
    height: 160px;
  }
  .box-back{
    top: -11px !important;
  }
  .box-front{
    top: 30px !important;
  }
  .ammunitionBox img{
    scale:0.7;
    /*-webkit-transform:scale(0.7);*/
  }
}

/*tablet*/
/*MOBILE*/
@media only screen and (max-width: 425px) {
  .top-section{
    padding: 10vh 1vw;
  }
  .heading-image img{
    width: 90% !important;
  }
  .top-section .container img:not(:last-child) {
    scale: 0.5;
  }
  .highlighttext-1 span, .highlighttext-2 span{
    font-size: 7px !important;
    padding: 6px 7px !important;
  }
  .top-section .img-handcuffs {
    left: 75%;
    bottom: 65px;
  }
  .top-section .img-gasmask{
    left: 20% !important;;
    top: -35px !important;;
  }
  .top-section .img-bloodyriothelmet{
    right: 4% !important;;
    top: 0px !important;;
  }
  .top-section .img-bloodyriot{
    left: 0 !important;
    top: 40px !important;
  }
  .crime-scence-tape, .crime-scence-tape-half{
    top:150px !important;
  }
  .ammunition-section{
    margin-top: 70px;
  }
  #contentRow{
    flex-wrap: wrap;
  }
  #rightColumn, #leftColumn {
    width: 100%;
  }
  #leftColumn{
    order:2;
    margin-top: 70px;
  }
  #rightColumn{
    order:1;
  }
  .box-wrap{
    max-width: 100%;
    height: 170px;
  }
  .box-back{
    top: -3px !important;
  }
  .box-front{
    top: 25px !important;
  }
  .ammunitionBox{
    max-width: 75%;
  }
  .ammunitionBox img{
    scale:0.55;
  }
  .box-front, .box-back {
    scale:0.7 !important;
  }
  .bottom-section .left-text-contents .title{
    font-size: 44px;
  }
}
/*MOBILE*/

@-webkit-keyframes block-appear {
  0% {
    left: 0;
    width: 0%;
  }
  50% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0%;
  }
}

@keyframes block-appear {
  0% {
    left: 0;
    width: 0%;
  }
  50% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0%;
  }
}

@-webkit-keyframes image-text {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

@keyframes image-text {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}




/*# sourceMappingURL=police-section-style.css.map */