@font-face {
  font-family: "Grotzec";
  src: url("Assets/Fonts/GrotzecPoster-XCondensedBold.woff2") format("woff");
}

@font-face {
  font-family: "Neue Montreal";
  src: url("Assets/Fonts/PPNeueMontreal-Medium.woff2") format("woff");
}

button, input[type="submit"], input[type="reset"] {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

* {
  outline: none;
}

:root {
  --color-text: #890c0d;
  --color-bg: papayawhip;
  --color-bg-accent: #ecdcc0;
  --size: clamp(10rem, 10rem + 40vmin, 22rem);
  --size2: clamp(1.25rem, 1.25rem + 5vmin, 2.75rem);
  --gap: calc(var(--size) / 14);
  --gap2: 0;
  --duration: 60s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
}

/* Header */
.main-nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.386);
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  padding: 0px 0;
}

@media (min-width: 768px) {
  header {
    padding: 30px 0;
  }
}
header .navbar-brand {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 800;
  font-size: 2rem;
}
header .navbar-brand.absolute {
  position: absolute;
}
@media (max-width: 991.98px) {
  header .navbar-brand.absolute {
    position: relative;
  }
}
header .navbar-brand span {
  color: #fff;
}
@media (min-width: 768px) {
  header .navbar-brand span {
    color: #ced4da;
  }
}
header .navbar {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 768px) {
  header .navbar {
    padding-top: 0;
    padding-bottom: 0;
    background: none !important;
    position: relative;
  }
}
header .navbar .nav-link {
  padding: 1rem 1rem;
  outline: none !important;
  font-size: 1rem;
  letter-spacing: 1px;
  font-family: "Neue Montreal";
  color: rgb(255, 255, 255) !important;
}
@media (max-width: 1199.98px) {
  header .navbar .nav-link {
    padding: 0.5rem 0rem;
  }
}


header .navbar .cta-btn a {
  background: #ffffff00;
  border: 1px solid #fff;
  border-radius: 25px;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 15px 20px !important;
  line-height: 1;
  font-weight: bold;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
header .navbar .cta-btn a:hover {
  background: #fff;
  color: #ce0a0a !important;
  -webkit-box-shadow: 2px 0 30px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 0 30px -5px rgba(0, 0, 0, 0.2);
}

.main-logo svg {
  padding-bottom: none;
}

body {
  background: #040404 !important;
  overflow-x: hidden;
}

.hero-h {
  position: relative;
  background: #890c0d !important;
  height: 98vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.hero-h video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.hero-h:after {
  content:" ";
  display:block;
  height: 45px;
  background-image:url('Assets/Images/ripped.png');
  position:absolute;
  bottom:-15px;
 width:300%;
left:-500px;  
}

.hero-h:before {
  content:" ";
   display:block;
   width:300%;
   height: 65px;
   background-image:url('Assets/Images/ripped.png');
   position:absolute;
   margin-top:-80px;
   left:-500px;
     z-index:1;
}

.hero-h image {
  display: none;
  visibility: hidden;
}

@media (max-width: 768px) {
  /*.hero-h {
    position: relative;
    background: url("Assets/Images/mobile-hero.png") !important;
    background-size: contain;
    background-position: center center;
  background-repeat: no-repeat;
    height: 98vh;
    min-height: 75vw;
    width: 100%;
    overflow: hidden;
  }*/
  
  .hero-h img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .hero-h video {
    visibility: hidden;
  }
}

.hero-h .container,
.hero-a .container,
.hero-s .container,
.hero-c .container {
  position: relative;
  z-index: 2;
}

.hero-a {
  position: relative;
  background-image: url("Assets/Images/abt-header.png");
  background-size: cover;
  background-position: top center;
  height: 80vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.hero-a:after,
.hero-r:after,
.hero-s:after,
.hero-c:after {
  content:" ";
  display:block;
  height: 45px;
  background-image:url('Assets/Images/ripped.png');
  position:absolute;
  bottom:-15px;
 width:300%;
left:-500px;  
}

.hero-a video,
.hero-r video,
.hero-s video,
.hero-c video {
  display: none;
}

.hero-r {
  position: relative;
  background-image: url("Assets/Images/rec-header.png");
  background-size: cover;
  background-position: top center;
  height: 77vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.hero-s {
  position: relative;
  background-image: url("Assets/Images/ros-header.png");
  background-size: cover;
  background-position: top center;
  height: 77vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.hero-c {
  position: relative;
  background-image: url("Assets/Images/con-header.png");
  background-size: cover;
  background-position: top center;
  height: 77vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}


/* Media Query for devices withi coarse pointers and no hover functionality */

/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */

@media (pointer: coarse) and (hover: none) {
  .hero-h {
    background: url("Assets/Images/mobile-hero.png")
      no-repeat center center scroll;
  }

  .hero-h video {
    display: none;
  }
}

.banner {
    position: relative;
    height: 100%;
}

.hero-txt {
    position: absolute;
    bottom: 0; 
    right: 0;
    margin: 2em 2em;
}

.hero-txt h1 {
    color: #fff;
    font-family: "Grotzec";
    font-size: 14vw;
    line-height: 11vw;
    text-align: right;
}

.hero-txt-a {
  position: absolute;
  top: 15%; 
  right: 0;
  margin: 2em 2em;
  margin-top: 15em;
  text-align: right;
}

.hero-txt-a h1 {
  color: #fff;
  font-family: "Grotzec";
  font-size: 14vw;
  line-height: 11vw;
}


.hero-scroll {
    position: absolute;
    bottom: 0; 
    left: 0;
    margin: 4em 4em;
}

.field {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 150px;
}
.field h3 {
    color: #fff;
    font-family: "Grotzec";
    font-size: 1.25vw;
}
.mouse {
    width: 25px;
    height: 45px;
    border: 3px solid #fff;
    border-radius: 60px;
    position: relative;
}
.mouse::before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
    animation: wheel 2s infinite;
    -webkit-animation: wheel 2s infinite;
}
@keyframes wheel {
    to {
        opacity: 0;
        top: 45px;
   }
}
@-webkit-keyframes wheel {
    to {
        opacity: 0;
        top: 45px;
   }
}
.scroll {
    width: 60px;
    height: 60px;
    border: 2px solid #333;
    border-radius: 50%;
    position: relative;
    animation: down 1.5s infinite;
    -webkit-animation: down 1.5s infinite;
}
.scroll::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 18px;
    width: 18px;
    height: 18px;
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(-45deg);
}
@keyframes down {
    0% {
        transform: translate(0);
   }
    20% {
        transform: translateY(15px);
   }
    40% {
        transform: translate(0);
   }
}
@-webkit-keyframes down {
    0% {
        transform: translate(0);
   }
    20% {
        transform: translateY(15px);
   }
    40% {
        transform: translate(0);
   }
}
.arrow {
    width: 0;
    height: 40px;
    border: 1px solid #333;
    position: relative;
    animation: scroll 1.5s infinite;
    -webkit-animation: scroll 1.5s infinite;
}
.arrow::after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: -5px;
    width: 1px;
    height: 10px;
    border-top: 10px solid #333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
@keyframes scroll {
    0% {
        height: 40px;
   }
    30% {
        height: 70px;
   }
    60% {
        height: 40px;
   }
}
@-webkit-keyframes scroll {
    0% {
        height: 40px;
   }
    30% {
        height: 70px;
   }
    60% {
        height: 40px;
   }
}


@media (max-width: 768px) {
    .field {
        display: none;
        visibility: hidden;
    }
    .hero-txt {
        position: absolute;
        bottom: 0; 
        left: 0;
        margin: 6em 2em;
    }
    
    .hero-txt h1 {
        color: #fff;
        font-family: "Grotzec";
        font-size: 25vw;
        line-height: 20vw;
    }
    
    .hero-txt h2 {
        color: #fff;
        font-family: "Neue Montreal";
        font-size: 1vw;
        letter-spacing: 2vw;
        word-spacing: 2vw;
        margin-bottom: 1vw;
    }

    .more-info {
        margin: 1em 1em;
        margin-top: 10vw;
    }
    
    .mic-top {
        display: flex;
        flex-direction: column !important;
        align-items: top;
    }
    
    .mict-rgt {
        width: 100% !important;
        text-align: left !important;
    }
    
    .mict-lft {
        width: 100% !important;
        text-align: center;
    }

    .mict-lft h1 {
        color: #fff;
        font-family: "Grotzec";
        font-size: 18vw !important;
        line-height: 15vw !important;
    }
    
    .mict-rgt h2 {
      color: rgba(213, 19, 19, 0.856);
        font-family: "Neue Montreal";
        font-size: 5vw !important;
        line-height: 6vw !important;
    }
    
    .mict-rgt p {
        color: rgba(255, 255, 255, 0.61);
        font-family: "Neue Montreal";
        text-align: left !important;
        font-size: 4vw !important;
        line-height: 5vw !important;
        margin-top: 3vw !important;
    }
    
}

@keyframes marquee {
    0% {
        transform: translateX(0);
   }
    100% {
        transform: translateX(-100%);
   }
}
.marquee {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 200px;
    overflow-x: hidden;
  }

  @media (max-width: 768px) {
    .marquee {
      height: 150px;
    }
  }
  
  .track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 32s linear infinite;
  }

  .track .content {
      color: #fff;
      font-family: "Grotzec";
      font-size: 5vw;
  }
  
  @keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }

.main {
    margin: 2em 2em;
}

.abt-txt-bg {
    text-align: center;
    width: 80%;
    margin-top: 2vw;
}

.abt-txt-bg h1 {
    color: #fff;
    font-family: "Neue Montreal";
    font-weight: 400;
}

.abt-sec {
    margin-top: 10vw;
}

.abt-core {
  top: 50%;
  transform: translateX(10%);
}
  
.abt-imgs {
    display: flex;
    flex-direction: row;
    justify-content: -10vw;
}

.abt-img-01 {
    background-image: url("Assets/Images/abt-a.png");
    background-size: cover;
    background-position: center center;
    height: 20vw;
    width: 25vw;
    transform: rotate(-5deg);
    margin-top: 5vw;
    transition: 0.3s;
}
.abt-img-01:hover {
    transform: translateX(20px) rotate(5deg);
    transition: 0.3s;
}
.abt-img-02 {
    background-image: url("Assets/Images/abt-b.png");
    background-size: cover;
    background-position: center center;
    height: 20vw;
    width: 25vw;
    transition: 0.3s;
}
.abt-img-02:hover {
    transform: translateY(-20px);
    transition: 0.3s;
}
.abt-img-03 {
    background-image: url("Assets/Images/abt-c.png");
    background-size: cover;
    background-position: center center;
    height: 20vw;
    width: 25vw;
    transform: rotate(5deg);
    margin-top: 5vw;
    transition: 0.3s;
}
.abt-img-03:hover {
    transform: translateX(20px) rotate(-5deg);
    transition: 0.3s;
}

.test-shape {
    background-color: #9f0b09;
    width: 100%;
    height: 20vw;
}

.more-info {
    margin: 2em 2em;
    margin-top: 10vw;
}

.mic-top {
    display: flex;
    flex-direction: row;
    align-items: top;
}

.mict-rgt {
    width: 40%;
    text-align: right;
}

.mict-lft {
    width: 80%;
    text-align: left;
}

.mict-lft h1 {
    color: #fff;
    font-family: "Grotzec";
    font-size: 10vw;
    line-height: 8vw;
}

/*.mict-rgt h2 {
    color: rgba(213, 19, 19, 0.856);
    font-family: "Neue Montreal";
    font-size: 1vw;
    line-height: 2vw;
    transition: 0.3s;
}

.mict-rgt h2:hover {
  transform: translateX(-20px);
  letter-spacing: 0.5px;
  transition: 0.3s;
}*/

.mict-rgt p {
    color: rgba(255, 255, 255, 0.61);
    font-family: "Neue Montreal";
    text-align: right;
    font-size: 1vw;
    line-height: 2vw;
}

.ril-smtxt a,
.mict-rgt a {
  text-decoration: none;
}

.mic-btm section {
  text-align: center;
  margin-top: 2.5%;
}
.mic-btm .scroll-arrow {
  width: 0%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    padding:0;
    margin:0;
    opacity: 0.5;
  font-size:34px;
  transition: 0.2s;
}
.mic-btm .scroll-arrow:hover {
  transition: 0.2s;
  opacity:1;
}
.mic-btm ul {
    width: 100%;
    scroll-behavior: smooth;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    text-align: center;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    transform: translateX(-50px);
  }
  .mic-btm ul::-webkit-scrollbar {
    display: none;
  }
  .mic-btm li {
    list-style: none;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 10%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    filter: grayscale(100%);
      transition: 0.2s;
  }
.mic-btm li, img {
  width: 700px;
}
  .mic-btm li:hover {
    transition: 0.2s;
    filter: grayscale(0);
    transform: translateY(-15px);
    transition: 0.2s;
  }


.records-sec {
    margin-top: 1vw;
    margin: 2em 2em;
}

.rec-core {
    display: flex;
    flex-direction: row;
}

.rc-lft,
.rc-rgt {
    width: 50%;
}

.rcr-txt {
    text-align: right;
    display: flex;
    flex-direction: column;
}

.rcr-txt h1 {
    color: #fff;
    font-family: "Grotzec";
    font-size: 10vw;
    line-height: 8vw;
}

.rcr-txt p {
    color: rgba(255, 255, 255, 0.61);
    font-family: "Neue Montreal";
    font-size: 1vw;
    line-height: 2vw;
    float: right !important;
    width: 100%;
    text-align: right;
}

.rc-rgt h2 {
    color: rgba(213, 19, 19, 0.856);
    font-family: "Neue Montreal";
    font-size: 1vw;
    line-height: 2vw;
    transition: 0.3s;
    text-align: right;
}

.rc-rgt h2:hover {
  transform: translateX(-20px);
  letter-spacing: 0.5px;
  transition: 0.3s;
}

@media (max-width: 768px) {
  .records-sec {
    padding-bottom: 8vw;
    margin: 2em 2em;
    margin-top: 20vw;
}

.mic-btm ul {
  width: 100%;
  scroll-behavior: smooth;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  text-align: center;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  transform: translateX(-48px);
}

.mic-btm li {
  list-style: none;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 100%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  filter: grayscale(100%);
    transition: 0.2s;
}
.mic-btm li, img {
width: 350px;
}
.mic-btm li:hover {
  transition: 0.2s;
  filter: grayscale(0);
  transform: translateY(-15px);
  transition: 0.2s;
}

.rec-core {
    display: flex;
    flex-direction: column;
}

.rc-rgt h2 {
  color: rgba(213, 19, 19, 0.856);
  font-family: "Neue Montreal";
  text-align: left !important;
  font-size: 4vw !important;
  line-height: 5vw !important;
  margin-top: 3vw !important;
}

.rc-lft,
.rc-rgt {
    width: 100%;
}

.rc-lft  {
  display: none;
  visibility: hidden;
}

.rcr-txt {
    text-align: right;
}

.rcr-txt h1 {
  color: #fff;
  font-family: "Grotzec";
  font-size: 15vw !important;
  line-height: 12vw !important;
  text-align: left !important;
}

.rcr-txt p {
  color: rgba(255, 255, 255, 0.61);
  font-family: "Neue Montreal";
  text-align: left !important;
  font-size: 4vw !important;
  line-height: 5vw !important;
  width: 100%;
}
}

/*.rc-lft  {
  background-image: url("Assets/Images/buckle-2.png");
  background-size: cover;
  background-position: center center;
  width: 100%;
  float: left;
  align-items: left;
}*/

.rc-lft img {
  width: 100%;
  float: left;
  align-items: center;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: 0.2s;

}

.rc-lft img:hover {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  transition: 0.2s;
}

.video-sec {
  margin-top: 8vw;
  background-color: #890c0d;
  width: 100%;
}

.video-sec:after {
  content:" ";
   display:block;
   width:300%;
   height: 65px;
   background-image:url('Assets/Images/ripped-red.png');
   position:absolute;
   margin-top:-240px;
   left:-500px;
     z-index:1;
     transform: rotate(180deg);  
}

.vid-core:before {
  content:" ";
   display:block;
   width:300%;
   height: 65px;
   background-image:url('Assets/Images/ripped-red.png');
   position:absolute;
   margin-top:-40px;
   left:-500px;
     z-index:1;
}

@media (max-width: 768px) {
  
  .vid-core:before {
    content:" ";
     display:block;
     width:300%;
     height: 65px;
     background-image:url('Assets/Images/ripped-red.png');
     position:absolute;
     margin-top:-40px;
     left:-500px;
       z-index:1;
  }
}

.vid-inner {
  margin: 2em 2em;
}

.vid-txt {
  z-index: 1 !important;
}

.vid-txt h1 {
  color: #fff;
  font-family: "Grotzec";
  font-size: 12vw;
  line-height: 10vw;
  text-align: left;
  padding-top: .25em;
}

.containerb {
  width: 100%;

  display: grid;
  grid-template-columns: 1.8fr 1.2fr;
  gap: 1rem;
  padding: 2em 2em;
  text-transform: capitalize;
  margin-bottom: 13em;
}

.main-video, .video-playlist {
  width: 100%;
}

.main-video .title {
  margin-top: 0;
}

.video-playlist .title {
  padding-left: 1rem;
  color: #fff;
  font-family: "Grotzec";
  font-size: 2em;
}

.video-playlist .title span {
  padding-left: 1rem;
  color: #fff;
  font-family: "Neue Montreal";
  font-size: .65em;
}

.video-playlist h1{
  padding-left: 1rem;
  color: #fff;
  font-family: "Grotzec";
  font-size: 5em;
}

.video-playlist > p {
  padding: 1rem;
  color: #fff;
}

.video-playlist .videos{
  height: 100%;
}

.video-playlist .videos::-webkit-scrollbar {
  width: .4rem;
  border-radius: .4rem;
  background-color: #0005;
}

.video-playlist .videos::-webkit-scrollbar-thumb {
  border-radius: .4rem;
  background-color: #fff;
}

.video-playlist .videos .video {
  position: relative;
  width: 100%;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  margin-top: .1rem;
  cursor: pointer;
}

.video-playlist .videos .video:hover {
  background-color: #0003;
}

.video-playlist .videos .video.active {
  background-color: #0003;
  color: #c60500;
}

.main-video video {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.main-video video:hover {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.video img {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  filter: invert(100%);
}

.video p {
 margin-left: 2.5rem;
}

.video h3 {
  width: 23rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font: 100 1rem sans-serif;
  padding: 0 .5rem;
}
/*End of Video*/

@media (max-width: 768px) {
  /*Mobile Video*/


  
  .video-sec {
    background-color: #890c0d;
    height: 130vh;
    width: 100%;
    overflow: hidden;
  position:relative;
  }

  .video-sec:after {
    content:" ";
     display:block;
     width:300%;
     height: 65px;
     background-image:url('Assets/Images/ripped-red.png');
     position:relative;
     margin-top: 160vw;
     left:-500px;
       z-index:1;
       transform: rotate(180deg);  
  }

.containerb {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  margin-top: 2em;
  padding: 2em 0 .25em .25em;
  text-transform: capitalize;
  margin-bottom: 15em;
  height: 100%;
}

.main-video, .video-playlist {
  width: 100%;
  height: 25vw;
}

.main-video .title {
  margin-top: 1em;
}

.video-playlist .title {
  padding-left: 1rem;
  color: rgb(255, 255, 255);
  font-family: "Grotzec";
  font-size: 5vw !important;
}

.video-playlist .title span {
  padding-left: 1rem;
  color: #040404;
  font-family: "Neue Montreal";
  font-size: .65em;
}

.video-playlist h1{
  padding-left: 1rem;
  color: #fff;
  font-family: "Grotzec";
  font-size: 5em;
  line-height: 15vw;
}

.video-playlist > p {
  padding: 1rem;
  color: #fff;
}

.video-playlist .videos{
  height: 100%;
}

.video-playlist {
  margin-bottom: 20vh;
}

.video-playlist .videos::-webkit-scrollbar {
  width: .4rem;
  border-radius: .4rem;
  background-color: #0005;
}

.video-playlist .videos::-webkit-scrollbar-thumb {
  border-radius: .4rem;
  background-color: #fff;
}

.video-playlist .videos .video {
  position: relative;
  width: 100%;
  height: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  margin-top: .1rem;
  cursor: pointer;
}

.video-playlist .videos .video:hover {
  background-color: #0003;
}

.video-playlist .videos .video.active {
  background-color: #0003;
  color: #c60500;
}

.main-video video {
  width: 100%;
  height: 18em;
  margin-top: 40vh;
}

.main-video video:hover {
  width: 100%;
  height: 18em;
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.video img {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  filter: invert(100%);
}

.video p {
 margin-left: 2.5rem;
}

.video h3 {
  width: 23rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font: 100 1rem sans-serif;
  padding: 0 .5rem;
}
/*Mobile Video*/
}

.partner-marquee {
  margin-top: 5vw;
}

.marquee {
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  gap: var(--gap);
}

.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  -webkit-animation: scroll-x var(--duration) linear infinite;
          animation: scroll-x var(--duration) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .marquee__group {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
}

.marquee--vertical {
  --mask-direction: to bottom;
}

.marquee--vertical,
.marquee--vertical .marquee__group {
  flex-direction: column;
}

.marquee--vertical .marquee__group {
  -webkit-animation-name: scroll-y;
          animation-name: scroll-y;
}

.marquee--reverse .marquee__group {
  animation-direction: reverse;
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
}

@-webkit-keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start));
  }
  to {
    transform: translateX(var(--scroll-end));
  }
}

@keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start));
  }
  to {
    transform: translateX(var(--scroll-end));
  }
}

@-webkit-keyframes scroll-y {
  from {
    transform: translateY(var(--scroll-start));
  }
  to {
    transform: translateY(var(--scroll-end));
  }
}

@keyframes scroll-y {
  from {
    transform: translateY(var(--scroll-start));
  }
  to {
    transform: translateY(var(--scroll-end));
  }
}

/* Element styles */
.marquee svg {
  display: grid;
  place-items: center;
  width: var(--size);
  fill: var(--color-text);
  background: #04040400;
  aspect-ratio: 16/9;
  padding: calc(var(--size) / 10);
  border-radius: 5px;
  border: 1px solid #890c0d;
  transition: 0.2s;
}

.marquee svg:hover {
  fill: #fff;
  border: 1px solid #fff;
  transition: 0.2s;
}

.marquee--vertical svg {
  aspect-ratio: 1;
  width: calc(var(--size) / 1.5);
  padding: calc(var(--size) / 6);
}

@media (max-width: 768px) {
  /* Element styles */
.marquee svg {
  display: grid;
  place-items: center;
  width: calc(var(--size) / 1.5);
  fill: var(--color-text);
  background: #04040400;
  aspect-ratio: 16/9;
  padding: calc(var(--size) / 15);
  border-radius: 5px;
  border: 1px solid #890c0d;
  transition: 0.2s;
}

.marquee svg:hover {
  fill: #fff;
  border: 1px solid #fff;
  transition: 0.2s;
}

.marquee--vertical svg {
  aspect-ratio: 1;
  width: calc(var(--size) / 3);
  padding: calc(var(--size) / 3);
}
}

/* Parent wrapper */
.wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  margin: auto;
  max-width: 100vw;
}

@media (max-width: 768px) {
  .wrapper {
    display: flex;
    flex-direction: column;
    gap: .25vw;
    max-width: 100vw;
  }
}

.wrapper--vertical {
  flex-direction: row;
  height: 50vh;
}

/* Toggle direction button */
.toggle {
  --size: 3rem;
  position: relative;
  position: fixed;
  top: 1rem;
  left: 1rem;
  width: var(--size);
  height: var(--size);
  font: inherit;
  text-align: center;
  cursor: pointer;
  outline: none;
  border: none;
  border-radius: 50%;
  color: inherit;
  background-color: var(--color-bg-accent);
  z-index: 1;
}

.toggle:focus-visible {
  box-shadow: 0 0 0 2px var(--color-text);
}

.toggle span {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: calc(100% + 0.4em);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  transform: translateY(-50%);
 
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.toggle svg {
  --size: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--size);
  height: var(--size);
  fill: currentcolor;
  transform: translate(-50%, -50%);
  transition: transform 300ms cubic-bezier(0.25, 1, 0.5, 1);
}

.toggle--vertical svg {
  transform: translate(-50%, -50%) rotate(-90deg);
}

@-webkit-keyframes fade {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fade {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

.rosin-core {
  margin: 8em 0 2em 2em;
}

.rosin-inner {
  display: flex;
  flex-direction: row;
  column-gap: 2em;
}

.ri-lft {
  width: 50%;
}
.ri-rgt {
  width: 50%;
}

.ril-bigtxt h1 {
  color: #fff;
    font-family: "Grotzec";
    font-size: 10vw;
    line-height: 8vw;
}

.ril-smtxt h2 {
  color: rgba(255, 255, 255, 0.61);
    font-family: "Neue Montreal";
    text-align: left;
    font-size: 1vw;
    line-height: 2vw;
}

.ril-smtxt p {
  color: rgba(213, 19, 19, 0.856);
  font-family: "Neue Montreal";
  font-size: 1vw;
  line-height: 2vw;
  transition: 0.3s;
  text-align: left;
}

.ril-smtxt p:hover {
transform: translateX(20px);
letter-spacing: 0.5px;
transition: 0.3s;
}

.ri-rgt {
  transform:translateY(-10%);
}

.ri-rgt img {
  width: 100%;
  height: 100%;
  float: right;
  align-items: center;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: 0.2s;

}

.ri-rgt img:hover {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  transition: 0.2s;
}

@media (max-width: 768px) {
  .rosin-core {
    margin: 8em 0 1em 1em;
  }
  
  .rosin-inner {
    display: flex;
    flex-direction: column;
    row-gap: 2em;
  }
  
  .ri-lft,
  .ri-rgt {
    width: 100%;
  }
  
  .ril-bigtxt h1 {
    color: #fff;
      font-family: "Grotzec";
      font-size: 18vw;
      line-height: 15vw;
  }
  
  .ril-smtxt h2 {
    color: rgba(255, 255, 255, 0.61);
          font-family: "Neue Montreal";
          text-align: left !important;
          font-size: 5vw !important;
          line-height: 6vw !important;
          margin-top: 3vw !important;
  }
  
  .ril-smtxt p {
    color: rgba(213, 19, 19, 0.856);
    font-family: "Neue Montreal";
    font-size: 4vw;
    line-height: 2vw;
    margin-top: 5vw;
    transition: 0.3s;
    text-align: left;
  }
  
  .ril-smtxt p:hover {
  transform: translateX(20px);
  letter-spacing: 0.5px;
  transition: 0.3s;
  }
  
  .ri-rgt {
    transform:translateX(-2%);
  }
  
  .ri-rgt img {
    width: 100%;
    height: 100%;
    float: center;
    align-items: center;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: 0.2s;
  
  }
  
  .ri-rgt img:hover {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    transition: 0.2s;
  }
}

/*Start of Contacts*/
.contact {
  padding: 2em 2em;
}

.contact-section {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.contact-title h1 {
  color: #fff;
  font-family: "Grotzec";
  font-size: 10vw;
}

.contact-desc h2 {
  color: rgba(255, 255, 255, 0.61);
  font-weight: 200;
}

.contact-holder {
  display: flex;
  flex-direction: row;
  grid-column-gap: 20px;
  width: 100%;
}

.contact-row-a,
.contact-row-b {
  display: flex;
  flex-direction: column;
  margin-top: 3vh;
}

.subject {
  color: #890c0d;
  font-family: "Grotzec";
  font-size: 2em;
}

.desc {
  color:  rgba(255, 255, 255, 0.61);
  font-size: 1em;
}

.contact-row-b .desc a ion-icon{
  text-decoration: none;
  color: #fff;
  font-size: 1.5em;
  transition: 0.2s;
}

.contact-row-b .desc a ion-icon:hover{
  color: #890c0d;
  transition: 0.2s;
}

.contact-left {
  float: left;
  width: 60%;
}

/*.contact-right {
  right: 0;
  width: 40%;
  float: right;
}

input:focus ~ label, textarea:focus ~ label, input:valid ~ label, textarea:valid ~ label {
  font-size: 0.75em;
  color: #999;
  top: -5px;
  -webkit-transition: all 0.225s ease;
  transition: all 0.225s ease;
}

.styled-input {
  float: left;
  width: 100%;
  margin: 1rem 0;
  position: relative;
  border-radius: 4px;
}

.styled-input-2 {
  float: left;
  width: 100%;
  margin: 1rem 0;
  position: relative;
  border-radius: 4px;
}


.styled-input label {
  color: #999;
  padding: 1.3rem 30px 1rem 30px;
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  pointer-events: none;
}

.styled-input-2 label {
  color: #999;
  padding: 1.3rem 30px 1rem 30px;
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  pointer-events: none;
}

.styled-input.wide { 
  width: 650px;
  max-width: 100%;
}

@media (max-width: 768px) {
  .styled-input.wide { 
    width: 400px;
    max-width: 90%;
  }
}

input,
textarea {
  padding: 30px;
  border: 0;
  width: 100%;
  font-size: 1rem;
  background-color: #2d2d2d;
  color: white;
  border-radius: 4px;
}

input:focus,
textarea:focus { outline: 0; }

input:focus ~ span,
textarea:focus ~ span {
  width: 100%;
  -webkit-transition: all 0.075s ease;
  transition: all 0.075s ease;
}

textarea {
  width: 100%;
  min-height: 15em;
}

.input-container {
  width: 650px;
  max-width: 100%;
  margin: 20px auto 20px auto;
}*/

.contact-right {
  right: 0;
  width: 40%;
  float: right;
}

input:focus ~ label, textarea:focus ~ label, input:valid ~ label, textarea:valid ~ label {
  font-size: 0.75em;
  color: #999;
  top: -5px;
  -webkit-transition: all 0.225s ease;
  transition: all 0.225s ease;
}

.styled-input {
  float: left;
  width: 100%;
  margin: 1rem 0;
  position: relative;
  border-radius: 4px;
}

.styled-input-2 {
  float: left;
  width: 100%;
  margin: 1rem 0;
  position: relative;
  border-radius: 4px;
}


.styled-input label {
  color: #999;
  padding: 1.3rem 30px 1rem 30px;
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  pointer-events: none;
}

.styled-input-2 label {
  color: #999;
  padding: 1.3rem 30px 1rem 30px;
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  pointer-events: none;
}

.styled-input.wide { 
  width: 650px;
  max-width: 100%;
}

@media (max-width: 768px) {
  .styled-input.wide { 
    width: 400px;
    max-width: 100%;
  }
}

input,
.textarea {
  padding: 30px;
  border: 0;
  width: 100%;
  font-size: 1rem;
  background-color: #2d2d2d;
  color: white;
  border-radius: 4px;
}

input:focus,
.textarea:focus { outline: 0; }

input:focus ~ span,
.textarea:focus ~ span {
  width: 100%;
  -webkit-transition: all 0.075s ease;
  transition: all 0.075s ease;
}

.textarea {
  width: 100%;
  min-height: 15em;
}

.input-container {
  width: 650px;
  max-width: 100%;
  margin: 20px auto 20px auto;
}

.submit-btn {
  padding: 7px 35px;
  border-radius: 60px;
  display: inline-block;
  background-color: var(--primary-color);
  color: #fff;
  border: 1px solid #fff;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.06),
            0 2px 10px 0 rgba(0,0,0,0.07);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.submit-btn:hover {
  transform: translateY(1px);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.10),
            0 1px 1px 0 rgba(0,0,0,0.09);
  color: #890c0d;
  border: 1px solid #890c0d;
  transition: all 300ms ease;
}

@media (max-width: 768px) {
  .submit-btn {
      width:100%;
      float: none;
      text-align:center;
  }
}

input[type=checkbox] + label {
color: #ccc;
font-style: italic;
} 

input[type=checkbox]:checked + label {
color: #f00;
font-style: normal;
}

/*End of Contacts*/

@media (max-width: 768px) {
  /*Mobile Contacts*/
.contact {
  padding: 1em 1em;
}

.contact-section {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.contact-title h1 {
  color: #fff;
  font-family: "Grotzec";
  font-size: 8rem;
  line-height: 30vw;
}

.contact-desc h2 {
  color:rgba(255, 255, 255, 0.61);
  font-weight: 400;
  font-size: 1.25rem;
}

.contact-holder {
  display: flex;
  flex-direction: row;
  grid-column-gap: 8vw;
}

.contact-row-a,
.contact-row-b {
  display: flex;
  flex-direction: column;
  margin-top: 5vh;
}

.subject {
  color: #890c0d;
  font-family: "Grotzec";
  font-size: 2em;
}

.desc {
  color: var(--white);
  font-size: 1em;
}

.contact-left {
  float: left;
  width: 100%;
}

.contact-right {
  right: 0;
  width: 100%;
  float: left;
}

/*Mobile Contacts*/
}

.rosin-cta {
  max-height: 20vh;
  margin-bottom: 5vw;
}

.rcta-inside {
  display: flex;
  column-gap: 2vw;
}

.rtcai-img {
  background-image: url("Assets/Images/frosin-can-3.png");
  background-size: cover;
  background-position: center center;
  width: 30%;
}

.rtcai-mre{
  margin: 0 auto;
  margin-top: 5vw;
}

.rtcai-mre h2{
  float: right;
  text-align: right;
  font-size: 1.5vw;
  border: 1px solid #fff;
  border-radius: 15px;
  padding: .25em .25em;
  color: #fff;
  transition: 0.2s;
}

.rtcai-mre h2:hover{
  background-color: #fff;
  color: #890c0d;
  transition: 0.2s;
  transform: scale(.95);
}

.rtcai-txt {
  width: 70%;
  display: inline-flex;
}

.rtcai-txt h1 {
  color: #fff;
  font-family: "Grotzec";
  font-size: 12vw;
  letter-spacing: .25vw;
  text-align: left;
  float: left;
}

.footer-14398 {
  padding: 1rem 0;
  margin-top: 10em;
  background: #890c0d;
  color: rgb(255, 255, 255); }
  .footer-14398 .footer-site-logo {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
    display: block; }
  .footer-14398 h3 {
    color: #fff;
    font-size: 2vw;
    font-family:"Grotzec";
    margin-bottom: 20px; }
  .footer-14398 .links li {
    margin-bottom: 10px; }
    .footer-14398 .links li a {
      color: rgb(255, 255, 255); }
      .footer-14398 .links li a:hover {
        color: #fff; }
  .footer-14398 .link-menu li {
    display: inline-block; }
    .footer-14398 .link-menu li a {
      color: #fff;
      display: inline-block;
      padding: 10px; }
  .footer-14398 .link-menu.nav-left li:first-child a {
    padding-left: 0; }
  .footer-14398 .link-menu.nav-right li:last-child a {
    padding-left: 0; }
  .footer-14398 .social li {
    display: inline-block; }
    .footer-14398 .social li a {
      display: inline-block;
      padding: 10px;
      color: #ccc; }
    .footer-14398 .social li:last-child a {
      padding-right: 0; }
  .footer-14398 .line {
    border-top: 1px solid rgba(255, 255, 255, 0.722); }


.footer-14398:before {
    content:" ";
     display:block;
     width:300%;
     height: 65px;
     background-image:url('Assets/Images/ripped-red.png');
     position:absolute;
     margin-top:-80px;
     left:-500px;
       z-index:1;
}

@media (max-width: 768px) {
  .rosin-cta {
    display: none;
    visibility: hidden;
  }

  .footer-14398:before {
    display: none;
    visibility: hidden;
}

  .footer-14398 h3 {
    color: #fff;
    font-size: 8vw;
    font-family:"Grotzec";
    margin-bottom: 20px; }

  .hero-txt-a {
    position: absolute;
    top: 50%; 
    left: 0;
    margin: 4em 2em;
}

.hero-txt-a h1 {
  color: #fff;
  font-family: "Grotzec";
  font-size: 22vw;
  line-height: 18vw;
}
}

.subscribe {
  height: 54px;
  width: 300px;
  display: flex;
  justify-content: center;
  border-radius: 54px;
  padding: 5px;
  overflow: hidden;
  background-color: #3a415100;
  border: 1px solid #fff;
  border-radius: 15px;
}
.subscribe input {
  font-family: inherit;
  border: 0;
  flex: 1;
  padding: 0 16px;
  outline: none;
  background-color: transparent;
  color: #fefefe;
}
.subscribe input::placeholder {
  color: inherit;
}
.subscribe button {
  border: 0;
  height: 44px;
  width: 44px;
  border-radius: 44px;
  background-color: #ffffff;
  border: 1px solid #fff;
  cursor: pointer;
  transition: all 0.2s;
  color: #890c0d;
  float: right;
}
.subscribe button:hover {
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
}

.nl-btn {
 transform: translateY(-25px)
}

@media (max-width: 768px) {
  .subscribe {
    margin-bottom: 2em;
  }
}

.product-grid {
  margin: 5em 2em 0 2em;
}

.pg-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  text-align: center;
  gap: 2vw;
  /*grid-auto-rows: minmax(100px, auto);*/
}

.product-inner {
  border: 2px solid #fff;
  border-radius: 15px;
  height: auto;
  transition: 0.4s;
}

.product-image img {
  width: 100%;
  height: 100%;
}

.product-inner:hover {
  background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(186,11,13,1) 100%);
transition: 0.4s;
}

.product-desc {
  text-align: left;
}

.product-desc h1 {
  color: #fff;
  font-family: "Grotzec";
  font-size: 4vw;
  margin: 0;
}

.product-desc-sm {
  display: inline;
}

.product-desc-sm h2 {
  color: rgba(255, 255, 255, 0.61);
  font-family: "Neue Montreal";
  font-size: 1vw;
  margin: 0;
  float: left;
}

.product-desc-sm p {
  text-align: right;
  float: right;
  color:#9f0b09;
  transition: 0.2s;
}

.product-desc-sm p:hover {
  letter-spacing: .025vw;
  color:#ffffff;
  transition: 0.2s;
}

@media (max-width: 768px) {
  .pg-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    text-align: center;
    gap: 5vw;
    /*grid-auto-rows: minmax(100px, auto);*/
  }

  .product-desc h1 {
    color: #fff;
    font-family: "Grotzec";
    font-size: 10vw;
    margin: 0;
  }
  
  .product-desc h2 {
    color: rgba(255, 255, 255, 0.61);
    font-family: "Neue Montreal";
    font-size: 5vw;
    margin: 0;
  }
}

.rosin-abt-sec {
  margin-top: 5em;
}

.rosin-about {
  margin: 2em 2em;
}

.ra-inner {
  display: inline-flex;
}

.rai-lft {
  width: 60%;
}

.rai-rgt {
  width: 40%;
}

.rai-lft h1 {
  color: #fff;
    font-family: "Grotzec";
    font-size: 12vw;
    line-height: 10vw;
    margin: 0;
}

.rai-lft h3 {
  color: rgba(255, 255, 255, 0.61);
  font-family: "Neue Montreal";
    font-size: 1.25vw;
    margin: 0;
    width: 80%;
}

.rai-rgt img {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: 0.2s;
}

.rai-rgt img:hover {
  -webkit-filter: none;
  filter: none;
  transition: 0.2s;
}

@media (max-width: 768px) {
  .rosin-abt-sec {
    margin-top: 5em;
  }
  
  .rosin-about {
    margin: 1em 1em;
  }
  
  .ra-inner {
    display: inline-flex;
    flex-direction: column;
  }
  
  .rai-lft {
    width: 100%;
  }
  
  .rai-rgt {
    width: 100%;
  }
  
  .rai-lft h1 {
    color: #fff;
      font-family: "Grotzec";
      font-size: 20vw;
      line-height: 18vw;
      margin: 0;
  }
  
  .rai-lft h3 {
    color: rgba(255, 255, 255, 0.61);
    font-family: "Neue Montreal";
      font-size: 3.5vw;
      margin: 0;
      width: 100%;
  }
  
  .rai-rgt img {
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: 0.2s;
    margin-top: 4vw;
  }
}

.action-sec {
  margin-top: 8vw;
  background-color: #890c0d;
  /*width: 100%;*/
  height: auto;
  /*margin-top: 5vw;
  background-color: #890c0d;
  width: 100%;
  height: 85vh;
  max-height: 100%;*/
}

.action-sec .act-inner:after {
  content:" ";
   display:block;
   width:300%;
   height: 65px;
   background-image:url('Assets/Images/ripped-red.png');
   position:absolute;

   left:-500px;
     z-index:1;
     transform: rotate(180deg);  
  /*content:" ";
   display:block;
   width:300%;
   height: 65px;
   background-image:url('Assets/Images/ripped-red.png');
   position:absolute;
   margin-top: 15px;
   left:-500px;
     z-index:1;
     transform: rotate(180deg);*/  
}

@media (max-width: 768px) {
  .action-sec .act-inner:after {
    display: none;
    visibility: hidden;  
  }
}

.rosvid-sec {
  margin-top: 5vw;
  background-color: #890c0d;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.rosvid-sec:after {
  content:" ";
   display:block;
   width:300%;
   height: 65px;
   background-image:url('Assets/Images/ripped-red.png');
   position:absolute;
   margin-top: -35px;
   left:-500px;
     z-index:1;
     transform: rotate(180deg);  
}


.act-inner:before {
  content:" ";
   display:block;
   width:300%;
   height: 65px;
   background-image:url('Assets/Images/ripped-red.png');
   position:absolute;
   margin-top:-40px;
   left:-500px;
     z-index:1;
}

.action-core {
  margin: 2em 2em;
}

.act-inner {
  height: 100%;
  text-align: center;
}

.act-inner h1 {
  padding-top: 2vw;
  padding-bottom: 2vw;
  color: #fff;
  font-family: "Grotzec";
  font-size: 12vw;
  line-height: 10vw;
  margin: 0;
  z-index: 1 !important;
}

.act-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  text-align: center;
  gap: 1vw;
  /*grid-auto-rows: minmax(100px, auto);*/
  padding-bottom: 2vw;
}

.act-example img {
  width: 100%;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: 0.2s;
}

.act-example img:hover {
  -webkit-filter: none;
  filter: none;
  transition: 0.2s;
}

.see-more-mobile {
  display: none;
  visibility: hidden;
}

@media (max-width: 768px) {
  .action-sec {
    margin-top: 5em;
    background-color: #890c0d;
    height: 150vh;
    overflow: hidden;
  }
  
  .action-sec:after {
    display: none;
  }

  .rosvid-sec {
    margin-top: 5em;
    background-color: #890c0d;
    height: 70vh;
    overflow: hidden;
  }
  
  .rosvid-sec:after {
    display: none;
  }
  
  
  .act-inner:before {
    display: none;
  }
  
  .action-core {
    margin: 1em 1em;
  }
  
  .act-inner {
    text-align: center;
    height: 100%;
  }
  
  .act-inner h1 {
    padding-top: 8vw;
    padding-bottom: 1vw;
    color: #fff;
    font-family: "Grotzec";
    font-size: 15vw;
    margin: 0;
    z-index: 1 !important;
  }
  
  .act-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    text-align: center;
    gap: 1vw;
    padding-bottom: 2vw;
  }
  
  .act-example img {
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.2s;
  }
  
  .act-example img:hover {
    -webkit-filter: none;
    filter: none;
    transition: 0.2s;
  }

  .act-grid .act-example:nth-child(n+5) {
    display: none;
    visibility: hidden;
  }

  .see-more-mobile {
    display: block;
    visibility: visible;
    text-align: center;
    padding-bottom: 5vw;
    padding-top: 5vw;
    transform: translateX(38%);
  }

  .see-more {
    position: relative;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    height: 100px;
    width: 100px;
    border: solid 1px #fff;
    border-radius: 175px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .see-more a{
    color: #fff;
    text-decoration: none;
  }
  
  /*.see-more:before {
    content: '';
    position: absolute;
    background: #9575CD;
    width: 0;
    height: 0;
    z-index: -1;
    border-radius: 175px;
    box-shadow: 0px 0px 24px 1px rgba(224,199,224,0.2);
    transition: all 900ms cubic-bezier(1.000, -0.195, 0.000, 1.330);
    transition-timing-function: cubic-bezier(1.000, -0.195, 0.000, 1.330);
  }
  
  .see-more:hover:before {
    width: 85%;
    height: 85%;
  }
  
  .see-more:active:before, .btn:focus:before {
    width: 100%;
    height: 100%;
  }
  }*/
}

.rosin-mre-sec {
  margin-top: 10em;
}

.rosin-more {
  margin: 2em 2em;
}

.rm-inner {
  display: inline-flex;
}

.rms-rgt {
  width: 60%;
}

.rms-lft {
  width: 40%;
}

.rms-rgt h1 {
  color: #fff;
    font-family: "Grotzec";
    font-size: 12vw;
    line-height: 10vw;
    margin: 0;
    text-align: right;
}

.rms-rgt h3 {
  color: rgba(255, 255, 255, 0.61);
  font-family: "Neue Montreal";
    font-size: 1.25vw;
    margin: 0;
    width: 80%;
    text-align: right;
    float: right;
}

.rms-lft img {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: 0.2s;
}

.rms-lft img:hover {
  -webkit-filter: none;
  filter: none;
  transition: 0.2s;
}

@media (max-width: 768px) {
  .rosin-mre-sec {
    margin-top: 10em;
  }
  
  .rosin-more {
    margin: 1em 1em;
  }
  
  .rm-inner {
    display: flex;
    flex-direction: column-reverse;
  }
  
  .rms-rgt {
    width: 100%;
  }
  
  .rms-lft {
    width: 100%;
  }
  
  .rms-rgt h1 {
    color: #fff;
      font-family: "Grotzec";
      font-size: 20vw;
      line-height: 18vw;
      margin: 0;
      text-align: left;
  }
  
  .rms-rgt h3 {
    color: rgba(255, 255, 255, 0.61);
    font-family: "Neue Montreal";
      font-size: 3.5vw;
      margin: 0;
      width: 100%;
      text-align: left;
      float: left;
  }
  
  .rms-lft img {
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: 0.2s;
    margin-top: 5vw;
  }
  
  .rms-lft img:hover {
    -webkit-filter: none;
    filter: none;
    transition: 0.2s;
  }
}

/* FIXED CARDS */

.howto-sec {
  margin-top: 10em;
}

.howto-sec .cards-container {
  height: 100%;
  width: 100%;
/*   margin-top: 60vw; */
}
.howto-sec .cards {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-height: 323vh;
  gap: 0;
  margin-top: 2em;
}

.howto-sec .cards-text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 50%;
  gap: 0;
  position: relative;
}

.howto-sec .cards-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2vh;
  height: 100vh;
  color: white;
  padding: 2em;
}

.howto-sec .cards-text > h2 {
  font-size: 10vw;
  line-height: 9vw;
  margin: 0;
  font-family: "Grotzec";
}

.howto-sec .cards-text > p {
  font-size: 1.5vw;
  margin: 0;
  font-weight: normal;
  line-height: 1vw;
}

.howto-sec .cards-image-container {
   display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 50%;
  gap: 0;
  position: relative;
  height: 100%;
}

.howto-sec .cards-image {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  opacity: 0;
  width: 100%;
}

.howto-sec img {
  max-width: 100%;
}

.howto-sec .image {
  opacity: 1;
  z-index: 2;
}

.howto-sec .alt {
  position: absolute;
  mix-blend-mode: normal;
  opacity: 0;
  z-index: 1;
}

.howto-sec .cards-image:hover > .alt {
  opacity: 1;
}

.howto-sec .cards-cta {
  padding: 1em 0;
  background-color: #e1e1e1;
  color: black;
  bottom: 0;
  left: 0;
  box-sizing: padding-box;
  text-align: center;
  font-size: 2vw;
  position: relative;
  overflow: hidden;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
  visibility: hidden;
}

.howto-sec .cards-cta::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: white;
  transition: width 0.3s ease;
}

.howto-sec .cards-cta:hover::before {
  width: 100%;
}

.howto-sec .fixed {
  position: fixed;
  opacity: 1;
  transition: opacity 0.3s ease;
  width: 50%;
}

.abt-section {
  margin: 2em 2em;
  margin-top: 8em;
}

.abt-section-row {
  display: flex;
  flex-direction: row;
}

.asr-top {
  width: 55%;
}

.asr-top h1 {
  color: #fff;
  font-family: "Grotzec";
  font-size: 10vw;
  line-height: 8vw;
}

.asr-top p {
  color: rgba(255, 255, 255, 0.61);
    font-family: "Neue Montreal";
    font-size: 1vw;
    line-height: 2vw;
    width: 90%;
}

.asr-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 1px;
  grid-row-gap: 0px;
  height: 100%;
  margin-top: 5vw;
  text-align: center;
}

.asr-stat h1 {
  font-size: 4vw;
  line-height: 2vw;
}

.asr-button {
  margin-top: 10%;
  vertical-align: middle;
  width: 20%;
}

.asr-button a{
  text-decoration: none;
}

.asr-button h2{
    font-family: "Neue Montreal";
    font-size: 1.25vw;
    color: rgba(255, 255, 255, 0.61);
  transition: 0.2s;
}

.asr-button h2 ion-icon {
  text-align: bottom;
}

.asr-button h2:hover {
  color: #890c0d;
  transition: 0.2s;
  transform: translateY(-5px);
}

.asr-button h2:hover #icon-n {
  transform: rotate(-90deg);
}

.sub-button {
  margin-top: 10%;
  vertical-align: middle;
  width: 40%;
  float: right;
}

.sub-button h2{
  font-family: "Neue Montreal";
  font-size: 1.25vw;
  color: rgba(255, 255, 255, 0.61);
transition: 0.2s;
}

.sub-button h2 ion-icon {
text-align: bottom;
}

.sub-button h2:hover {
color: #890c0d;
transition: 0.2s;
transform: translateY(-5px);
}

.sub-button h2:hover #icon-n {
transform: rotate(-90deg);
}

.faq-rgt .sub-button h2{
    font-family: "Neue Montreal";
    font-size: 1.25vw;
    color: rgba(255, 255, 255, 0.61);
  transition: 0.2s;
}

.faq-rgt .sub-button h2 ion-icon {
  text-align: bottom;
}

.faq-rgt .sub-button h2:hover {
  color: #890c0d;
  transition: 0.2s;
  transform: translateY(-5px);
}

.faq-rgt .sub-button h2:hover #icon-n {
  transform: rotate(-90deg);
}



.asr-btm {
  width: 45%;
}

.asr-btm img {
  filter:grayscale(100%);
  transition: 0.2s;
  width: 100%;
}

.asr-btm img:hover {
  filter:grayscale(0%);
  transition: 0.2s;
}


.asr-top-2 {
  width: 45%;
}

.asr-top-2 h1 {
  color: #fff;
  font-family: "Grotzec";
  font-size: 10vw;
  line-height: 8vw;
}

.asr-top-2 p {
  color: rgba(255, 255, 255, 0.61);
    font-family: "Neue Montreal";
    font-size: 1vw;
    line-height: 2vw;
    width: 90%;
}

.asr-btm-2 {
  width: 55%;
}


@media (max-width: 768px) {
  .abt-section {
    margin: 1em 1em;
    margin-top: 5em;
  }
  
  .abt-section-row {
    display: flex;
    flex-direction: column;
  }
  
  .asr-top {
    width: 100%;
  }
  
  .asr-top h1 {
    color: #fff;
    font-family: "Grotzec";
    font-size: 20vw;
    line-height: 15vw;
  }
  
  .asr-top p {
    color: rgba(255, 255, 255, 0.61);
      font-family: "Neue Montreal";
      font-size: 4vw;
      line-height: 5vw;
      width: 100%;
      margin-top: 5vw;
  }

  .asr-top-2 {
    width: 100%;
  }
  
  .asr-top-2 h1 {
    color: #fff;
    font-family: "Grotzec";
    font-size: 20vw;
    line-height: 15vw;
  }
  
  .asr-top-2 p {
    color: rgba(255, 255, 255, 0.61);
      font-family: "Neue Montreal";
      font-size: 4vw;
      line-height: 5vw;
      width: 100%;
      margin-top: 5vw;
  }

  .asr-button {
    margin-top: 10%;
    vertical-align: middle;
    width: 40%;
  }
  
  .asr-button h2{
      font-family: "Neue Montreal";
      font-size: 4vw;
      color: rgba(255, 255, 255, 0.61);
    transition: 0.2s;
  }
  
  .asr-button h2 ion-icon {
    text-align: bottom;
  }
  
  .asr-button h2:hover {
    color: #890c0d;
    transition: 0.2s;
    transform: translateY(-5px);
  }

  .sub-button {
    margin-top: 10%;
    vertical-align: middle;
    width: 40%;
    float: left;
  }
  
  .faq-rgt .sub-button h2,
  .sub-button h2{
      font-family: "Neue Montreal";
      font-size: 4vw;
      color: rgba(255, 255, 255, 0.61);
    transition: 0.2s;
  }
  
  .faq-rgt .sub-button h2 ion-icon,
  .sub-button h2 ion-icon {
    text-align: bottom;
  }
  
  .faq-rgt .sub-button h2:hover,
  .sub-button h2:hover {
    color: #890c0d;
    transition: 0.2s;
    transform: translateY(-5px);
  }

.faq-rgt .sub-button h2:hover #icon-n {
  transform: rotate(-90deg);
}
  
  .asr-btm {
    width: 100%;
  }
  
  .asr-btm img {
    width: 100%;
  }

  .asr-btm-2 {
    display: none;
    visibility: hidden;
  }
}

.faq-section {
  margin: 2em 2em;
  margin-top: 8em;
}

.faq-row {
  display: flex;
  flex-direction: row;
}

.faq-lft {
  width: 50%;
}

.faq-rgt {
  width: 50%;
}

.container-a{
  margin: 0 auto;
  width: 100%;
}
.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #890c0d;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: .5em 0;
  color: #ffffff;
  font-family: "Grotzec";
  text-transform: uppercase;
  font-size: 2vw;
  letter-spacing: .05vw;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #890c0d;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #890c0d;
  border: 1px solid #890c0d;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded='true'] {
  color: #890c0d;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1vw;
  font-weight: 300;
  margin: 2em 0;
  color: rgba(255, 255, 255, 0.61);
    font-family: "Neue Montreal";
}

.faq-rgt {
  text-align: right;
}

.faq-rgt h1 {
  color: #fff;
  font-family: "Grotzec";
  font-size: 10vw;
  line-height: 8vw;
}

.faq-rgt p {
  color: rgba(255, 255, 255, 0.61);
    font-family: "Neue Montreal";
    font-size: 1vw;
    line-height: 2vw;
    width: 90%;
    float: right !important;
}

.faq-rgt h2 {
  color: #fff;
  font-family: "Neue Montreal";
  font-size: 1.5vw;
}

@media (max-width: 768px) {
  .faq-section {
    margin: 1em 1em;
    margin-top: 8em;
  }
  
  .faq-row {
    display: flex;
    flex-direction: column-reverse;
  }
  
  .faq-lft,
  .faq-rgt {
    width: 100%;
  }

  .faq-lft {
    margin-top: 8vw;
  }
  
  .container-a{
    margin: 0 auto;
    width: 100%;
  }
  .accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
  }
  .accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid #890c0d;
  }
  .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: .5em 0;
    color: #ffffff;
    font-family: "Grotzec";
    text-transform: uppercase;
    font-size: 6vw;
    letter-spacing: .05vw;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
  }
  .accordion button:hover, .accordion button:focus {
    cursor: pointer;
    color: #890c0d;
  }
  .accordion button:hover::after, .accordion button:focus::after {
    cursor: pointer;
    color: #890c0d;
    border: 1px solid #890c0d;
  }
  .accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
  }
  .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
  }
  .accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
  }
  .accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
  }
  .accordion button[aria-expanded='true'] {
    color: #890c0d;
  }
  .accordion button[aria-expanded='true'] .icon::after {
    width: 0;
  }
  .accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: 20em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
  }
  .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
  }
  .accordion .accordion-content p {
    font-size: 4vw;
    font-weight: 300;
    margin: 2em 0 2em 0;
    color: rgba(255, 255, 255, 0.61);
      font-family: "Neue Montreal";
  }
  
  .faq-rgt {
    text-align: left;
  }
  
  .faq-rgt h1 {
    color: #fff;
    font-family: "Grotzec";
    font-size: 20vw;
    line-height: 8vw;
  }
  
  .faq-rgt p {
    color: rgba(255, 255, 255, 0.61);
      font-family: "Neue Montreal";
      font-size: 4vw;
      line-height: 5vw;
      margin-top: 8vw;
      width: 100%;
      float: left !important;
  }
  
  .faq-rgt h2 {
    color: #fff;
    font-family: "Neue Montreal";
    font-size: 3vw;
    float: left;
  }
}

.act-inner-row {
  display: flex;
  flex-direction: row-reverse;
}

.air-rgt {
  width: 50%;
}

.air-rgt h1 {
  float: right;
}

.air-lft {
  width: 50%;
}

.air-lft p {
  color: rgba(255, 255, 255, 0.61);
      font-family: "Neue Montreal";
      font-size: 1vw;
      margin-top: 2vw;
      line-height: 1.5vw;
      width: 80%;
      text-align: left;
      float: left !important;
}


.card-grid {
  display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 2vw;
grid-row-gap: 0px;
height: 100%;
}



.container-g{
  position: relative;
  top: 50%;   
  left: 50%;
  transform: translate(-50%,-50%) ;
  width: 100%;   
  transition: .5s;

}
/* .container-g:hover{
  transform: perspective(1000px) translate(-50%,-50%) rotateY(180deg);
} */
.container-g img{
  display: inline-block;
  width: 100%;   
  height: 100%;
  backface-visibility: hidden; 
  transform: perspective(1000px) rotateY(0deg);
  transition: .5s; 
  filter: grayscale(100%);
  border-radius: 15px;
}

.container-g:hover img{
  transform: perspective(1000px) rotateY(180deg);
}
.container-g .content{
  position: absolute;
  top: 0;  left: 0;
  width: 100%;   
  height: 100%;
  backface-visibility: hidden;  
  transform: perspective(1000px) rotateY(-180deg);
  background: #040404;
  transition: .5s;
  border-radius: 15px;
}
.container-g:hover .content{
  transform: perspective(1000px) rotateY(0);
} 

.content-inner,
.content-card {
  padding: 2em 2em;
}

.cc-title {
  color: #fff;
  font-family: "Grotzec";
  font-size: 3vw;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
}

.cc-stats {
  text-align: left;
  line-height: 2vw;
}

.ccstat {
  color: #fff;
  font-family: "Neue Montreal";
  font-size: 1vw;
  text-transform: uppercase;
}

.ccstat span{
  color: rgba(255, 255, 255, 0.61);
}

.cc-learn {
  margin-top: 2vw;
}

.cc-learn a{
  text-decoration: none;
  color: #fff;
  background-color: #04040400;
  border: 1px solid #fff;
  border-radius: 15px;
  font-size: 1vw;
  padding: .25em .25em;
  transition: 0.2s;
}

.cc-learn a:hover{
  text-decoration: none;
  color: #040404;
  background-color: #fff;
  border: 1px solid #fff;
  transition: 0.2s;
}

.cc-learn a{
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 15px;
  font-size: 1vw;
  padding: .25em .25em;
}

@media (max-width: 768px) {
  .content-inner,
.content-card {
  padding: .75em .75em;
}

.cc-title {
  color: #fff;
  font-family: "Grotzec";
  font-size: 10vw;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
}

.cc-stats {
  text-align: left;
  line-height: 6vw;
}

.ccstat {
  color: #fff;
  font-family: "Neue Montreal";
  font-size: 3vw;
  text-transform: uppercase;
}

.ccstat span{
  color: rgba(255, 255, 255, 0.61);
}

.cc-learn {
  margin-top: 1vw;
}

.cc-learn a{
  text-decoration: none;
  color: #fff;
  background-color: #04040400;
  border: 1px solid #fff;
  border-radius: 15px;
  font-size: 3.5vw;
  padding: .25em .25em;
  transition: 0.2s;
}

.cc-learn a:hover{
  text-decoration: none;
  color: #040404;
  background-color: #fff;
  border: 1px solid #fff;
  transition: 0.2s;
}

.cc-learn a{
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 15px;
  font-size: 3vw;
  padding: .25em .25em;
}
}

@media (max-width: 768px) {
  .act-inner-row {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  
  .air-rgt {
    width: 100%;
  }
  
  .air-rgt h1 {
    font-size: 20vw;
    margin-top: 2vw;
    float: left !important;
  }
  
  .air-lft {
    width: 100%;
  }
  
  .air-lft p {
    color: rgba(255, 255, 255, 0.61);
        font-family: "Neue Montreal";
        font-size: 4vw;
        margin-top: 5vw;
        line-height: 5vw;
        width: 100%;
        text-align: left;
        float: left !important;
  }
  
  
  .card-grid {
    display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 5fr;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  height: 100%;
  }
  
  
  
  .container-g{
    position: relative;
    top: 50%;   
    left: 50%;
    transform: translate(-50%,-50%) ;
    width: 100%;   
    transition: .5s;
  }
  /* .container-g:hover{
    transform: perspective(1000px) translate(-50%,-50%) rotateY(180deg);
  } */
  .container-g img{
    display: inline-block;
    width: 100%;   
    height: 100%;
    backface-visibility: hidden; 
    transform: perspective(1000px) rotateY(0deg);
    transition: .5s; 
    filter: grayscale(100%);
  }
  
  .container-g:hover img{
    transform: perspective(1000px) rotateY(180deg);
  }
  .container-g .content{
    position: absolute;
    top: 0;  left: 0;
    width: 100%;   
    height: 100%;
    backface-visibility: hidden;  
    transform: perspective(1000px) rotateY(-180deg);
    background: #040404;
    transition: .5s;
  }
  .container-g:hover .content{
    transform: perspective(1000px) rotateY(0);
  } 
  
  .content-inner {
    padding: 2em 2em;
  }
}

/*Start of About Timeline*/

.timeline-carousel {
  padding: 2em 2em;
  position: relative;
  overflow: hidden;
}
.timeline-carousel:after, .timeline-carousel:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
}
.timeline-carousel:after {
  left: 0;
}
.timeline-carousel:before {
  right: 0;
  opacity: 0;
}
.timeline-carousel .slick-list {
  overflow: visible;
}
.timeline-carousel .slick-dots {
  display: none;
}
.timeline-carousel h1 {
  color: white;
  font-size: 5rem;
  line-height: 50px;
  font-family: "Grotzec";
  margin-bottom: 40px;
  font-weight: 900;
}
.timeline-carousel__image {
  padding-right: 30px;
}
.timeline-carousel__item {
  cursor: pointer;
}
.timeline-carousel__item .media-wrapper {
  opacity: 0.4;
  padding-bottom: 71.4%;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel__item:last-child .timeline-carousel__item-inner:after {
  width: calc(100% - 30px);
}
.timeline-carousel__item-inner {
  position: relative;
  padding-top: 45px;
}
.timeline-carousel__item-inner:after {
  position: absolute;
  width: 100%;
  top: 45px;
  left: 0;
  content: "";
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.timeline-carousel__item-inner .year {
  font-size: 3rem;
  line-height: 36px;
  color: white;
  display: table;
  letter-spacing: -1px;
  font-family: "Grotzec";
  padding-right: 10px;
  z-index: 1;
  position: relative;
  margin: -15px 0 20px;
  font-weight: 900;
}
.timeline-carousel__item-inner .year:after {
  content: "";
  position: absolute;
  display: block;
  left: -10px;
  top: 0;
  height: 100%;
  width: 10px;
  z-index: 3;
}
.timeline-carousel__item-inner .month {
  font-size: 2.5rem;
  text-transform: uppercase;
  color: #c60500;
  font-family: "Grotzec";
  display: block;
  margin-bottom: 10px;
  font-weight: 900;
}
.timeline-carousel__item-inner p {
  font-size: 1.5rem;
  line-height: 2rem;
  color: rgba(255, 255, 255, 0.61);
  font-family: "Neue Montreal";
  width: 90%;
  font-weight: 400;
  margin-bottom: 15px;
}
.timeline-carousel__item-inner .read-more {
  font-size: 12px;
  color: #c60500;
  display: table;
  margin-bottom: 10px;
  font-weight: 900;
  text-decoration: none;
  position: relative;
}
.timeline-carousel__item-inner .read-more:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  border-bottom: 2px solid #b38c52;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel__item-inner .read-more:hover:after {
  width: 100%;
}
.timeline-carousel__item-inner .pointer {
  height: 29px;
  position: relative;
  z-index: 1;
  margin: -4px 0 16px;
}
.timeline-carousel__item-inner .pointer:after, .timeline-carousel__item-inner .pointer:before {
  position: absolute;
  content: "";
}
.timeline-carousel__item-inner .pointer:after {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  top: 0;
  left: 0;
  background-color: #c60500;
}
.timeline-carousel__item-inner .pointer:before {
  width: 1px;
  height: 100%;
  top: 0;
  left: 4px;
  background-color: #c60500;
}
.timeline-carousel .slick-active .media-wrapper {
  opacity: 1 !important;
}

.media-wrapper {
  filter: grayscale(100%);
}

.media-wrapper:hover {
  filter: none;
  transition: 0.3s;
}

.slick-dots {
  display: none;
}
.slick-dots li {
  display: none;
}
.slick-dots li:last-child {
  display: none;
}
.slick-dots li.slick-active button {
  display: none;
}
.slick-dots li button {
  display: none;
}
.slick-dots li button:hover {
  display: none;
}

.link {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  z-index: 9999;
}
.link a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
}
.link .fa {
  font-size: 28px;
  margin-right: 8px;
  color: #fff;
}

/*End of About Timeline*/

@media (max-width: 768px) {
  /*Mobile Timeline*/

.timeline-carousel {
  padding: 1em 1em;
  position: relative;
  overflow: hidden;
}
.timeline-carousel:after, .timeline-carousel:before {
  content: "";
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 0;
  height: 100%;
}
.timeline-carousel:after {
  left: 0;
}
.timeline-carousel:before {
  right: 0;
  opacity: 0;
}
.timeline-carousel .slick-list {
  overflow: visible;
}
.timeline-carousel .slick-dots {
  bottom: -73px;
}
.timeline-carousel h1 {
  color: white;
  font-size: 5rem;
  line-height: 4.5rem;
  text-align: left;
  font-family: "Grotzec";
  margin-bottom: 40px;
  font-weight: 400;
}
.timeline-carousel__image {
  padding-right: 30px;
}
.timeline-carousel__item {
  cursor: pointer;
}
.timeline-carousel__item .media-wrapper {
  opacity: 0.4;
  padding-bottom: 71.4%;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel__item:last-child .timeline-carousel__item-inner:after {
  width: calc(100% - 30px);
}
.timeline-carousel__item-inner {
  position: relative;
  padding-top: 45px;
}
.timeline-carousel__item-inner:after {
  position: absolute;
  width: 100%;
  top: 45px;
  left: 0;
  content: "";
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.timeline-carousel__item-inner .year {
  font-size: 3rem;
  line-height: 36px;
  color: white;
  display: table;
  letter-spacing: -1px;
  font-family: "Grotzec";
  padding-right: 10px;
  z-index: 1;
  position: relative;
  margin: -15px 0 20px;
  font-weight: 400;
}
.timeline-carousel__item-inner .year:after {
  content: "";
  position: absolute;
  display: block;
  left: -10px;
  top: 0;
  height: 100%;
  width: 10px;
  z-index: 3;
}
.timeline-carousel__item-inner .month {
  font-size: 2.5rem;
  text-transform: uppercase;
  color: #c60500;
  font-family: "Grotzec";
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
}
.timeline-carousel__item-inner p {
  font-size: 1.5rem;
  line-height: 2rem;
  color: rgba(255, 255, 255, 0.61);
  font-family: "Neue Montreal";
  width: 90%;
  font-weight: 400;
  margin-bottom: 15px;
}
.timeline-carousel__item-inner .read-more {
  font-size: 12px;
  color: #c60500;
  display: table;
  margin-bottom: 10px;
  font-weight: 900;
  text-decoration: none;
  position: relative;
}
.timeline-carousel__item-inner .read-more:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  border-bottom: 2px solid #b38c52;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel__item-inner .read-more:hover:after {
  width: 100%;
}
.timeline-carousel__item-inner .pointer {
  height: 29px;
  position: relative;
  z-index: 1;
  margin: -4px 0 16px;
}
.timeline-carousel__item-inner .pointer:after, .timeline-carousel__item-inner .pointer:before {
  position: absolute;
  content: "";
}
.timeline-carousel__item-inner .pointer:after {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  top: 0;
  left: 0;
  background-color: #c60500;
}
.timeline-carousel__item-inner .pointer:before {
  width: 1px;
  height: 100%;
  top: 0;
  left: 4px;
  background-color: #c60500;
}
.timeline-carousel .slick-active .media-wrapper {
  opacity: 1 !important;
}

.media-wrapper {
  filter: grayscale(100%);
}

.media-wrapper:hover {
  filter: none;
  transition: 0.3s;
}

.slick-dots {
  bottom: 60px;
  list-style: none;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 2;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  margin: 0 6px;
  position: relative;
  width: 10px;
  height: 10px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li.slick-active button {
  background: #c60500;
  border-color: #c60500;
}
.slick-dots li button {
  display: block;
  font-size: 0;
  width: 10px;
  height: 10px;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.slick-dots li button:hover {
  background: #c60500;
  border-color: #c60500;
}

.link {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  z-index: 9999;
}
.link a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
}
.link .fa {
  font-size: 28px;
  margin-right: 8px;
  color: #fff;
}

/*Mobile Timeline*/
}

.stats-grid-section {
  margin: 2em 2em;
  margin-top: 8em;
}

.stats-grid-row {
  display: inline-flex;
  flex-direction: row;
  column-gap: 3vw;
}

.sgr-lft {
  width: 55%;
}
.sgr-rgt {
  width: 45%;
}

.sgr-rgt {
  text-align: right;
}

.sgr-rgt h1{
  color: #fff;
  font-family: "Grotzec";
  font-size: 8vw;
}

.sgr-rgt p{
  color: rgba(255, 255, 255, 0.61);
    font-family: "Neue Montreal";
    font-size: 1vw;
    line-height: 2vw;
    width: 90%;
    float: right;
}

.rgt-grid {
  margin-top: 8em;
  display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 2fr;
grid-column-gap: 2vw;
grid-row-gap: 1vw;
float: right;
}

.stats {
  text-align: center;
}

.stats h1 {
  color: #fff;
  font-family: "Grotzec";
  font-size: 5vw;
  transition: 0.2s;
}

.stats h1:hover {
  color: #890c0d;
  transition: 0.2s;
}

.stats p {
  width: 100%;
}


.sgr-lft  {
  margin-top: 2.5%;
}

.asr-btm-2 path {
  stroke: #040404;
  fill:#890c0d !important;
  transition: fill .4s ease;
  transform-origin: center center;
}

.asr-btm-2 path:hover {
  fill: #fff !important;
  cursor: pointer;
  transform: scale(1.005, 1.005);
}

 #map-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

#us-map {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#details-box {
  box-shadow: 0px 7px 40px rgba(0, 0, 0, 0.7);
  opacity: 0%;
  padding: 1rem;
  border-radius: 8px;
  font-size: 2vw;
  position: fixed;
  color: white;
  font-family: "Grotzec";
  text-transform: uppercase;
  background-color: black;
  width: fit-content;
  transform: translateX(-50%);
  transition: opacity .4s ease;
  z-index: 1;
}

#details-box span{

  font-size: 1.5vw;
}

@media (max-width: 768px) {
  .stats-grid-section {
    margin: 1em 1em;
    margin-top: 4em;
  }
  
  .stats-grid-row {
    display: inline-flex;
    flex-direction: column-reverse;
    column-gap: 3vw;
  }
  
  .sgr-lft {
    display: none;
    visibility: hidden;
  }
  .sgr-rgt {
    width: 100%;
    margin-bottom: 4em;
  }
  
  .sgr-rgt {
    text-align: left;
  }
  
  .sgr-rgt h1{
    color: #fff;
    font-family: "Grotzec";
    font-size: 20vw;
  }
  
  .sgr-rgt p{
    color: rgba(255, 255, 255, 0.61);
      font-family: "Neue Montreal";
      font-size: 4vw;
      line-height: 5vw;
      font-weight: 300;
      width: 100%;
      float: left;
  }
  
  .rgt-grid {
    margin-top: 4em;
    display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 2fr;
  grid-column-gap: 2vw;
  grid-row-gap: 1vw;
  float: left;
  }
  
  .stats {
    text-align: center;
  }
  
  .stats h1 {
    color: #fff;
    font-family: "Grotzec";
    font-size: 15vw;
    transition: 0.2s;
  }
  
  .stats h1:hover {
    color: #890c0d;
    transition: 0.2s;
  }
  
  .stats p {
    font-size: 3vw;
    width: 100%;
  }
  
  .asr-btm img {
    width: 100%;
  }
  
  .sgr-lft  {
    margin-top: 2.5%;
  }
  
  .asr-btm-2 path {
    stroke: #040404;
    fill:#890c0d !important;
    transition: fill .4s ease;
    transform-origin: center center;
  }
  
  .asr-btm-2 path:hover {
    fill: #fff !important;
    cursor: pointer;
    transform: scale(1.005, 1.005);
  }
  
   #map-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  #us-map {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  #details-box {
    box-shadow: 0px 7px 40px rgba(0, 0, 0, 0.7);
    opacity: 0%;
    padding: 1rem;
    border-radius: 8px;
    font-size: 2vw;
    position: fixed;
    color: white;
    font-family: "Grotzec";
    text-transform: uppercase;
    background-color: black;
    width: fit-content;
    transform: translateX(-50%);
    transition: opacity .4s ease;
    z-index: 1;
  }
}