/*
Theme Name: Backslash
Author: Meduzzen
Description: A blank WordPress theme
Version: 1.0
*/

/* fonts */
/*

@font-face {
    font-family: "Graphik";
    src: url("assets/fonts/GraphikSemibold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

*/

/* standartization */

/* primary */

/* utilities */

.u-hover-lift-15 {
  position: relative;
  transform: translateY(0);
  transition: transform 0.3s ease;
  will-change: transform;
}

.u-hover-lift-15:hover {
  transform: translateY(-15px);
  z-index: 3;
}

/* container */

.container {
  max-width: 1134px;
  margin: 0 auto;
}

@media screen and (min-width: 1281px) {
  .container {
    padding-left: 116px;
    padding-right: 116px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 768px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  color: #fff;
  padding: 12px 18px;
  background: #ed2690;
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  text-transform: uppercase;
  max-width: fit-content;
  transition: all 0.3s;
}

.btn:hover {
  background: #fc3c8c;
}

.post-card-category {
  font-weight: 700;
  font-size: 16px;
  line-height: 75%;
  color: #ed2690;
}

body,
body p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

h1,
.h1 {
  font-weight: 700;
  line-height: 110%;
  color: #fff;
}

@media screen and (min-width: 1281px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  h1,
  .h1 {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  h1,
  .h1 {
    font-size: 32px;
  }
}

h2,
.h2 {
  font-weight: 700;
  line-height: 120%;
  color: #09142f;
}

@media screen and (min-width: 1281px) {
  h2,
  .h2 {
    font-size: 40px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  h2,
  .h2 {
    font-size: 24px;
  }
}

h3,
.h3 {
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #09142f;
}

@media screen and (min-width: 1281px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 1280px) {
  h3,
  .h3 {
    font-size: 22px;
  }
}

/* header */

.header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  padding-top: 64px;
  padding-bottom: 32px;
}

.header-block__logo-link {
  display: flex;
  max-width: fit-content;
}

.header-block__logo-link img {
  max-height: 28px;
  height: 100%;
  width: auto;
}

@media screen and (max-width: 768px) {
  .header-section {
    padding-top: 32px;
  }

  .header-block__logo-link img {
    max-height: 24px;
  }
}

/* hero */

#primary section.hero-block {
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 130px;
  position: relative;
  background: #09142f;
}

.hero-block__bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.hero-block__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
  position: relative;
  align-items: center;
  max-width: 767px;
  margin: 0 auto;
}

.hero-block__logo {
  display: flex;
  max-width: fit-content;
  margin-bottom: 20px;
}

.hero-block__title {
  text-wrap-style: balance;
  margin-bottom: 16px;
  text-align: center;
}

.hero-block__title strong {
  color: #ed2690;
}

.hero-block__description p {
  color: #fff;
  line-height: 130%;
  font-weight: 600;
  text-align: center;
}

.hero-block__description p:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #primary section.hero-block {
    padding-top: 56px;
    padding-bottom: 80px;
  }

  .hero-block__logo {
    margin-bottom: 44px;
  }

  .hero-block__title {
    margin-bottom: 32px;
  }

  .hero-block__description p {
    line-height: 140%;
  }
}

/* improve-security */

#primary section.improve-security-block {
  padding-top: 100px;
  padding-bottom: 60px;
  position: relative;
}

.improve-security-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140%;
  background: linear-gradient(180deg, #0b142d 0%, #244193 39.42%, #fff 82.21%);
}

.improve-security-block__container.container {
  max-width: 1000px;
  position: relative;
  z-index: 2;
}

.improve-security-block__title {
  text-align: center;
  color: #fff;
}

.improve-security-block__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.improve-security-block__bg-item {
  position: absolute;
}

.improve-security-block__bg-item--top {
  top: 0;
  left: 0;
  width: 927px;
  height: 304px;
}

.improve-security-block__bg-item--bottom {
  right: 0;
  bottom: -320px;
  width: 724px;
  height: 479px;
}

.improve-security-block__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
  justify-content: center;
}

.improve-security-block__list {
  display: flex;
  gap: 48px;
  align-items: stretch;
  justify-content: space-between;
}

.improve-security-block__item {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
}

.improve-security-block__item-head {
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.improve-security-block__item-head img {
  display: flex;
  width: 100%;
  object-fit: cover;
}

.improve-security-block__item-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 24px;
  padding: 52px 32px 32px 32px;
  box-sizing: border-box;
  background: #fff;
  margin-top: -20px;
}

.improve-security-block__item-content-inner {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 16px;
}

.improve-security-block__item-button {
  margin-top: auto;
}

.improve-security-block__item-excerpt {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #09142f;
}

@media screen and (max-width: 1280px) {
  .improve-security-block__list {
    gap: 24px;
  }
}

@media screen and (max-width: 768px) {
  #primary section.improve-security-block {
    padding-top: 72px;
    padding-bottom: 36px;
  }

  .improve-security-block__bg-item {
    display: none;
  }

  .improve-security-block__list {
    flex-direction: column;
  }

  .improve-security-block__content {
    gap: 32px;
  }

  .improve-security-block__item {
    flex-basis: 100%;
  }

  .improve-security-block__item-content {
    padding: 42px 16px 24px 16px;
  }

  .improve-security-block__item-button {
    max-width: 100%;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

/* security-insights */

#primary section.security-insights-block {
  padding-top: 60px;
  padding-bottom: 85px;
}

.security-insights-block__content-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.security-insights-block__container.container {
  position: relative;
  z-index: 2;
}

.security-insights-block__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.security-insights-block__first-segment {
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
  margin-bottom: 110px;
}

.security-insights-block__list {
  display: flex;
  gap: 48px;
  justify-content: space-between;
}

.security-insights-block__item {
  display: flex;
  flex-direction: column;
  /* flex: 1; */
  min-height: 0;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
}

.security-insights-block__item-content {
  padding: 52px 32px 32px 32px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 24px;
  justify-content: space-between;
}

.security-insights-block__item-content-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-grow: 1;
}

.security-insights-block__item-head {
  position: relative;
  z-index: 2;
}

.security-insights-block__item-head > * {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.security-insights-block__item-excerpt {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #09142f;
}

.security-insights-block__second-segment {
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
  max-width: 1024px;
  margin-top: 48px;
}

.security-insights-block__second-first-title,
.security-insights-block__first-segment-title {
  text-align: center;
}

.security-insights-block__second-segment-title {
  text-align: center;
}

.security-insights-block__first-segment-posts .security-insights-block__item {
  flex-basis: calc(100% / 3 - 24px);
}

.security-insights-block__second-segment-posts .security-insights-block__item {
  flex-basis: calc(100% / 2 - 24px);
}

.security-insights-block__second-segment-posts
  .security-insights-block__item-content {
  background: #313550;
}

.security-insights-block__item-content {
  margin-top: -20px;
}

.security-insights-block__second-segment-posts
  .security-insights-block__item-title,
.security-insights-block__second-segment-posts
  .security-insights-block__item-excerpt {
  color: #fff;
}

.security-insights-block__third-segment {
  display: flex;
  max-width: 700px;
  box-shadow: 0 0 43px 0 rgba(237, 38, 144, 0.5);
  background: #ed2690;
  border-radius: 6px;
}

.security-insights-block__third-segment p {
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.security-insights-block__third-segment p a {
  text-decoration: none;
  text-decoration-skip-ink: none;
  color: inherit;
  transition: all 0.3s;
}

@media screen and (max-width: 1280px) {
  .security-insights-block__list {
    gap: 24px;
  }

  .security-insights-block__first-segment-posts .security-insights-block__item {
    flex-basis: calc(100% / 3 - 12px);
  }

  .security-insights-block__second-segment-posts
    .security-insights-block__item {
    flex-basis: calc(100% / 2 - 12px);
  }
}

@media screen and (max-width: 1024px) {
  .security-insights-block__first-segment .security-insights-block__list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .security-insights-block__first-segment-posts .security-insights-block__item {
    flex-basis: calc(100% / 2 - 12px);
  }
}

@media screen and (min-width: 769px) {
  .security-insights-block__third-segment p {
    font-size: 24px;
  }

  .security-insights-block__third-segment {
    padding: 18px 48px 16px 48px;
  }
}

@media screen and (max-width: 768px) {
  #primary section.security-insights-block {
    padding-bottom: 20px;
  }

  .security-insights-block__content-wrapper {
    position: relative;
    z-index: 2;
    overflow: hidden;
  }

  .security-insights-block__list {
    flex-direction: column;
  }

  .security-insights-block__item-content {
    padding: 24px 16px;
  }

  .security-insights-block__first-segment {
    gap: 32px;
  }

  .security-insights-block__second-segment {
    gap: 32px;
    margin-top: 48px;
  }

  .security-insights-block__item-button {
    max-width: 100%;
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .security-insights-block__third-segment {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .security-insights-block__item-content {
    padding-top: 42px;
  }

  .security-insights-block__third-segment {
    padding: 18px 24px 16px 24px;
  }

  .security-insights-block__third-segment p {
    font-size: 18px;
  }
}

/* banner */

.banner-block__container {
  position: relative;
  z-index: 2;
  padding-top: 150px;
  padding-bottom: 150px;
}

.banner-block__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

.banner-block__content {
  display: flex;
  gap: 32px;
  flex-direction: column;
  justify-content: space-between;
}

.banner-block__title {
  color: #fff;
}

.banner-block__button.btn {
  padding: 18px 48px 16px 48px;
  box-shadow: 0 0 43px 0 rgba(237, 38, 144, 0.5);
}

@media screen and (max-width: 768px) {
  .banner-block__container {
    padding-top: 72px;
    padding-bottom: 470px;
  }

  .banner-block__bg {
    max-height: 450px;
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
    top: auto;
    bottom: 0;
    background-position-y: top !important;
    background-position-x: 76% !important;
  }

  .banner-block__content {
    align-items: center;
    gap: 24px;
  }

  .banner-block__title {
    text-align: center;
  }

  .banner-block__button {
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }

  .banner-block__button.btn {
    padding: 18px 24px 16px 24px;
    margin: 0 auto;
    max-width: calc(100% - 32px);
  }
}

/* footer */

.footer-block {
  padding-top: 24px;
  padding-bottom: 24px;
  background: #09142f;
}

.footer-block__content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.footer-block__menu .footer-menu {
  display: flex;
  gap: 8px;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-block__copy a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}

.footer-block__copy a:hover {
  color: #ed2690;
}

@media screen and (max-width: 768px) {
  .footer-block__content {
    flex-direction: column;
    align-items: center;
  }
}

/* video popup */

#pum-102 {
  background: rgba(9, 20, 47, 0.8);
}

#popmake-102.pum-container {
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
}

#popmake-102 .pum-close {
  display: none;
}

#pum-102 .video-popup__close-icon {
  display: flex !important;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 10;
  cursor: pointer;
  pointer-events: auto;
}

.video-popup__video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.video-popup__wrapper {
  display: flex;
  position: relative;
  aspect-ratio: 16 / 9;
}

.video-popup__video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  cursor: pointer;
  pointer-events: auto;
  transition: opacity 0.2s ease;
}

.video-popup__video-icon.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.site-main {
  overflow: hidden;
  position: relative;
}

.site-main::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 36%;
  background: linear-gradient(
    0deg,
    #0b142d 0%,
    #244193 39.42%,
    #fff 80%,
    rgba(255, 255, 255, 0) 97.72%
  );
  z-index: 0;
  pointer-events: none;
}
