@font-face {
  font-family: "Post No Bills Colombo";
  src: url("./fonts/PostNoBillsColombo-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --txt-body: #e6edf3;
  --txt2: #8e97a2;
  --extra: #3a414b;
  --cards-strokes: #1d2126;
  --bg2: #171a1f;
  --main-bg--dark-txt: #0b0f14;
  --accent: #2899a9;
  --accent2: #ff3b3b;
  --playmarket-google-yelllow: #fabc13;
  --playmarket-google-red: #eb4335;
  --playmarket-google-blue: #547dbf;
  --playmarket-google-green: #30a851;
  --microsoft-btn-microsoft-green: #7fba00;
  --microsoft-btn-microsoft-red: #f25022;
  --microsoft-btn-microsoft-blue: #00a4ef;
  --microsoft-btn-microsoft-yellow: #ffb900;

  --font-family: "IBM Plex Sans", sans-serif;
  --second-family: "Post No Bills Colombo", sans-serif;
  --third-family: "DM Sans", sans-serif;
  --font3: "Lexend", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

dl,
dt,
dd,
figure,
p {
  margin: 0;
}

dt,
dd {
  display: inline;
}

dd::after {
  content: "";
  display: block;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
  border: none;
  padding: 0;
  color: inherit;
  background-color: transparent;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

*,
::before,
::after {
  box-sizing: border-box;
}

body {
  margin: 0 auto;
  font-family: var(--font-family);
  color: var(--txt-body);
  background: var(--main-bg--dark-txt);
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

.section-wvb {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.container-wvb {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 375px;
  padding: 64px 16px;
}

.section-subtitle-wrap-wvb {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;

  svg {
    position: relative;
    z-index: 2;
    width: 24px;
    height: 24px;
  }

  div {
    position: absolute;
    top: 50%;
    left: 7.7px;
    transform: translateY(-50%);
    background: var(--accent2);
    border-radius: 50%;
    width: 10px;
    height: 10px;
  }

  h3 {
    font-family: var(--second-family);
    font-weight: 800;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: var(--extra);
  }
}

.section-content-wrap-wvb {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 64px;
  padding: 0 10px;

  .section-title-wvb {
    font-family: var(--second-family);
    font-weight: 800;
    font-size: 64px;
    line-height: 110%;
    text-transform: uppercase;
    text-align: center;
    color: var(--txt2);
    margin-bottom: 32px;
  }
}

@media screen and (min-width: 1440px) {
  .container-wvb {
    align-items: start;
    width: 1440px;
    padding: 80px 120px;
  }

  .section-subtitle-wrap-wvb {
    gap: 32px;

    div {
      top: 55%;
    }
  }

  .section-content-wrap-wvb {
    margin-top: 80px;

    .section-title-wvb {
      line-height: 150%;
    }
  }
}
