@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");

body {
  line-height: 1.2;
  font-family: "Noto Serif TC", serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
}

p {
  font-weight: 400;
  color: #cecece;
  letter-spacing: 1.2px;
  font-size: 15px;
  line-height: 1.7;
  font-family: "Noto Serif TC", serif;
}

.lead {
  font-size: 20px;
  letter-spacing: 1.5px;
}

.display-1 {
  font-size: 100px;
}

@media (max-width: 575px) {
  .display-1 {
    font-size: 50px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #f5f5f5;
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 60px;
}

@media (max-width: 575px) {

  h1,
  .h1 {
    font-size: 40px;
  }
}

h2,
.h2 {
  font-size: 44px;
}

@media (max-width: 575px) {

  h2,
  .h2 {
    font-size: 30px;
  }
}

h3,
.h3 {
  font-size: 36px;
}

@media (max-width: 575px) {

  h3,
  .h3 {
    font-size: 28px;
  }
}

h4,
.h4 {
  font-size: 24px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 14px;
}

.icon-lg {
  font-size: 50px;
}

.icon {
  font-size: 40px;
}

.icon-sm {
  font-size: 30px;
}

.icon-xs {
  font-size: 20px;
}

/* Button style */
.btn {
  font-size: 15px;
  font-family: "Noto Serif TC", serif;
  text-transform: capitalize;
  padding: 13px 45px;
  border-radius: 35px;
  font-weight: 600;
  border: 1px solid;
  position: relative;
  z-index: 1;
  transition: 0.2s ease;
}

.btn:hover,
.btn:active,
.btn:focus {
  outline: 0;
  box-shadow: none !important;
  box-shadow: 0px 18px 18px 0px rgba(20, 28, 91, 0.19);
}

.btn-lg {
  font-size: 20px;
  padding: 20px 90px;
}

.btn-primary {
  background: linear-gradient(37deg,
      rgb(180, 62, 121) 1%,
      rgb(247, 70, 58) 100%);
  color: #f5f5f5;
  border: 0;
}

.btn-primary:active,
.btn-primary:hover,
.btn-primary.focus,
.btn-primary.active {
  background: linear-gradient(37deg,
      rgb(180, 62, 121) 1%,
      rgb(247, 70, 58) 100%) !important;
  color: #f5f5f5;
  border: 0;
}

.btn-outline-primary {
  background: transparent;
  color: #57C5B6;
  border-color: #57C5B6;
}

.btn-outline-primary:active,
.btn-outline-primary:hover,
.btn-outline-primary.focus,
.btn-outline-primary.active {
  background: linear-gradient(37deg,
      rgb(180, 62, 121) 1%,
      rgb(247, 70, 58) 100%) !important;
  color: #f5f5f5;
  border-color: #57C5B6;
}

.btn-secondary {
  background: #083c69;
  color: #f5f5f5;
  border: 0;
}

.btn-secondary:active,
.btn-secondary:hover,
.btn-secondary.focus,
.btn-secondary.active {
  background: #083c69 !important;
  color: #f5f5f5;
  border: 0;
}

.btn-outline-light {
  background: transparent;
  color: #f5f5f5;
  border-color: #f5f5f5;
}

.btn-outline-light:active,
.btn-outline-light:hover,
.btn-outline-light.focus,
.btn-outline-light.active {
  background: #f5f5f5 !important;
  color: #000;
  border-color: #f5f5f5;
}

.btn-transparent {
  color: #57C5B6;
  border: 0;
  padding-left: 0;
  background: linear-gradient(37deg,
      rgb(180, 62, 121) 1%,
      rgb(247, 70, 58) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-transparent:active,
.btn-transparent:hover,
.btn-transparent.focus,
.btn-transparent.active {
  color: #57C5B6;
  border: 0;
  padding-left: 0;
  background: linear-gradient(37deg,
      rgb(180, 62, 121) 1%,
      rgb(247, 70, 58) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  box-shadow: none;
  text-decoration: underline;
}

body {
  background: linear-gradient(to right, #2d4d6a, #000428);
  overflow-x: hidden;
}

::-moz-selection {
  background: #f9746b;
  color: #f5f5f5;
}

::selection {
  background: #cecece;
  color: #000;
}

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f5f5f5;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

ol,
ul {
  list-style-type: none;
  margin: 0px;
}

img {
  vertical-align: middle;
  border: 0;
}

a {
  color: #57C5B6;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

.hover-text-underline:hover {
  text-decoration: underline;
}

a,
button,
select {
  cursor: pointer;
  transition: 0.2s ease;
}

a:focus,
button:focus,
select:focus {
  outline: 0;
}

a:hover {
  color: #57C5B6;
}

.slick-slide {
  outline: 0;
}

.section {
  padding-top: 110px;
  padding-bottom: 100px;
}

.section-sm {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-lg {
  padding-top: 170px;
  padding-bottom: 170px;
}

.section-border {
  height: 5px;
  width: 220px;
  background: linear-gradient(to right, #fff, #958b8b);
  border-radius: 5px;
  margin: 40px auto 90px;
  background-color: #f2f2f2;
  box-shadow: 1px 1px 15px #fff2;
}

.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg-contain {
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}

.border-primary {
  border-color: #d2d2e2 !important;
}

/* overlay */
.overlay-primary {
  position: relative;
}

.overlay-primary::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #57C5B6;
  opacity: 0.8;
}

.overlay-secondary {
  position: relative;
}

.overlay-secondary::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #083c69;
  opacity: 0.8;
}

.overlay-secondary-half {
  position: relative;
}

.overlay-secondary-half::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #083c69 60%, transparent);
}

.overlay-image {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.outline-0 {
  outline: 0 !important;
}

.d-unset {
  display: unset !important;
}

.bg-primary {
  background: #57C5B6 !important;
}

.bg-secondary {
  background: #083c69 !important;
}

.text-primary {
  color: #57C5B6 !important;
}

.text-secondary {
  color: #083c69 !important;
}

.text-gradient-primary {
  background: linear-gradient(37deg,
      rgb(180, 62, 121) 1%,
      rgb(247, 70, 58) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-light {
  color: #b7b8f1 !important;
}

.text-color {
  color: #6c6c86 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.zindex-1 {
  z-index: 1;
}

.top-100 {
  top: 100px;
}

.overflow-hidden {
  overflow: hidden !important;
}

.font-primary {
  font-family: "Noto Serif TC", serif;
}

.font-secondary {
  font-family: "Noto Serif TC", serif;
}

.shadow {
  box-shadow: 0px 46px 65px 0px rgba(181, 188, 236, 0.16) !important;
}

.bg-gradient-primary {
  background: linear-gradient(to right, #fff, #958b8b);
  border-radius: 5px;
  background-color: #f2f2f2;
  box-shadow: 1px 1px 15px #fff2;
}

.transition {
  transition: 0.3s ease;
}

.vertical-align-middle {
  vertical-align: middle;
}

/* form control */
.form-control {
  height: 50px;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #d2d2e2;
}

.form-control:focus {
  box-shadow: none !important;
  border-color: #57C5B6;
}

textarea.form-control {
  height: 150px;
}

/* /form control */
/* page-title */
.page-title {
  padding: 170px 0 190px;
}

/* /page-title */
/* list style */
.list-styled {
  padding-left: 0;
}

.list-styled li {
  position: relative;
  padding-left: 25px;
  list-style-type: none;
}

.list-styled li::before {
  position: absolute;
  content: "\e65d";
  font-family: "themify";
  font-size: 14px;
  left: 0;
  top: 0px;
  color: #083c69;
  transition: 0.3s ease;
}

/* social icons */
.social-icons a {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  background: #083c69;
  color: #f5f5f5;
  text-align: center;
}

/* /social icons */
.navigation {
  padding: 20px 100px;
  transition: 0.3s ease;
}

.navigation.nav-bg {
  background-color: rgb(27 44 77 / 80%);
  padding: 8px 100px;
  backdrop-filter: blur(20px);
}

@media (max-width: 991px) {
  .navigation.nav-bg {
    padding: 15px 20px;
  }
}

@media (max-width: 991px) {
  .navigation {
    padding: 10px 20px;
  }
}

.navbar .nav-item .nav-link {
  font-family: "Noto Serif TC", serif;
  padding: 10px 20px;
  font-size: 18px;
}

.navbar .nav-item.active {
  font-weight: bold;
}

.navbar .dropdown-menu {
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.12);
  padding: 15px;
  border: 0;
  top: calc(100% - 2px);
  left: -10px;
  border-radius: 0;
  background: #f5f5f5;
}

.navbar .dropdown-menu.show {
  display: block !important;
}

.navbar .dropdown-item {
  position: relative;
  color: #000;
  transition: 0.2s ease;
  font-family: "Noto Serif TC", serif;
  padding: 10px;
  text-decoration: none;
  margin-bottom: 0 !important;
}

.navbar .dropdown-item:not(:last-child) {
  margin-bottom: 10px;
}

.navbar-dark .navbar-nav .nav-link {
  color: #f5f5f5;
}

.banner {
  min-height: 100vh;
}

.content-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hover-bg-secondary {
  transition: 0.2s ease;
  background-color: #083c69;
}

.hover-bg-secondary * {
  transition: inherit;
}

.hover-bg-secondary:hover {
  background: #083c69;
}

.hover-bg-secondary:hover * {
  color: #f5f5f5;
}

.hover-bg-secondary.active {
  background: #083c69;
}

.hover-bg-secondary.active * {
  color: #f5f5f5;
}

.hover-bg-primary {
  transition: 0.2s ease;
}

.hover-bg-primary * {
  transition: inherit;
}

.hover-bg-primary:hover {
  background: #57C5B6;
}

.hover-bg-primary:hover * {
  color: #f5f5f5;
}

.hover-bg-primary.active {
  background: #57C5B6;
}

.hover-bg-primary.active * {
  color: #f5f5f5;
}

.icon-box {
  height: 100px;
  width: 100px;
  line-height: 100px;
}

.icon-box-sm {
  height: 80px;
  width: 80px;
  line-height: 80px;
}

.icon-watermark {
  position: absolute;
  left: 50%;
  top: 32%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  transition: inherit;
}

.card:hover .icon-watermark {
  transform: translate(-50%, -50%) scale(1.5);
}

.bg-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: auto;
}

.bg-image img {
  height: 100%;
  max-width: 100%;
}

@media (max-width: 991px) {
  .bg-image img {
    display: none;
  }
}

@media (max-width: 767px) {
  .bg-image img {
    display: block;
    height: auto;
  }
}

.hover-shadow::before {
  transition: 0.3s ease;
  position: absolute;
  height: 100%;
  box-shadow: 0px 33px 49px 0px rgba(190, 193, 228, 0.31);
  width: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  content: "";
  opacity: 0;
}

.hover-shadow:hover::before {
  opacity: 1;
}

/* pricing */
.bottom-shape {
  position: relative;
  overflow: hidden;
}

.bottom-shape * {
  position: relative;
  z-index: 1;
}

.bottom-shape::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../../assets/img/bg.png);
  background-size: cover;
  left: 0;
  top: 0;
  opacity: 0.2;
}

/* /pricing */
/* project */
.project-item {
  position: relative;
}

.project-item:hover .project-hover {
  visibility: visible;
  opacity: 1;
  transform: rotateX(0deg);
}

.project-hover {
  position: absolute;
  width: 80%;
  left: 10%;
  bottom: 10%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transform: rotateX(90deg);
  transition: 0.3s ease;
  transform-origin: bottom;
}

.project-hover i {
  height: 55px;
  width: 55px;
  line-height: 55px;
  border: 1px solid #f5f5f5;
  border-radius: 50%;
  text-align: center;
  display: block;
}

.project-hover i:hover {
  border-color: #57C5B6;
}

/* /project */
/* footer */
footer .overlay-image {
  height: 80%;
  width: 80%;
  left: 10%;
  top: 10%;
}

/* progressbar */
.progress-block .progress {
  height: 8px;
  border-radius: 10px;
  margin-bottom: 40px;
  overflow: visible;
  position: relative;
  box-shadow: 0px 9px 24px 0px rgba(19, 5, 44, 0.21);
}

.progress-block .progress-bar {
  background: linear-gradient(37deg,
      rgb(180, 62, 121) 1%,
      rgb(247, 70, 58) 100%);
  width: 0;
  transition: all 3s ease-in-out;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 10px;
}

.progress-block .progress-bar .skill-number {
  position: absolute;
  top: -22px;
  right: 0px;
}

/* /progressbar */
/* video */
.video-player iframe {
  width: 100%;
  height: 100%;
}

.video-player .play-icon {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

/* ripple animation */
.ripple {
  border-radius: 50%;
  position: absolute;
  height: 130%;
  width: 130%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ripple::after {
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  border: 1px solid #d2d2e2;
  border-radius: 100%;
  -webkit-animation-name: ripple;
  animation-name: ripple;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  z-index: -1;
}

.ripple::before {
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  border: 1px solid #d2d2e2;
  border-radius: 100%;
  -webkit-animation-name: ripple;
  animation-name: ripple;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  z-index: -1;
}

@-webkit-keyframes ripple {
  from {
    opacity: 1;
    transform: scale3d(0.75, 0.75, 1);
  }

  to {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1);
  }
}

@keyframes ripple {
  from {
    opacity: 1;
    transform: scale3d(0.75, 0.75, 1);
  }

  to {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1);
  }
}

/* /video */
/* card slider */
@media (max-width: 991px) {
  .ui-card-slider .left-slide::before {
    left: -100px;
  }
}

@media (max-width: 767px) {
  .ui-card-slider .left-slide::before {
    display: none;
  }
}

@media (max-width: 991px) {
  .ui-card-slider .right-slide::before {
    right: -100px;
  }
}

@media (max-width: 767px) {
  .ui-card-slider .right-slide::before {
    display: none;
  }
}

/* /card slider */
/* google map */
.map {
  height: 750px;
}

/* /google map */
/* team */
.img-thumb-circle {
  border-radius: 50%;
  overflow: hidden;
  max-height: 260px;
  max-width: 260px;
}

.card {
  border: 0;
  border-radius: 0;
}

.card-img-top {
  aspect-ratio: 9/6;
  object-fit: cover;
  background-position: center;
  background-size: cover;
}

.card-header {
  border: 0;
}

.card-body {
  border: 0;
  border-radius: 0;
}

.card-footer {
  border: 0;
}

/*# sourceMappingURL=style.css.map */

.bannerVideo {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.overlay {
  position: absolute;
  content: "";
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../../assets/img/overaly.png");
  opacity: 0.4;
}

.bannerLogo {
  z-index: 99;
  width: 80%;
  max-width: 600px;
}

.bannerLogo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.navbar-brand {
  padding: 0;
}

.navbar-brand img {
  height: 75px;
}

.custom-toggler {
  border: none;
  background-color: transparent;
  padding: 0;
  width: 40px;
  height: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-direction: column;
}

.custom-toggler:focus {
  outline: none;
}

.navbar-toggler-line {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #f5f5f5;
  transition: transform 0.3s ease-out;
}

.custom-toggler:not(.collapsed) .line-1 {
  transform: translateY(4px) rotate(45deg);
}

.custom-toggler:not(.collapsed) .line-2 {
  transform: translateY(-5px) rotate(-45deg);
}

header:not(.nav-bg) .navbar-brand img {
  display: none;
}

@media (min-width: 992px) {
  header .navbar-expand-lg .navbar-nav {
    transition: 0.3s all linear;
  }

  header:not(.nav-bg) .navbar-expand-lg .navbar-nav {
    margin: 0 auto;
  }
}

.nav-link,
.navbar {
  padding: 0;
}

@media (max-width: 992px) {
  .navbar-brand img {
    height: 60px;
  }
}

#About {
  position: relative;
}

.bg_logo {
  position: absolute;
  opacity: 0.2;
  height: 100%;
  top: 0;
  right: 10%;
  left: auto;
}

.bg_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.counter-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}

.counter {
  font-size: 3.8rem;
  color: #fff;
}

@media (max-width: 768px) {
  .counter-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }

  .bg_logo {
    height: 40%;
    top: auto;
    bottom: 0;
    right: 10px;
    left: auto;
  }

  .counter {
    font-size: 3.5rem;
  }
}

.service-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  gap: 30px;
}

.service-box {
  width: 100%;
  aspect-ratio: 1/1;
  margin: auto;
  border: 3px solid transparent;
  -moz-border-image: -moz-linear-gradient(to right, #fff, #958b8b);
  -webkit-border-image: -webkit-linear-gradient(to right, #fff, #958b8b);
  border-image: linear-gradient(to right, #fffd, #958b8bdd);
  border-image-slice: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.2s all linear;
}

.service-box:hover {
  transform: scale(1.02);
}

.service-box .title {
  border-bottom: 1px solid #fff8;
  padding: 10px;
}

.service-box li {
  font-size: 1.2rem;
}

.collection {
  font-size: 1.9rem;
  font-weight: bold;
  background: linear-gradient(to right, #fff, #958b8b);
  background: -webkit-linear-gradient(to right, #fff, #958b8b);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  width: fit-content;
  padding: 10px 45px;
  margin: 30px auto;
}

.partner-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  gap: 30px;
}

.partner {
  transition: 0.2s all linear;
}

.partner:hover {
  transform: scale(1.02);
}

.partner>div {
  color: #fff;
}

.partner img {
  aspect-ratio: 9/6;
  object-fit: cover;
}

.more-btn {
  font-size: 1.5rem;
  font-weight: bold;
  background: linear-gradient(to right, #fff, #958b8b);
  width: fit-content;
  padding: 10px 40px;
  margin: 30px auto 0;
  box-shadow: 5px 5px 5px #0008;
  transition: 0.15s all linear;
  cursor: pointer;
  color: #000;
  display: block;
}

.more-btn:hover {
  box-shadow: none;
  color: #000;
  transform: translate(5px, 5px);
}

@media (max-width: 991px) {
  .service-wrap {
    grid-template-columns: repeat(2, 1fr);
  }

  .partner-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .service-box .title {
    font-size: 1.2rem;
  }
}

@media (max-width: 578px) {
  .service-wrap {
    grid-template-columns: repeat(1, 1fr);
  }

  .service-box .title {
    font-size: 1.8rem;
  }

  .partner-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

#FAQ .card {
  background-color: transparent;
}

#FAQ .card-header {
  background-color: rgb(255 255 255 / 10%);
  color: #fff;
  backdrop-filter: blur(20px);
}

#FAQ .card-body {
  color: #fff;
  letter-spacing: 1.1px;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

@media (max-width: 768px) {
  #FAQ .card-link {
    font-size: 18px;
  }
}

footer {
  color: #fff;
  background: #fff1;
  padding: 10px 0;
}

.single-cta {
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-cta a {
  color: #fff;
  letter-spacing: 1px;
}

.single-cta i {
  color: #57C5B6aa;
  font-size: 25px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

.cta-text span {
  color: #757575;
  font-size: 15px;
}

.to-top {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #fff3, #958b8b33);
  backdrop-filter: blur(10px);
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  cursor: pointer;
}

.to-top.show {
  opacity: 1;
  visibility: visible;
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 40px;
}

.portfolio-item a {
  color: #fff;
  display: block;
}

.portfolio-item .item-img {
  aspect-ratio: 9/6;
  object-fit: cover;
  background-position: center;
  background-size: cover;
}

.lazy-background {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.lazy-background.loaded {
  opacity: 1;
}

.portfolio-item .title {
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 1px;
  position: relative;
  width: fit-content;
  margin: 20px auto 0;
}

.portfolio-item .title::before {
  position: absolute;
  content: '';
  background: #fff;
  width: 40px;
  height: 1px;
  left: -45px;
  top: 50%;
}

.portfolio-item .title::after {
  position: absolute;
  content: '';
  background: #fff;
  width: 40px;
  height: 1px;
  right: -45px;
  top: 50%;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #000;
  background: linear-gradient(to right, #fff, #958b8b);
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(17, 17, 17, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(17, 17, 17, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: rgba(255, 255, 255, 0.4);
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #fff;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #e03a3c;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e03a3c;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(17, 17, 17, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}