@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Alumni+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Sans+TC:wght@100..900&display=swap");
body {
  color: #D8D9DA;
  font-family: "Alumni Sans", "Noto Sans TC", sans-serif;
  background: #1f2227;
  position: relative;
}
body .bodyBg {
  width: 100%;
  height: 100%;
  background: url(../images/decorate/bg.jpg) no-repeat center/cover;
  mix-blend-mode: soft-light;
  opacity: 0.7;
  position: fixed;
  top: 0;
  z-index: -1;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
}

p {
  font-size: 18px;
  line-height: 2;
  text-align: justify;
}
@media (max-width: 767.98px) {
  p {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
p,
.link-item,
strong,
small,
a {
  margin: 0;
  letter-spacing: 2px;
  line-height: 1.5;
}

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

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

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

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

h5 {
  font-size: calc(1.2rem + 0.2vw);
}

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

p, span, li {
  font-size: calc(1rem + 0.2vw);
  font-weight: 300;
  text-align: justify;
  line-height: 1.7;
}

.link-item {
  text-transform: uppercase;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-light .navbar-toggler {
  border: none;
}

section {
  padding: 7rem 0;
  overflow: hidden;
  position: relative;
}
section:nth-last-of-type(1) {
  padding: 0;
}
@media (max-width: 992px) {
  section {
    padding: 5rem 0;
  }
}

h2 {
  color: white;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-self: center;
  position: relative;
  margin-bottom: 20px;
}
h2 span {
  width: auto;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #91999f;
  border: 1px solid #91999f;
  border-radius: 50px;
  padding: 2px 10px;
  position: relative;
  top: 0px;
  z-index: -1;
}
h2 span:before, h2 span::after {
  content: "";
  width: 30px;
  height: 2px;
  background: rgba(145, 153, 159, 0.5);
  position: absolute;
  top: 45%;
  left: -25%;
  transform: translate(-50%, -50%);
}
h2 span::after {
  left: 125%;
}
h2 .h2_dec {
  position: absolute;
  bottom: 0px;
  left: 50px;
  width: 50px;
  height: 50px;
}
.list-style {
  list-style: none;
  margin-bottom: 40px;
}
.list-style li {
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
  font-weight: 300;
  color: #ccc;
  transition: 0.4s;
}
.list-style li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #eee;
  border-radius: 50%;
  transform: rotate(45deg) translateY(-50%);
}
.list-style li::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 7px;
  width: 3px;
  height: 3px;
  background: #aaa;
  border-radius: 50%;
  transition: 1s;
}
.list-style li:hover {
  filter: brightness(2);
}

.btn {
  width: auto;
  color: white;
  background: #e68780;
  padding: 10px;
}
.btn.LINEbtn {
  background: #2EB900;
}
.btn.LINEbtn:hover {
  color: #2EB900;
  background: white;
  border: 1px solid #2EB900;
}

.sidebar {
  position: fixed;
  bottom: 50px;
  right: 0;
  z-index: 1000;
}
.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar ul li {
  margin-bottom: 8px;
}
.sidebar ul li a {
  width: 44px;
  height: 44px;
  font-size: 0.9rem;
  background: #e68780;
  border-radius: 10px 0 0 10px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  text-decoration: none;
}
.sidebar ul li a:hover {
  background: #D8D9DA;
}
.sidebar ul li a i {
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar ul li a span {
  display: none;
  margin-left: 5px;
  font-size: 20px;
  writing-mode: vertical-rl;
}
.sidebar ul li:last-child a {
  border: none;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.parallax-object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

video {
  width: 100%;
  min-height: 400px;
  aspect-ratio: 16/9;
  object-fit: contain;
  object-position: center;
}

.dec_box {
  position: absolute;
  width: 10vw;
  height: 30vh;
  opacity: 0.6;
}
@media (max-width: 992px) {
  .dec_box {
    background-attachment: unset;
  }
}

header .navbar {
  position: fixed;
  top: 0;
  width: 100%;
  background: transparent;
  transition: 0.4s;
  z-index: 99;
}
@media (max-width: 992px) {
  header .navbar {
    background: white;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
  }
}
header .navbar a {
  transform: none;
}
header .navbar .navbar-brand {
  display: flex;
  align-items: center;
  margin: 0;
  transition: 0.5s;
}
header .navbar .navbar-brand h4 {
  color: white;
}
@media (max-width: 992px) {
  header .navbar .navbar-brand h4 {
    color: #1f2227;
  }
}
header .navbar .navbar-brand span {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #1f2227;
}
@media (max-width: 992px) {
  header .navbar .navbar-brand span {
    color: #1f2227;
  }
}
header .navbar .navbar-brand small {
  font-size: 13px;
  color: #91999f;
}
@media (max-width: 992px) {
  header .navbar .navbar-brand small {
    color: #919191;
  }
}
header .navbar .navbar-brand img {
  width: auto;
  height: 50px;
  object-fit: contain;
  border-radius: 4px;
  transition: 0.3s;
}
header .navbar .navbar-toggler {
  border: none;
}
header .navbar .navbar-collapse .navbar-nav .nav-item {
  text-align: center;
}
@media (max-width: 992px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item {
    margin: 0.5rem 0;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-size: calc(1rem + 0.2vw);
  display: inline-block;
  padding: 0 20px;
  position: relative;
  color: white;
}
@media (max-width: 992px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #1f2227;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 0;
  background: #fff;
  width: 100%;
  height: 0px;
  transition: 0.5s;
}
@media (max-width: 991.98px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link::before {
    bottom: -8px;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover::before {
  height: 8px;
}
header .scrolled {
  background: white;
}
header .scrolled .navbar-brand {
  margin-top: unset;
}
header .scrolled .navbar-brand h4 {
  color: #1f2227;
}
header .scrolled .navbar-brand span {
  color: #1f2227;
}
@media (max-width: 992px) {
  header .scrolled .navbar-brand span {
    color: #1f2227;
  }
}
header .scrolled .navbar-brand small {
  color: rgb(55, 55, 55);
}
@media (max-width: 992px) {
  header .scrolled .navbar-brand small {
    color: #333;
  }
}
header .scrolled .nav-link {
  color: #1f2227 !important;
}

.hero {
  color: #fff;
  position: relative;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  overflow-y: hidden;
}
.hero a {
  font-size: calc(1.4rem + 0.2vw);
}
.hero .hero_fade img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}
.hero .hero_fade:after {
  content: "";
  display: block;
  width: 100vw;
  height: 30vh;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), #000);
  opacity: 0.5;
  position: absolute;
  top: 0;
}
.hero .bannerLogo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-shadow: 2px 8px 3px rgba(31, 34, 39, 0.2), 0px -5px 12px rgba(31, 34, 39, 0.3);
}
.hero .bannerLogo img {
  height: 140px;
  object-fit: contain;
  object-position: center;
  border-radius: 4px;
}
.hero .txt-content {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
}
.hero .txt-content h1 {
  letter-spacing: 1rem;
  line-height: 1.3;
  margin: 0;
}
@media (max-width: 992px) {
  .hero .txt-content h1 {
    letter-spacing: 0.5rem;
  }
  .hero .txt-content h1 small {
    line-height: 3rem;
  }
}
.hero .txt-content span {
  display: inline-block;
  height: fit-content;
  font-size: calc(1.1rem + 0.3vw);
  font-weight: 300;
  padding: 4px 16px;
  margin: 0;
  background: rgba(255, 255, 255, 0.1333333333);
  backdrop-filter: blur(5px);
}

section .scroll-down {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  z-index: 2;
  display: inline-block;
  transform: translateX(-50%);
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
  padding-top: 80px;
}
section .scroll-down:hover {
  opacity: 0.5;
}
section .scroll-down .arrow {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
section .scroll-down .arrow:nth-of-type(1) {
  animation-delay: 0s;
}
section .scroll-down .arrow:nth-of-type(2) {
  top: 16px;
  animation-delay: 0.15s;
}
section .scroll-down .arrow:nth-of-type(3) {
  top: 32px;
  animation-delay: 0.3s;
}

@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.masonry-store {
  column-width: 300px;
  column-gap: 10px;
}
.masonry-store a {
  display: inline-block;
  padding: 5px;
  border: 1px solid #aaa;
  margin-bottom: 5px;
}
.masonry-store a img {
  filter: brightness(0.8);
  transition: 0.4s;
}
.masonry-store a img:hover {
  filter: brightness(1);
}
@media (max-width: 576px) {
  .masonry-store {
    column-width: 150px;
  }
  .masonry-store a img {
    filter: brightness(1);
  }
}

.about p span {
  display: inline-block;
  font-weight: 400;
  color: white;
  background: rgba(216, 217, 218, 0.3);
  padding: 8px 12px;
}
.about img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
}
.about .dec_box {
  top: 0;
}
.about .dec_box.bottom {
  top: 100%;
  right: 0;
  transform: translate(50%, -20%);
  opacity: 0.2;
}
.about .slick_box {
  width: 100%;
  height: 100%;
}
.about .slick_box .slick-list, .about .slick_box .slick-track {
  height: 100%;
}
.about .slick_box .slick-prev {
  left: -8px;
}
.about .slick_box .slick-next {
  right: -8px;
}
.about .slick_box .slick-next:before, .about .slick_box .slick-prev:before {
  color: #D8D9DA;
}
.about .slick_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
}

.services {
  position: relative;
  z-index: 0;
}
.services .dec_box {
  right: 0;
  top: 0;
  opacity: 0.25;
  transform: translateX(50%);
}
.services img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.services h3 {
  color: white;
}
.services h4 {
  color: white;
}
.services .h-lg-100 {
  height: auto;
}
@media (min-width: 992px) {
  .services .h-lg-100 {
    height: 100%;
  }
}
.services .serviceItem:hover {
  position: relative;
  z-index: 2;
}
.services .serviceItem:hover .serviceCard {
  border: 2px solid white;
  transform: scale(1.1);
}
.services .serviceCard {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(216, 217, 218, 0.3);
  border-radius: 8px;
  transition: all 0.3s ease;
}
.services .serviceCard h5 {
  width: 105%;
  text-align: center;
  color: #1f2227;
  background: #D8D9DA;
  border-radius: 0 0 4px 4px;
  margin-top: 16px;
  padding: 12px 0px;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  box-shadow: rgba(0, 0, 0, 0.6) 0px -3px 8px;
}
.services .serviceCard .serviceCardImg {
  width: 100%;
  padding: 12px;
  position: relative;
  isolation: isolate;
}
.services .serviceCard .serviceCardImg img {
  width: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.6) 0px -3px 8px;
}

.product .productCard h4 {
  display: inline-block;
  padding: 4px 20px;
  position: relative;
}
.product .productCard h4::before {
  content: "";
  width: 100%;
  height: 40%;
  background: linear-gradient(90deg, #1f2227, #08090b, #1f2227);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.product .productCard .productImg {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.product .productCard .productImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.product .productCard .productImg .zoomIcon {
  color: white;
  font-size: 1.1rem;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  text-shadow: -1px 4px 0px rgba(230, 135, 128, 0.2);
}

#process p {
  letter-spacing: 0.4rem;
}
#process h5 {
  transform: scaleX(1);
  flex: 1;
}
@media (max-width: 992px) {
  #process h5 {
    letter-spacing: 0.1rem;
  }
}
#process h5 small {
  font-size: 16px;
  letter-spacing: 0.3rem;
  opacity: 0.7;
}
#process .item:not(:last-child) {
  margin-bottom: 0.5rem;
}
#process .item:not(:last-child) h5 {
  margin-bottom: 2rem;
}
#process .pay {
  background: #a1998c;
  padding: 2rem;
  padding-top: 0;
  margin-top: 3rem;
  border-radius: 5px;
}
#process .pay * {
  color: #fff;
}
#process .pay * {
  transform-origin: center;
}
#process .pay h5 {
  width: fit-content;
  white-space: nowrap;
}
@media (max-width: 992px) {
  #process .pay h5 {
    text-align: center;
    margin-top: 2rem;
  }
}
#process .pay .line {
  flex: 1;
}
@media (max-width: 992px) {
  #process .pay .line {
    display: none;
  }
}
#process .pay .dotted {
  position: relative;
}
#process .pay .dotted::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 50%;
  top: 0;
  right: 0;
  width: 100%;
  border-bottom: dotted 3px #fff;
  opacity: 0.5;
}
#process .pay p {
  padding-left: unset;
  border: solid 1px #fff;
  border-radius: 50%;
  padding: 1rem;
  width: 70%;
  min-width: 150px;
  margin-left: auto;
  margin-right: auto;
}
#process .pay h3 {
  padding-bottom: 1.5rem;
  padding-top: 1rem;
  padding-left: 3rem;
  padding-right: 2.5rem;
  color: #a1998c;
  background: #fff;
  width: fit-content;
  border-radius: 0 0 5px 5px;
}
#process .processCard {
  width: 100%;
  text-align: center;
  background: rgba(65, 71, 82, 0.8);
  padding: 50px 16px 16px;
  border-radius: 8px;
  position: relative;
  box-shadow: rgba(216, 217, 218, 0.5) 0px 0px 2px, rgba(216, 217, 218, 0.3) 0px -2px 8px;
  transition: all 0.3s ease-in;
}
#process .processCard ul.processCardTxt {
  list-style: none;
  list-style-position: inside;
  padding: 10px 30px;
  margin-top: 20px;
}
#process .processCard ul.processCardTxt li {
  color: white;
}
#process .processCard ul.processCardTxt li::marker {
  content: "▸ ";
}
#process .processCard .step {
  width: 140px;
  height: 140px;
  padding: 16px 20px;
  background: white;
  border-radius: 8px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  clip-path: polygon(0% 0%, 0% 100%, 85% 0%);
  position: absolute;
  top: 0;
  left: 0;
}
#process .processCard .step h3 {
  all: unset;
  color: #919191;
  font-size: 3rem;
  font-weight: 600;
  margin-top: -20px;
}
#process .processCard .step p {
  margin: 0;
}
#process .processCard .iconBg {
  background: white;
  padding: 16px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(31, 34, 39, 0.7) 1px 1px 1px, rgba(31, 34, 39, 0.5) 0px 1px 2px;
  transition: all 0.3s ease-in;
}
#process .processCard .iconBg i {
  color: #1f2227;
  font-size: calc(2.3rem + 0.3vw);
}
#process .processCard:hover {
  background: white;
  border: 2px solid #1f2227;
}
#process .processCard:hover h3, #process .processCard:hover p {
  color: #1f2227;
}
#process .processCard:hover li {
  color: #1f2227 !important;
}
#process .processCard:hover .iconBg {
  background: #D8D9DA;
  transform: scale(1.2);
}
#process .processCard:hover .iconBg i {
  color: white;
}
#process .processNote {
  font-size: 20px;
  font-weight: 600;
  color: #D8D9DA;
  text-align: center;
}

.portfolio {
  position: relative;
  z-index: 0;
}
.portfolio::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/) no-repeat center/cover;
  mix-blend-mode: multiply;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.portfolio * {
  transform-origin: left;
}
.portfolio .awards {
  margin-top: 2rem;
}
.portfolio .awards li {
  margin-bottom: 1rem;
  opacity: 0.8;
  font-size: 14px;
}
.portfolio .awards a {
  padding: 0 !important;
}
.portfolio .awards_logo img {
  height: 100px;
  object-fit: contain;
  width: fit-content;
}
.portfolio h5 {
  color: white;
  line-height: 2rem;
}
.portfolio img {
  width: 100%;
  width: 100%;
  object-fit: cover;
}
.portfolio .row a {
  padding: 0.5rem;
  display: block;
}
.portfolio .slick-slider {
  padding: 0px 20px;
}
.portfolio .slick-slider a {
  padding: 0;
  width: 100%;
  transform: scaleX(1);
}
.portfolio .slick-slider img {
  width: 100%;
  height: 40vh;
}
.portfolio .slick-slider .slick-arrow {
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 100%;
  transition: 0.5s;
}
.portfolio .slick-slider .slick-arrow::before {
  color: rgba(255, 255, 255, 0.7);
  opacity: 0.8;
  font-size: 1.5rem;
}
.portfolio .slick-slider .slick-disabled {
  opacity: 0;
}
.portfolio .slick-slider .slick-dots {
  bottom: 0px;
  transform: translateY(100%);
}
.portfolio #nanogallery-list {
  text-align: center;
}
.portfolio #nanogallery-list h4 {
  display: inline-block;
  color: white;
  padding: 8px 20px;
  margin-bottom: 30px;
  position: relative;
  isolation: isolate;
  filter: drop-shadow(-1px 4px 0px rgba(230, 135, 128, 0.2));
}
.portfolio #nanogallery-list h4::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #e68780;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.portfolio #nanogallery-list h4::after {
  content: "";
  width: 30px;
  height: 30px;
  clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
  background: #e68780;
  border-radius: 4px;
  position: absolute;
  bottom: -70%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.contact {
  background: white;
}
.contact * {
  transform: scaleX(1);
  letter-spacing: 0.2rem;
}
.contact .container > .row {
  border-bottom: solid 1px rgb(99, 99, 99);
}
.contact h2 {
  color: #1f2227;
}
.contact img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  border-radius: 4px;
}
.contact address {
  text-align: center;
}
.contact address ul {
  display: inline-block;
}
.contact address ul li a {
  color: #919191;
  transition: 0.4s;
}
.contact address ul li a:hover {
  color: rgba(216, 217, 218, 0.7);
}
.contact address ul li a i {
  display: flex;
  justify-content: start;
  align-items: center;
}
.contact .sns {
  padding-left: 20px;
}
.contact .sns a {
  width: 60px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d6d6d6;
  color: #d6d6d6;
  text-decoration: none;
  font-size: 20px;
  transition: 0.5s;
}
.contact .sns a:hover {
  border: 1px solid #fff;
  color: #fff;
}
@media (max-width: 992px) {
  .contact .sns {
    padding-left: 0;
    padding-top: 1rem;
  }
}
.contact .map {
  display: inline-flex;
  filter: contrast(0.8);
  transition: 0.5s;
}
.contact .map:hover {
  filter: contrast(1);
}

#contact a {
  text-decoration: none;
}

.contactBtn {
  width: 100%;
  padding: 30px 0px;
  border-radius: 8px;
  background: #84c9da;
  color: white;
}
.contactBtn i {
  font-size: 80px;
}
.contactBtn p {
  font-size: 1rem;
}
.contactBtn span {
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
}

footer {
  margin-bottom: 0px;
}
footer * {
  transform: scaleX(1);
  letter-spacing: 0.15rem;
  color: rgba(145, 145, 145, 0.8);
}
footer .designlink {
  cursor: pointer;
  color: #7c8696;
}
footer .designlink:hover {
  color: white;
}

.callBtn {
  padding: 8px 16px;
  border-radius: 10px;
  border: none;
  background: #e68780;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-self: center;
  box-shadow: -1px 4px 0px rgba(230, 135, 128, 0.2);
}
.callBtn i {
  font-size: 1.3rem;
}
.callBtn:hover {
  color: #e68780;
  background: #1f2227;
}/*# sourceMappingURL=all.css.map */