@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+TC:wght@100..900&family=Prosto+One&display=swap");
* {
  list-style: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

a {
  text-decoration: none;
  transition: 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: inline-block;
  margin: 0;
  line-height: 1.5;
  font-weight: 500;
}

h1 {
  font-size: calc(2rem + 0.5vw);
}

h2 {
  font-size: calc(1.7rem + 0.4vw);
}

h3 {
  font-size: calc(1.45rem + 0.4vw);
}

h4 {
  font-size: calc(1.3rem + 0.2vw);
}

h5 {
  font-size: calc(1.1rem + 0.2vw);
  font-weight: 400;
}

h6 {
  font-size: calc(1rem + 0.2vw);
  font-weight: 400;
}

p,
span,
li,
small {
  font-size: calc(1rem + 0.1vw);
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 2px;
  text-align: justify;
  margin: 0;
}

small {
  font-size: calc(1rem + 0.3vw);
}

hr {
  width: 90%;
  display: flex;
  justify-self: center;
  border-top: 1px dotted #8b8787;
  margin: 50px 0;
}

section {
  position: relative;
  padding: 90px 0;
}
@media (max-width: 576px) {
  section {
    padding: 70px 0;
  }
  section:nth-of-type(2) {
    padding-top: 120px;
  }
}
section:nth-of-type(1) {
  padding: 0;
}
section:nth-of-type(2) {
  padding-top: 150px;
}
section:nth-last-of-type(1) {
  padding: 0;
}

.sectionTitle {
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  justify-self: center;
  padding: 0 30px;
  position: relative;
  isolation: isolate;
}
.sectionTitle::before {
  content: "";
  width: 100%;
  height: 40px;
  background: #fbeaea;
  clip-path: polygon(100% 2%, 90% 50%, 100% 100%, 0% 100%, 10% 50%, 0% 0%);
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.sectionTitle::after {
  content: "";
  width: 110%;
  height: 40px;
  background: #f0b1b8;
  clip-path: polygon(100% 2%, 90% 50%, 100% 100%, 0% 100%, 10% 50%, 0% 0%);
  opacity: 0.6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
}
.sectionTitle * {
  letter-spacing: normal;
}
.sectionTitle h2 {
  position: relative;
  display: inline-block;
  margin: auto;
  text-align: center;
  letter-spacing: 4px;
  font-weight: 700;
  color: transparent;
  background: linear-gradient(45deg, #2a8ba8, #5ccaec);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  isolation: isolate;
  z-index: 1;
  filter: drop-shadow(2px 2px 0px rgba(255, 255, 255, 0.8));
}
.sectionTitle .h2_dec {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -12px;
  position: relative;
  z-index: 1;
}
.sectionTitle .h2_dec span {
  color: rgba(139, 135, 135, 0.4);
  font-size: calc(1.3rem + 0.3vw);
  text-align: start;
  text-transform: capitalize;
  letter-spacing: 1px;
  text-wrap-mode: nowrap;
  padding-right: 4px;
  position: relative;
  isolation: isolate;
  z-index: -1;
}
.sectionTitle .h2_dec hr {
  display: none;
  width: 100%;
  border-top: 2px solid #8b8787;
  margin: 1rem 0 !important;
  opacity: 0.5;
}

.btn {
  width: 100%;
  color: #5ccaec;
  background: white;
  border: 1px solid #5ccaec;
  padding: 8px 16px;
  transition: 0.4s ease-in;
}
.btn:hover {
  color: #8b8787;
  background: white;
  border: 1px solid #8b8787;
}
.btn:hover span {
  color: #8b8787;
}

.fillBtn {
  letter-spacing: normal;
  color: white;
  background: #5ccaec;
  border: 1px solid white;
}
.fillBtn:hover {
  color: #8b8787;
  background: white !important;
  border: 1px solid #8b8787;
}
.fillBtn:hover span {
  color: #8b8787;
}
.fillBtn.LINE {
  background: #2eb900;
}
.fillBtn.LINE:hover {
  color: #2eb900;
  border: 1px solid #2eb900;
  background: white;
}
.fillBtn.LINE:hover span {
  color: #2eb900;
}
.fillBtn.FB {
  background: #0765ff;
}
.fillBtn.FB:hover {
  color: #0765ff;
  border: 1px solid #0765ff;
  background: white;
}
.fillBtn.FB:hover span {
  color: #0765ff;
}
.fillBtn.IG {
  background: linear-gradient(45deg, #d88e55, #a421a7);
}
.fillBtn.IG:hover {
  color: transparent;
  background: linear-gradient(45deg, #d88e55, #a421a7);
  background-clip: text;
  -webkit-background-clip: text;
  border: 1px solid #a421a7;
}
.fillBtn.IG:hover span,
.fillBtn.IG:hover i {
  color: transparent;
  background: linear-gradient(45deg, #d88e55, #a421a7);
  background-clip: text;
  -webkit-background-clip: text;
}

.smallMark {
  display: inline-flex;
  color: white;
  background: rgba(92, 202, 236, 0.8);
  letter-spacing: 4px;
  border-radius: 50px;
}

.interval {
  max-height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.interval .intervalBg {
  position: relative;
  isolation: isolate;
}
.interval .intervalBg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.interval .intervalTxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.interval .intervalTxt h4,
.interval .intervalTxt p {
  color: white;
}

.catalogList .catalogItem h5 {
  width: 100%;
  color: #2a8ba8;
  padding: 12px;
  position: relative;
  isolation: isolate;
}
.catalogList .catalogItem h5::before {
  content: "";
  width: 100%;
  height: 100%;
  clip-path: polygon(0% 0%, 500% 0%, 60% 30%, 0% 300%);
  background: #5ccaec;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 425px) {
  .catalogList .catalogItem h5::before {
    clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 0% 325%);
  }
}
.catalogList .catalogCard {
  position: relative;
}
.catalogList .catalogCard img {
  height: 150px;
  aspect-ratio: 1;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .catalogList .catalogCard img {
    height: 300px;
  }
}
.catalogList .catalogCard h5 {
  font-weight: 500;
}
.catalogList .catalogCard ul {
  margin-bottom: 0;
}
.catalogList .catalogCard i {
  font-size: calc(1rem + 0.2vw);
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1rem;
  text-shadow: 0px 0px 3px rgba(139, 135, 135, 0.7);
}
.catalogList .nav-tabs {
  width: 96%;
  margin: auto;
  justify-content: center;
  padding: 0px 12px;
  border-bottom: 1px solid rgba(139, 135, 135, 0.4);
}
.catalogList .nav-tabs .nav-link {
  color: #8b8787;
  border: unset;
}
.catalogList .nav-tabs .nav-link.active {
  color: white;
  background: #5ccaec;
  border-radius: 6px;
  text-shadow: 0px 1px 2px rgba(139, 135, 135, 0.3);
}
.catalogList .tab-content > .active {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
}

@keyframes arrowDown {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
body {
  font-family: "Jost", "Prosto One", "Noto Sans TC", sans-serif;
  color: #8b8787;
  background: white;
  overflow-x: hidden;
  position: relative;
}
body .bodyBg {
  width: 100%;
  height: 100%;
  background: url(../images/decorate/bg.png) no-repeat center/cover;
  mix-blend-mode: multiply;
  opacity: 0.07;
  position: fixed;
  top: 0;
  z-index: -1;
}

header .navbar {
  background: transparent;
  transition: 0.3s ease;
}
header .navbar .navbar-brand {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .navbar .navbar-brand .brandTxt h3 {
  font-size: calc(2.5rem + 0.4vw);
  font-weight: 600;
  color: #5ccaec;
  letter-spacing: 2px;
  text-shadow: 2px 1px 1px rgba(255, 255, 255, 0.8), 0px 0px 0px rgba(255, 255, 255, 0.8);
}
header .navbar .navbar-brand .brandTxt .smallMark {
  padding: 4px;
  margin-left: 4px;
  margin-bottom: 16px;
  border-radius: 4px;
}
header .navbar .navbar-brand .brandTxt .smallMark span {
  font-size: calc(0.7rem + 0.2vw);
  color: white;
  line-height: 16px;
  margin-bottom: -4px;
}
header .navbar .navbar-brand .logoImg {
  width: 60px;
  aspect-ratio: 1;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
header .navbar .navbar-toggler {
  border: 0;
}
header .navbar .navbar-toggler:focus {
  box-shadow: none;
}
header .navbar .navbar-collapse {
  justify-content: end;
}
header .navbar .navbar-collapse .navbar-nav {
  gap: 0.4rem;
}
@media (max-width: 767.98px) {
  header .navbar .navbar-collapse .navbar-nav {
    width: fit-content;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(3px);
    gap: unset;
    margin-left: auto;
    padding: 20px;
    transition: 0.2s ease-in;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  position: relative;
  font-size: calc(1.1rem + 0.15vw);
  font-weight: 400;
  color: #1d5f73;
  text-align: right;
  transition: 0.2s ease-in;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: transparent !important;
  text-shadow: unset;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover span {
  font-size: calc(1rem + 0.2vw);
  font-weight: 400;
  color: #f0b1b8;
  text-transform: uppercase;
  letter-spacing: 1px;
  top: 50%;
  z-index: 2;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link span {
  color: transparent;
  text-shadow: initial;
  padding: 1px 12px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
  z-index: -1;
}
header .navbar.scrollDown {
  background: #2a8ba8;
}
header .navbar.scrollDown::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/decorate/bg.png) no-repeat top center/cover;
  mix-blend-mode: color-burn;
  filter: grayscale(1);
  opacity: 0.1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 767.98px) {
  header .navbar.scrollDown .navbar-nav {
    background: transparent;
    margin: auto;
  }
}
header .navbar.scrollDown .nav-link {
  color: white !important;
  text-align: center !important;
}

.banner {
  width: 100%;
  height: 90vh;
  display: flex;
  margin-top: 86px;
  position: relative;
  isolation: isolate;
}
.banner .f-carousel {
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .banner .f-carousel {
    width: 100%;
  }
}
.banner .f-carousel .bannerImg {
  width: 100%;
  height: 100%;
  justify-self: center;
}
@media (max-width: 576px) {
  .banner .f-carousel .bannerImg {
    padding: unset;
  }
}
.banner .f-carousel .bannerImg img {
  aspect-ratio: 1/0.6;
}
.banner .f-carousel .f-button svg {
  width: 100px;
  height: 100px;
  stroke-width: 2px;
  stroke: white;
  opacity: 0.5;
}
.banner .f-carousel .f-progressbar {
  background: #2a8ba8;
  opacity: 0.5;
}
.banner .txt-content {
  width: auto;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(3px);
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  isolation: isolate;
}
.banner .txt-content::before {
  content: "";
  width: 103%;
  height: 105%;
  border: 2px solid white;
  mix-blend-mode: plus-lighter;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 576px) {
  .banner .txt-content {
    width: 75%;
    height: auto;
    max-width: unset;
    top: unset;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    isolation: isolate;
  }
  .banner .txt-content::before, .banner .txt-content::after {
    content: "";
    width: 75%;
    height: 6px;
    background: #5ccaec;
    mix-blend-mode: plus-lighter;
    border: unset;
    opacity: 0.7;
    position: absolute;
    top: 5%;
    left: -10%;
    transform: translate(0%, -50%);
    z-index: 1;
  }
  .banner .txt-content::after {
    top: unset;
    left: unset;
    bottom: 3%;
    right: -10%;
  }
  .banner .txt-content .txt-contentTitle h1,
  .banner .txt-content .txt-contentTitle span {
    writing-mode: unset;
  }
  .banner .txt-content .txt-contentTitle h1 {
    letter-spacing: 8px;
  }
}
.banner .txt-content h1 {
  font-size: calc(3rem + 0.5vw);
  font-weight: 600;
  color: #2a8ba8;
  letter-spacing: 12px;
  line-height: 1.3;
  margin-bottom: 8px;
  text-shadow: 2px 2px 1px #f2f2f2, 9px 8px 0px rgba(11, 38, 46, 0.15);
}
.banner .txt-content .smallMark {
  color: white;
  background: #5ccaec;
  border-radius: 4px;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  position: relative;
  isolation: isolate;
}
.banner .txt-content .smallMark h4 {
  font-weight: 300;
}
.banner .txt-content .smallMark i {
  font-size: calc(1.2rem + 0.2vw);
  padding: 0 4px;
}
.banner .txt-content span {
  display: inline-block;
  color: white;
  font-size: calc(1.1rem + 0.2vw);
  font-weight: 300;
  text-align: center;
  margin-top: 12px;
  text-wrap-style: pretty;
  text-shadow: 1px 1px 2px #0b262e;
}
.banner .txt-content .btnBox {
  width: max-content;
}
.banner .txt-content .btnBox .fillBtn {
  font-size: calc(0.9rem + 0.2vw);
  border-radius: 50px;
  padding: 8px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 576px) {
  .banner .txt-content .btnBox .fillBtn {
    aspect-ratio: 1;
  }
}
.banner .txt-content .btnBox .fillBtn span {
  font-size: unset;
  margin: unset;
  text-shadow: unset;
  margin: 0 8px;
}

.about h3 {
  letter-spacing: 2px;
}
.about h3 i {
  font-size: calc(1.3rem + 0.2vw);
}
.about .smallMark {
  font-weight: bold;
  background: transparent;
}
.about .smallMark:nth-of-type(2) {
  color: #e36969;
}
.about .aboutContext {
  position: relative;
}
.about .aboutContext .aboutContextBg {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(3px);
  padding: 1.5rem;
  box-shadow: rgba(18, 124, 157, 0.2) 0px 4px 12px;
}
.about .aboutContext hr {
  width: 100%;
  border-top: 1px solid #8b8787;
  justify-self: start;
  margin: 0.5rem;
}
.about .aboutContext .slogn h4 {
  color: #f0b1b8;
  letter-spacing: 2px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  position: relative;
}
.about .aboutContext .slogn span {
  font-size: calc(1.3rem + 0.2vw);
  font-weight: 500;
  color: #f0b1b8;
  text-align: end;
}
.about .aboutContext p {
  margin: 8px 0;
}
.about .aboutContext b {
  color: #164756;
}
@media (min-width: 768px) {
  .about .aboutImgBox {
    margin-top: 25%;
    margin-left: -25%;
  }
}
.about .aboutImg {
  height: 100%;
}
.about .aboutImg img {
  padding: 0;
}
@media (max-width: 576px) {
  .about .aboutImg img {
    height: 60vh;
    object-fit: cover;
  }
}
.about .f-carousel .f-button {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.4);
}
.about .f-carousel .f-button svg {
  stroke: white;
}
.about #aboutCarousel {
  width: 100%;
}
@media (min-width: 768px) {
  .about #aboutCarousel {
    height: 100%;
  }
}
.about video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.services .fillBtn {
  border-radius: 50px;
  padding: 12px 20px;
}
.services .serviceStyle1 .serviceCard {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.services .serviceStyle1 .serviceCard h5 {
  font-weight: 400;
  text-align: center;
  margin: 1rem 0;
}
.services .serviceStyle1 .serviceCard .serviceCardImg {
  width: 50%;
  aspect-ratio: 1;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(2px);
  border-radius: 50%;
  padding: 10%;
  box-shadow: rgba(42, 139, 168, 0.3) 0px 4px 12px;
}
@media (min-width: 768px) {
  .services .serviceStyle1 .serviceCard .serviceCardImg {
    width: 45%;
  }
}
.services .serviceStyle1 .serviceCard .serviceCardImg img {
  aspect-ratio: 1;
  object-fit: contain;
}

.process a {
  display: inline-block;
  width: 75%;
}
.process .processList .processItem {
  align-self: stretch;
}
.process .processList .processItem:nth-of-type(4) li:first-child {
  list-style: none;
  margin-left: -20px;
}
.process .processList .processCard {
  height: 100%;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  border-radius: 0px 50px 0 50px;
  position: relative;
  isolation: isolate;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.process .processList .processCard .processCardTitle {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: start;
  position: relative;
}
.process .processList .processCard .processCardTitle .num {
  width: auto;
  height: 70px;
  background: linear-gradient(45deg, #2a8ba8, #5ccaec);
  border-radius: 4px 50px 50px 4px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 20px;
  margin-top: 1rem;
  margin-left: -24px;
  z-index: 2;
}
.process .processList .processCard .processCardTitle .num span {
  font-size: calc(1.5rem + 0.3vw);
  color: white;
  padding: 8px 0;
  margin-bottom: -24px;
}
.process .processList .processCard .processCardTitle .num h6 {
  font-size: calc(4.5rem + 0.3vw);
  font-weight: 500;
  color: white;
  opacity: 0.5;
  margin-bottom: -4px;
}
.process .processList .processCard .processCardTitle .processCardImg {
  width: 100%;
  height: 100%;
  border-radius: 0px 0px 0 50px;
}
.process .processList .processCard .processCardTitle .processCardImg img {
  max-height: 200px;
}
.process .processList .processCard .processCardTxt {
  margin-right: auto;
}
.process .processList .processCard .processCardTxt h4 {
  color: #f0b1b8;
  font-size: calc(1.2rem + 0.1vw);
  font-weight: 500;
  letter-spacing: 2px;
  padding: 4px 0px;
}
.process .processList .processCard .processCardTxt ul li {
  list-style: disc;
  color: #8b8787;
  margin-bottom: 1rem;
}
.process .processList hr {
  align-self: center;
  border: 2px solid rgba(139, 135, 135, 0.5);
  opacity: 1;
  margin: 50px 0;
}
.process .processList hr:nth-last-of-type(1) {
  display: none;
}
@media (max-width: 425px) {
  .process .processList hr {
    transform: rotate(90deg);
    margin: 30px 0;
  }
}

.portfolio .catalogList .nav-tabs {
  border: unset;
}
.portfolio img {
  aspect-ratio: 1;
  border-radius: 4px;
}
@media (min-width: 576px) {
  .portfolio .sliderItem:nth-of-type(1) .slick-track {
    transform: unset !important;
  }
}
.portfolio .slick-slider {
  width: 90%;
  margin: auto;
}
.portfolio .slick-slider .slick-next,
.portfolio .slick-slider .slick-prev {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.portfolio .slick-slider .slick-next:before,
.portfolio .slick-slider .slick-prev:before {
  font-size: calc(1.2rem + 0.2vw);
  color: #5ccaec;
}
.portfolio .slick-slider .slick-prev {
  left: -30px;
}
.portfolio .slick-slider .slick-next {
  right: -30px;
}

.contact {
  position: relative;
  isolation: isolate;
}
.contact i {
  font-size: calc(1.3rem + 0.1vw);
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact hr {
  margin: 30px 0;
}
.contact address {
  margin: 0;
}
.contact .contactInfo {
  padding: 20px 0;
  margin: 0;
}
.contact .contactInfo li {
  margin-bottom: 12px;
}
.contact .contactInfo li a {
  color: #8b8787;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.contact .contactInfo li a:hover {
  color: #5ccaec;
}
.contact .contactInfo i {
  margin-right: 8px;
}
.contact .sns {
  width: auto;
  padding: 0;
}
.contact .sns li {
  width: auto;
}
.contact .sns a {
  letter-spacing: normal;
  width: 60px;
  height: 60px;
  color: white;
  background: #f0b1b8;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid white;
  transition: 0.3s;
  text-shadow: 0px 2px 2px rgba(224, 91, 106, 0.2), 0px 4px 6px rgba(224, 91, 106, 0.1), 0px 0px 10px rgba(224, 91, 106, 0.1);
}
.contact .sns a:hover {
  background: white;
  border: 1px solid #f0b1b8;
  text-shadow: unset;
}
.contact .sns a:hover i {
  color: #f0b1b8;
}
.contact .sns a i {
  font-size: calc(1.5rem + 0.1vw);
}
.contact .sns a span {
  font-size: calc(0.7rem + 0.2vw);
  writing-mode: vertical-lr;
}
.contact .map {
  height: 100%;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin: 0;
}
.contact .map p i {
  display: inline-block;
  font-size: calc(0.9rem + 0.1vw);
}
.contact .map iframe {
  display: block;
  margin-top: auto;
}

.sidebar {
  position: fixed;
  bottom: 50px;
  right: 0;
  z-index: 1000;
}
.sidebar .phone {
  display: block;
  font-size: 14px;
  font-weight: bolder;
  margin: 0;
  padding-top: 10px;
}
.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar ul li {
  margin-bottom: 16px;
}
.sidebar ul li a {
  letter-spacing: normal;
  width: 50px;
  height: 50px;
  color: white;
  background: #5ccaec;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  transition: 0.3s;
  opacity: 0.7;
  text-decoration: none;
  border-radius: 50%;
}
.sidebar ul li a:hover {
  opacity: 1;
}
.sidebar ul li a span {
  display: none;
  margin-left: 5px;
  font-size: calc(0.7rem + 0.2vw);
}
.sidebar ul li a i {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar ul li a i span {
  display: flex;
  margin-left: 2px;
  font-size: calc(0.7rem + 0.2vw);
}

footer {
  color: rgba(255, 255, 255, 0.8);
  background: linear-gradient(45deg, #2a8ba8, #5ccaec);
}
footer * {
  letter-spacing: 1px;
}
footer a {
  font-size: calc(1.2rem + 0.1vw);
  color: white;
  opacity: 0.7;
}
footer a:hover {
  opacity: 1;
}/*# sourceMappingURL=all.css.map */