:root {
  --main-color: #0ca6d9;
  --main-color-darker: #0ca6d9e6;
}
@font-face {
  font-family: ggsans;
  src: url(../ggsans-Normal.ttf);
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(../Montserrat-Regular.ttf);
}
@font-face {
  font-family: GlitterySnowfall;
  src: url(../GlitterySnowfall.ttf);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  /* font-family: GlitterySnowfall, sans-serif; */
}
body::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../background.jpg);
  background-repeat: no-repeat;
  /* background-image: url("../img/dvizh3_post_dvizh_vilnius.png"); */
  background-position: center;
  background-size: cover;
  filter: blur(5px);
  z-index: 1;
  opacity: 0.5;
}
body {
  background-color: #1d2129;
  font-family: "GlitterySnowfall", sans-serif;
}
.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.logo {
  /* display: inline-block;
  color: #f7f7f7;
  background-color: var(--main-color);
  text-transform: uppercase;
  padding: 0.625rem;
  border-radius: 0.1875rem;
  text-align: center;
  text-shadow: 2px 2px #1d2129;
  font-family: GlitterySnowfall; */
  color: #ffffff;
  /* background: linear-gradient(
    135deg,
    #6db3f2 0%,
    #1e69de 100%
  );  */
  text-transform: uppercase;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  text-align: center;
  font-family: "GlitterySnowfall", cursive;
  font-weight: 600;
  letter-spacing: 0.08em;
  /* text-shadow: 0 2px 6px rgba(29, 33, 41, 0.4);
  box-shadow: 0 4px 12px rgba(173, 216, 230, 0.4); */
}

.message {
  display: inline-block;
  margin-top: 0.9375rem;
  /* background-color: #f7f7f7; */
  color: #992a22;
  padding: 0.3125rem;
  border-radius: 0.3125rem;
  font-family: GlitterySnowfall, sans-serif;
  font-size: 1rem;
}
.content {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  flex-direction: column;
  padding: 1.5625rem;
  background-color: rgba(23, 26, 32, 0.2);
  /* backdrop-filter: blur(0.625rem); */
  border-radius: 0.625rem;
  position: relative;
  z-index: 1;
  /* min-height: 400px; */
  min-height: 200px;
  border-radius: 0.5rem;
  /* border: 1px solid rgba(255, 255, 255, 0.6); */
}

.content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* opacity: 0.5; */
  /* background: url("../img/dvizh3_post_dvizh_vilnius.png"); */
  /* background: #000; */
  background-size: cover;
  background-position: center;
  /* background-position: center; */
  border-radius: 5px;
  /* filter: blur(0.625rem); */
  /* filter: blur(5px); */

  /* backdrop-filter: blur(10px); */
  z-index: -1;
}

.copyright {
  margin-top: 0.625rem;
  color: #7e8997;
  font-family: GlitterySnowfall, sans-serif;
}
button {
  border-radius: 0.3125rem;
  padding: 0.625rem 1.875rem;
  outline: none;
  border: none;
  margin-top: 3rem;
  cursor: pointer;
  background-color: var(--main-color);
  color: #eee;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  font-family: GlitterySnowfall, sans-serif;
}
button:hover {
  background-color: var(--main-color-darker);
}
.inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: red; */
  /* opacity: 0.2; */
  /* background: url("./img/FHD.webp"); */
  /* background-size: cover; */
  /* backdrop-filter: blur(10px); */
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.inner {
  position: relative;
  z-index: 1;
}

a {
  text-decoration: none;
  color: inherit;
}
.official-site {
  color: #c2bebe;
  margin-top: 3.125rem;
  text-decoration: underline;
  font-family: GlitterySnowfall, sans-serif;
}
.official-site:hover {
  color: rgb(195, 193, 193);
}
header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3125rem;
}
.subtitle {
  text-align: center;
  margin-top: 10px;
  font-size: 1.5rem;
  /* width: auto; */
  width: 600px;
  /* color: #eee; */
  font-family: Calibri, "Trebuchet MS", sans-serif;
  color: #eee;
  text-shadow: 2px 2px #1d2129;
  word-wrap: wrap;
}
.contactEmail {
  margin-top: 12px;
  color: #eeeeeec0;
  font-size: 16px;
  font-family: Calibri, "Trebuchet MS", sans-serif;
}
#videoBackground {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  filter: blur(8px);
}
.contact {
  /* margin-top: 10px; */
  margin-bottom: 20px;
  text-shadow: 2px 2px #1d2129;
}
footer {
  position: absolute;
  bottom: 10px;
  text-align: center;
}

@media (max-width: 800px) {
  .subtitle {
    width: auto;
  }
}
