/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

:root {
  --m: 4rem;
}

* {
  scroll-behavior: smooth;
}

.footer-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-repeat: no-repeat;
  z-index: 2;
  -webkit-box-shadow: 0px 20px 30px 30px rgb(125 207 255);
  box-shadow: 0px 20px 30px 30px rgb(125 207 255);
}

.footer-wrapper {
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5em;
  width: 100vw;
  padding: 10px;
}

.video-buy-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 2;
  background-image: url(../image/house.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.h3-footer {
  font-weight: 650;
  font-size: calc(0.6 * var(--m));
  margin: 0;
}

footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 50px 30px 50px 30px;
  position: relative;
  max-width: 1124px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 35px;
  padding: 50px 30px 31px 30px;
  -webkit-box-shadow: 0px 0px 24px 13px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 0px 24px 13px rgba(34, 60, 80, 0.2);
}

.col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: calc(0.3 * var(--m)) calc(0.8 * var(--m));
  width: 48%;
  /* backdrop-filter: blur(10px); */
  /* border-radius: 25px; */
}

.a-footer-info {
  display: block;
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px;
  unicode-bidi: -webkit-isolate;
  unicode-bidi: -moz-isolate;
  unicode-bidi: isolate;
  color: #d5d5d5;
}

.col3 {
  background-color: #121212;
  border-radius: 35px;
}

.img-footer {
  -o-object-fit: cover;
  object-fit: cover;
  width: 45px;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1rem;
  margin: 15px 0 15px 0;
}

.a-footer {
  text-decoration: none;
  color: inherit;
}

.a-footer {
  width: calc(0.8 * var(--m));
  height: calc(0.8 * var(--m));
  border-radius: calc(0.1 * var(--m));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-liquid {
  display: inline-block;
  position: relative;
  width: 300px;
  height: 100px;
  border-radius: 27px;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -ms-flex-line-pack: center;
  align-content: center;
}

.btn-liquid .inner {
  position: relative;
  z-index: 2;
  color: black;
  font-size: 2em;
}

.btn-liquid canvas {
  position: absolute;
  top: -50px;
  right: -50px;
  bottom: -50px;
  left: -50px;
  z-index: 1;
}

@media screen and (max-width: 800px) {
  footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col {
    width: 100%;
    padding: 20px;
    font-size: 0.9em;
  }

  .col p {
    font-weight: 500;
  }

  .col1 {
    padding: 25px;
  }
}

@media screen and (max-width: 365px) {
  footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 10px 31px 10px;
  }
}

@media screen and (max-width: 420px) {
  .img-footer {
    width: 38px;
  }
}

@media (min-width: 300px) and (max-width: 500px) {
  .footer-block {
    background-image: url(../image/footer-m.png);
    background-position: bottom;
    background-size: cover;
  }
}

@media (min-width: 500px) and (max-width: 800px) {
  .footer-block {
    background-image: url(../image/footer-pc-2.png);
    background-position: bottom;
    background-size: cover;
  }
}

@media (min-width: 800px) and (max-width: 2300px) {
  .footer-block {
    background-image: url(../image/footer-pc-1.png);
    background-position: center;
    background-size: cover;
  }
}

@media (min-width: 2300px) and (max-width: 3000px) {
  .footer-block {
    background-image: url(../image/footer-pc-2.png);
    background-position: top;
    background-size: cover;
  }
}

@media screen and (min-width: 3000px) {
  .footer-block {
    background-image: url(../image/footer-pc-1.png);
    background-position: top;
    background-size: cover;
    -webkit-box-shadow: 0px 20px 30px 30px rgb(125 207 255);
    box-shadow: 0px 20px 30px 30px rgb(125 207 255);
  }
}