@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
  font-family: 'Grifter-Bold';
  src: url('/assets/fonts/grifterbold.ttf') format(truetype);
}

*,
::after,
::before {
  box-sizing: border-box;
  outline: none !important;
}

body {
  width: 100%;
  overflow-x: hidden;
  background: #fff;
  font-family: 'Inter', sans-serif;
  color: #000;
}


body.age-lock {
  overflow: hidden;
}

.age-overlay-lock {
  pointer-events: none;
  user-select: none;
}


.grifter {
  font-family: 'Grifter-Bold';
  font-weight: bold;
}

a,
a:hover {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.img-fluid {
  max-width: 75%;
  height: auto;
}

/* most used Classes */

.flexy {
  display: flex;
  align-items: center;
  justify-content: center;
}

.centerBetween {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.itemStart {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.justStart {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.justCenter {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.stealthHero {
  position: relative;
  z-index: 1;
}

.stealthHero::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url('/assets/images/hero.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* .choosed {
  position: relative;
  z-index: 1;
}

.choosed::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url('/assets/images/chooss.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} */

.w-h16 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4rem;
  padding: 0.5rem;
  background-color: transparent;
  border: 2px solid #000;
  border-radius: 50%;
}

.redSmPat {
  position: relative;
  z-index: 3;
}

.redSmPat::before {
  position: absolute;
  z-index: -1;
  content: '';
  width: 16rem;
  height: 100%;
  background-image: url('/assets/images/smRedPat.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.patRed {
  position: relative;
  z-index: 3;
}

.patRed::before {
  position: absolute;
  z-index: 1;
  content: '';
  width: 36rem;
  height: 100%;
  background-image: url('/assets/images/redPAt.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

/* Faq Sect Start */

.accordion .accordion-item {
  border-bottom: 1px solid #000 !important;
  background: transparent !important;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #000;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #000;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #000;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #000;
  border: 1px solid #000;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  color: #000;
  letter-spacing: 3px;
}

.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: #000;
}

.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
  opacity: 1;
  max-height: 10em;
  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;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 1em 0;
}

.accordion .accordion-content img {
  width: 120px;
  margin: 1em 0;
}

/* Faq Sect end */

/* smPosts Section start */

.smPosts {
  position: relative;
  width: 100%;
  height: 100%;
}

.smPostsContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 3rem 0 2rem 0;
}

.smPostsContent hr {
  width: 100px;
  opacity: 0.5;
}

.smPostsContent h2 {
  letter-spacing: 5px;
  font-weight: 700 !important;
  line-height: 1;
  font-size: 3rem;
}

.smPostsContent h5 {
  letter-spacing: 3px;
  line-height: 1;
}

.followBtn {
  padding: 10px 30px;
  background: #202020;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}

.followBtn:hover {
  cursor: pointer;
  color: #fff;
}

.postContent {
  width: 100%;
  position: relative;
  cursor: pointer;
}

.smPostImg {
  display: block;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(25, 25, 26, 0.9);
  border-radius: 10px;
}

.postContent:hover .overlay {
  opacity: 1;
}

.postActivism {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.postActivism img {
  width: 25px;
}

.postActivism p {
  font-size: 1rem;
  line-height: 1;
}

.postActivism span {
  margin-left: 5px;
  font-size: 1rem;
  line-height: 1;
}

.verify-circle {
  width: 30%;
}


.IconBox {
  text-align: -webkit-center;
}

.IconBox img {
  padding-bottom: 30px;
}


.btn-common {
  background-color: #000 !important;
  border-color: #000 !important;
}

.verificationContent {
  text-align: -webkit-center !important;
}

.verificationContent img {
  padding-bottom: 30px;
}


.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background-color: #000;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-container-fullscreen {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #000;
  overflow: hidden;
}

.video-container-fullscreen iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

iframe {
  pointer-events: auto;
}

@media (min-width: 768px) {
  .video-container-custom {
    min-height: 500px;
  }
}

@media (min-width: 1024px) {
  .video-container-custom {
    min-height: 600px;
  }
}

@media (min-width: 1280px) {
  .video-container-custom {
    min-height: 700px;
  }
}


/* smPosts Section end */

@media (max-width: 1024px) {
  .slogo {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
  }

  .patRed::before {
    width: 100%;
  }

  .devices {
    transform: scale(1) !important;
  }
}

@media (max-width: 576px) {
  .video-background {
    height: 284px;
  }

  .video-background iframe {
    height: 290px;
  }
}