
*, *::before, *::after{
  box-sizing:border-box;
}

body{
  font-family: 'Raleway', sans-serif;
  font-size:14px;
  font-weight: 400;
  line-height:1.6;
  overflow-y:scroll;
  -webkit-font-smoothing: antialiased;
  color:#0f172a;
  background:linear-gradient(135deg, #f8fafc 0%, #eef2ff 45%, #ffffff 100%);
  margin:0;
}

::selection {
		background: #000;
		color: #fff;
		text-shadow: none;
	}

	::-moz-selection {
		background: #000;
		color: #fff;
		text-shadow: none;
	}

p{
  font-family: 'Raleway', sans-serif;
  font-size:14px;
  font-weight: 400;
}

a{
  text-decoration:none;
  -webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	-ms-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
	border-bottom:1px solid #dedede;
}

a:focus {
  outline:none;
}

strong{
  font-weight:700;

}

/*
**************************
PRELOADER
**************************
*/

.preloader{
  position:fixed;
  top:0;
  width:100%;
  height:100%;
  background:white;
  z-index:999;
}

.preloader .item{
  position:absolute;
  width:50px;
  height:50px;
  left:50%;
  top:50%;
  margin-left:-25px;
  margin-top:-25px;
}

.spinner {
  width: 40px;
  height: 40px;
  background-color: #ff0000;
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(360pxdeg) }
  100% { -webkit-transform: perspective(120px) rotateY(360deg)  rotateX(180deg) }
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  } 50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-360.1deg) rotateY(0deg)
  } 100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-360deg) rotateY(-179.9deg);
  }
}

/*
**************************
NAVIGATION OPACITY
**************************
*/
.opacity-nav{
  position:fixed;
  color:#999999;
  display: none;
  width:100%;
  height:100%;
  top:0;
  z-index:999999;
  background:rgba(0,0,0,0.95);
}

ul.menu-fullscreen{
  display:block;
  width: 100%;
  top: 50%;
  position: absolute;
  height: 280px;
  margin-top: -140px;
}

ul.menu-fullscreen li{
  font-size:35px;
  text-align:center;
  line-height:70px;
  font-weight:500;
}

ul.menu-fullscreen li > a{
  color:#999999;
  border:0;
}

ul.menu-fullscreen li > a:hover{
  color:#ffffff;
}

#full{
  width:1140px;
  position: relative;
  top:0;
  margin:0 auto;
  z-index: 99999;
}

#fullscreen{
  display:none;
  position:absolute;
  top:0;
  width:100%;
  margin:0 auto;
  height:100px;
  z-index: 9998;
}

/*
**************************
.menu-index{
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 99999;
  padding:20px;
  background:black;
  cursor:pointer;
}


.menu-index i{
  float:right;
  font-size:18px;
  color:white;
  padding-right:0px !important;
}

.menu-index i:hover{
  color:#c3c3c3;
}



/*
**************************
CONTENT
**************************
*/
.hero-image{
  position:relative;
  width:100%;
  top:0;
  height:400px;
  background: url('img/portfolio/flat/ex1.jpg') center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

.one-column{
  width:40%;
  position:relative;
  float:left;
}

.two-column{
  width:60%;
  position:relative;
  float:left;
}

.one-column p{
  width:80% !important;
}

.two-column p{
  width:100% !important;
}

.clear{
  clear:both;
}

.content{
  position:relative;
  width:min(100%, 94vw);
  max-width:1280px;
  margin:clamp(2.5rem, 7vw, 5rem) auto clamp(3rem, 9vw, 6rem);
  padding:0 clamp(1.5rem, 4vw, 3rem);
}


.content .text-intro{
  width:min(100%, 68ch);
  margin:clamp(3rem, 9vw, 6rem) auto clamp(2rem, 6vw, 4rem);
  display:grid;
  gap:clamp(1rem, 3vw, 1.75rem);
  text-align:center;
}

.content .text-intro h1{
  font-size:clamp(2.4rem, 1.8rem + 2vw, 3.6rem);
  width:100%;
  text-transform:uppercase;
  color:#0b1431;
  font-weight:800;
  line-height:1.12;
  letter-spacing:0.08em;
  margin:0;
}

.content .text-intro h2{
  font-size:clamp(2rem, 1.6rem + 1.5vw, 3rem);
  width:100%;
  text-transform:uppercase;
  color:#0b1431;
  font-weight:800;
  line-height:1.12;
  letter-spacing:0.08em;
  margin:0;
}

.content .text-intro p{
  font-size:clamp(1rem, 0.92rem + 0.35vw, 1.12rem);
  color:#4b5563;
  margin:0 auto;
  font-weight:400;
  line-height:1.7;
  letter-spacing:0.03em;
  width:100%;
  max-width:60ch;
}

/*
**************************
FULL BLEED MEDIA GALLERIES
**************************
*/
.text-intro--full-bleed{
  width:100%;
  max-width:none;
  justify-items:center;
  text-align:center;
}

.text-intro--full-bleed > :not(img){
  width:100%;
  max-width:min(100%, 68ch);
  margin-inline:auto;
}

.text-intro--full-bleed img,
.text-intro--full-bleed iframe,
.text-intro--full-bleed video{
  display:block;
  width:min(100%, 100vw);
  max-width:none;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
}

@media (min-width: 960px){
  .text-intro--full-bleed img,
  .text-intro--full-bleed iframe,
  .text-intro--full-bleed video{
    width:min(100vw, 1800px);
    margin-left:calc(50% - min(50vw, 900px));
    margin-right:calc(50% - min(50vw, 900px));
  }

  .text-intro--full-bleed iframe,
  .text-intro--full-bleed video{
    min-height:clamp(520px, 60vh, 1040px);
  }
}

/*
**************************
ABOUT PAGE LAYOUT BOOST
**************************
*/
body.about-page .content .text-intro{
  width:min(100%, 80rem);
  text-align:left;
  gap:clamp(1.75rem, 4vw, 3rem);
}

body.about-page .content .text-intro > h1{
  grid-column:1 / -1;
  text-align:left;
}

body.about-page .one-column,
body.about-page .two-column{
  width:100%;
  float:none;
}

body.about-page .one-column{
  display:grid;
  gap:clamp(1rem, 2.5vw, 1.75rem);
  align-content:start;
}

body.about-page .one-column p{
  width:100% !important;
  margin:0;
}

body.about-page .one-column img{
  width:min(100%, 18rem);
  justify-self:start;
  border-radius:12px;
  box-shadow:0 18px 40px rgba(15, 23, 42, 0.22);
}

body.about-page .two-column{
  display:grid;
  gap:clamp(1.25rem, 3vw, 1.75rem);
}

body.about-page .content .text-intro p{
  margin:0;
  max-width:none;
}

@media (min-width: 900px){
  body.about-page .content .text-intro{
    grid-template-columns:minmax(220px, 0.35fr) minmax(560px, 1fr);
    align-items:start;
  }

  body.about-page .content .text-intro > h1{
    font-size:clamp(2.6rem, 1.8rem + 2.6vw, 4rem);
  }

  body.about-page .two-column{
    margin-left:auto;
    width:100%;
  }
}

        .typed-cursor{
            opacity: 1;
            font-weight: 700;
            -webkit-animation: blink 0.65s infinite;
            -moz-animation: blink 0.65s infinite;
            -ms-animation: blink 0.65s infinite;
            -o-animation: blink 0.65s infinite;
            animation: blink 0.65s infinite;
        }
        @-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-webkit-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-moz-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-ms-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-o-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }

/*
**************************
PORTFOLIO GRID
**************************
*/

.portfolio-grid{
  width:100%;
  margin:clamp(1.5rem, 4vw, 3rem) auto 0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(clamp(240px, 28vw, 360px), 1fr));
  gap:clamp(1.5rem, 3vw, 2.75rem);
  list-style:none;
}

#portfolio-sidebar{
  width: 780px !important;
  padding-right: 390px;
}

li.grid-item{
  position:relative;
  display:flex;
  align-items:stretch;
  justify-content:center;
  overflow:hidden;
  border-radius:clamp(18px, 3vw, 28px);
  box-shadow:0 35px 70px -45px rgba(15, 23, 42, 0.5);
  min-height:260px;
  background:#0f172a;
  transition:transform 0.25s ease, box-shadow 0.25s ease;
}

li.grid-item:hover,
li.grid-item:focus-within{
  transform:translateY(-6px);
  box-shadow:0 45px 90px -50px rgba(15, 23, 42, 0.6);
}

li.grid-item > a{
  position:absolute;
  inset:0;
  display:flex;
  align-items:stretch;
  justify-content:center;
  border-bottom:0;
  color:inherit;
  text-decoration:none;
  cursor:pointer;
}

.grid-hover{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:clamp(1.5rem, 4vw, 2.75rem);
  background:linear-gradient(180deg, rgba(15, 23, 42, 0.1) 0%, rgba(15, 23, 42, 0.68) 75%, rgba(15, 23, 42, 0.85) 100%);
  color:#f8fafc;
  z-index:2;
  opacity:0;
  transform:translateY(12px);
  transition:opacity 0.3s ease, transform 0.3s ease;
  backdrop-filter:blur(6px);
}

li.grid-item:hover .grid-hover,
li.grid-item:focus-within .grid-hover{
  opacity:1;
  transform:translateY(0);
}

.grid-hover h1,
.grid-hover h2{
  font-size:clamp(1.4rem, 1.2rem + 0.6vw, 1.9rem);
  text-transform:uppercase;
  color:#f1f5f9;
  letter-spacing:0.1em;
  font-weight:800;
  line-height:1.3;
  margin:0 0 0.75rem 0;
}

.grid-hover p{
  font-size:clamp(0.95rem, 0.88rem + 0.3vw, 1.05rem);
  color:#e2e8f0;
  letter-spacing:0.05em;
  font-weight:500;
  line-height:1.6;
  margin:0;
  max-width:38ch;
}

li.grid-item img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform 0.45s ease, filter 0.45s ease;
  filter:saturate(0.95);
}

li.grid-item:hover img,
li.grid-item:focus-within img{
  transform:scale(1.05);
  filter:saturate(1.05);
}

li.grid-item iframe{
  width: 100%;
}

/*
**************************
FOOTER
**************************
*/

#footer-box{
  height:150px;
  margin-top:55px;
}


footer{
  background:rgba(241, 245, 249, 0.88);
  width:100%;
  margin-top:clamp(4rem, 10vw, 7rem);
  padding:clamp(2rem, 6vw, 4rem) 0;
  position:relative;
  z-index:10;
  backdrop-filter:blur(6px);
}

.footer-margin{
  width:min(100%, 94vw);
  max-width:1280px;
  margin:0 auto;
  line-height:1.7;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:clamp(0.75rem, 3vw, 1.5rem);
  color:#475569;
}

#footer-left{text-align:center;}

.footer-margin .copyright{
  color:#475569;
  letter-spacing:0.08em;
  font-size:0.8rem;
  width:100%;
  text-align:center;
}

.footer-margin .social-footer{
  color:#475569;
  letter-spacing:0.05em;
  font-size:0.85rem;
  width:100%;
  text-align:center;
  display:flex;
  justify-content:center;
  gap:clamp(0.75rem, 3vw, 1.75rem);
}

.footer-margin .social-footer a{
  font-size:1.1rem;
  color:#0f172a;
  padding:0.75rem;
  border-bottom:0;
}

.footer-margin .social-footer a:hover{
  color:#1d4ed8;
}


/*
**************************
CONTACT
**************************
*/

.contact-one, .contact-two{
  width:30%;
  padding-right:3%;
  position:relative;
  float:left;
}

.contact-three{
  width:33%;
  position:relative;
  float:left;
}

.contact-one p, .contact-two p, .contact-three p{
  width:100% !important;
}

input{
  width:100%;
  height:40px;
  background:#f8f7f7;
  border:0;
  color:#000000;
  font-weight:500;
  line-height:40px;
  font-family: 'Raleway', sans-serif;
  margin-bottom:10px;
  font-size:13px;
  padding-left:15px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

input.button-submit{

  width:220px;
  height:40px;
  background:#f8f7f7;
  font-weight:500;
  border:0;
  font-family: 'Raleway', sans-serif;
  color:#000000;
  float:right;
  font-weight:900;
  line-height:40px;
  font-size:13px;
}

input:focus{
  background:#f4f4f4;
}

textarea{

  width:100%;
  height:40px;
  border:0;
  line-height:40px;
  background:#f8f7f7;
  color:#000000;
  font-size:13px;
  font-family: 'Raleway', sans-serif;
  font-weight:500;
  margin-bottom:10px;
  padding:0 0 0 15px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
    -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}


textarea:focus{background:#f4f4f4; height:250px;}

/*
**************************
DISCOGRAPHY
**************************
*/

.discography-list,
.discography-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:center;
  margin:10px 0 0;
  padding:0;
}

.discography-list{
  list-style:none;
}

.discography-list li{
  list-style:none;
}

.discography-tags{
  margin-top:8px;
}

.album-link{
  display:inline-block;
  padding:8px 12px;
  border-radius:999px;
  background:#111;
  color:#ffffff;
  font-weight:600;
  letter-spacing:0.05em;
  text-transform:uppercase;
  font-size:12px;
  border-bottom:none;
}

.album-link:hover,
.album-link:focus{
  background:#e32c14;
  color:#ffffff;
}

.tag{
  display:inline-block;
  padding:6px 8px;
  border-radius:999px;
  background:#f8f7f7;
  border:1px solid #dedede;
  font-size:10px;
  font-weight:600;
  letter-spacing:0.03em;
  text-transform:uppercase;
  color:#444444;
  white-space:nowrap;
}
