/*
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=Nanum+Brush+Script&display=swap');

* {
	box-sizing: border-box;
}

body, html {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: 'Libre Franklin', sans-serif;
	color: #949494;
	height: 100%;
	width: 100%;
}

p {
  font-family: "Almarai", sans-serif;
  font-size: 1.1em;
}

.small, small {
  font-size: .75em;
  color: #aaa;
}

.bg-light {
	background-color: #BEC7D1;
}

#service-key {
    font-size: 1.2em;
    font-weight: 300;
    letter-spacing: 2px;
}

/* Navigation and GSAP Side Menu*/

.side-drawer { 
  background: #08090B;
  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: #949494;
  font-size: 2em;
  transition: 0.2s ease-in-out;
}

.menu-item a {
  color: #fff;
  text-transform: uppercase;
}

.menu-item a:hover {
  text-decoration: underline;
  color: #22384b;
}

.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: white;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: smaller;
}

.mind-logo-white {
  color: #f5f2f2;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: smaller;
}

span.branded {
  font-weight: 700;
}

span.smaller {
    font-size: .4em;
}

a {
  color: #121212;
  text-decoration: none;
}

a:hover {
  color: #71928E ;
}

.lead {
  font-weight: lighter;
  font-size: 1.35rem;
}

li.strong {
    font-weight: bold;
}

.dropdown-menu {
  color: #71928E;
  background-color: transparent;
  border: none;
}

/* Headings */

h1, h2, h3, h4, h5 {
  color: #08090B;
  line-height: 1em;
}

h1 {
  font-size: 5vh;
  font-weight: lighter;
}

.nanum-brush-script-regular {
  font-family: "Nanum Brush Script", cursive;
  font-weight: 400;
  font-style: normal;
}

.h2, h2 {
  margin: 0 0 .7em 0;
  letter-spacing: normal !important;
  color: #08090B !important;
  font-weight: lighter;
}

.h3, h3 {
  color: #08090B;
  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 */

.btn {
  border-radius: 0;
}

.btn-secondary {
  color: #212529;
  background-color: transparent;
  border: 3px solid #212529;
  text-transform: uppercase;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #22384b;
  border-color: #22384b;
}

.btn-dark {
  background-color: #aaa !important;
  color: white;
  padding: 1em 1.3em;
  border: 2px solid #aaa;
  font-size: 1em;
  border-radius: 0;
}

.btn-dark:hover {
  background-color: white !important;
  color: #aaa ;
  padding: 1em 1.3em;
  border: 2px solid #aaa;
  font-size: 1em;
  border-radius: 0;
}

.btn-default:hover {
    color: white !important;
    background-color: black !important;
    border-color: black !important;
}

/* 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: #aaa;
}

.btn-default {
    color: #121212;
    background-color: transparent;
    border: 2px solid #121212;
    text-transform: uppercase;
    padding: .5em 1em;
    font-size: 1em;
}

/* 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;
}

.form-control {
    padding: 0.8rem;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

/* Ensure each checkbox or radio button is on its own line */
.wpcf7-form-control.wpcf7-checkbox label,
.wpcf7-form-control.wpcf7-radio label {
    display: block;
    margin-bottom: 10px; /* Optional: Adds space between options */
}


#footer {
    font-size: .7em;
    background: black;
    color: white;
    margin-top: 50px;
}

#footer a {
    color: white;
}
/* Campaign Mods */

section#jumbo h1 {
  color: white;
  font-family: 'Libre Franklin';
  font-weight: lighter;
}

section#jumbo {
  color: white;
  height: 90vh; /* Increased height for testing */
  background: rgb(8, 8, 8) url('/wp-content/uploads/2024/05/Decadence_Aethetics.jpg') no-repeat center center / cover;
}

@media (max-width: 780px) {
section#jumbo {
  background: rgb(8, 8, 8) url('/wp-content/uploads/2024/08/Decadence_Aethetics_portrait.png') no-repeat center center / cover;
}
}

section#jumbo2 {
  color: white;
  height: 90vh; /* Increased height for testing */
  background: rgb(255, 255, 255) url('/wp-content/uploads/2024/09/Decadence-home.png') no-repeat right center / contain;
}

/* 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;
}

.btn-info {
    color: #121212;
    background-color: transparent;
    border: 2px solid #121212;
    text-transform: uppercase;
    padding: .5em 1em;
    font-size: 1em;
	width: 100%;
}

.btn-info:hover {
  border: 2px solid #121212;
  background-color: #121212;
  color: #fff;
  text-decoration: none;
}

.col-12.service {
 border-bottom: 1px #aaa 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 #aaa;
  margin-bottom: 2em;
	color:  #aaa;
}

/* GSAP */
.scrolling-text-container {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    background-color: #aaa;
    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 */
}

/* Blockquotes */
.blockquote-footer {
    margin-top: 1rem;
    color: #aaa;
}

.transparent-nav {
    background-color: transparent;
    transition: background-color 0.5s ease;
}

.navbar.scrolled {
    background-color: black !important;
}

.navbar-brand, .navbar .hamburger path {
    transition: color 0.5s ease, stroke 0.5s ease;
}

.navbar.scrolled .navbar-brand, .navbar.scrolled .hamburger path {
    color: white !important;
    stroke: white !important;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: white;
	text-decoration: underline;
}

/* Alternate head */
.white-nav {
    background-color: white;
    color: black;
}

.mind-logo-black {
    color: black;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: smaller;
}

.white-nav .navbar-brand, 
.white-nav .navbar .hamburger path {
    color: black !important;
    stroke: black !important;
}

.white-nav .menu-item a {
    /*color: black !important;*/
    transition: color 0.2s ease-in-out;
}

.white-nav .menu-item a:hover {
    color: #949494 !important; /* Change to your desired hover color */
}
/* Footer */
#footer {
    font-size: .7em;
}