/* navbar start */

.icon-search:focus {
  background-color: linear-gradient(to right, var(--bs-cyan) 0%, var(--bs-purple) 25%, var(--bs-pink) 50%, var(--bs-orange) 75%, var(--bs-green) 100%);
  border: none!important;
  box-shadow: none!important;
}

.icon-search:active {
  background-color: linear-gradient(to right, var(--bs-cyan) 0%, var(--bs-purple) 25%, var(--bs-pink) 50%, var(--bs-orange) 75%, var(--bs-green) 100%);
  border: none!important;
  box-shadow: none!important;
}

.icon-search:hover {
  background-color: linear-gradient(to right, var(--bs-cyan) 0%, var(--bs-purple) 25%, var(--bs-pink) 50%, var(--bs-orange) 75%, var(--bs-green) 100%);
  border: none!important;
  box-shadow: none!important;
}

.icon-search:focus {
  opacity: 1;
  transform: scale(1.4);
}

.icon-search:active {
  opacity: 1;
  transform: scale(1.4);
}

.icon-search:hover {
  opacity: 1;
  transform: scale(1.4);
}

.search-collapse {
  display: flex;
  padding: 0;
  position: fixed;
}

.bgn-btn:hover {
  font-weight: bolder;
  transition: all 950ms ease;
  border: none!important;
  color: rgb(255,255,255) !important;
}

.bgn-btn:active {
  overflow: visible;
  transition: all 950ms ease;
  border: none!important;
  animation: gradient 10s ease infinite;
  box-shadow: none!important;
}

.bgn-btn:focus {
  overflow: visible;
  -webkit-text-stroke-width: .5px;
  background-size: 200% 200%;
  border: none!important;
  animation: gradient 10s ease infinite;
  box-shadow: none!important;
}

.bgn-btn {
  overflow: visible;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out, margin .15s ease-in-out;
  display: flex!important;
  flex-direction: row!important;
  flex-shrink: 1!important;
  align-content: center!important;
  align-self: center!important;
  text-transform: capitalize!important;
  white-space: nowrap!important;
  font-weight: bolder;
  box-shadow: 0 2px 5px 5px rgba(0,0,0,0.15);
  font-size: .5em;
  border-radius: 100vw;
  color: rgba(255,255,255,0);
  letter-spacing: calc(0.5em + .25vw);
  font-family: 'Lexend Giga', sans-serif;
  background: var(--body);
  -webkit-text-size-adjust: 100%;
  animation: gradient 10s ease infinite;
  justify-content: center;
  text-align: center!important;
  align-items: center!important;
}

.navbar-toggler {
  padding: .25rem 1rem;
  font-size: 1.25rem;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: box-shadow .15s ease-in-out;
}

.containerflex, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  width: 100%;
  margin-right: auto;
}

.icon-search {
  transition: all 1s ease;
  opacity: .5;
  color: var(--bs-white);
  font-size: 1.5rem;
  padding: 0 5px;
}

.search-collapse {
  position: fixed;
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: var(--bs-light);
  opacity: 1;
}

.navbar-light .navbar-brand {
  transition: all 900ms ease;
  font-size: calc(.8em + 0vw);
  font-family: 'Lexend Giga', sans-serif;
  width: calc(2.5em + .2vw);
  margin-right: 0;
  color: var(--bs-light);
}

.navbar-light .navbar-toggler-icon {
  background-image: NONE;
}

.navbar-light .navbar-toggler {
  color: rgba(0,0,0,.55);
  border-color: rgba(0,0,0,.1);
}

.form-control:focus {
  color: white!important;
  color: #212529;
  background-color: rgba(11,11,11,0.5);
  box-shadow: 0px 0px 10px rgba(0,0,0,0.75);
  overflow: visible;
  color: #212529;
  outline: 2px;
  width: 100%;
  border-radius: 1.5rem;
  transition: all 500ms ease-in-out;
}

.form-label:active {
  background-color: rgba(0,0,0,0.5);
  margin-bottom: .5rem;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
  color: var(--bs-light);
}

.navbar {
  padding: 0;
  display: flex!important;
  flex-shrink: 1!important;
  white-space: nowrap!important;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 999;
  padding: .25rem 0.75REM !important;
  transition: all .4s ease;
  background-color: rgba(11,11,11,0.23);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0px 0px 20px 0px rgb(0,0,0);
  border-bottom-right-radius: 25px;
}

@media (min-width:768px) {
  .nav-toggler-col {
    width: 0px !important;
  }
}

/* navbar end */

/* footer start */

footer {
  padding: 1rem calc(1rem + 5vw);
  /*padding-top: 2.5rem;*/
  overflow: hidden!important;
  background-color: rgba(11,11,11,0.23)!important;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  font-family: Dongle, sans-serif;
  font-size: .75rem;
  color: white;
  min-height: 1em;
  vertical-align: middle;
  cursor: initial;
  opacity: 1;
}

footer h3 {
  text-transform: uppercase;
  background-size: 50%;
  font-family: 'Lexend Giga';
  margin-top: 0;
  margin-bottom: 12px;
  font-size: .75rem;
}

footer ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 1rem;
  text-transform: lowercase;
  letter-spacing: .05rem;
  margin-bottom: 0;
}

footer ul a {
  transition: all 900ms ease;
  color: white;
  text-decoration: none;
  opacity: 0.6;
}

footer ul a:hover {
  text-shadow: 0px 0px 20px;
  opacity: 1;
}

@media (max-width:767px) {
  footer .footer-item:not(.social) {
    padding: 20px 50px;
  }
}

@media (max-width:767px) {
  footer .footer-item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}

footer .footer-item.text {
  margin-bottom: 2.5rem!important;
}

footer p {
  font-size: 1rem!important;
  margin-bottom: 0;
}

@media (max-width:991px) {
  footer .footer-item.social {
    text-align: center;
  }
}

footer .footer-item.social > a {
  overflow: hidden!important;
  transition: all 900ms ease;
  padding: calc(1rem + 1vw);
  font-size: 1.2rem!important;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  box-shadow: var(--font-shadow);
  color: var(--rainbow-gradient);
  opacity: 0.25;
}

footer .footer-item.social > a:hover {
  overflow: hidden!important;
  opacity: 1;
  text-shadow: 0px 0px 15px;
}

.meta-card-gradient {
  color: var(--rainbow-gradient);
  background: var(--rainbow-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: gradient 500ms ease-in-out;
  -webkit-text-size-adjust: 100%;
  animation: gradient 5s ease infinite;
}

.rainbow-gradient {
  background-size: 200%!important;
  color: var(--rainbow-gradient);
  background: var(--rainbow-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient 5s ease infinite;
}

/* footer end */

/* modal start */

.modal-content {
  border: 0px solid rgba(255,255,255,0);
  position: relative;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: var(--bs-body-color);
  background-clip: padding-box;
  border-radius: 3rem;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  display: flex;
}

.modal-form-label {
  text-align: center!important;
  color: rgba(255,255,255,0.75);
  font-size: .75rem;
  letter-spacing: 2px;
  font-family: 'Lexend Giga';
  text-transform: capitalize;
}

.modal-title-h {
  font-size: calc(1em + .05vw)!IMPORTANT;
  color: rgba(255,255,255,0.85);
  text-transform: capitalize;
  letter-spacing: 5px;
  font-family: 'Lexend Giga';
}

.modal {
  padding: 1rem;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  overflow: hidden;
  transition: all 500ms ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  height: 100vh;
  overflow-y: hidden!important;
  outline: 0;
}

.modal-body {
  display: flex!important;
  justify-content: center!important;
  align-items: center!important;
  background-color: rgba(0,0,0,0);
  position: relative;
  flex: 1 1 auto;
}

.modal-header {
  padding: 2rem 3rem;
  border-bottom: 0px solid rgba(222,226,230,0)!important;
}

.form-control:focus {
  box-shadow: 0px 0px 10px rgba(0,0,0,0.75);
  overflow: visible;
  color: #212529;
  background-color: rgba(0,0,0,0.25)!important;
  outline: 1px;
  width: 100%;
  border-radius: 1.5rem;
  transition: all 500ms ease-in-out;
}

.btn-close:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: .75;
}

.btn-close:focus {
  outline: 0;
  box-shadow: none!important;
  opacity: 1;
}

.btn-close {
  transition: all 2s ease;
  overflow: visible!important;
  box-sizing: content-box;
  width: 2em;
  height: 2em;
  background: transparent url("/assets/img/x.svg") center/.8em auto no-repeat;
  border: 0;
  border-radius: 5rem;
  opacity: .1;
}

.contact-form {
  align-items: center!important;
  justify-content: center!important;
}

.contact-form-group {
  align-items: center!important;
  justify-content: center!important;
  display: flex!important;
}

.contact-form-group-icon-col {
  font-size: 18px;
  animation: hueRotate 5s infinite;
  padding: 0px;
  text-align: center!important;
  align-items: center!important;
  display: flex!important;
}

.contact-form-group-input-lg {
  padding: 0;
  justify-content: center!important;
  display: flex!important;
  align-items: center!important;
  transition: all 750ms ease;
}

/* modal end */

.div-neon-frame {
  padding: 2px;
  border-radius: 25px;
}

.colored-div {
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
  background-color: var(--bs-body-bubble);
  border-top-left-radius: 250px;
  border-bottom-left-radius: 250px;
  padding: 0px;
  margin-left: 25px;
  justify-content: center!important;
  display: flex!important;
}

.site-card-col::hover {
  transition: all ease 900ms;
  transform: scale(1.5);
}

.live-site-icon {
  margin: 5px;
  opacity: 0.25;
  font-size: 1rem;
}

.live-site-desc {
  overflow: visible!important;
  opacity: 0.50;
  font-size: .5rem;
  white-space: nowrap;
}

.live-site {
  font-family: 'Dongle';
  letter-spacing: .1rem;
  overflow: visible!important;
  font-size: 1rem;
  white-space: nowrap;
}

.gradient-bg {
  background: var(--rainbow-gradient);
  background-size: 250%;
  S: margin 500ms ease;
  -webkit-text-size-adjust: 100%;
  animation: gradient 15s ease infinite;
}

.site-card-col {
  border-radius: 25pt;
  transition: all 750ms ease;
  margin: 2.5vw;
}

:root {
  --small-radius: 1.5rem;
  --medium-radius: 3rem;
  --large-radius: 5rem;
  --logo-font-1: "Lexend Giga";
  --logo-font-2: "Dameron Condensed";
  --bubble-shadow: 0px 0px 20px 5px rgba(0,0,0,0.35);
  --rainbow-gradient: linear-gradient(-45deg, var(--pink), var(--indigo), var(--purple), var(--teal), var(--green));
  --blue: #8ab2ff;
  --indigo: #e18aff;
  --purple: #bd8aff;
  --pink: #ff8ab4;
  --red: #ff5f6e;
  --orange: #ffa356;
  --yellow: #fffa8a;
  --green: #8aff96;
  --teal: #57d7ff;
  --mute-white: #dddddd;
  --transparent: rgba(0,0,0,0);
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: rgb(248,0,0) !important;
  --bs-secondary: rgba(0,0,0,0);
  --bs-success: var(--bs-green);
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: var(--bs-red);
  --bs-light: #ffffff;
  --bs-dark: #212529;
  --bs-primary-rgb: 255, 25, 255;
  --bs-secondary-rgb: 255,117,125;
  --bs-success-rgb: 25,135,84;
  --bs-info-rgb: 13,202,240;
  --bs-warning-rgb: 255,193,7;
  --bs-danger-rgb: 220,53,69;
  --bs-light-rgb: 248,249,250;
  --bs-dark-rgb: 33,37,41;
  --bs-white-rgb: 255,255,255;
  --bs-black-rgb: 0,0,0;
  --bs-body-color-rgb: 33,37,41;
  --bs-body-bg-rgb: 255,255,255;
  --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1.rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #0d0d0e;
  --bs-body-bg: #0f0f10;
  --bg-stars: #0a0a0a;
  --body: --bs-body-bg;
  --time: 0.2s;
  --swiper-navigation-size: 44px;
}

.text-primary {
  --bs-text-opacity: 1;
  color: #000000!IMPORTANT;
}

.ref-quantity-widget input {
  color: #ffffff;
  /*width: 50px;*/
  text-align: center;
  background: none;
  border: none;
  outline: none;
  font-size: .75rem;
  padding: 0px;
}

.scrollbar-hidden {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollbar-hidden::-webkit-scrollbar {
  display: none;
  scrollbar-width: none;
}

.icon.ion-social-css3.icon-framework.icon-css {
  font-size: calc(15px + 2vw);
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: .2px #000000;
  color: #ffffff;
  animation: hueRotate 5s linear infinite;
  text-shadow: 0px 5px 20px rgba(80,255,174,0.5);
}

.product-card-img {
  border-radius: 10px;
  width: 50%;
  margin: -50px;
  transform: translateX(0px) translateY(0px) rotate(11deg) scale(0.95) skew(1deg);
  box-shadow: 0px 0px 20px 8px rgba(0,0,0,0.8);
  transition: transform 500ms ease-in-out;
  /*transform: scale(1.25);*/
}

.product-card-img.product-card-img3 {
  opacity: .60;
  filter: blur(5px);
  border-radius: 10px;
  width: 50%;
  /*margin: -50px;*/
  transform: translateX(0px) translateY(5px) rotate(-15deg) scale(0.8) skew(2deg);
  box-shadow: 0px 0px 20px 8px rgba(0,0,0,0.8);
  transition: transform 500ms ease-in-out;
  /*transform: scale(1.25);*/
}

.product-card-img.product-card-img2 {
  opacity: .9;
  filter: blur(3px);
  border-radius: 10px;
  width: 50%;
  /*margin: -50px;*/
  transform: translateX(0px) translateY(-10px) rotate(-2deg) scale(0.90) skew(2deg);
  box-shadow: 0px 0px 20px 8px rgba(0,0,0,0.8);
  transition: transform 500ms ease-in-out;
  /*transform: scale(1.25);*/
}

.product-card-img:hover {
  opacity: 1;
  filter: blur(0PX);
  z-index: 10;
  transition: transform 500ms ease-in-out, FILTER 500ms ease-in-out;
  /*transform: scale(1.25);*/
  transform: translateX(-20px) translateY(10px) rotate(11deg) scale(1.25) skew(1deg);
}

.img-fluid {
  /*border-radius: 15px;*/
  object-fit: cover;
  flex-shrink: 0;
  width: auto;
  height: auto;
}

.div-flex-col {
  justify-content: center!important;
  align-items: center!important;
  display: flex!important;
  flex-direction: column!important;
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #1d4976;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #ffffff;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: rgba(255,255,255,0.5);
}

.link-style1 {
  text-shadow: 0px 2px 5px rgba(0,0,0,0.25);
  font-size: calc(.55rem + .25vw);
  text-transform: uppercase;
  font-weight: 600;
  /*padding-left: .5rem;*/
  letter-spacing: .25rem;
  font-family: 'Kanit';
  color: rgba(255,255,255,0.8);
  text-decoration: none;
}

.table > :not(caption) > * > * {
  overflow: visible;
  white-space: nowrap!important;
  color: rgba(255,255,255,0.75);
  font-size: calc(.75rem + .25vw);
  font-family: 'Dongle';
  padding: calc(5px + .25vw);
  /*background-color: var(--bs-table-bg);*/
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.link-style1:hover {
  /*transform: scale(1.25);*/
  text-shadow: 0px 5px 15px rgba(0,0,0,0.35);
  transition: all 500ms ease;
  font-weight: 900;
  color: rgb(255,255,255);
}

.table > :not(:first-child) {
  border-top: none;
}

tbody, td, tfoot, th, thead, tr {
  color: #ffffff;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

.table-title {
  color: rgb(255,255,255)!important;
  letter-spacing: 3px;
}

.btn-create-module {
  white-space: nowrap!important;
  margin: 5px;
  color: black;
  /*background: #63ffec;*/
  border-radius: 25px !important;
  font-family: Kanit, sans-serif;
}

.form-create-website {
  /*max-width: 500px;*/
}

.bgn-btn.nav-btn {
  font-size: .55em;
  /*line-height: 1REM;*/
  letter-spacing: calc(1px + .2vw);
  color: rgba(255,255,255,0.5);
  background-color: #111111;
  /*height: 25px;*/
  border: none!important;
  box-shadow: none!important;
}

h1 {
  font-family: 'Lexend Giga', sans-serif;
  font-size: 2REM !IMPORTANT;
  /*margin-left: 0px;*/
  /*margin-right: 0;*/
  color: var(--bs-light);
}

.icons2 {
  /*font-size: 50px;*/
  /*stroke: black;*/
  opacity: 1;
  font-size: calc(2.5rem + 1.25vw);
  /*color: #ff3333;*/
  /*animation: hueRotate 5s linear infinite;*/
}

@media (min-width:576px) {
  nav-toggler-.col {
    justify-content: flex-end!important;
  }
}

@media (min-width:768px) {
  .nav-toggler-col {
    width: 0px !important;
  }
}

.icon-scroll-down {
  animation: slow-blink 1500ms ease infinite;
  margin-top: -10px;
  font-size: 2rem;
  color: #50ffae;
}

.inner-bar {
  /*background-size: 200% 250%;*/
  text-align: right!important;
  justify-content: flex-end!important;
  display: flex!important;
  align-items: center!important;
  animation: bar-grow ease-in 750ms;
  animation-timing-function: linear;
  height: 15px;
  /*width: calc(25px + 5vw);*/
  /*background-color: var(--bs-body-bubble);*/
  padding: 2px;
  border-radius: 25px;
  background: var(--rainbow-gradient);
  background-size: 500% 250%;
  transition: margin 500ms ease;
  -webkit-text-size-adjust: 100%;
  animation: gradient 5s ease infinite;
}

#neon-bar {
  width: 200px;
  /*width: 100%;*/
}

.btn-neon-outline:hover {
  background: inherit;
  box-shadow: none!important;
  outline: none!important;
  border-radius: var(--medium-radius);
  border: none;
  position: initial;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: color 0.5s;
  font-family: 'Lexend Giga';
  color: #ffffff;
  letter-spacing: calc(2.5px + .5vw);
  font-size: calc(.5rem + .5vw);
  white-space: nowrap!important;
  background-color: var(--bs-body-color)!important;
}

.btn-neon-outline:visited {
  background: inherit;
  box-shadow: none!important;
  outline: none!important;
  border-radius: var(--medium-radius);
  border: none;
  position: initial;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: color 0.5s;
  font-family: 'Lexend Giga';
  color: #ffffff;
  letter-spacing: calc(2.5px + .5vw);
  font-size: calc(.5rem + .5vw);
  white-space: nowrap!important;
  background-color: var(--bs-body-color)!important;
}

.btn-neon-outline:active {
  background: inherit;
  box-shadow: none!important;
  outline: none!important;
  border-radius: var(--medium-radius);
  border: none;
  position: initial;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: color 0.5s;
  font-family: 'Lexend Giga';
  color: #ffffff;
  letter-spacing: calc(2.5px + .5vw);
  font-size: calc(.5rem + .5vw);
  white-space: nowrap!important;
  background-color: var(--bs-body-color) !important;
}

.btn-neon-outline:focus {
  background: inherit;
  box-shadow: none!important;
  outline: none!important;
  border-radius: var(--medium-radius);
  border: none;
  position: initial;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: color 0.5s;
  font-family: 'Lexend Giga';
  color: #ffffff;
  letter-spacing: calc(2.5px + .5vw);
  font-size: calc(.5rem + .5vw);
  white-space: nowrap!important;
  background-color: var(--bs-body-color)!important;
}

.btn-neon-outline {
  background: inherit;
  padding: .75REM;
  border-radius: var(--medium-radius);
  border: none;
  position: initial;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: color 0.5s;
  font-family: 'Lexend Giga';
  color: #ffffff;
  letter-spacing: calc(2.5px + .5vw);
  font-size: calc(.5rem + .5vw);
  white-space: nowrap!important;
  background-color: var(--bs-body-color)!important;
}

.neon-btn-outline:hover {
  transform: scale(1.5);
  transition: all ease 2s;
  border-radius: 25px;
  box-shadow: 8px 3px 15px #000000;
}

.neon-btn-outline:visited {
  transform: scale(1.5);
  transition: all ease 2s;
  border-radius: 25px;
  box-shadow: 8px 3px 15px #000000;
}

.neon-btn-outline {
  /*transition: transform ease 2s;*/
  animation: gradient 5s ease infinite;
  transition: all ease 1s;
  padding: 1px;
  border-radius: 25px;
  box-shadow: var(--bubble-shadow);
  background: var(--rainbow-gradient);
  background-size: 150%;
  justify-content: center!important;
  flex-direction: column!important;
  display: inline-flex!important;
}

.div-color-frame {
  display: inline-flex!important;
  border-radius: var(--small-radius);
  padding: 1px;
  transition: margin 500ms ease;
  -webkit-text-size-adjust: 100%;
  animation: gradient 5s ease infinite;
  background: var(--rainbow-gradient);
  background-size: 150%;
}

.div-color-frame-2 {
  border-radius: 25px;
  padding: 1px;
  overflow: hidden;
  background-size: 500% 500%;
  transition: margin 500ms ease;
  -webkit-text-size-adjust: 100%;
  animation: gradient 15s ease infinite;
  background: linear-gradient(-45deg, var(--bs-orange), var(--bs-pink), var(--bs-cyan), var(--bs-purple))1000%;
}

.icon-dev-star:hover {
  transform: scale(1.75);
}

.icon-dev-star {
  transition: all 1s ease;
  font-size: 1rem;
}

html {
  scroll-behavior: smooth;
  /*overflow-x: hidden;*/
}

.div-color-frame-content {
  padding: 1.5rem 1rem;
  position: relative;
  z-index: 5!important;
  border-radius: var(--small-radius);
  background: var(--bs-body-color);
}

.h2, h2 {
  font-weight: bold;
  line-height: 1.2;
  background-size: 90%;
  font-size: 1.2rem;
  font-family: 'Lexend Giga';
  color: whitesmoke;
  letter-spacing: .45rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}

.div-pic-name-highlight:hover {
  transition: all 750ms ease;
  visibility: visible;
  /*filter: blur(3px);*/
}

.live-site-card {
  height: 6.5rem;
  width: 6.5rem;
  overflow: visible!important;
  color: white;
  /*background-color: var(--bs-body-color);*/
  padding: 1rem;
  border-radius: var(--small-radius);
  display: flex!important;
  align-items: center!important;
  flex-direction: column!important;
  /*text-align: center!important;*/
  justify-content: center!important;
}

.div-glow-frame {
}

.neon-bar-icon {
  /*transform: translateX(1rem);*/
  z-index: 100!important;
  font-size: calc(1rem + 1vw);
  color: #ffffff;
}

.neon-bar-col {
  padding: 10px;
}

.p-neon-bar-label {
  white-space: nowrap!important;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.5);
  z-index: 5;
  color: var(--bs-light);
  margin-right: 15px;
  font-size: 1.25em;
  letter-spacing: calc(.1rem + .02vw);
  transition: all 500ms ease-in-out;
  font-family: Dongle, sans-serif;
}

/* -----------------------------------------------------------------------------------

    Theme Name: Vie
    Theme URI: http://
    Description: Creative Agency & Portfolio
    Author: UI-ThemeZ
    Author URI: http://themeforest.net/user/UI-ThemeZ
    Version: 1.0

----------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------

== Table Of Content

    |--- BASE

        |- typography
        |- helper classes

    |--- SHORTCODES

        |- extra
        |- overlay
        |- section-heading
        |- buttons
        |- navbar
        |- sliders
        |- intro
        |- feature-box
        |- clients
        |- counter
        |- portfolio
        |- process
        |- progress-bar
        |- tabs
        |- team
        |- testimonials
        |- blog
        |- contact-form
        |- footers

    |--- BASE

        |- responsive
	


---------------------------------------------------------------- */

/* ====================== [ Start Typography  ] ====================== */

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

.pace .pace-progress {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 300px;
  position: fixed;
  z-index: 99999999999999;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #12c2e9;
  background: -webkit-gradient(linear, left top, right top, from(#12c2e9), color-stop(#c471ed), to(#f64f59));
  background: -webkit-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: -o-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
}

.pace.pace-inactive {
  width: 100vw;
  opacity: 0;
}

.pace.pace-inactive .pace-progress {
  max-width: 100vw;
}

#preloader {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 9999999;
}

#preloader:after, #preloader:before {
  content: '';
  position: fixed;
  left: 0;
  height: 50%;
  width: 100%;
  background: #252531;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#preloader:before {
  top: 0;
}

#preloader:after {
  bottom: 0;
}

#preloader.isdone {
  visibility: hidden;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

#preloader.isdone:after, #preloader.isdone:before {
  height: 0;
  -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  -o-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.loading {
  position: fixed;
  left: 50%;
  top: calc(50% - 40px);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 10px;
  z-index: 9999999999;
}

.loading.isdone {
  top: 50%;
  opacity: 0;
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

.loading span {
  -webkit-animation: loading 1.4s infinite alternate;
  animation: loading 1.4s infinite alternate;
}

.loading span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.loading span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.loading span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.loading span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.loading span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.loading span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.loading span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* ====================== [ End Preloader ] ====================== */

/* ====================== [ Start Text Animation & Images ] ====================== */

.splitting.animated .char {
  -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

.splitting .whitespace {
  width: 5px;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.splitting.txt.animated .char {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(10ms * var(--char-index));
  animation-delay: calc(10ms * var(--char-index));
}

.splitting.txt .whitespace {
  width: 5px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.imago {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  border-radius: 25rem;
  transition: all .8s;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.imago.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/* ====================== [ End Text Animation & Images ] ====================== */

/* ====================== [ Start progress-wrap ] ====================== 
.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: '\f077';
  text-align: center;
  line-height: 44px;
  font-size: 13px;
  font-weight: 900;
  color: #12c2e9;
  left: 0;
  top: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #12c2e9;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

/* ====================== [ End progress-wrap ] ====================== */

/* ====================== [ Start Slider ] ====================== */

.slider {
  position: relative;
}

.slider.fixed-slider {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.slider .swiper-slide-active {
  z-index: 3;
}

.slider .parallax-slider {
  position: relative;
}

.slider .parallax-slider .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 50px;
}

.slider .parallax-slider .swiper-slide .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
}

.slider .parallax-slider .swiper-slide-active .caption h1[data-splitting] {
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slider .parallax-slider .swiper-slide-active .caption h1[data-splitting] .char {
  -webkit-animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(60ms * var(--char-index));
  animation-delay: calc(60ms * var(--char-index));
}

.slider .parallax-slider .swiper-slide-active .caption .thin, .slider .parallax-slider .swiper-slide-active .caption .butn, .slider .parallax-slider .swiper-slide-active .caption h1, .slider .parallax-slider .swiper-slide-active .caption p {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slider .parallax-slider .caption .thin {
  color: #12c2e9;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-bottom: 5px;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: .8s;
}

.slider .parallax-slider .caption .thin span {
  color: #12c2e9;
}

.slider .parallax-slider .caption h1 {
  font-size: 65px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  visibility: hidden;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.slider .parallax-slider .caption p {
  color: #eee;
  margin-top: 15px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: .8s;
}

.slider .parallax-slider .caption .butn {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.slider .parallax-slider .caption.dig h1 {
  font-weight: 800;
  font-size: 80px;
  text-transform: uppercase;
}

.slider .parallax-slider .caption.dig h1 .tline {
  margin-left: 80px;
}

.slider .parallax-slider .caption.dig h1 .whitespace {
  width: 20px;
}

.slider .setone {
  position: absolute;
  bottom: 8%;
  right: 40px;
  z-index: 8;
}

.slider .setone .swiper-nav-ctrl {
  color: #ccc;
  font-size: 13px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  margin: 5px 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: static;
}

.slider .setone .swiper-nav-ctrl:after {
  display: none;
}

.slider .setone.setwo {
  position: static;
}

.slider .setone.setwo .swiper-nav-ctrl {
  border-radius: 50%;
}

.slider .setone.setwo .next-ctrl {
  position: absolute;
  top: 50%;
  right: 30px;
}

.slider .setone.setwo .prev-ctrl {
  position: absolute;
  top: 50%;
  left: 30px;
}

.slider .txt-botm {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 8;
}

.slider .txt-botm .swiper-nav-ctrl {
  position: absolute;
  width: auto;
  height: auto;
  margin-top: auto;
  top: auto;
  bottom: 0;
}

.slider .txt-botm .swiper-nav-ctrl i {
  color: #ccc;
  font-size: 13px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin: 0;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.slider .txt-botm .swiper-nav-ctrl span {
  font-weight: 500;
  font-size: 12px;
  color: #fff;
}

.slider .txt-botm .swiper-nav-ctrl:after {
  display: none;
}

.slider .txt-botm .swiper-nav-ctrl.swiper-button-next {
  right: 40px;
}

.slider .txt-botm .swiper-nav-ctrl.swiper-button-next i {
  margin-left: 10px;
}

.slider .txt-botm .swiper-nav-ctrl.swiper-button-prev {
  left: 40px;
}

.slider .txt-botm .swiper-nav-ctrl.swiper-button-prev i {
  margin-right: 10px;
}

.slider .txt-botm .swiper-nav-ctrl:hover i {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.slider .swiper-pagination-fraction.top {
  position: absolute;
  right: 15%;
  left: auto;
  bottom: auto;
  top: 20%;
  width: auto;
  color: #fff;
  font-size: 40px;
  font-weight: 500;
}

.slider .swiper-pagination-fraction.top .swiper-pagination-current {
  font-size: 60px;
  font-weight: 700;
  position: relative;
  color: transparent;
  -webkit-text-stroke: .5px #fff;
}

.slider .swiper-pagination-fraction.top .swiper-pagination-current:after {
  content: '/';
  color: #fff;
  position: relative;
  margin: 0 10px;
  font-size: 12px;
  font-weight: 100;
}

.slider .swiper-pagination-fraction.top.botm {
  top: auto;
  bottom: 40px;
  right: 40px;
}

.slider .swiper-pagination-fraction.steps {
  position: absolute;
  width: 100px;
  color: #fff;
  font-size: 15px;
  bottom: 40px;
  left: calc(50% - 50px);
  right: auto;
  top: auto;
  text-align: left;
}

.slider .swiper-pagination-fraction.steps:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 15%;
  width: 70%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.slider .swiper-pagination-fraction.steps .swiper-pagination-total {
  float: right;
}

.slider .social-icon {
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 8;
}

.slider .social-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 13px;
}

.main-content {
  position: relative;
  z-index: 3;
  overflow-x: hidden !important;
}

/* ====================== [ End Slider ] ====================== */

/* ====================== [ Start showcase ] ====================== */

/* ====================== [ end showcase ] ====================== */

.work-carousel .swiper-slide {
  padding: 0px 15px;
}

.work-carousel .swiper-slide-active .noraidus .cont {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

.work-carousel .next-ctrl, .work-carousel .prev-ctrl {
  color: #000;
  width: 60px;
  height: 60px;
  border-radius: 0;
  border: 0;
  background: #fff;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.work-carousel .next-ctrl:after, .work-carousel .prev-ctrl:after {
  display: none;
}

.work-carousel .simp-next, .work-carousel .simp-prev {
  color: #fff;
  top: auto;
  bottom: 0;
}

.work-carousel .simp-next:after, .work-carousel .simp-prev:after {
  display: none;
}

.work-carousel .simp-next {
  right: 30px;
}

.work-carousel .simp-prev {
  left: 30px;
}

.work-carousel:hover .next-ctrl, .work-carousel:hover .prev-ctrl {
  opacity: 1;
}

.work-carousel .content {
  position: relative;
}

.work-carousel .content .item-img {
  background-repeat: no-repeat;
  overflow: hidden;
  background-attachment: fixed;
  background-size: 800px;
  background-position: center;
  position: relative;
  /*height: 480px;*/
  line-height: 0;
}

.work-carousel .content:hover .item-ig {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.work-carousel .content .cont {
  position: relative;
}

.work-carousel .content .cont h6 {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.work-carousel .content .cont h4 {
  font-size: 17px;
}

.work-carousel .content .cont .icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 50%;
  font-size: 12px;
  position: absolute;
  top: calc(50% - 17px);
  right: 15px;
}

.work-carousel .content .bgbox {
  position: absolute;
  bottom: 35px;
  left: 35px;
}

.work-carousel.caroul .content .item-img {
  height: 480px;
  position: relative;
}

.work-carousel.caroul .content .item-img:after {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  background: #18191d;
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.work-carousel.caroul .content .bgbox {
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.work-carousel.caroul .content:hover .item-img:after {
  opacity: 1;
}

.work-carousel.caroul .content:hover .bgbox {
  opacity: 1;
}

.work-carousel .noraidus .item-img {
  height: 450px;
  /*margin: 0 2rem;*/
  /*max-width: 740px;*/
  /*border-radius: 2rem!important;*/
}

.work-carousel .noraidus .cont {
  z-index: 1000;
  position: absolute;
  padding: 1rem 2rem;
  border-radius: 1rem 1rem 0rem 0rem!important;
  background: var(--bs-body-color)!important;
  backdrop-filter: blur;
  -webkit-backdrop-filter: blur;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.work-carousel .noraidus .cont h6 {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.work-carousel .noraidus .cont h4 {
  font-size: 17px;
}

.work-carousel2 .swiper-slide {
  padding: 0px 10px 50px;
}

.work-carousel2 .swiper-slide .img {
  border-radius: 3px;
  overflow: hidden;
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}

.work-carousel2 .swiper-slide-active .img {
  -webkit-box-shadow: 0px 40px 30px -40px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 40px 30px -40px rgba(0, 0, 0, 0.3);
}

.work-carousel2 .swiper-slide-active .img:after {
  opacity: 1 !important;
}

.work-carousel2 .swiper-slide-active .cont h6, .work-carousel2 .swiper-slide-active .cont h4 {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: translateY(0px) !important;
  -ms-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
}

.work-carousel2 .swiper-pagination-progressbar {
  position: absolute;
  bottom: 0;
  top: auto;
  right: auto;
  left: calc(50% - 120px);
  width: 240px;
  height: 2px;
  border-radius: 10px;
  background: #eee;
}

.work-carousel2 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  border-radius: 10px;
  background: #1e1e1e;
}

.work-carousel2 .swiper-button-next, .work-carousel2 .swiper-button-prev {
  color: #000;
  width: 60px;
  height: 60px;
  border-radius: 0;
  border: 0;
  background: #fff;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.work-carousel2 .swiper-button-next:after, .work-carousel2 .swiper-button-prev:after {
  display: none;
}

.work-carousel2:hover .swiper-button-next, .work-carousel2:hover .swiper-button-prev {
  opacity: 1;
}

.work-carousel2 .content {
  position: relative;
}

.work-carousel2 .content .img {
  position: relative;
  line-height: 0;
}

.work-carousel2 .content .img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.work-carousel2 .content .cont {
  position: absolute;
  bottom: 40px;
  left: 40px;
  color: #fff;
}

.work-carousel2 .content .cont h6 {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

.work-carousel2 .content .cont h4 {
  font-weight: 600;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

.work-carousel2.mcolumn .swiper-slide {
  padding: 0px;
}

.work-carousel2.mcolumn .swiper-slide .img {
  border-radius: 0;
}

.work-carousel2.mcolumn .swiper-slide-active .img {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.work-carousel2.mcolumn .swiper-slide-active .img:after {
  opacity: 1 !important;
}

.half-bg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 200px;
  background: #18191d;
  z-index: 1;
}

.half-bg.bottom {
  bottom: 0;
}

.half-bg.top {
  top: 0;
}

.half-bg.not-sub {
  background: #0c0f16;
}

.works .lg-space > div {
  padding: 0 50px;
  margin-bottom: 50px;
}

.next-prog .box {
  position: relative;
}

.next-prog .box .bg-img {
  height: 320px;
  width: 320px;
  border-radius: 50%;
  margin: auto;
  background-position: center center;
  position: relative;
}

.next-prog .box .bg-img:before {
  border-radius: 50%;
}

.next-prog .box .caption, .next-prog .box .copy-cap {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.next-prog .box .caption h1, .next-prog .box .copy-cap h1 {
  font-size: 55px;
  font-weight: 800;
  display: block;
  min-width: 700px;
  text-align: center;
  margin: auto;
}

.next-prog .box .caption h1 .stroke, .next-prog .box .copy-cap h1 .stroke {
  display: inline-block;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.next-prog .box .copy-cap {
  z-index: -1;
}

/* ====================== [ End Work ] ====================== */

/* ====================== [ Start Responsive ] ====================== */

@media screen and (max-width: 991px) {
  .bg-img {
    background-position: center !important;
  }
}

@media screen and (max-width: 991px) {
  .order2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
}

@media screen and (max-width: 991px) {
  .order1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}

@media screen and (max-width: 991px) {
  .slider .parallax-slider .caption.dig {
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .slider .parallax-slider .caption.dig h1 {
    font-size: 60px;
  }
}

@media screen and (max-width: 991px) {
  .slider .parallax-slider .caption.dig h1 .tline {
    margin-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .slider .parallax-slider .caption h1 {
    font-size: 50px;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 991px) {
  .slider .parallax-slider .caption h1 br {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .slider-stwo .img {
    padding-right: 0;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 991px) {
  .slider-stwo:after {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .slider .parallax-slider .caption p {
    margin-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .arch-slider .parallax-slider .explore {
    margin-left: 0;
    margin-top: 50px;
  }
}

@media screen and (max-width: 991px) {
  .next-prog .box .caption h1, .next-prog .box .copy-cap h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}

@media screen and (max-width: 767px) {
  .slider .parallax-slider .caption h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .slider .parallax-slider .caption h1 br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .slider .parallax-slider .swiper-slide-active .caption h1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .slider .social-icon {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .slider .setone.setwo .prev-ctrl {
    left: 15px;
    bottom: 15px;
    top: auto;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

@media screen and (max-width: 767px) {
  .slider .setone.setwo .next-ctrl {
    left: 70px;
    bottom: 15px;
    top: auto;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

@media screen and (max-width: 767px) {
  .slider .swiper-pagination-fraction.top.botm {
    right: 15px;
    bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .slider .swiper-pagination-fraction.top .swiper-pagination-current {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .slider .parallax-slider .caption.dig h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .particles .cont h1 {
    font-size: 55px;
  }
}

@media screen and (max-width: 767px) {
  .slider-stwo ul li div {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .slider-stwo ul li .cont {
    display: block;
    vertical-align: auto;
    padding-left: 0;
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .slider.fixed-slider, .works-header.hfixd {
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .main-content {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 480px) {
  .slider-bus .caption h1 {
    font-size: 50px;
  }
}

@media screen and (max-width: 480px) {
  .showcase-full .dots {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .slider .txt-botm .swiper-nav-ctrl.swiper-button-next {
    right: 20px;
  }
}

@media screen and (max-width: 480px) {
  .slider .txt-botm .swiper-nav-ctrl.swiper-button-prev {
    left: 20px;
  }
}

@media screen and (max-width: 480px) {
  .next-prog .box .bg-img {
    width: 240px;
    height: 240px;
  }
}

@media screen and (max-width: 480px) {
  .next-prog .box .caption h1, .next-prog .box .copy-cap h1 {
    font-size: 20px;
    font-weight: 600;
  }
}

@media screen and (max-width: 480px) {
  .next-prog .box .caption h1 .stroke, .next-prog .box .copy-cap h1 .stroke {
    display: inline-block;
    color: #fff;
    -webkit-text-stroke: 0px #fff;
  }
}

/* ====================== [ End Responsive ] ====================== */

section {
  padding: 2.5vw 0;
  z-index: 0;
}

.semi-circle-r {
  padding-left: 2.5vw!important;
}

#explore-anim {
  margin-top: -5rem;
  z-index: 1;
}

.p {
  color: var(--mute-white);
  font-size: 1.5rem;
  font-family: Dongle, sans-serif;
  line-height: 1.25rem;
  margin: 1rem;
  letter-spacing: .075rem;
  transition: all 500ms ease;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}

.p-small {
  color: white;
  font-size: calc(.5rem + .1vw);
  font-family: Dongle, sans-serif;
  margin-top: 0;
  letter-spacing: .05rem;
  transition: all 500ms ease;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}

.star-medal-icon {
  margin: .5rem;
  background-size: 100%;
  font-size: 25px;
  /*color: var(--purple);*/
  animation: hueRotate 5s linear infinite;
  vertical-align: middle;
  text-align: center!important;
}

.p2 {
  font-size: calc(1rem + .25vw)!important;
  letter-spacing: calc(.025rem + .025vw)!important;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}

#hr-rainbow {
  /*margin-top: 2rem;*/
  margin: 2rem 0 0 0;
  /*width: 85vw;*/
  opacity: 100;
  height: 1px;
  background: var(--rainbow-gradient);
  /*background-size: 500% 500%;*/
  transition: gradient 500ms ease-in-out;
  -webkit-text-size-adjust: 100%;
  animation: gradient 5s ease infinite;
}

#github-icon {
  /*color: var(--indigo);*/
  /*animation: slow-blink 5s ease-in-out infinite;*/
}

#twitter-icon {
  /*color: var(--teal);*/
  animation: hueRotate 5s linear infinite;
}

#discord-icon {
  /*color: var(--purple);*/
  animation: hueRotate 5s linear infinite;
}

.footer-item.social {
  overflow: hidden!important;
  justify-content: flex-start!important;
  text-align: center!important;
  flex: 1 0 0%;
}

body {
  overflow-x: hidden!important;
  background: var(--bs-body-color);
  -webkit-backface-visibility: hidden;
}

.div-comet {
  z-index: -5;
  height: 100%;
  overflow: visible!important;
  transform: translate(1000px);
  flex: 1 1 auto!important;
  display: flex!important;
}

.bubble-div {
  z-index: 2!important;
  position: relative;
  /*backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);*/
  background-color: var(--bs-body-color);
  padding: 0px;
  justify-content: center!important;
  display: flex!important;
}

.bubble-content {
  padding: 25px 0;
  text-align: center;
  /*margin-right: 25px;*/
}

#icon-globe-webhost-div {
  animation: gradient 3s ease infinite;
  background-size: 200%;
  z-index: 100!important;
  margin-bottom: -2.5rem;
  margin-top: -10rem;
  font-size: calc(6em + .5vw);
  z-index: 5;
  overflow: visible!important;
  /*margin-top: -.85em;*/
}

.icon-globe.icon-globe-webhost {
  margin-top: -1em;
  z-index: 7!important;
  overflow: visible!important;
  font-size: 1em;
}

.typed-out {
  transition: margin 1200ms ease-in-out;
  display: inline-block;
  overflow: hidden;
  border-right: .75em solid;
  /*white-space: nowrap;*/
  width: 0;
  animation: typing 3s forwards, blink-caret 950ms step-end infinite;
}

.web-host-div {
  max-width: calc(250pt + 5vw);
  margin-top: calc(50px);
  margin-bottom: 2rem;
  overflow: visible!important;
  transition: width ease 900ms;
  /*flex: 0 0 auto;*/
  /*width: auto;*/
}

#web-portfolio-h {
  margin-bottom: 3rem;
  padding: 1rem;
  /*white-space: nowrap;*/
  /*font-weight: 900;*/
  font-size: calc(.5em + .75vw);
  letter-spacing: calc(.2em + 1vw);
  transition: all 500ms ease-out;
  animation: pulse-fade 25s ease infinite;
  color: rgb(255,255,255);
  text-align: center!important;
  justify-content: center!important;
}

.h3 {
  line-height: 1.5rem;
  /*margin: 1em;*/
  font-size: .75em;
}

#iconRowRainbow {
  width: initial;
  justify-content: center!important;
  flex-direction: row!important;
  display: flex!important;
  text-align: center!important;
}

.icon1 {
  /*background-size: 500%!important;*/
  /*margin-top: 1rem;*/
  /*margin: .5rem;*/
  /*background-size: 500% 250%;*/
  font-size: 1.5rem;
}

.icon2 {
  margin: .5rem 1rem;
  background-size: 500%!important;
  font-size: 1.25rem;
}

#icon-globe-webhost-col {
  width: 0;
  /*height: calc(25px + 5vw);*/
  /*flex: 1 0 0%;*/
}

.p.web-hst-p {
}

#splash-p-5 {
  background-size: 150%;
  font-weight: 500;
  width: 100%;
  padding: 0 1rem;
  margin-top: 2rem;
  margin-left: .25rem;
  margin-right: .25rem;
}

.p.splash-p {
  /*margin: 2.5rem 0;*/
}

.nav-link-icon {
  font-size: 1rem;
  /*opacity: .5;*/
  /*padding-bottom: 3px;*/
  background: white;
  /*background-color: var(--mute-white);*/
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100%;
  transition: gradient 900ms ease-in-out;
  -webkit-text-size-adjust: 100%;
  animation: gradient 5s ease infinite;
}

#css3-icon {
  color: var(--bs-white);
  text-shadow: 0px 5px 20px rgba(255,155,155,0.25);
}

.language-icons {
  font-size: 1.25rem;
  margin: 1rem;
}

.pace {
  visibility: hidden!IMPORTANT;
  width: 0!IMPORTANT;
}

#assignments-table {
  transition: all 900ms ease;
  overflow: visible;
  text-align: right!important;
  display: flex!important;
}

.p.p-center-flex {
  display: flex!important;
  text-align: center!important;
  justify-content: center!important;
}

.p.p-portfolio-title {
  display: flex!important;
  text-align: center!important;
  justify-content: center!important;
}

.p.p-subtext {
  font-size: calc(1rem + .2vw);
  /*opacity: .5;*/
  /*opacity: .5;*/
}

.animated-title-pulse {
  padding-top: 30px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  word-wrap: nowrap;
  font-weight: 900;
  font-size: calc(.5em + 1vw);
  letter-spacing: calc(.2em + 1.5vw);
  transition: all 500ms ease-out;
  animation: pulse-fade 15s ease infinite;
  font-family: 'Lexend Giga', sans-serif;
  color: rgb(255,255,255);
  white-space: nowrap!important;
  text-align: center!important;
  justify-content: center!important;
  line-height: 1.2;
}

#col-gallery {
  align-items: center!important;
  justify-content: center!important;
  display: flex!important;
  flex-direction: column!important;
}

#bootcamp-gallery-p {
  margin: 2rem;
  align-items: center!important;
  justify-content: center!important;
  display: flex!important;
  flex-direction: column!important;
}

#col-list {
  /*max-width: 350px;*/
  padding: 2rem;
  justify-content: center!important;
  display: flex!important;
}

#h-modal-contact-dev {
  margin: 1rem 0rem;
  padding: 0;
  font-size: .95rem;
  letter-spacing: .25rem;
  background: var(--rainbow-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 500% 500%;
  transition: gradient 900ms ease-in-out;
  -webkit-text-size-adjust: 100%;
  animation: gradient 10s ease infinite;
  text-align: center;
}

p {
  margin-bottom: 0;
  color: var(--bs-light);
}

.gallery-div a {
  font-family: 'Lexend Giga';
  color: var(--rainbow-gradient);
  background: var(--rainbow-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 250% 250%;
  animation: gradient 5s ease infinite;
}

.simple-btn {
  font-size: 3rem;
  /*text-shadow: var(--;*/
  text-transform: uppercase;
  margin: 1rem;
  border-radius: 2rem;
  /*background-color: var(--bubble-bg);*/
  padding: 2rem;
}

.skill-group {
  white-space: nowrap;
  flex-direction: row!important;
  display: flex!important;
}

.colorless-frame {
  /*background: var(--rainbow-gradient);*/
  /*background-size: 500% 500%;*/
  /*transition: gradient 500ms ease-in-out;*/
  -webkit-text-size-adjust: 100%;
  /*animation: gradient 5s ease infinite;*/
  box-shadow: var(--bubble-shadow);
  border-radius: 50px!important;
  /*padding: 2px;*/
  margin: 0 calc(5px + 2.5vw);
  display: inline-flex!important;
  overflow: overlay;
}

.color-frame {
  background: var(--rainbow-gradient);
  background-size: 500% 500%;
  transition: gradient 500ms ease-in-out;
  -webkit-text-size-adjust: 100%;
  animation: gradient 5s ease infinite;
  box-shadow: var(--bubble-shadow);
  border-radius: 50px;
  padding: 2px;
  margin: 0 calc(5px + 2.5vw);
  display: inline-flex!important;
  overflow: overlay;
}

.color-frame-content {
  overflow: hidden;
  padding: 1.25rem 1rem;
  border-radius: 50px;
  background-color: var(--body);
}

@media (min-width:992px) {
  .web-host-div {
    margin-top: 0!important;
  }
}

.website-tier-card {
  margin-bottom: 2.5rem;
  margin-top: 2rem;
  transition: all 750ms ease;
}

.website-tier-card:hover {
  box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.75);
  transform: scale(1.2);
  transition: all 750ms ease;
}

#store-btn {
  margin-top: 2rem;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 0;
}

.linkedin-link:hover {
  animation: gradient 5s ease infinite;
  transition: all 750ms ease;
  transform: scale(1.15);
  opacity: 1;
  letter-spacing: .05rem;
}

.linkedin-link {
  /*opacity: .5;*/
  background-size: 200%;
  transition: all 750ms ease;
  font-size: 1.25rem;
}

/* SKILL CARDS */

* {
  transition: all 800ms ease;
  /*transition: margin 800ms ease;*/
}

.skill-card:hover {
  z-index: 999!important;
  opacity: 1;
  transform: scale(2.75);
  transition: all 1000ms ease;
  opacity: 1!important;
  background-color: rgba(13,13,14,0)!important;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  color: white!important;
  font-size: 10px;
  text-shadow: 0px 0px 20px black;
  transition: all 800ms ease;
}

.skill-card {
  opacity: .5;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  /*font-size: 10px;*/
  /*font-size: 10px;*/
  color: rgba(255,255,255,0)!important;
  overflow: visible!important;
  /*margin: calc(2px + .5vw);*/
  /*margin-bottom: 15px;*/
  width: 3rem;
  height: 3rem;
  /*padding: 5px;*/
  border-radius: 10px;
  background-color: rgba(13,13,14,0)!important;
  /*box-shadow: 0px 0px 10px rgba(0,0,0,0.5);*/
  transition: all 800ms ease;
  align-items: center!important;
  display: flex!important;
  flex-direction: column!important;
}

#skill-cards-porfolio .skill-card-img {
  margin-top: .25rem;
  font-size: 2REM;
  opacity: .75;
  height: 1.5rem;
  color: white;
  width: 1.5rem;
  transition: all 800ms ease;
}

#skill-cards {
  /*margin: 25px calc(25px + 2.5vw);*/
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: rgba(255,255,255,0);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: white;
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  text-decoration: none;
}

.web-shop-tier-icon {
  /*color: white;*/
  font-size: calc(.25rem + 2.5vw);
  margin: .75rem;
}

.h_animated {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 25px;
  padding-right: 25px;
  white-space: normal!important;
  font-weight: 900;
  line-height: 2rem;
  /*font-size: calc(.5em + 1vw);*/
  letter-spacing: calc(.2em + 1.5vw);
  transition: all 500ms ease-out;
  animation: pulse-fade 15s ease infinite;
  font-family: 'Lexend Giga', sans-serif;
  color: var(--mute-white);
  /*white-space: nowrap!important;*/
}

.skill-card-img {
  font-size: 1.5rem;
  height: 1.5rem;
  margin-top: .75rem;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  color: white;
  transition: smooth 1s;
  background-color: var(--bs-body-color);
  border-color: var(--bs-btn-active-border-color);
}

.li_skill {
  font-family: 'Dongle';
  font-size: 20px;
  margin: .25rem;
  font-style: italic;
}

.color-frame-content hr {
  opacity: 1;
  width: 112%;
  /*margin: CALC(5PX+2.5VW) 0;*/
  /*width: 85vw;*/
  /*opacity: 100;*/
  height: 2px;
  background: VAR(--rainbow-gradient);
  /*-webkit-background-clip: text;*/
  -webkit-text-fill-color: transparent;
  background-size: 500% 500%;
  transition: gradient 500ms ease-in-out;
  -webkit-text-size-adjust: 100%;
  animation: gradient 5s ease infinite;
}

.terms ol {
  margin: 1rem 2rem;
  color: white;
}

.terms_and_conditions li {
  margin: 1rem;
  color: white;
}

.terms p {
  margin: 2rem 0;
  color: white;
}

.rainbow-hr {
  /*margin: 2rem;*/
  opacity: 1;
  width: 100%;
  height: 2px;
  background: VAR(--rainbow-gradient);
  -webkit-text-fill-color: transparent;
  background-size: 500% 500%;
  transition: gradient 500ms ease-in-out;
  -webkit-text-size-adjust: 100%;
  animation: gradient 5s ease infinite;
}

.payment_icons {
  padding-bottom: 10px;
  margin: 0 1rem;
}

.terms li {
  margin: 1rem;
}

.nav-link-icon:hover {
  opacity: 1;
}

.navbar-light .navbar-nav .nav-link {
  margin: 1rem;
  transition: all 750ms ease;
  opacity: .5;
  color: rgba(255,255,255);
  font-size: 1.1rem;
  letter-spacing: .075rem;
}

.nav-link {
  width: 3.25rem;
  display: block;
  padding: .5rem 1rem;
  color: #ffffff;
  text-decoration: none;
  transition: color .9s ease-in-out,background-color .9s ease-in-out,border-color .9s ease-in-out;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  text-shadow: 0px 0px 15px;
  opacity: 1;
  transition: all 750ms ease;
}

.img_gallery:hover {
  transform: scale(1.25);
  /*background-color: var(--bs-body-bubble);*/
  box-shadow: 0px 0px 18px 17px rgba(3,3,3,0.2);
  transition: all 900ms ease;
}

.img_gallery {
  border-radius: 1rem;
  transition: all 900ms ease;
}

.ref-button:hover {
  color: #ffffff;
  transition: all 500ms ease-in-out;
  animation: growShrink 500ms ease-in-out;
}

.ref-product-data {
  color: rgba(255,255,255,0.9);
}

a {
  text-decoration: none;
}

.portfolio-content {
  margin-left: calc(10px + 6vw);
  margin-right: calc(10px + 6vw);
  margin-bottom: calc(10px + 2vw);
  border-radius: 75px;
  backdrop-filter: blur(2.5px);
  -webkit-backdrop-filter: blur(2.5px);
  background-color: var(--bs-body-color);
  box-shadow: 0px 14px 20px 2px rgba(0,0,0,0.25);
}

.inner, .outer, ::after, ::before {
  animation: 5s linear infinite reverse color-borders;
}

#begin {
  padding-right: 2.5vw!important;
  flex: 0 0 auto;
  width: 100%;
}

#iconCertCap {
  margin: 1rem;
  font-size: 1.5rem;
  animation: hueRotate 5s linear infinite;
}

/* start swiper */

/* *
 * Swiper 5.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2019 */

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px,0,0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  /*width: 100%;*/
  /*height: 100%;*/
  /*object-fit: cover;*/
  /*border: 2rem3;*/
  /*3: 0;*/
  /*width: 100^!important;*/
  /*height: auto;*/
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: 'Dongle'!important;
  font-size: 1.25rem!important;
  text-transform: none!important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.swiper-button-next, .swiper-button-prev {
  font-family: 'Dongle'!important;
  font-size: 1.25rem!important;
  text-transform: none!important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0,0,0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px,-50%,0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0,0,0,.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* end swiper */

/* start showcase */

.showcase-full .parallax-slider .swiper-slide .bg-img {
  background-position: center center;
}

.showcase-full .parallax-slider .caption h1 {
  font-size: 9vw;
  font-weight: 800;
  line-height: 1.2;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.showcase-full .parallax-slider .caption h1 .stroke {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.showcase-full .parallax-slider .caption h1 span {
  margin-left: 200px;
}

.showcase-full .parallax-slider .caption .discover {
  margin-top: 50px;
  opacity: 0;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.showcase-full .parallax-slider .caption .discover i {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-right: 10px;
}

.showcase-full .parallax-slider .caption .discover span {
  font-size: 13px;
  font-weight: 600;
}

.showcase-carus {
  height: 100vh;
}

.showcase-carus .swiper-container {
  height: 100%;
}

.showcase-carus .swiper-slide .bg-img {
  height: 60vh;
  margin: 20vh 0 0;
}

.showcase-carus .caption h1, .showcase-carus .copy-cap h1 {
  font-size: 90px;
  font-weight: 800;
  line-height: 1.2;
  position: relative;
  left: -120px;
}

.showcase-carus .caption h1 .stroke, .showcase-carus .copy-cap h1 .stroke {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  -webkit-transform: skewX(25deg) translateX(-100px);
  -ms-transform: skewX(25deg) translateX(-100px);
  transform: skewX(25deg) translateX(-100px);
  opacity: 0;
  -webkit-transition: opacity .3s, -webkit-transform 1.2s;
  transition: opacity .3s, -webkit-transform 1.2s;
  -o-transition: transform 1.2s, opacity .3s;
  transition: transform 1.2s, opacity .3s;
  transition: transform 1.2s, opacity .3s, -webkit-transform 1.2s;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

.showcase-carus .caption h1 span, .showcase-carus .copy-cap h1 span {
  margin-left: 40px;
  -webkit-transform: skewX(-25deg) translateX(100px);
  -ms-transform: skewX(-25deg) translateX(100px);
  transform: skewX(-25deg) translateX(100px);
  opacity: 0;
  -webkit-transition: opacity .3s, -webkit-transform 1.2s;
  transition: opacity .3s, -webkit-transform 1.2s;
  -o-transition: transform 1.2s, opacity .3s;
  transition: transform 1.2s, opacity .3s;
  transition: transform 1.2s, opacity .3s, -webkit-transform 1.2s;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

.showcase-carus .caption .discover, .showcase-carus .copy-cap .discover {
  margin-top: 50px;
  opacity: 0;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.showcase-carus .caption .discover i, .showcase-carus .copy-cap .discover i {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-right: 10px;
}

.showcase-carus .caption .discover span, .showcase-carus .copy-cap .discover span {
  font-size: 13px;
  font-weight: 600;
}

.showcase-carus .swiper-slide-active .caption h1 .stroke, .showcase-carus .swiper-slide-active .copy-cap h1 .stroke {
  -webkit-transform: skewX(0) translateX(0);
  -ms-transform: skewX(0) translateX(0);
  transform: skewX(0) translateX(0);
  opacity: 1;
}

.showcase-carus .swiper-slide-active .caption h1 span, .showcase-carus .swiper-slide-active .copy-cap h1 span {
  -webkit-transform: skewX(0) translateX(0);
  -ms-transform: skewX(0) translateX(0);
  transform: skewX(0) translateX(0);
  opacity: 1;
}

.showcase-carus .swiper-slide-active .caption .discover, .showcase-carus .swiper-slide-active .copy-cap .discover {
  opacity: 1;
}

.showcase-carus .copy-cap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.showcase-carus .copy-cap .cap h1 span {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.showcase-carus .copy-cap .cap h1 .stroke {
  color: #fff;
  -webkit-text-stroke: 0;
}

.showcase-carus.circle-slide .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.showcase-carus.circle-slide .swiper-slide .bg-img {
  height: 420px;
  width: 420px;
  border-radius: 50%;
  margin: auto;
  background-position: center center;
}

.showcase-carus.circle-slide .swiper-slide .bg-img:before {
  border-radius: 50%;
}

.showcase-carus.circle-slide .caption, .showcase-carus.circle-slide .copy-cap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.showcase-carus.circle-slide .caption h1, .showcase-carus.circle-slide .copy-cap h1 {
  font-size: 90px;
  display: block;
  min-width: 700px;
  text-align: center;
  left: -140px;
  margin: auto;
}

.showcase-carus.circle-slide .caption h1 .stroke, .showcase-carus.circle-slide .copy-cap h1 .stroke {
  display: inline-block;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.showcase-carus.circle-slide .caption h1 span, .showcase-carus.circle-slide .copy-cap h1 span {
  margin-left: auto;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.showcase-carus.circle-slide .copy-cap .cap h1 span {
  color: #fff;
  -webkit-text-stroke: 0;
}

.showcase-carus.circle-slide .copy-cap .cap h1 .stroke {
  color: #fff;
  -webkit-text-stroke: 0;
}

.showcase-carus.circle-slide .caption h1 .stroke, .showcase-carus.circle-slide .copy-cap h1 .stroke {
  -webkit-transform: skewX(0) translateX(0);
  -ms-transform: skewX(0) translateX(0);
  transform: skewX(0) translateX(0);
  opacity: 1;
}

.showcase-carus.circle-slide .caption h1 span, .showcase-carus.circle-slide .copy-cap h1 span {
  -webkit-transform: skewX(0) translateX(0);
  -ms-transform: skewX(0) translateX(0);
  transform: skewX(0) translateX(0);
  opacity: 1;
}

.showcase-carus.showstyle {
  display: none;
}

.showcase-carus.showstyle .swiper-slide .bg-img {
  height: 70vh;
  margin: 15vh 0 0;
}

.showcase-carus.showstyle .caption h1 {
  font-size: 90px;
  font-weight: 800;
  line-height: 1.2;
  position: relative;
  left: -120px;
}

.showcase-carus.showstyle .caption h1 span {
  margin-left: 40px;
  -webkit-transform: skewX(-25deg) translateX(100px);
  -ms-transform: skewX(-25deg) translateX(100px);
  transform: skewX(-25deg) translateX(100px);
  opacity: 0;
  -webkit-transition: opacity .3s, -webkit-transform 1.2s;
  transition: opacity .3s, -webkit-transform 1.2s;
  -o-transition: transform 1.2s, opacity .3s;
  transition: transform 1.2s, opacity .3s;
  transition: transform 1.2s, opacity .3s, -webkit-transform 1.2s;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

.showcase-carus.showstyle .caption .discover {
  margin-top: 50px;
  opacity: 0;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.showcase-carus.showstyle .caption .discover i {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-right: 10px;
}

.showcase-carus.showstyle .caption .discover span {
  font-size: 13px;
  font-weight: 600;
}

.showcase-grid {
  height: 100vh;
}

.showcase-grid .swiper-container {
  height: 100%;
}

.showcase-grid .swiper-slide .bg-img {
  height: 76vh;
  margin: 12vh 0 0;
  position: relative;
  background-position: center center;
}

.div-tooltip-tit {
  display: none;
  position: absolute;
  background-color: #000;
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 99999;
}

.div-tooltip-sub {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 10px;
  color: #111;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 99999;
}

/* end showcase */

/* start scrollcarousel */

.scrollCarousel-sec {
  user-select: none;
}

.wrapper {
  overflow: visible;
  user-select: none;
  justify-content: center!important;
  align-items: center!important;
  height: 180PX;
  overflow: visible;
  perspective: 850px;
  background: linear-gradient(135deg, #ff80bf 0%, rgba(154,192,255,0.8) 75%, #ffffff00 100%);
}

.circular-slider {
  overflow: visible;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
}

.card {
  user-select: none;
  position: absolute;
  background-color: rgba(255,255,255,0);
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2), 0 8px 16px rgba(0, 0, 0, 0.15);
  backface-visibility: hidden;
  transform-style: preserve-3d;
  perspective: 800px;
}

.card .content {
  user-select: none;
  width: 100%;
  height: 100%;
  font-size: 2rem;
  color: #666;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  transform-style: preserve-3d;
  transform: translateZ(2rem) rotateY(0deg);
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2));
  color: rgba(255,255,255,0);
}

.info {
  position: absolute;
  bottom: 2rem;
  color: #454545;
  left: 50%;
  z-index: 1000;
  transform: translateX(-50%);
  text-align: center;
  line-height: 1.3;
  font-size: 0.8rem;
  pointer-events: none;
  z-index: 1;
}

.info .smile {
  font-size: 1.2rem;
}

.info .name {
  font-weight: 300;
  font-size: 1.2rem;
}

.scrollCarousel-div {
  padding: 100px 0;
  margin-bottom: 100px;
  overflow: visible;
  user-select: none;
  display: flex!important;
  justify-content: center!important;
  align-items: center!important;
}

.crsl-image {
  user-select: none;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card {
  border-radius: 40px;
  margin: 3rem;
  /*border-radius: 25%;*/
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: none;
  border-radius: 0px;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  float: center;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out;
}

/* end scrollcarousel */

