@import "fonts.css";

html,
/* body {
  background-color: #000;
  font-family: "SFPro Display Regular";
} */
body {
  background-color: #000;
  font-family: "SFPro Display Regular";
}

body.light {
  background-color: #fff;
}

h1,
h2,
h4,
h5,
h6,
p,
input,
select {
  font-family: "SFPro Display Regular";
}

img {
  border-radius: 10px;
}

.no-select {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.mobile-only {
  display: none;
}

.template {
  display: none !important;
}

.line {
  background-color: #07ecf7;
  height: 3px;
  width: 230px;
}

.dark-line {
  background-color: #969696;
  height: 1px;
  width: 10%;
  margin: 0 20px;
}

.border-top {
  border-top: 1px solid #2c2c2c !important;
}

.border-bottom {
  border-bottom: 1px solid #2c2c2c !important;
}

.shadow {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient(top,
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  min-height: inherit;
}

.owl-prev,
.owl-next {
  font-size: 1.8rem !important;
  color: #07ecf7 !important;
  position: absolute;
  top: 35vh;
}

.owl-prev {
  left: 2%;
}

.owl-next {
  right: 2%;
}

.owl-dots {
  display: none !important;
}

.cookies {
  background-color: #2c2c2c;
  border-radius: 10px;
  margin: 0 20px;
  padding: 10px;
  position: fixed;
  z-index: 6;
  bottom: 20px;
  width: calc(25% - 40px);
  color: #fff;
  display: none;
  justify-content: space-between;
  align-items: center;
}

.cookies.show {
  display: flex;
}

/* Media */
@media screen and (max-width: 1200px) {
  .cart {
    width: 40vw !important;
    transform: translateX(40vw) !important;
  }

  .cookies {
    width: 50%;
  }
}

@media screen and (max-width: 992px) {
  .navbar-nav {
    flex-direction: row !important;
  }

  .slider .mainVideo {
    margin: 50px;
    width: calc(100% - 100px) !important;
    height: 70vh !important;
  }

  .machines .info {
    padding: 0 !important;
  }

  .machines .machine .info-padding {
    padding: 10px !important;
  }

  .cart {
    width: 50vw !important;
    transform: translateX(50vw) !important;
  }

  .product .owl-prev,
  .product .owl-next {
    position: static !important;
    margin: 0 20px;
  }

  .owl-nav {
    text-align: center;
  }

  .profile,
  .profile .shadow {
    height: auto !important;
  }

  .feed,
  .products {
    padding: 60px 0 !important;
  }

  .beforeCheckout .circleLeft {
    width: 25vh !important;
    height: 25vh !important;
  }
}

@media screen and (max-width: 768px) {
  .slider .mainVideo {
    height: 50vh !important;
  }

  .reviews .owl-prev,
  .reviews .owl-next {
    position: static !important;
    margin: 0 20px;
  }

  .beforeCheckout .desktop-only {
    display: none;
  }

  .quote {
    background-image: url("../img/quote_butterfly.png") !important;
    background-position: 5% 90% !important;
    background-size: 32% !important;
  }

  .cart {
    width: 90vw !important;
    transform: translateX(90vw) !important;
  }

  .cart .cart-item {
    align-items: flex-start !important;
  }

  .cart .cart-item .item-image {
    width: 25%;
  }

  .machine-carousel {
    width: 100% !important;
  }

  .product .images {
    margin-bottom: 3rem !important;
  }

  .cardItem-md h1.cardItem__name,
  .cardItem-md .pricing span.cardItem__oldPrice,
  .cardItem-md .pricing span.cardItem__currentPrice {
    font-size: 0.9rem !important;
  }

  .cardItem-md p.control,
  .cardItem-lg p.control {
    margin-top: 10px !important;
  }

  .cardItem-md .button,
  .cardItem-lg .button {
    padding: 7px 10px !important;
    font-size: 0.7rem;
  }

  .products .info-box .feature {
    margin: 20px 0 !important;
  }
}

@media screen and (max-width: 576px) {

  .iframeBackground {
    width: 150vh;
  }

  .slider .mainVideo {
    margin: 10px !important;
    width: calc(100% - 20px) !important;
    height: 30vh !important;
  }

  .mobile-only {
    display: block;
  }

  .desktop-only {
    display: none;
  }

  .machine .button {
    font-size: 0.75rem !important;
  }

  .machines .machine-features {
    margin-bottom: 1rem !important;
  }

  .machines .machines-container {
    align-items: flex-start !important;
  }


  .slider.videoBackground {
    background-image: url(../img/tattoo_process.gif);
    background-size: cover;
    background-position: right center;
  }

  .slider.videoBackground,
  .slider.videoBackground .superShadow {
    padding-top: 70px !important;
  }

  .arrowDown {
    margin-top: 4rem !important;
  }

  .cookies {
    bottom: 100px !important;
    width: calc(100% - 40px);
  }

  .beforeCheckout {
    padding: 2rem;
  }

  .beforeCheckout .form,
  .signForm .form {
    padding: 2rem 0 !important;
  }

  .cardItem-md h5.cardItem__type,
  .cardItem-md h1.cardItem__name,
  .cardItem-md .pricing span.cardItem__oldPrice,
  .cardItem-md .pricing span.cardItem__currentPrice {
    font-size: 0.7rem !important;
  }

  .cardItem-lg h1.cardItem__name,
  .cardItem-lg .pricing span.cardItem__oldPrice,
  .cardItem-lg .pricing span.cardItem__currentPrice {
    font-size: 1.2rem !important;
  }

  .tattooCarousel {
    padding-bottom: 0 !important;
  }

  .circleLeft,
  .circleRight {
    width: 30vh !important;
    height: 30vh !important;
  }

  .info-box .feature h5 {
    font-size: 1rem !important;
  }

  .info-box .feature img {
    width: 50px !important;
  }
}

/* font sizes */

.fs-h1 {
  font-size: 40px;
}

/* buttons */

.button {
  text-decoration: none;
  text-align: center;
  border: 2px solid #cccccc;
  border-radius: 13px;
  padding: 7px 35px;
  transition: all 0.2s ease;
  font-family: "SFPro Display Regular";
}

.menu-button {
  color: #cccccc;
  border-color: #cccccc;
}

.menu-button:hover {
  color: #000;
  background-color: #cccccc;
}

.primary-button {
  color: #fff;
  background-color: #00c4ce;
  border-color: #00c4ce;
}

.primary-button:hover {
  color: #fff !important;
  background-color: #00bac4;
  border-color: #00bac4;
}

.secondary-button {
  color: #fff;
  background-color: #0fb4bc;
  border-color: #0fb4bc;
}

.secondary-button:hover {
  color: #fff !important;
  background-color: #0fa1a8;
  border-color: #0fa1a8;
}

.secondary-button-outline {
  color: #0fb4bc;
  border-color: #0fb4bc;
  background-color: transparent;
}

.secondary-button-outline:hover {
  color: #fff;
  background-color: #0fb4bc;
}

.light-button {
  border-color: #efefef;
  color: #232323;
}

.light-button:hover {
  border-color: #e2e2e2;
  background-color: #e2e2e2;
  color: #232323;
}

.gold-button {
  color: #fff;
  background-color: #f0cf41;
  border-color: #f0cf41;
}

.gold-button:hover {
  color: #fff;
  background-color: #e4c644;
  border-color: #e4c644;
}

.gold-button-outline {
  color: #f0cf41;
  border-color: #f0cf41;
}

.gold-button-outline:hover {
  color: #fff;
  background-color: #f0cf41;
}

.cart-button,
.cart-button-outline {
  border-color: #00c4ce;
  border-radius: 7px;
  color: #fff;
  font-size: 0.9rem;
  width: 100%;
  margin-top: 0.75rem;
}

.cart-button:hover,
.cart-button-outline:hover {
  color: #fff !important;
  background-color: #01c4ce;
  border-color: #01c4ce;
}

.cart-button {
  background-color: #00c4ce;
  box-shadow: 0px 1.5px 8px #018d82;
}

.cart-button:hover {
  color: #fff !important;
  box-shadow: 0px 3px 8px #018d82;
}

.cart-button-outline {
  background-color: transparent;
}

/* links */

.link-text,
.link-text:hover {
  color: inherit;
  text-decoration: none;
}

.link-navbar {
  color: #97979c;
  text-decoration: none;
  font-family: "SFPro Display SemiBold";
  border-bottom: 2px solid transparent;
}

.link-navbar.active {
  border-color: #07ecf7;
  color: #fff;
}

.link-navbar:hover {
  border-color: #07ecf7;
  color: #fff;
}

.link-nav {
  color: #707070;
  text-decoration: none;
}

.link-nav:hover {
  text-decoration: underline;
  color: #707070;
}

.link-white {
  color: #fff;
  text-decoration: underline;
}

.link-white:hover {
  color: #e7e7e7;
}

.link-primary {
  color: #07ecf7;
}

.link-primary:hover {
  color: #0cdee9;
}

.link-secondary {
  color: #0fb4bc;
}

.link-secondary:hover {
  color: #0ea9b1;
}

.link-dark {
  color: #969696;
}

.link-dark:hover {
  color: #8d8d8d;
}

.link-light {
  color: #cccccc;
  text-decoration: underline;
}

.link-light:hover {
  color: #c0c0c0;
}

.link-danger {
  color: #c65e4b;
  text-decoration: none;
  border-bottom: 1px solid #c65e4b;
  font-size: 19px;
}

/* colors */
.primary-text {
  color: #07ecf7;
}

.secondary-text {
  color: #0fb4bc;
}

.light-text {
  color: #cccccc;
}

.white-text {
  color: #fff;
}

.dark-text {
  color: #969696;
}

.dark-black-text {
  color: #504f4f;
}

.black-text {
  color: #707070;
}

.gold-text {
  color: #f0cf41;
}

.danger-text {
  color: #c65e4b;
}

/* text style */
.fw-light {
  font-family: "SFPro Display Light";
}

.fw-normal {
  font-family: "SFPro Display Regular";
}

.fw-bold {
  font-family: "SFPro Display SemiBold";
}

/* Navbar */

.navbar {
  /*-webkit-backdrop-filter: blur(24px);
  backdrop-filter: saturate(180%) blur(24px);*/
  background-color: rgba(0, 0, 0, 1);
}

.cart {
  width: 30vw;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  transition: all 0.3s ease;
  transform: translatex(30vw);
}

.cart.shown {
  transform: translatex(0) !important;
}

.cart .cartBody {
  background-color: #1c1c1c;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 0.5px solid #333333;
}

.cart-items {
  height: 100%;
  overflow-y: auto;
}

.cart-bottom {
  border-top: 0.5px solid #333333;
}

.cart-item {
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
  font-size: 0.8rem;
  border-bottom: 0.5px solid #333333;
}

.cart-item .item-image {
  width: 15%;
}

.cart-item .count {
  border: 0.6px solid #2c2c2c;
  border-radius: 7px;
  color: #fff;
  font-family: "SFPro Display SemiBold";
  display: flex;
  align-items: center;
  margin-top: 15px;
  display: inline-block;
}

.cart-item .count .count-controls {
  font-size: 1.2rem;
  padding: 0 0.5rem;
  cursor: pointer;
}

.cart-item .count .count-value {
  background-color: #1c1c1c;
  color: #fff;
  border: 0;
  text-align: center;
}

.cart-item .delete {
  font-size: 14px;
}

.cart #total {
  color: #fff;
  font-size: 1.5rem;
  font-family: "SFPro Display SemiBold";
  text-align: center;
  padding: 1.5rem 0 0.75rem 0;
}

#cart-item-count {
  background-color: #07ecf7;
  font-size: 0.5rem;
  width: 16px;
  height: 16px;
  top: -2px;
  right: -7px;
}

/* card items */

.cardItem-lg,
.cardItem-md {
  position: relative;
  z-index: 5;
  margin-top: 1.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  font-family: "SFPro Display SemiBold";
}

.cardItem-lg.gold,
.cardItem-md.gold {
  border-radius: 33px;
  border: 5px solid #d0c115;
  overflow: hidden;
  box-shadow: 0 3px 30px rgba(247, 201, 7, 0.33);
  animation: lampGold 3.5s alternate infinite cubic-bezier(0.4, 0, 1, 1);
}

@keyframes lampGold {
  from {
    box-shadow: 0 0px 50px rgba(247, 201, 7, 0.33);
  }

  to {
    box-shadow: 0 0px 50px rgba(247, 201, 7, 0.8);
  }
}

.cardItem-lg .ratio-lg {
  padding: 20px;
  padding-top: 35%;
}

.cardItem-md .ratio-md {
  padding: 10px;
  padding-top: 65%;
}

.cardItem-lg .superShadow,
.cardItem-md .superShadow {
  background: rgba(1, 1, 1, 0);
  background: -webkit-linear-gradient(top right,
      rgba(1, 1, 1, 0),
      rgba(1, 1, 1, 1));
  background: -moz-linear-gradient(top right,
      rgba(1, 1, 1, 0),
      rgba(1, 1, 1, 1));
  background: linear-gradient(to bottom left,
      rgba(1, 1, 1, 0),
      rgba(1, 1, 1, 1));
}

h5.cardItem__type {
  font-family: "SFPro Display Light";
  color: #ccc;
  font-size: 1rem;
  text-transform: capitalize;
}

h1.cardItem__name {
  font-family: "SFPro Display SemiBold";
  color: #efefef;
  text-transform: uppercase;
}

.cardItem-lg h1.cardItem__name {
  font-size: 1.8rem;
}

.cardItem-md h1.cardItem__name {
  font-size: 1.5rem;
}

.cardItem-md .pricing,
.cardItem-lg .pricing {
  display: flex;
  align-items: center;
}

.cardItem-md .pricing span.cardItem__oldPrice,
.cardItem-lg .pricing span.cardItem__oldPrice {
  color: #969696;
  text-decoration: line-through;
  margin-right: 20px;
}

.cardItem-md .pricing span.cardItem__currentPrice,
.cardItem-lg .pricing span.cardItem__currentPrice {
  color: #ccc;
}

.cardItem-lg .pricing span.cardItem__oldPrice,
.cardItem-lg .pricing span.cardItem__currentPrice {
  font-size: 1.7rem;
}

.cardItem-md p.control,
.cardItem-lg p.control {
  margin-top: 30px;
}

.cardItem-lg .button,
.cardItem-md .button {
  box-shadow: 0 3px 30px rgba(7, 236, 247, 0.33);
}

.cardItem-lg .gold-button,
.cardItem-md .gold-button,
.cardItem-lg .gold-button-outline,
.cardItem-md .gold-button-outline {
  box-shadow: 0 3px 30px rgba(247, 201, 7, 0.33);
}

/* slider */

.slider .slider-info {
  background-image: url(../img/slider.png);
  background-position: 900px center;
  background-size: 60%;
  background-repeat: no-repeat;
}

.slider .slider-info .row {
  min-height: 100vh;
}

.slider .mainVideo {
  width: 100%;
  height: 90vh;
}

.scrollDownArrow {
  font-size: 3.3rem;
  animation: 0.8s ease-in-out 1s infinite alternate both running scrollDownArrowAnimation;
}

@keyframes scrollDownArrowAnimation {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(10px);
  }
}

.arrowDown {
  margin-top: 5rem;
}

/* home slider */

.slider.slider.videoBackground .superShadow {
  background: rgba(1, 1, 1, 1);
  background: -webkit-linear-gradient(bottom,
      rgba(1, 1, 1, 1),
      rgba(18, 18, 18, 0.6));
  background: -moz-linear-gradient(bottom,
      rgba(1, 1, 1, 1),
      rgba(18, 18, 18, 0.6));
  background: linear-gradient(to top, rgba(1, 1, 1, 1), rgba(18, 18, 18, 0.6));
}

.slider.slider.videoBackground .superShadow .row {
  padding-bottom: 7rem;
  box-sizing: border-box;
}

/* products */

.products {
  padding: 60px 15%;
  position: relative;
}

.products .info-box {
  margin: 70px 0;
  padding: 0 40px;
}

.products .info-box .feature {
  margin: 60px 0;
}

.circleLeft,
.circleRight {
  position: absolute;
  z-index: 0;
  width: 50vh;
  height: 50vh;
  background: rgba(0, 255, 148, 0.5);
  background: -webkit-linear-gradient(bottom left,
      rgba(0, 255, 148, 0.5),
      rgba(137, 217, 252, 0.6));
  background: -moz-linear-gradient(bottom left,
      rgba(0, 255, 148, 0.5),
      rgba(137, 217, 252, 0.6));
  background: linear-gradient(to top right,
      rgba(0, 255, 148, 0.5),
      rgba(137, 217, 252, 0.6));
  border-radius: 50%;
  box-shadow: 0 6px 50px #06a7a7;
  filter: blur(30px);
}

.circleLeft {
  right: 0;
  animation: leftCircleMove 6s alternate infinite ease-in-out;
}

.circleRight {
  left: 0;
  opacity: 0.33;
  animation: rightCircleMove 4s alternate-reverse infinite ease-in-out;
}

@keyframes leftCircleMove {
  0% {
    top: 13%;
  }

  100% {
    top: 17%;
  }
}

@keyframes rightCircleMove {
  0% {
    bottom: 13%;
  }

  100% {
    bottom: 17%;
  }
}

/* feed */

.feed {
  padding: 60px 19%;
}

.info-box {
  margin-top: 70px;
  padding: 30px 40px;
  box-sizing: border-box;
  border: solid 3px #0fb4bc;
  border-radius: 13px;
  box-shadow: 0 0 40px rgba(7, 236, 247, 0.5);
  animation: lamp 3.5s alternate infinite cubic-bezier(0.4, 0, 1, 1);
}

@keyframes lamp {
  from {
    box-shadow: 0 0 40px rgba(7, 236, 247, 0.15);
  }

  to {
    box-shadow: 0 0 40px rgba(7, 236, 247, 0.5);
  }
}

/* quote */

.quote {
  background-color: #1c1c1c;
  background-image: url("../img/quote_butterfly.png"),
    url("../img/quote_rose.png");
  background-repeat: no-repeat;
  background-position: 5% 10%, right bottom;
  background-size: 20%, 7%;
}

/* info-2 */

.info-2 {
  background-image: linear-gradient(#007186, #000000);
}

/* info-3 */

.info-3 {
  background-color: #000;
  padding-top: 56px;
}

/* machines */

.machines img.machine_image,
.product-card img {
  border-radius: 20px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.machines .machine,
.product-card {
  background-color: #1a1a1a;
  margin-top: 20px;
  border-radius: 20px;
  border: 1px solid #2c2c2c;
}

.machines .info-padding {
  padding: 2rem 2rem 3rem 2rem;
}

.machines .info-padding a:not(.stretched-link),
.machines .info-padding button {
  z-index: 1;
}

.machines .info-padding .position-relative {
  z-index: 3;
}

.product-card .info-padding {
  padding: 1rem 2rem;
}

.machines .machine.gold {
  border: 2px solid #f0cf41;
}

.machines .included img {
  width: 71px;
  height: 70px;
}

.machines .machine-features {
  margin-bottom: 2rem;
}

.machines .machines-container {
  align-items: center;
}

.machines .info {
  padding: 0 24px;
}

.product-card .info {
  padding: 0 8px;
}

.machines .included h5 {
  font-size: 0.83rem !important;
}

/* reviews */

.reviews {
  background-image: linear-gradient(#1c1839, #000000);
}

.reviews img {
  display: inline !important;
  width: 110px !important;
  height: 110px;
}

.reviews .owl-prev,
.reviews .owl-next {
  top: 20vh;
}

/* info-4 */

.info-4 {
  background-image: url("../img/info-4.jpg");
  background-size: cover;
  background-position: center center;
}

/* features */

.features {
  background-image: linear-gradient(#007186, #000000);
}

/* tattooCarousel */

.tattooCarousel {
  padding-bottom: 100px;
}

.owl-carousel-parent {
  min-height: 75vh;
}

.owl-item,
.tattoo {
  position: relative;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.tattoo {
  background-color: #1c1c1c;
  background-size: cover;
  background-position: center center;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: 90px;
  height: 50vh;
  border-radius: 8px;
  overflow: hidden;
}

.center .tattoo {
  transform: scale(1.3);
  margin-bottom: 47px;
}

/* set z index */

.owl-item.active.center {
  z-index: 5;
}

.owl-item.active.right,
.owl-item.active.left {
  z-index: 4;
}

.tattoo::before {
  width: 2px;
  height: 30px;
  background: red;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -40px;
}

.center .tattoo::before {
  display: none;
}

.tattooCarousel .text {
  margin: 75px 0 20px 0;
}

/* signForm */

.signForm,
.profile {
  /*background-image: url(../img/register.jpg);
  background-size: cover;*/
  background-color: #EFEFEF;
  min-height: 100vh;
}

.profile .container {
  padding-top: 10vh;
}

.profile .card_1 {
  background: #E6E6E6;
  box-shadow: 14px 20px 25px 2px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  padding: 27px 45px;
}

.profile .card_1 .title-text {
  font-weight: 600;
  font-size: 30px;
  line-height: 151.34%;
  color: #1B1B1B;
  font-family: "SFPro Display SemiBold";
}

.profile .card_1 .subtitle-text {
  font-family: "SFPro Display Regular";
  font-weight: 400;
  font-size: 15px;
  line-height: 151.34%;
  color: #707070;
}

.profile .card_2 {
  background: #000000;
  border-radius: 10px;
  padding: 27px 35px;
}

#TabsProfile {
  display: flex;
  justify-content: space-around;
  border-bottom: unset !important;
}

#TabsProfile .col-sm-3 {
  padding: 0px;
  border-radius: 0px;
}

#TabsProfile button {
  font-family: "SFPro Display SemiBold";
  width: 100%;
  font-weight: 600;
  font-size: 17px;
  line-height: 151.34%;
  letter-spacing: 0.12em;
  padding-bottom: 20px;
  color: #DBDBDB;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 4px solid #444444;
  border-radius: 0px;
}

#TabsProfile .active {
  background-color: transparent !important;
  border-color: unset;
  border: unset;
  border-bottom: 4px solid #0FB4BC;
}

.signForm .shadow,
.profile .shadow {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: linear-gradient(rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.63) 100%);
  padding: 5rem 0;
}

.signForm .form,
.profile .form {
  border-radius: 30px;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: saturate(180%) blur(24px);
  /* background-color: rgba(29,29,31,0.72); */
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2rem 3rem;
}

.signForm .input-group-text,
.signForm .form-control {
  font-family: "SF Pro Display Semibold";
  border-radius: 10px;
  background: transparent;
  border: 2px solid #969696;
  color: #707070;
  box-shadow: none !important;
}

.signForm .form-control {
  border-left: 0;
}

.signForm .form-control::placeholder {
  color: #707070;
}

.signForm .input-group-text {
  border-right: 0;
}

.signForm .spinner-border {
  width: 1rem;
  height: 1rem;
}

/* Before checkout */

.beforeCheckout {
  background-color: #fff;
  margin-bottom: 50px;
}

.beforeCheckout .form {
  padding: 2rem 3rem;
}

.beforeCheckout .input-group-text,
.beforeCheckout .form-control {
  font-family: "SF Pro Display Semibold";
  border-radius: 3px;
  background: transparent;
  border: 2px solid #969696;
  color: #707070;
  box-shadow: none !important;
}

.beforeCheckout .form-control {
  border-left: 0;
}

.beforeCheckout .form-control::placeholder {
  color: #707070;
}

.beforeCheckout .input-group-text {
  border-right: 0;
}

.beforeCheckout .spinner-border {
  width: 1rem;
  height: 1rem;
}

/* profile */

.profile .info {
  margin-bottom: 0.25rem;
}

.profile .editButton {
  margin-bottom: 2rem;
}

/* product */

.product .container {
  padding-top: 50px;
}

.product .owl-stage {
  display: flex;
  align-items: center;
  justify-content: center;
}

.machine-carousel {
  width: 70%;
}

.machine-carousel img {
  width: auto;
  max-height: 70vh;
}

.product .specifications .container {
  background-color: #0a0a0a;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 20px;
}

.product .specifications ul {
  padding: 0;
  list-style-type: none;
}

.product .specifications ul li {
  margin-bottom: 1rem;
}

.product .product-feature i {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

/* boring info */

.boringInfo .header *:not(:last-child) {
  margin-bottom: 1.5rem;
}

.boringInfo .links {
  padding: 5rem 0;
}

.boringInfo .links a {
  font-family: "SFPro Display SemiBold";
}

.boringInfo .text {
  border-radius: 75px;
  background: #050505;
  padding: 4rem 6rem;
}

.boringInfo .text p,
.boringInfo .text ul,
.boringInfo .text ol {
  color: #cccccc;
  font-family: "SFPro Display SemiBold";
}

/* other */

.toast#couponToast {
  background-color: #141414;
  color: #fff;
}

.toast#couponToast #closeCoupon {
  color: #fff !important;
  background: transparent;
  border: none;
}

/* footer */

footer {
  z-index: 3;
  position: relative;
  background-color: #000;
}

footer>* {
  font-family: "SFPro Display SemiBold";
  font-weight: 600;
}

footer h5 {
  font-family: "SFPro Display SemiBold";
  font-weight: 600;
}

/*  New Styles  */

.img_main {
  border-radius: 0px !important;
  padding: 0px !important;
  filter: brightness(0.6);
}

@media (max-width: 1200px) {
  .img_main {
    height: 50vh;
    object-fit: cover;
  }
}

.thirdPage h6 {
  font-family: "SFPro Display Light";
}

@media (max-width: 576px) {
  .profile .card_1 .title-text {
    font-size: 20px;
  }
  
  .profile .card_1 .subtitle-text {
    font-size: 12px;
  }
  #TabsProfile button {
    border-bottom: unset;
    text-align: left;
  }

  #TabsProfile .active {
    color: #0fb4bc;
    border-bottom: unset;
  }

  .secondPage,
  .thirdPage,
  .fourPage,
  .sixPage {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .secondPage h3,
  .secondPage h5 {
    zoom: 0.65;
  }

  .thirdPage h4,
  .thirdPage h6 {
    zoom: 0.65;
  }

  .fourPage h3,
  .fourPage h6 {
    zoom: 0.9;
  }

  .fourPage h5,
  .fourPage p {
    zoom: 0.8;
  }

  .fourPage h4,
  .fourPage h5,
  .fourPage h6 {
    line-height: 1.6rem !important;
    letter-spacing: -0.35px;
  }

  #five_block_1,
  #five_block_2,
  #five_block_3 {
    zoom: 0.7;
  }

  #five_block_1 ul,
  #five_block_2 ul,
  #five_block_3 ul {
    line-height: 50px;
    font-size: 15px;
  }

  .sixPage h4 {
    zoom: 0.6;
  }

  .sixPage h5 {
    zoom: 0.5;
  }

  .firstPage h1 {
    zoom: 0.8;
    line-height: 1.7rem;
  }

  .firstPage h5 {
    zoom: 0.6;
    line-height: 1.7rem;
  }

  .order_tattoo .info-box {
    border: 0px !important;
    box-shadow: unset !important;
    animation: unset !important;
    text-align: left !important;
  }

  .order_tattoo .info-box h2,
  .order_tattoo .info-box h5 {
    zoom: 0.7;
    padding: 10px;
  }

  .checkmark_custom {
    justify-content: left !important;
    padding-left: 2px;
  }
}

.main_hr_blue {
  opacity: 1;
  width: 85%;
  border-radius: 10px;
  display: block;
  margin: auto;
  border-bottom: 4px solid #0fb4bc;
}

.secondary_text {
  color: #a3a3a3 !important;
}

.firstPage h1 {
  font-family: "NeueHaasDisplay75";
}

.firstPage h5 {
  line-height: 1.9rem;
}

.secondPage_img {
  border-radius: 12px;
  border: 2px solid #0fb4bc;
}

.secondPage,
.thirdPage,
.fourPage,
.sixPage {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.secondPage h3 {
  line-height: 2.4rem;
  font-family: "SFPro Display SemiBold";
}

.secondPage h5 {
  line-height: 2.1rem;
}

.third_hr_blue {
  opacity: 1;
  border-radius: 10px;
  display: block;
  margin: auto;
  border-bottom: 2px solid #07625d;
}

.fourPage h3 {
  font-family: "NeueHaasDisplay75";
}

.fourPage h5 {
  line-height: 2.1rem;
  color: #ccc;
}

.fourPage h6 {
  line-height: 1.9rem;
  color: #ccc;
}

.four_hr_blue {
  opacity: 1;
  width: 50px;
  border-radius: 10px;
  border-bottom: 4px solid #0fb4bc;
}

.four_hr_blue_2 {
  opacity: 1;
  width: 50%;
  border-radius: 10px;
  border-bottom: 2px solid #086367;
}

.fourPage_left_block {
  padding-right: 3rem;
}

.fourPage_left_block_img {
  object-fit: contain;
}

.fourPage_right_block {
  border-radius: 13px;
  border: 2px solid #086367;
  background: #0b0b0b;
  overflow: hidden;
}

.fourPage_subtitle {
  color: #ccc;
}

.fourPage_right_block #block_1 {
  padding: 3.9rem;
  padding-right: 1.8rem;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
}

.fourPage_right_block #block_2 {
  padding: 3.9rem;
  padding-right: 1.8rem;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
}

.fourPage_right_block #block_3 {
  padding: 3.9rem;
  padding-right: 1.8rem;
  border-right: 3px solid #000;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}

.fourPage_right_block #block_4 {
  padding: 3.9rem;
  padding-right: 1.8rem;
  border-left: 3px solid #000;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}

.fourPage_right_block #block_5 {
  padding: 3.9rem;
  padding-right: 1.8rem;
  border-right: 3px solid #000;
  border-top: 3px solid #000;
}

.fourPage_right_block #block_6 {
  padding: 3.9rem;
  padding-right: 1.8rem;
  border-left: 3px solid #000;
  border-top: 3px solid #000;
}

.fivePage {
  margin-bottom: 5rem;
}

.fivePage h2,
.sixPage h2 {
  font-family: "NeueHaasDisplay75";
}

.fivePage .block_bottom {
  background: #080808;
  margin-top: 7rem;
}

.fivePage h3 {
  color: #efefef;
  font-family: "NeueHaasDisplay75";
}

.fivePage h6 {
  color: #808080;
}

.fivePage .money {
  color: #0fb4bc;
  text-align: center;
  font-family: "NeueHaasDisplay75";
  margin-top: 5rem;
  margin-bottom: 5rem;
  font-size: 34px !important;
}

.fivePage .money_big {
  color: #b9d1ed;
  text-shadow: 0px 3px 30px rgba(81, 163, 222, 0.76);
  text-align: center;
  font-family: "NeueHaasDisplay75";
  margin-top: 4.4rem;
  margin-bottom: 4.4rem;
  font-size: 49px !important;
}

.fivePage ul {
  list-style-type: none !important;
  text-align: center;
  padding: 0px !important;
  font-size: 22px;
  color: #a3a3a3 !important;
  line-height: 300%;
}

.fivePage button {
  border: 0px;
  background: #0fb4bc;
  color: #fff;
  border-radius: 12px;
  padding: 9px;
  width: 95%;
  display: flex;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  box-shadow: 0px 3px 20px rgba(7, 236, 247, 0.35);
  transition: 0.2s;
}

.fivePage button:hover {
  filter: brightness(1.25);
}

#five_block_2 button {
  background: #617a98 !important;
  box-shadow: 0px 3px 20px rgba(171, 198, 230, 0.76);
}

#five_block_1,
#five_block_2,
#five_block_3 {
  display: flex;
  flex-direction: column;
}

#five_block_1 {
  border-right: 4px solid #000;
}

#five_block_2>.text_title {
  color: #b9d1ed;
  text-shadow: 0px 3px 30px rgba(81, 163, 222, 0.76);
}

#five_block_2 {
  border-left: 4px solid #000;
  border-right: 4px solid #000;
}

#five_block_3 {
  border-left: 4px solid #000;
}

.sixPage h4 {
  color: #cccccc;
}

.sixPage .block_bottom {
  margin-top: 10rem;
}

.order_input {
  background: #242424;
  color: #ababab;
  border: 0px;
}

.order_input::placeholder {
  color: #ababab;
}

.checkmark_custom {
  display: flex;
  justify-content: center;
}

.checkmark_custom input[type="checkbox"] {
  filter: brightness(0.25);
  box-shadow: none;
}

.order_tattoo h2 {
  font-family: "SFPro Display SemiBold";
}

.order_btn {
  background: #00b6be;
  color: #fff;
  width: 100%;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.instagram-media {
  min-width: unset;
  width: 100%;
}

.insta_media .AvatarContainer {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2px;
  width: 30px;
}

.insta_media .Avatar {
  display: block;
  height: 30px;
  width: 30px;
}

.insta_media .InsideRing {
  position: absolute;
}

.insta_media .Avatar img {
  border-radius: 50%;
  height: 30px;
  width: 30px;
}

.insta_media .Header .Avatar:hover {
  opacity: 0.5;
}

.insta_media .HeaderText {
  align-items: flex-start;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0 13px;
  overflow: hidden;
}

.insta_media a.Username {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  text-decoration: none;
  color: black;
}

.insta_media a.Username .UsernameText {
  display: block;
  /* max-width: calc(100% - 21px); */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.insta_media .Header {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 54px;
  padding: 10px;
  padding-left: 15px;
}

.insta_media .HeaderCta {
  display: flex;
  flex: 1 1 auto;
  flex-flow: row;
  justify-content: flex-end;
  margin-left: 15px;
}

.insta_media .EmbeddedMediaImage {
  width: 100%;
  border-radius: 0px;
  border-left: 1px solid #a1a1a1;
  border-right: 1px solid #a1a1a1;
  transition: 0.2s;
  aspect-ratio: 0.82 / 1;
  object-fit: cover;
}

.insta_media .EmbeddedMediaImage:hover {
  filter: brightness(1.2);
}

.insta_media a.ViewProfileButton,
.insta_media a.FollowButton {
  background-color: #0095f6;
  border-radius: 3px;
  color: #fff;
  flex-shrink: 0;
  font-weight: 600;
  margin-left: 10px;
  padding: 5px 12px;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 18px;
}

@media screen and (max-width: 500px) {

  .insta_media a.ViewProfileButton,
  .insta_media a.FollowButton {
    zoom: 0.8;
  }
}

.insta_media .HeaderSecondaryContent {
  color: #8e8e8e;
  flex-direction: row;
  font-size: 12px;
  line-height: 14px;
}

.insta_media .HeaderSecondaryContent> ::before {
  content: " \00B7 ";
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}

.insta_media .HeaderSecondaryContent> :first-child::before {
  display: none;
}

.LocationAndSponsor {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Location {
  color: #000;
  text-decoration: none;
}

.fonBackground {
  position: relative;
}

.fonBackground .superShadow {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 2.1%, rgba(0, 0, 0, 0.73) 99.57%);
}

.fonBackground .iframeBackground {
  border-radius: 0px;
  object-fit: cover;
}

.fonBackground .container {
  height: 100%;
  display: flex;
  align-items: center;
}

.fonBackground .container .row {
  width: 100%;
}


.fonBackground .container .row h1 {
  font-family: "NeueHaasDisplay75";
  font-weight: 700;
  letter-spacing: -0.06em;
}

.btn-scroll-down {
  border: 1px solid #CCCCCC;
  border-radius: 9px;
  padding: 10px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: 'SFPro Display Regular';
  font-weight: 400;
  letter-spacing: -0.03em;
  color: #CCCCCC;
  text-decoration: none;
  font-size: 18px;
}

@media screen and (min-width: 576px) {
  .navbar-nav div {
    margin-left: 16%;
  }
}

@media screen and (max-width: 576px) {
  .link-navbar {
    font-size: 14px !important;
  }
}