:root {
    --bg-color: #000;
    --bg-color-light: #252627;
    --bg-color-transparent: rgb(0, 0, 0, .7);
    --tx-color: white;
    --hi-color: white;
    --hi-color-light: white;
    --bar-color: #091113;
    --white: white;
    --black: black;
    --bg-studio-back: white;    
}
:root.theme--day {
    --bg-color: #fff;
    --bg-color-light: rgb(189, 189, 0);
    --bg-color-transparent: rgb(255, 242, 0, .7);
    --tx-color: black;
    --hi-color: black;
    --hi-color-light:#fff;
    --bar-color: #fff;
    --white: black; 
    --black: #fff;

}

* {
  cursor: none;
}

body { 
	font-family: 'Lora', serif;
	font-size: 16px;
	line-height: 20px;
    color: var(--tx-color);
    background-color: var(--bg-color);
    /*     background-image: url(../assets/studio.svg);
        background-position: top left;
        background-repeat: repeat-y;
 */    -webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;	
}

.cursor {
  position: absolute;
  height: var(--circle);
  width: var(--circle);
  transform:scale(1);
  border-radius: 50%;
  transition: all 0.35s, top 0s, left 0s;
  mix-blend-mode: difference;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1099;
}

.cursor:first-child {
  background-color: var(--tx-color);
  border:1px solid var(--tx-color);
  --circle:8px
}
.cursor.second-cursor {
  background-color: transparent;
  border:1px solid var(--tx-color);
  --circle:54px;
}

.cursor:first-child.big{
    --circle:16px;
}
.second-cursor.big { 
  background-color: var(--tx-color);    
  mix-blend-mode: difference;  
  --circle:140px;
}

.big-title {
    margin-top: -3px;
}

.ascolta {
    min-width: 70px;
}

::-moz-selection { background: var(--bg-color-light); }
::selection { background: var(--bg-color-light); }

input:focus {
    outline:none;
}

h1, h2, h3, h4, h5, h6, .btn, .sans {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
}

h1 {
    font-size: 1.75rem;
    line-height: 1.2;
}

h2.mega {
    font-size: 3rem;
    line-height: 1;
} 

p {
    line-height: 1.5;
}

.lead {
    line-height: 1.4;
}

@media (min-width: 768px) {
    h1 {
        font-size: 2.2rem;
    }

    p {
        line-height: 1.7;
    }

    .lead {
        line-height: 1.6;
    }
}

@media (min-width: 992px) {
    h1 {
        font-size: 3rem;
        line-height: 1.1;
    }
    
    h2.mega {
        font-size: 5rem;
    }

    p {
        line-height: 1.7;
    }

    .lead {
        line-height: 1.6;
    }
}

.serif {
    font-family: 'Lora', serif;
    font-weight: 400;
}

.keep {
    white-space:nowrap;
}

.mt-10,
.my-10 {
  margin-top: 6.5rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 6.5rem !important;
}

a {
  color: #fff;
}

a { 
	font-family: 'Inter', sans-serif;
	font-style: normal;
    font-weight: 600;
    color: var(--tx-color);
	text-decoration: none;
}

a:hover { 
    color: var(--tx-color);
	text-decoration: none;
}

.btn, .btn:hover { 
    color: var(--tx-color);
}

.btn-sm {
    font-size: 12px;
}

button:focus {
    outline: -webkit-focus-ring-color auto 1px;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 0px;
}

.navbar-dark {
    background-color: var(--black);
    padding: 5px 0;
    border-bottom: 1px solid var(--white);
}

.navbar-dark .navbar-toggler {
    color: transparent;
    border: none;
}

.navbar-btn {
    min-width: 150px;
}

.navbar-date {
	font-family: 'Lora', serif;
    color: var(--tx-color);
}

.navbar-info {
    color: var(--tx-color);
}

.btn {
    border: 1px solid var(--tx-color);
    border-radius: 0px;
    padding: 4px 16px;
	transition: all .3s ease-in-out;
}

.btn:hover {
	transition: all .6s ease-in-out;
}

.spotify {
    min-width: 70px;
}

.list-inline-item:not(:first-child) {
    margin-left: .5rem;
}

.hero {
    margin-top: .75rem;
}

.menu {
    text-align: left;
}

@media (min-width:576px) {
    .hero {
        margin-top: 6rem;
    }
    
    .menu {
        text-align: right;
    }    
}

.lang {
    font-family: 'Inter', sans-serif;
    color: var(--tx-color);
    width: 600px;
    margin-bottom: 20px;
}

.lang a {
    color: var(--tx-color);
}

.lang a:hover {
    color: var(--tx-color);
}

.lang .active {
    color: var(--tx-color);
}

.hover_img a { position:relative; }
.hover_img a span { position:absolute; display:none; z-index:-1099; }
.hover_img a:hover span { display:block; transform: translate(150%, -30%);}

/* .hero img {
    position: absolute;
    display: block;
    transform: translate(200%, -35%);
    z-index: -1099;
    opacity: .5;
} */

.sign {
    width: 110px;
}

@media (min-width: 576px) {
    .sign {
        width: 140px;
    }
}

@media (min-width: 992px) {
    .sign {
        width: 170px;
    }
}

path.sign {
    fill: var(--white);
}

.tns-controls {
    display: none;
}

.slider-container {
    padding: 20px 0;
    border-top: 1px;
    border-bottom: 1px;
    border-right: 0;
    border-left: 0;
    border-color: var(--white);
    border-style: solid;    
}

.my-slider {
    min-height: 500px;
    background-color: transparent;
}

.slider-item {
    background-color: var(--bg-color);
}

.slider-item img {
}

.tns-nav {
    text-align: center;
}

.tns-nav > [aria-controls] {
    width: 9px;
    height: 9px;
    padding: 0;
    margin: 0 5px;
    border-radius: 50%;
    background: var(--bg-color-light);
    border: 0;
}

.tns-nav > .tns-nav-active {
    background: var(--tx-color);
}

p.copy {
    color: var(--bg-color-light);
}

.brani p {
    width: 70%;
}

.brani-tab {
    width: 100%;
    text-align: left;
}

.brani-tab tr {
    border-bottom: 1px solid var(--white);
}

.brani-tab td {
    padding-left: 10px;
    height: 40px;
}

#track {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#timer, #duration {
    display: none;
}

@media (min-width: 576px) {
    #timer, #duration {
        display: block;
    }
}