/*
Theme Name: MindTattoos
Theme URI: https://mindtattoos.com
Description: A hand-built Bootstrap theme by Chris J
Version: V5
Author: Chris James
Author URI: https://mindtattoos.com
Tags: Responsive, Bootstrap 5
License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: https://creativecommons.org/licenses/by-sa/3.0/
*/

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Work+Sans:ital,wght@0,200;0,300;0,400;0,500;1,200;1,300;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
box-sizing: border-box;
}

body, html {
margin: 0;
padding: 0;
background-color: #fff;
font-family: "Roboto", sans-serif;
color: #08090B;
height: 100%;
width: 100%;
}

p {
font-family: "Roboto", sans-serif;
font-size: 1.2em;
}

#service-key {
font-size: 1.3em;
font-weight: 300;
letter-spacing: 2px;
}
/* Navigation and GSAP Side Menu*/

.fixed-top {
}

.side-drawer { 
  background: #151515;
  height: 100%;
  width: 100%;
  position: fixed;
  padding: 10vh 0 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  transform: translateX(100%);
}

.navigation {
  list-style: none;
  padding: 0;
}

.menu-item {
  color: #ff1d3b;
  font-size: 1.5em;
  transition: 0.2s ease-in-out;
}

.menu-item a {
  color: #fff;
  text-transform: uppercase;
}

.menu-item a:hover {
  text-decoration: underline;
  color: #ff1d3b;
}

.navbar-toggler {
  z-index: 10;
}

.icon {
  position:relative;
  width:80px;
  height:80px;
  background:transparent;
  cursor:pointer;
  z-index:9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Fonts and basics*/

.mind-logo {
  color: #151515;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: smaller;
}

.mind-logo-white {
  color: #ff1d3b;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: smaller;
}

span.branded {
  font-weight: 700;
}

span.smaller {
    font-size: .4em;
}

a {
  color: #ff1d3b;
  text-decoration: none;
}

a:hover {
  color: #71928E;
}

.lead {
  font-weight: lighter;
}

li.strong {
    font-weight: bold;
}

.dropdown-menu {
  color: #ff1d3b;
  background-color: transparent;
  border: none;
}

/* Headings */

h1, h2, h3, h4, h5 {
  color: #08090B;
  line-height: 1em;
}
.h2, h2 {
  margin: 0 0 .7em 0;
  letter-spacing: normal !important;
  color: #949494 !important;
  font-weight: lighter;
}

.h3, h3 {
  color: #ff1d3b;
  font-weight: lighter;
}

.c-title {
position: relative;
width: fit-content;
}

.c-title::after {
  content: "";
  width: 100px;
  height: 3px;
  background: #949494;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.bold {
  font-weight: bold !important;
}

.brand {
  font-weight: 600;
  position: relative;
  font-size: .5em;
}

.brand-name {
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-left: 3px;
}

.contact-head {
  font-size: 1em;
  margin: 0 10px;
}

/* Lists */
ul#why li {
    margin: 2em 0;
}
ul#why {
    padding: 2em 0;
    list-style-type: none;
}

/* Sections */

section {
  padding: 10vh 0;
}

/* Buttons */
.btn {
  border-radius: 0;
}

.btn-secondary {
  color: #ff1d3b;;
  background-color: transparent;
  border: 3px solid #ff1d3b;
  text-transform: uppercase;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #ff1d3b;
  border-color: #ff1d3b;
}

.btn-dark {
  background-color: #ff1d3b!important;
  color: white;
  padding: 1em 1.3em;
  border: 2px solid #ff1d3b;
  font-size: 1em;
  border-radius: 0;
}

.btn-dark:hover {
  background-color: white !important;
  color: #ff1d3b;
  padding: 1em 1.3em;
  border: 2px solid #ff1d3b;
  font-size: 1em;
  border-radius: 0;
}
/* Cards */

.card {
  border: none;
  margin: 0 0 1em 0;
  border-radius: 0;
  padding: 0;
}

.card-title {
  text-transform: uppercase;
}

.card-text {
    font-size: 0.8em;
    color: #ff1d3b;
}
/* Line Fader */

.line {
  position: relative;
}

.line-mask {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.65;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.bg-black {
  background-color: black;
  color: white;
}

/* Forms */
.form-control {
  padding: 0.5rem 0.75rem;
  border: 2px solid #ff1d3b;
  border-radius: var(--bs-border-radius);
}

footer {
  background: #ff1d3b;
  color: white;
  font-size: .7em;
}

/* Button grads */
.btn-grad {
  background-image: linear-gradient(to right, #757F9A 0%, #D0D2DE  51%, #757F9A  100%);
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;            
 /* box-shadow: 0 0 20px #eee;
  border-radius: 10px;*/
  display: block;
}

.btn-grad:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.col-12.service {
    border-bottom: 1px #ff1d3b dashed;
}
.number {
font-size: 3.5em;
font-weight: bold;
line-height: 1;
}

ul.service-item {
 padding: 0;
}
 
ul.service-item li {
    display: inline-block;
    padding: 5px 3px;
}

.treament-head {
    border-bottom: 2px solid #ff1d3b;
    margin-bottom: 2em;
	color:  #ff1d3b;
}

/* GSAP */
.scrolling-text-container {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    background-color: #ff1d3b;
    padding: 5em 0;
    color: white;
}

.scrolling-text {
     display: inline-block;
     font-weight: bold;
     text-transform: uppercase;
     font-size: 4.5em;
}
.scrolling-text span {
	display: inline-block;
	margin-right: 6em; /* Adjust spacing between items */
}

span.twist {
    display: inline-block;
    margin-top: -30px;
    font-size: .5em;
    color: red;
    transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.btn-primary {
    background: #ff1d3b;
    border: #ff1d3b;
    padding: .5em 1em;
    font-size: large;
}