@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Great+Vibes");
body {
  font-family: "Poppins", Arial, sans-serif;
  background: #fff;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
  color: #666666;
}

body.offcanvas {
  overflow-x: hidden;
}

body.offcanvas #wainiidev-aside {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  width: 320px;
  background: #fff;
  z-index: 999;
  position: fixed;
}

body.offcanvas #wainiidev-main,
body.offcanvas .wainiidev-nav-toggle {
  top: 0;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
}

body.fullscreen-layout {
  overflow: hidden;
  box-sizing: border-box;
  height: 100vh;
}
body.fullscreen-layout #wainiidev-main {
  width: 100%;
  float: none;
}

a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #1eafed;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #1eafed;
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
  font-weight: normal;
  font-family: "Lora", Arial, serif;
}

#wainiidev-page {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#wainiidev-aside {
  /* padding-top: 5em; */
  padding-bottom: 40px;
  padding-left: 2em;
  padding-right: 2em;
  width: 25%;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow-y: hidden;
  z-index: 1001;
  background: #fff;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-right: 1px solid #e6e6e6;
}

@media (min-width: 992px) {
  #wainiidev-aside {
    width: 20%;
    min-width: 200px;
  }
}
@media (max-width: 991.98px) {
  #wainiidev-aside {
    width: 320px;
    -moz-transform: translateX(-320px);
    -webkit-transform: translateX(-320px);
    -ms-transform: translateX(-320px);
    -o-transform: translateX(-320px);
    transform: translateX(-320px);
    padding-top: 2em;
    background: rgba(0, 0, 0, 0.04);
  }
}
#wainiidev-aside #wainiidev-logo {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #ddd;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 20px;
}

/* #wainiidev-aside #wainiidev-logo > a {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0 auto;
  font-size: 30px;
  font-family: "Abril Fatface", cursive;
  letter-spacing: 4px;
  color: #1eafed;
  text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 15px #ffffff, 0 0 20px #DD58D6, 0 0 30px #DD58D6, 0 0 40px #DD58D6, 0 0 55px #DD58D6, 0 0 75px #DD58D6;
} */
.animationOne {
  animation: animationOne 0.2s 3ms 1;
}

@keyframes animationOne {
  from {
    margin-left: 80px;
    opacity: 0;
    filter: blur(5px);
  }
  to {
    margin-left: 0;
    opacity: 1;
    filter: blur(0);
  }
}
.animationTwo {
  animation: animationTwo 1s 5ms 1;
  opacity: 0;
  display: none;
}

@keyframes animationTwo {
  from {
    margin-left: 0;
    opacity: 1;
    filter: blur(0);
  }
  to {
    margin-left: 80px;
    opacity: 0;
    filter: blur(5px);
  }
}
@media (max-width: 1199.98px) {
  #wainiidev-aside #wainiidev-logo {
    font-size: 62px;
  }
}
@media (max-width: 991.98px) {
  #wainiidev-aside #wainiidev-logo {
    margin-bottom: 20px;
  }
}
#wainiidev-aside #wainiidev-main-menu ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

#wainiidev-aside #wainiidev-main-menu ul li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
  font-weight: 500;
}

#wainiidev-aside #wainiidev-main-menu ul li a {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  position: relative;
  padding: 10px 0;
  font-family: "Poppins", Arial, sans-serif;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#wainiidev-aside #wainiidev-main-menu ul li a:after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 7px;
  left: 0;
  right: 0;
  background-color: #1eafed;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#wainiidev-aside #wainiidev-main-menu ul li a:hover {
  text-decoration: none;
  color: black;
}

#wainiidev-aside #wainiidev-main-menu ul li a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

#wainiidev-aside #wainiidev-main-menu ul li.active {
  font-weight: bold;
  color: #1eafed;
  padding: 5px;
  border-radius: 16% 42%/35% 15%;
  border: 1px solid #DD58D6;
  display: inline-block;
  text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 15px #ffffff, 0 0 20px #1eafed, 0 0 30px #1eafed, 0 0 40px #1eafed, 0 0 55px #1eafed, 0 0 75px #1eafed;
}

#wainiidev-aside #wainiidev-main-menu ul li.active a {
  color: #1eafed;
}

#wainiidev-aside #wainiidev-main-menu ul li.active a:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

#wainiidev-aside .wainiidev-footer {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  padding: 0 20px;
  font-size: 17px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}

#wainiidev-aside .wainiidev-footer h3 {
  font-size: 18px;
  font-weight: 600;
}

#wainiidev-aside .wainiidev-footer a {
  color: #000000;
}

#wainiidev-aside .wainiidev-footer .pfooter {
  font-size: 14px;
}

#wainiidev-aside .wainiidev-footer .wainiidev-subscribe-form {
  width: 100%;
}

#wainiidev-aside .wainiidev-footer .wainiidev-subscribe-form .form-group {
  position: relative;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

#wainiidev-aside .wainiidev-footer .wainiidev-subscribe-form .form-group input {
  padding-right: 40px;
  background: #fff !important;
  border: 1px solid #7cd1f5 !important;
  color: rgba(0, 0, 0, 0.4) !important;
  font-size: 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

#wainiidev-aside .wainiidev-footer .wainiidev-subscribe-form .form-group input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.4) !important;
}

#wainiidev-aside .wainiidev-footer .wainiidev-subscribe-form .form-group input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.4) !important;
}

#wainiidev-aside .wainiidev-footer .wainiidev-subscribe-form .form-group input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.4) !important;
}

#wainiidev-aside .wainiidev-footer .wainiidev-subscribe-form .form-group input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.4) !important;
}

#wainiidev-aside .wainiidev-footer .wainiidev-subscribe-form .form-group .form-control {
  bordeR: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 400;
}

#wainiidev-aside .wainiidev-footer .wainiidev-subscribe-form .icon {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.5);
}

#wainiidev-main {
  width: 100%;
  float: right;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 992px) {
  #wainiidev-main {
    width: 80%;
  }
}
.wainiidev-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}

.wainiidev-nav-toggle.active i::before,
.wainiidev-nav-toggle.active i::after {
  background: #000000;
}

.wainiidev-nav-toggle:hover,
.wainiidev-nav-toggle:focus,
.wainiidev-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

.wainiidev-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 2px;
  color: #000000;
  font: bold 14px/0.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #000000;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.wainiidev-nav-toggle i::before,
.wainiidev-nav-toggle i::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #000000;
  position: absolute;
  left: 0;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.wainiidev-nav-toggle i::before {
  top: -7px;
}

.wainiidev-nav-toggle i::after {
  bottom: -7px;
}

.wainiidev-nav-toggle:hover i::before {
  top: -10px;
}

.wainiidev-nav-toggle:hover i::after {
  bottom: -10px;
}

.wainiidev-nav-toggle.active i {
  background: transparent;
}

.wainiidev-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.wainiidev-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.wainiidev-nav-toggle {
  position: fixed;
  left: -12px;
  top: 0px;
  z-index: 999999999;
  cursor: pointer;
  opacity: 1;
  visibility: hidden;
  padding: 20px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width: 991.98px) {
  .wainiidev-nav-toggle {
    opacity: 1;
    visibility: visible;
  }
}
.ftco-about .img {
  width: 100%;
  display: block;
}

.ftco-about .text h2 {
  font-size: 50px;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #000000;
}

.ftco-about .text h2 span {
  font-weight: 900;
  color: #1eafed;
}

.blog-entry {
  width: 100%;
  margin-bottom: 3em;
  box-shadow: 0 0 10px #ddd;
  padding: 15px;
  border-radius: 15px;
  transition: all 0.3;
}

.blog-entry::before,
.blog-entry::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  transition: all 0.2s linear;
  background: #DD58D6;
  transition-delay: 0.2s;
}

.blog-entry::before {
  right: 0;
  top: 0;
}

.blog-entry::after {
  left: 0;
  bottom: 0;
}

.blog-entry .border-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-entry .border-card::before,
.blog-entry .border-card::after {
  content: "";
  width: 1px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #DD58D6;
  transition-delay: 0s;
}

.blog-entry .border-card::before {
  left: 0;
  top: 0;
}

.blog-entry .border-card::after {
  right: 0;
  bottom: 0;
}

/* .blog-entry:hover {
  box-shadow: 5px 5px 16px -6px rgba(221, 88, 214, 0.74);
  -webkit-box-shadow: 5px 5px 16px -6px rgba(221, 88, 214, 0.74);
  -moz-box-shadow: 5px 5px 16px -6px rgba(221, 88, 214, 0.74);
  border-radius: 0;
} */
.blog-entry:hover::before,
.blog-entry:hover::after {
  width: 100%;
}

.blog-entry:hover .border-card::before,
.blog-entry:hover .border-card::after {
  height: 100%;
}

.blog-entry:hover::before,
.blog-entry:hover::after {
  transition-delay: 0s;
}

.blog-entry:hover .border-card::before,
.blog-entry:hover .border-card::after {
  transition-delay: 0.2s;
}

.blog-entry .img {
  display: block;
  height: 150px;
  width: 150px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 767.98px) {
  .blog-entry .img {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.blog-entry .text {
  position: relative;
  z-index: 0;
  width: 100%;
  width: calc(100% - 150px);
}

@media (max-width: 767.98px) {
  .blog-entry .text {
    width: 100%;
    text-align: center;
  }
}
.blog-entry .text h3 {
  font-weight: 400;
  font-size: 30px;
}

.blog-entry .text h3 a {
  color: #000000;
}

.blog-entry .text .meta-wrap {
  width: 100%;
  display: block;
}

.blog-entry .text .meta-wrap .meta span {
  font-size: 14px;
  margin: 0 10px 0 0;
  color: #bfbfbf;
}

.blog-entry .text .meta-wrap .meta span a {
  color: #000000;
}

.blog-entry .text .meta-wrap .meta span a span {
  color: #000000;
  text-decoration: underline;
}

.blog-entry-2 {
  margin-bottom: 6em;
}

.blog-entry-2 .img {
  display: block;
  height: 400px;
}

.blog-entry-2 .img.img-2 {
  height: 300px;
}

.blog-entry-2 .text {
  position: relative;
  z-index: 0;
}

.blog-entry-2 .text h3 {
  font-weight: normal;
  font-size: 32px;
}

.blog-entry-2 .text h3 a {
  color: #000000;
}

.blog-entry-2 .text .meta-wrap {
  width: 100%;
  display: block;
}

.blog-entry-2 .text .meta-wrap .half {
  width: 50%;
}

.blog-entry-2 .text .meta-wrap .meta span {
  margin: 0 5px;
  color: #b3b3b3;
}

.blog-entry-2 .text .meta-wrap .meta span i {
  margin-right: 10px;
}

.blog-entry-2 .author .img {
  width: 80px;
  height: 80px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.blog-entry-2 .author .info {
  width: calc(100% - 80px);
}

.blog-entry-2 .author .info h3 {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 400;
}

.blog-entry-2 .author .info h3 a {
  font-weight: 600;
  color: #000000;
  text-decoration: underline;
}

.blog-entry-2 .author .info h3 span {
  color: #000000;
}

.blog-entry-2 .author span {
  font-size: 18px;
  color: #b3b3b3;
}

.blog-entry-2 .text-2 h3 {
  font-size: 24px;
  font-weight: 600;
}

.blog-entry-2 .author .img {
  width: 60px;
  height: 60px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.blog-entry-2 .author .info {
  width: calc(100% - 60px);
}

.blog-entry-2 .author .info h3 {
  font-size: 18px;
}

.blog-entry-2 .author span {
  font-size: 16px;
}

.ftco-animate {
  opacity: 0;
  visibility: hidden;
}

.about-author img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.about-author .desc h3 {
  font-size: 20px;
}

.ftco-section {
  padding: 5em 0;
  position: relative;
}

@media (max-width: 991.98px) {
  .ftco-section {
    padding: 3em 0;
  }
}
.ftco-no-pt {
  padding-top: 0;
}

.ftco-no-pb {
  padding-bottom: 0;
}

#map {
  width: 100%;
}

@media (max-width: 991.98px) {
  #map {
    height: 300px;
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(30, 175, 237, 0.4);
    -webkit-box-shadow: 0 0 0 0 rgba(30, 175, 237, 0.4);
    box-shadow: 0 0 0 0 rgba(30, 175, 237, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 30px rgba(30, 175, 237, 0);
    -webkit-box-shadow: 0 0 0 30px rgba(30, 175, 237, 0);
    box-shadow: 0 0 0 30px rgba(30, 175, 237, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(30, 175, 237, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(30, 175, 237, 0);
    box-shadow: 0 0 0 0 rgba(30, 175, 237, 0);
  }
}
.img,
.blog-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bg-light {
  background: #f8f9fa !important;
}

.image-popup {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.block-27 ul {
  padding: 0;
  margin: 0;
}

.block-27 ul li {
  display: inline-block;
  margin-bottom: 4px;
  font-weight: 400;
}

.block-27 ul li a,
.block-27 ul li span {
  border: 1px solid #1eafed;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}

.block-27 ul li.active a,
.block-27 ul li.active span {
  background: #1eafed;
  color: #fff;
  border: 1px solid transparent;
}

.contact-section .contact-info p a {
  color: #1a1a1a;
}

.contact-section .info {
  width: 100%;
}

.contact-section .info p {
  word-wrap: break-word;
}

.contact-section .contact-form {
  width: 100%;
}

.block-9 .form-control {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 15px;
}

.block-21 .blog-img {
  display: block;
  height: 80px;
  width: 80px;
}

.block-21 .text {
  width: calc(100% - 100px);
}

.block-21 .text .heading {
  font-size: 16px;
}

.block-21 .text .heading a {
  color: #000000;
}

.block-21 .text .heading a:hover,
.block-21 .text .heading a:active,
.block-21 .text .heading a:focus {
  color: #1eafed;
}

.block-21 .text .meta > div {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
}

.block-21 .text .meta > div a {
  color: gray;
}

.tagcloud {
  padding: 0;
}

.tagcloud a {
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 7px;
  margin-right: 4px;
  border-radius: 4px;
  color: #000000;
  border: 1px solid #ccc;
  font-size: 11px;
}

.tagcloud a.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.tagcloud a:hover {
  border: 1px solid #000;
}

.comment-form-wrap {
  clear: both;
}

.comment-list {
  padding: 0;
  margin: 0;
}

.comment-list .children {
  padding: 50px 0 0 40px;
  margin: 0;
  float: left;
  width: 100%;
}

.comment-list li {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
  clear: both;
  list-style: none;
}

.comment-list li .vcard {
  width: 80px;
  float: left;
}

.comment-list li .vcard img {
  width: 50px;
  border-radius: 50%;
}

.comment-list li .comment-body {
  float: right;
  width: calc(100% - 80px);
}

.comment-list li .comment-body h3 {
  font-size: 20px;
}

.comment-list li .comment-body .meta {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #ccc;
}

.comment-list li .comment-body .reply {
  padding: 5px 10px;
  background: #e6e6e6;
  color: #000000;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.1em;
  font-weight: 400;
  border-radius: 4px;
}

.comment-list li .comment-body .reply:hover {
  color: #fff;
  background: black;
}

.search-form {
  background: #fafafa;
  padding: 10px;
}

.search-form .form-group {
  position: relative;
  margin-bottom: 0;
}

.search-form .form-group input {
  font-size: 14px;
  flex: 1;
  padding: 12px 14px;
  font-size: 12px;
  border: 1px solid #e6e9ef;
  border-radius: 8px;
  outline: none;
  padding-right: 50px;
}

.search-form .form-group input:focus {
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.08);
  border-color: #2563eb;
}

.search-form .form-group input::placeholder {
  font-size: 12px;
  padding-right: 50px;
}

.search-form .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
  cursor: pointer;
  color: #2563eb;
}

.hint-list {
  margin-top: 10px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.hint {
  background: #f1f5f9;
  color: #6b7280;
  padding: 8px 10px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 13px;
  transition: background 0.15s, transform 0.05s;
  border: none;
  text-align: left;
  font-size: 12px;
  white-space: nowrap;
  /* Không cho xuống dòng */
  overflow: hidden;
  /* Ẩn phần vượt quá khung */
  text-overflow: ellipsis;
}

.hint:hover {
  background: #e2e8f0;
  transform: translateY(-2px);
}

.placeholder-caret {
  display: inline-block;
  width: 10px;
  height: 1.1em;
  vertical-align: middle;
  margin-left: 3px;
  background: var(--muted);
  opacity: 0.9;
  animation: blink 1s steps(1, end) infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}
@media (max-width: 480px) {
  .card {
    padding: 16px;
  }
}
.subs-wrap {
  display: block;
  width: 100%;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  z-index: 0;
}

@media (max-width: 767.98px) {
  .subs-wrap {
    padding: 20px !important;
  }
}
.subs-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  background: #000000;
  z-index: -1;
}

.subs-wrap h3 {
  color: #fff;
}

.subscribe-form .form-group {
  position: relative;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.subscribe-form .form-group input {
  background: transparent !important;
  border: 1px solid transparent;
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.subscribe-form .form-group input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.7) !important;
}

.subscribe-form .form-group input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.7) !important;
}

.subscribe-form .form-group input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.7) !important;
}

.subscribe-form .form-group input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.7) !important;
}

.subscribe-form .form-group .form-control {
  bordeR: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 500;
}

.subscribe-form .form-group .submit {
  color: #000000 !important;
  display: block;
  width: 100%;
  height: 52px;
  font-size: 16px;
  background: #fff !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.subscribe-form .form-group .submit:hover {
  cursor: pointer;
}

.subscribe-form .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.8);
}

.sidebar-box {
  margin-bottom: 40px;
  padding: 0 25px;
  font-size: 15px;
  width: 100%;
}

.sidebar-box h3.sidebar-heading {
  font-size: 20px;
  font-weight: normal;
  font-style: italic;
  margin-bottom: 30px;
}

.sidebar-box h4.sidebar-heading {
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
  margin-bottom: 30px;
  color: #fff;
}

@media (max-width: 767.98px) {
  .sidebar-box {
    padding: 0;
  }
}
.categories {
  padding: 0;
}

.categories li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dee2e6;
  list-style: none;
}

.categories li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.categories li a {
  display: block;
  color: #000000;
}

.categories li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc;
}

.categories li.active a {
  color: #000000;
  font-style: italic;
}

#ftco-loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
  -o-transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
  transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
  z-index: 1000;
}

#ftco-loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#ftco-loader.show {
  -webkit-transition: opacity 0.4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity 0.4s ease-out, visibility 0s linear 0s;
  transition: opacity 0.4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

#ftco-loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#ftco-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}
#wainiidev-main .detail-post {
  font-family: "Lora", Arial, serif !important;
}
#wainiidev-main .detail-post__content {
  font-family: "Times New Roman", Times, serif;
  margin-bottom: 30px;
}
#wainiidev-main .detail-post .breadcrumb {
  display: flex;
  align-items: center;
}
#wainiidev-main .main-post .logo-mobile {
  font-size: 45px;
  font-weight: bold;
  display: none;
}
#wainiidev-main .main-post .logo-mobile a {
  display: inline-block;
  text-align: left;
  color: #000000;
  overflow: hidden;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 576px) {
  #wainiidev-main .main-post .logo-mobile {
    display: flex;
    justify-content: center;
  }
}
#wainiidev-main h1.title-main {
  text-align: center;
  margin-bottom: 50px;
  display: block;
  color: #DD58D6;
  text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 15px #ffffff, 0 0 20px #DD58D6, 0 0 30px #DD58D6, 0 0 40px #DD58D6, 0 0 55px #DD58D6, 0 0 75px #DD58D6;
}
#wainiidev-main h1.title-main span {
  display: inline-block;
}
#wainiidev-main h1.title-main img {
  width: 60px;
  margin-right: 20px;
}
@media (max-width: 576px) {
  #wainiidev-main h1.title-main {
    display: none;
  }
}
#wainiidev-main .page_404 {
  padding: 40px 0;
  background: #fff;
  font-family: "Arvo", serif;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#wainiidev-main .page_404 img {
  width: 100%;
}
#wainiidev-main .page_404 .four_zero_four_bg {
  background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);
  height: 400px;
  background-position: center;
}
#wainiidev-main .page_404 .four_zero_four_bg h1 {
  font-size: 80px;
}
#wainiidev-main .page_404 .four_zero_four_bg h3 {
  font-size: 80px;
}
#wainiidev-main .page_404 .link_404 {
  color: #fff !important;
  padding: 10px 20px;
  background: #39ac31;
  margin: 20px 0;
  display: inline-block;
}
#wainiidev-main .page_404 .contant_box_404 {
  margin-top: -50px;
}
#wainiidev-main .statistical ul {
  margin-left: 10px;
  padding: 0;
}
#wainiidev-main .statistical ul li {
  display: flex;
  justify-content: space-between;
}
#wainiidev-main .contact-info .into p {
  word-wrap: break-word;
}
#wainiidev-main .d-none {
  display: none !important;
}
#wainiidev-main .sidebar {
  padding-right: 30px;
}
@media (max-width: 576px) {
  #wainiidev-main .sidebar {
    padding-right: 15px;
  }
}
#wainiidev-main h3.sidebar-heading {
  color: #DD58D6;
  text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 15px #ffffff, 0 0 20px #DD58D6, 0 0 30px #DD58D6, 0 0 40px #DD58D6, 0 0 55px #DD58D6, 0 0 75px #DD58D6;
}
#wainiidev-main .no-result {
  padding: 20px;
}
#wainiidev-main .pagination-detail {
  margin-left: 20px;
  display: flex;
  margin-top: 5px;
}
#wainiidev-main .pagination-detail strong {
  margin: 0 5px;
}
.components.demo {
  pointer-events: none;
  visibility: visible;
}
.components.demo.ftco-animate, .components.demo .ftco-animate {
  display: block !important;
}
.components .cv {
  margin-top: 20px;
}
.components .cv a {
  padding: 8px 15px;
  border-radius: 10px;
  background-color: transparent;
  border: 2px solid #1eafed;
  color: #1eafed;
  font-size: 12px;
  box-shadow: 0 0 5px #1eafed;
  margin-right: 15px;
  transition: 0.3s;
}
.components .cv a:hover {
  font-weight: bold;
  box-shadow: 0 0 15px #1eafed;
}

.home-component {
  margin-bottom: 45px;
}

.featured-article {
  background-color: #e1d5d5;
  border-radius: 10px;
}
.featured-article__image {
  max-height: 300px;
}
.featured-article__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-article__content {
  color: #000;
  padding: 20px 15px;
}
.featured-article__content h4 {
  font-weight: bold;
}
.featured-article__date {
  margin-bottom: 15px;
}

.topic__item {
  display: flex !important;
  align-items: center;
  width: 200px;
  padding: 15px 20px;
  border-radius: 15px;
  background-color: #f7efef;
  border: 2px solid #111;
  margin-right: 20px;
}
.topic__item:hover {
  cursor: pointer;
  border-color: #1eafed;
}
.topic__item:hover img {
  transform: scale(1.2);
}
.topic__item:hover span {
  color: #1eafed;
}
.topic__item img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  transition: transform 0.5s;
}
.topic__item span {
  margin-left: 10px;
  font-size: 12px;
  font-weight: 600;
}
.topic .slick-arrow {
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  border-radius: 5px;
  background-color: #cccccc;
}
.topic .slick-arrow.slick-disabled {
  cursor: not-allowed;
}
.topic .slick-arrow::before {
  color: #fff;
}
.topic .slick-arrow:hover {
  background-color: #333333;
}
.topic .slick-prev {
  left: -15px;
}
.topic .slick-next {
  right: -15px;
}

.preview-love-page {
  height: 100vh;
  position: relative;
  display: none;
  font-family: "Playfair Display", serif;
}
.preview-love-page #toggle-music {
  position: fixed;
  top: 16px;
  right: 16px;
  background: none;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  padding: 6px;
  transition: transform 0.2s ease;
  z-index: 999999;
}
.preview-love-page #toggle-music.playing svg {
  animation: spin 3s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.preview-container img {
  max-width: 150px;
  margin: 10px;
  border: 1px solid #ccc;
}

.project-love-form,
.qr-love-form,
.firework-love-form {
  width: 75%;
  margin: 0 auto;
  margin-top: 30px;
  font-family: "Playfair Display", serif;
}
.project-love-form h1,
.qr-love-form h1,
.firework-love-form h1 {
  margin-top: 30px;
}
@media (max-width: 576px) {
  .project-love-form h1,
  .qr-love-form h1,
  .firework-love-form h1 {
    font-size: 2rem;
  }
}
.project-love-form .custom-file-label,
.qr-love-form .custom-file-label,
.firework-love-form .custom-file-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.project-love-form .intro-text,
.qr-love-form .intro-text,
.firework-love-form .intro-text {
  background: linear-gradient(135deg, #ffe6e6, #fff);
  border-radius: 12px;
  padding: 24px 16px;
  box-shadow: 0 2px 10px rgba(255, 192, 203, 0.3);
}
.project-love-form .intro-text .text-love,
.qr-love-form .intro-text .text-love,
.firework-love-form .intro-text .text-love {
  color: #e91e63;
}
.project-love-form .intro-text p,
.qr-love-form .intro-text p,
.firework-love-form .intro-text p {
  font-style: italic;
}
.project-love-form .note,
.qr-love-form .note,
.firework-love-form .note {
  font-size: 13px;
  color: red;
}
.project-love-form .input-group .btn-danger,
.qr-love-form .input-group .btn-danger,
.firework-love-form .input-group .btn-danger {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.project-love-form .btn-white,
.qr-love-form .btn-white,
.firework-love-form .btn-white {
  color: red;
}
.project-love-form .input-group.default button,
.project-love-form .form-group.default button,
.qr-love-form .input-group.default button,
.qr-love-form .form-group.default button,
.firework-love-form .input-group.default button,
.firework-love-form .form-group.default button {
  display: none;
}
.project-love-form .copy-btn,
.qr-love-form .copy-btn,
.firework-love-form .copy-btn {
  margin-top: 10px;
}
.project-love-form .preview-card,
.qr-love-form .preview-card,
.firework-love-form .preview-card {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 8px;
  background-color: #ffffff;
  transition: transform 0.2s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.project-love-form .preview-card:hover,
.qr-love-form .preview-card:hover,
.firework-love-form .preview-card:hover {
  transform: scale(1.03);
}
.project-love-form .preview-card img,
.qr-love-form .preview-card img,
.firework-love-form .preview-card img {
  border-radius: 4px;
  max-height: 160px;
  object-fit: cover;
  width: 100%;
}
.project-love-form .preview-card small,
.qr-love-form .preview-card small,
.firework-love-form .preview-card small {
  display: block;
  text-align: center;
  margin-top: 5px;
  color: #555;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.project-love-form .custom-select-wrapper-fa,
.qr-love-form .custom-select-wrapper-fa,
.firework-love-form .custom-select-wrapper-fa {
  position: relative;
}
.project-love-form .custom-select-wrapper-fa::after,
.qr-love-form .custom-select-wrapper-fa::after,
.firework-love-form .custom-select-wrapper-fa::after {
  content: "\f0dc";
  /* fa-sort */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #666;
}
.project-love-form .custom-select-wrapper-fa select,
.qr-love-form .custom-select-wrapper-fa select,
.firework-love-form .custom-select-wrapper-fa select {
  appearance: none;
  padding-right: 2rem;
}
.project-love-form .iframe-preview,
.qr-love-form .iframe-preview,
.firework-love-form .iframe-preview {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* Tỉ lệ 16:9 */
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  overflow: hidden;
}
.project-love-form .iframe-preview iframe,
.qr-love-form .iframe-preview iframe,
.firework-love-form .iframe-preview iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: none;
  /* Mặc định ẩn iframe */
}
.project-love-form .iframe-preview .thumbnail,
.qr-love-form .iframe-preview .thumbnail,
.firework-love-form .iframe-preview .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #6c757d;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-radius: 8px;
}
@media (max-width: 576px) {
  .project-love-form,
  .qr-love-form,
  .firework-love-form {
    width: 100%;
    padding: 0 15px;
  }
}

.iframe-preview {
  width: 100%;
  height: 500px;
  margin: 0 auto;
  position: relative;
}
.iframe-preview .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  font-size: 30px;
  text-align: center;
}
@media (max-width: 576px) {
  .iframe-preview .thumbnail {
    font-size: 18px;
  }
}
.iframe-preview.loaded .thumbnail {
  display: none;
}

.envelope {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(135deg, #ffe6e6, #fff);
  box-shadow: 0 2px 10px rgba(255, 192, 203, 0.3);
  font-family: "Playfair Display", serif;
}
.envelope .envelope-container {
  position: relative;
}
.envelope .valentines {
  position: relative;
  top: 50px;
  cursor: pointer;
  animation: up 3s linear infinite;
}
@keyframes up {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
}
.envelope .content {
  position: relative;
  width: 300px;
  height: 200px;
  background-color: #f08080;
}
.envelope .content:before {
  background-color: #f08080;
  content: "";
  position: absolute;
  width: 212px;
  height: 212px;
  transform: rotate(45deg);
  top: -105px;
  left: 44px;
  border-radius: 30px 0 0 0;
}
.envelope .card {
  position: absolute;
  background-color: #eae2b7;
  width: 270px;
  height: 170px;
  top: 5px;
  left: 15px;
  box-shadow: -5px -5px 100px rgba(0, 0, 0, 0.4);
}
.envelope .card:before {
  content: "";
  position: absolute;
  border: 2px solid #212222;
  border-style: dotted;
  width: 240px;
  heighT: 140px;
  left: 12px;
  top: 12px;
}
.envelope .text {
  position: absolute;
  font-size: 24px;
  text-align: center;
  line-height: 25px;
  top: 20px;
  left: 50%;
  width: 80%;
  color: #003049;
  transform: translateX(-50%);
  line-height: 1.25;
}
.envelope .heart {
  background-color: #FF3F33;
  display: inline-block;
  height: 30px;
  margin: 0 10px;
  position: relative;
  top: 110px;
  left: 105px;
  transform: rotate(-45deg);
  width: 30px;
  box-shadow: #FF3F33 0px 0px 69.9636px 0px;
  animation: heartScale 1s ease-out infinite;
}
@keyframes heartScale {
  0% {
    transform: rotate(-45deg) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: rotate(-45deg) scale(1.1);
    opacity: 1;
  }
}
.envelope .heart:before,
.envelope .heart:after {
  content: "";
  background-color: #FF3F33;
  border-radius: 50%;
  height: 30px;
  position: absolute;
  width: 30px;
  box-shadow: #FF3F33 0px 0px 69.9636px 0px;
}
.envelope .heart:before {
  top: -15px;
  left: 0;
}
.envelope .heart:after {
  left: 15px;
  top: 0;
}
.envelope .hearts {
  position: absolute;
}
.envelope .one,
.envelope .two,
.envelope .three,
.envelope .four,
.envelope .five {
  background-color: red;
  display: inline-block;
  height: 10px;
  margin: 0 10px;
  position: relative;
  transform: rotate(-45deg);
  width: 10px;
  top: 50px;
}
.envelope .one:before,
.envelope .one:after,
.envelope .two:before,
.envelope .two:after,
.envelope .three:before,
.envelope .three:after,
.envelope .four:before,
.envelope .four:after,
.envelope .five:before,
.envelope .five:after {
  content: "";
  background-color: red;
  border-radius: 50%;
  height: 10px;
  position: absolute;
  width: 10px;
}
.envelope .one:before,
.envelope .two:before,
.envelope .three:before,
.envelope .four:before,
.envelope .five:before {
  top: -5px;
  left: 0;
}
.envelope .one:after,
.envelope .two:after,
.envelope .three:after,
.envelope .four:after,
.envelope .five:after {
  left: 5px;
  top: 0;
}
.envelope .one {
  left: 10px;
  animation: heart 1s ease-out infinite;
}
.envelope .two {
  left: 30px;
  animation: heart 2s ease-out infinite;
}
.envelope .three {
  left: 50px;
  animation: heart 1.5s ease-out infinite;
}
.envelope .four {
  left: 70px;
  animation: heart 2.3s ease-out infinite;
}
.envelope .five {
  left: 90px;
  animation: heart 1.7s ease-out infinite;
}
@keyframes heart {
  0% {
    transform: translateY(0) rotate(-45deg) scale(0.3);
    opacity: 1;
  }
  100% {
    transform: translateY(-150px) rotate(-45deg) scale(1.3);
    opacity: 0.5;
  }
}
.envelope .front {
  position: absolute;
  border-right: 180px solid #f4978e;
  border-top: 95px solid transparent;
  border-bottom: 100px solid transparent;
  left: 120px;
  top: 5px;
  width: 0;
  height: 0;
  z-index: 10;
}
.envelope .front:before {
  position: absolute;
  content: "";
  border-left: 300px solid #f8ad9d;
  border-top: 195px solid transparent;
  left: -120px;
  top: -95px;
  width: 0;
  height: 0;
}
.envelope .shadow {
  position: absolute;
  width: 330px;
  height: 25px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  top: 265px;
  left: -15px;
  animation: scale 3s linear infinite;
  z-index: 1;
}
@keyframes scale {
  0%, 100% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0.85);
  }
}

#previewTextColor {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  font-family: "Playfair Display", serif;
  padding: 20px;
  font-weight: bold;
  font-size: 28px;
  color: #ff69b4;
  text-align: center;
  text-shadow: 0 0 50px #ff69b4, 0 0 1px #fff, 0 0 2px #fff;
  /* tăng độ rõ nét */
}

/*# sourceMappingURL=main.css.map */
