/* =================
HOME STYLES
================= */
body {
    margin: 0;
    padding: 0;

background: var(--background)!important;
color: var(--foreground)!important;

  /* --bg-gradient: linear-gradient( 180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%); */
  --bg-gradient: linear-gradient( 180deg, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.1) 100%);
  --bg-gradient-dark: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  --backgroundimage-0: url("/wp-content/themes/astra-child/assets/6818ce4b12647a8a044f03f5_ms-moth@2x.avif");
  --backgroundimage-1: url("/wp-content/themes/astra-child/assets/gregg25_converted.avif");
  --backgroundimage-2: url("/wp-content/themes/astra-child/assets/gregg-image4-223x200.avif");
  --backgroundimage-3: url("/wp-content/themes/astra-child/assets/b-w-image2-190x250_converted.avif");
  --backgroundimage-4: url("/wp-content/themes/astra-child/assets/b-w-image1-360x567.avif");
  --backgroundimage-5: url("/wp-content/themes/astra-child/assets/b-w-image3-210x236.avif");
  --backgroundimage-6: url("/wp-content/themes/astra-child/assets/gregg_bw4_converted.avif");
  --backgroundimage-7: url("/wp-content/themes/astra-child/assets/gregg3_converted.avif");
  --backgroundimage-8: url("/wp-content/themes/astra-child/assets/b-w-image6-250x191.avif");
  --backgroundimage-9: url("/wp-content/themes/astra-child/assets/gregg2_converted.avif");

  --backgroundimage-tachyon: url("/wp-content/themes/astra-child/assets/tachyonCover.avif");


/* --backgroundimage-1 young gregg side of face with earring  LOWER RIGHT
--backgroundimage-2 playing fodera wearing yellow shirt       UPPER LEFT
--backgroundimage-3 b&W playing fodera with headcap           UPPER RIGHT
--backgroundimage-4 b&W playing fodera made with AI
--backgroundimage-5 playing 4 string with Tachyon
--backgroundimage-6 playing 4 string with Burning Wave
--backgroundimage-7 playing fodera back view                  LOWER LEFT
--backgroundimage-8 b&W playing fodera with headcap sitting down
--backgroundimage-9 playing acoustic */

  --greggSVG-fill: var(--bright-red);
  --greggSVG-stroke: var(--black);
  --srolldownScroll: #2c3e50;
  --section-text: var(--white);
  --read-more-text: var(--black);
  --nextgig-title: var(--black);
  --nextgig-border: transparent;
  --bg-gradient-lite-mode: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6));

--backcolor1: #cedce7;
--backcolor2: #596a72;

--social-background: rgba(255, 255, 255, 0.98);

/* --background1: -webkit-linear-gradient(45deg, var(--backcolor1) 0%, #596a72 100%);
--background2: -o-linear-gradient(45deg, var(--backcolor1) 0%, #596a72 100%);
--background3: linear-gradient(45deg, var(--backcolor1) 0%, #596a72 100%); */

  /* background: -webkit-linear-gradient(45deg, var(--backcolor1) 0%, var(--backcolor2) 100%);
  background: -o-linear-gradient(45deg, var(--backcolor1) 0%, var(--backcolor2) 100%);
  background: linear-gradient(45deg, var(--backcolor1) 0%, var(--backcolor2) 100%); */


}

.darkmode {
  --srolldownScroll: var(--white);
  --section-text: var(--ms-red);
  --read-more-text: var(--ms-red);
  --nextgig-title: var(--ms-red);
  --nextgig-border: var(--gray) 2px groove;
  --bg-gradient-lite-mode: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));

  /* --backcolor1: #cedce7;
  --backcolor2: #596a72; */

   --social-backcolor1: #f2f2f2;
   --social-backcolor2: #596a72;
}

/*================
LOGO ANIMATION
==================*/

#svg5 {
width: 80px;
  height: auto;
  fill: var(--global-home-menu);
  transition: all 0.3s ease-in-out;
}

/*================
LANGUAGE SELECTOR
==================*/

.language-switcher {
  font-size: .5em;
   text-align: center;
   cursor: default;
   list-style: none;
}

.custom-switcher {
  display: inline!important;
  white-space: nowrap!important;
  color: var(--black)!important;
text-decoration: none!important;
}

.lang-item-en, .lang-item-ja {
    display: inline!important;
  white-space: nowrap!important;
}

.lang-item-en a, .lang-item-ja a {
color: var(--black)!important;
text-decoration: none!important;
  font-size: .8em!important;
  letter-spacing: normal;
}

.lang-item-ja a {
font-family: var(--primary-JPfont);
}

.current-lang {
font-variant: small-caps;
text-decoration: underline var(--bright-red) 4px;
}

/*================
FP_header
==================*/

nav.FP_header {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
 min-height: 100px; 
  margin: 0;
  padding: 0;
  background: var(--global-home-menu-bg);
  font-family: var(--topmenu-font-family); 
  outline: none;
  z-index: 2;
}

.nav-middle ul ul {
list-style: none;
  padding: 0;
  margin: 0;
}

.nav-middle li {
  padding: 0;
  margin: 0;
}

.nav-logo {
display: flex;
position: absolute;
top: 1.8rem;
left: 1.5rem;
}

.nav-middle {
	display: flex;
	/* justify-content: center; */
	 width: 80px;
	 height: auto;
  margin: 0 auto;
/* border: 1px solid white; */
}

/*================
MENU DROPDOWN
==================*/

.dropdown-padding {
font-family: var(--topmenu-font-family); 
color: var(--global-home-menu);
font-size: var(--nav-text-size);
/* justify-content: space-between; */
align-items: center;
overflow: visible;
}

.dropdown {
  position: relative;
}

button#hamburger-container {
  padding: 0.4rem;
  cursor: pointer;
}

#hamburger {
  fill: var(--global-home-menu);
  border: 2px solid var(--global-home-menu);
	border-radius: 50%;
    cursor: pointer;
}

.dropdown_list_bg {
padding: 4rem 3rem 3rem!important;
min-height: 250px;
border-radius: 10px;
background: url("/wp-content/themes/astra-child/assets/ajisai.avif") center center;
  background-size: 700px;
  animation: moveBackground 40s linear infinite;
  z-index: 10;
}

.dropdown_list {
  display: none; 
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  top: 140%;
  font-size: 2rem;
  letter-spacing: 0.3rem;
  left: 50%;
  transform: translateX(-50%);
  min-width: max-content;
  height: auto;
  z-index: 200;
}

a.dropdown_link,
a.submenu_link {
  color: black; /*LINK COLOR */
  font-weight: 700;
  text-decoration: none!important;
}

a.dropdown_linkJP,
a.submenu_linkJP {
  font-family: var(--primary-JPfont);
    color: black; /*LINK COLOR */
}

.submenu_list {
	margin-top: 0 !important;
	display: none;
	padding-bottom: .5em;
}

a.submenu_link {
  font-size: 1.2rem;
  letter-spacing: normal;
  margin-top: 0 !important;
  padding-right: .8rem;
}

li.submenu_item {
list-style-type: none;
padding-left: 0;
}

.submenu {
  position: relative;
}

.submenu:hover .submenu_list,
.submenu:focus .submenu_list {
  display: block;
  transition-delay: 0.5s;
}

.liquidGlass-wrapper {
  position: relative;
  display: flex;
  font-weight: 600;
  overflow: hidden;
  color: black;
  cursor: pointer;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
}

.liquidGlass-effect {
  position: absolute;
  z-index: 0;
  inset: 0;
  backdrop-filter: blur(3px);
  filter: url(#glass-distortion);
  /* backdrop-filter: blur(5px) url(#glass-distortion-filter); */
  overflow: hidden;
  /* isolation: isolate; */
}

.liquidGlass-tint {
  z-index: 1;
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.25);
}

.liquidGlass-shine {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  box-shadow: inset 2px 2px 1px 0 rgba(255, 255, 255, 0.5),
    inset -1px -1px 1px 1px rgba(255, 255, 255, 0.5);
}

.liquidGlass-text {
  z-index: 3;
  font-size: 2rem;
  color: black;
  text-align: right;
}

.menu,
.menu > div {
  padding: 0.4rem;
  border-radius: 0.8rem;
}

.menu:hover {
  padding: 0.6rem;
  border-radius: 0.8rem;
  transition-delay: 0.5s;
}

.menu > div > div:has(a) {
  font-size: 1.5rem;
  padding: 0.4rem 0.6rem 0.4rem 0;
  border-radius: 0.8rem;
  transition: all 0.1s ease-in;
}

ul.submenu_list, li.submenu_item {
	list-style-type: none;
}

.menu > div > div:hover {
  border-radius: 0.8rem;
  background-color: rgba(255, 255, 255, 0.5);
  transition-delay: 0.5s;
  /* box-shadow: inset -2px -2px 2px rgba(0, 0, 0, 0.1); */
  /* backdrop-filter: blur(2px); */
}

.menu > div > div > ul > li > a {
  font-size: 1.2rem;
  color: black;
   /* padding: 0.4rem 0.6rem;  */
  border-radius: 0.8rem;
  z-index: 300;
  transition: all 0.1s ease-in;
}

.menu > div > div > ul > li:hover {
  border: 2px solid rgba(31, 30, 30, 0.5);
  border-radius: 0.8rem;
  margin: .2em;
  transition-delay: 0.5s;
}

@keyframes moveBackground {
  from {
    background-position: 0% 0%;
  }
  to {
    background-position: 0% -500%;
  }
}

#hamburger:hover {
  border-color: var(--jyakuchu-yellow);
  fill: var(--jyakuchu-yellow);
}

.line {
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}

#hamburger.open .top {
  width: 65px;
  transform: translateY(20px) translateX(-8px) rotate(45deg);
}
#hamburger.open .middle {
  opacity: 0;
}
#hamburger.open .bottom {
    width: 65px;
  transform: translateY(-20px) translateX(-8px) rotate(-45deg);
}

.show {
	display: block;
}


/*================
MAIN CONTENTS SECTIONS
==================*/
section {
  height: 100%;
  width: 100%;
  top: 0;
  position: fixed;
  visibility: hidden;
  will-change: transform;
}

section .outer,
section .inner {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  will-change: transform;
}

section.first .bg,
section.second .bg,
section.third .bg,
section.fourth .bg,
section.fifth .bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}

#name-logo-svg {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
/* border: solid 1px red; */
}

#greggSVG {
fill: var(--greggSVG-fill);
stroke:  var(--greggSVG-stroke);
}

/*================
SCROLL DOWN TEXT/ARROWS
==================*/
.srolldown {
  font-size: 1.4rem;
  font-weight: 700;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  cursor: pointer;
}


section.first .srolldown a,
section.sixth .srolldown a {
  color: var(--srolldownScroll);
}

section.second .srolldown a,
section.third .srolldown a,
section.fourth .srolldown a,
section.fifth .srolldown a {
  color: var(--white);
}

.srolldown a {
display: inline-block;
  padding: 1em;
  /* border: solid 1px red; */
  border-radius: 16px;
  scroll-behavior: smooth;
}

/* .srolldown a:visited {
  border: solid 1px red;
}

.srolldown a:hover {
  border: solid 1px blue;
} */

.srollarrows {
  display: flex;
  justify-content: center;
  align-items: center;
}

.chevron {
  position: absolute;
  top: 2rem;
  width: 2.1rem;
  height: 0.38rem;
  opacity: 0;
  transform: scale(0.3);
  -webkit-animation: move-chevron 3s ease-out infinite;
    animation: move-chevron 3s ease-out infinite;
}

.chevron:first-child {
  -webkit-animation: move-chevron 3s ease-out 1s infinite;
  animation: move-chevron 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  -webkit-animation: move-chevron 3s ease-out 2s infinite;
  animation: move-chevron 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: "";
  position: absolute;
  top: 0;
  height: 50%;
  width: 50%;
}

section.first .chevron:before,
section.first .chevron:after,
section.sixth .chevron:before,
section.sixth .chevron:after {
  background: var(--srolldownScroll);
}

section.second .chevron:before,
section.second .chevron:after,
section.third .chevron:before,
section.third .chevron:after,
section.fourth .chevron:before,
section.fourth .chevron:after,
section.fifth .chevron:before,
section.fifth .chevron:after {
  background: var(--white);

}

.chevron:before {
  left: 0;
  transform: skewY(30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skewY(-30deg);
}

@-webkit-keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    transform: translateY(4.8rem) scale(0.5);
  }
}

@keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    transform: translateY(4.8rem) scale(0.5);
  }
}

#tachyon-anchore {
anchor-name: --tachyon-anchor;
}


section.sixth .bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}

section.seventh .bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}

section .bg h2.section-heading {
  font-family: var(--primary-ENfont);
  font-size: 10rem;
  line-height: initial;
  -webkit-text-stroke: 1px rgb(27, 27, 27);
  color: rgb(118, 111, 111);
opacity: .6;
z-index: 2;
margin: 0 auto;
}

section .bg .section-text {
  --section-text-size: 2rem;
color: var(--section-text);
font-size: var(--section-text-size);
text-align: justify;
line-height: 1.5;
  width: 60%;
  overflow: hidden;
}

/* .read-more-container {

} */

a.read-more-text,
.dot {
position: relative;
font-size: 3rem;
color: var(--read-more-text);
cursor: pointer;
z-index: 10;
}

a.read-more-text:visited {
color: var(--read-more-text);
}

a.read-more-text:hover {
text-decoration: underline overline var(--bright-red) 2px!important;
text-underline-offset: 8px;
}

.dot {
  animation: blink 1s infinite;
}
.dot:nth-child(2) { animation-delay: 0.2s; }
.dot:nth-child(3) { animation-delay: 0.4s; }

@keyframes blink {
  0%, 100% { opacity: 0; }
  50% { opacity: 1; }
}

.nextgig-title {
font-size: 3rem;
color: var(--nextgig-title);
}

/* section .bg .clip-text {
  overflow: hidden;
} */

.first .bg {
  background-image: var(--backgroundimage-0);
  background-position: left 50% bottom 150px;
  background-repeat: no-repeat;
  background-size: 500px;
}

.second .bg {
  background-image: var(--bg-gradient);
  background-size: cover;
  background-repeat: no-repeat;
}
.second .bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--backgroundimage-2);
  background-size: cover;
  opacity: 0.6;
  z-index: -1;
}

.third .bg {
  background-image: var(--bg-gradient);
  background-size: cover;
  background-repeat: no-repeat;
}
.third .bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--backgroundimage-5);
  background-size: cover;
  opacity: 0.6;
  z-index: -1;
}

.fourth .bg {
  background-image: var(--bg-gradient);
  background-size: cover;
  background-repeat: no-repeat;
}
.fourth .bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--backgroundimage-3);
  background-size: cover;
  opacity: 0.6;
  z-index: -1;
}

.fifth .bg {
  background-image: var(--bg-gradient);
  background-size: cover;
  background-repeat: no-repeat;
}
.fifth .bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--bg-gradient-dark), var(--backgroundimage-6);
  background-size: cover;
  opacity: 0.6;
  z-index: -1;
}

/* --backgroundimage-1 young gregg side of face with earring  LOWER RIGHT
--backgroundimage-2 playing fodera wearing yellow shirt       UPPER LEFT
--backgroundimage-3 b&W playing fodera with headcap           UPPER RIGHT
--backgroundimage-4 b&W playing fodera made with AI
--backgroundimage-5 playing 4 string with Tachyon
--backgroundimage-6 playing 4 string with Burning Wave
--backgroundimage-7 playing fodera back view                  LOWER LEFT
--backgroundimage-8 b&W playing fodera with headcap sitting down
--backgroundimage-9 playing acoustic */

.sixth .bg {
  background-image: var(--bg-gradient-lite-mode);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sixth .bg::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.9;
  background-image: var(--backgroundimage-2), var(--backgroundimage-3);
  background-repeat: no-repeat, no-repeat;
  background-position: calc(50% - 320px) calc(50% - 80px), calc(50% + 320px) calc(50% - 80px);
  background-size: 200px, 200px;
}
.sixth .bg::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.6;
  background-image: var(--backgroundimage-7), var(--backgroundimage-1);
  background-repeat: no-repeat, no-repeat;
  background-position: calc(50% - 220px) calc(50% + 80px),  calc(50% + 243px) calc(50% + 100px);
  background-size: 150px, 200px;
}

.seventh .bg {
  background-image: var(--bg-gradient-lite-mode);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* ====================
TACHIYON STYLES
/*======================*/

.text-trigger {
position: relative;
background: transparent;
font-size: inherit;
text-decoration: underline;
text-decoration-thickness: 1.5px;
text-underline-offset: 6px;
padding: 0;
margin: 0;
color: inherit;
cursor: pointer;
z-index: 2;
}

.text-trigger:hover {
background:  transparent;
color: var(--bright-red);
padding: .1rem;
}

.text-trigger:active, .text-trigger:focus {
background: transparent;
outline: none;
}

/* #tachyon-button {
anchor-name: --tachyon-anchor;
} */

#tachyon {
  --tachyon-blue: #28305f;
  --tachyon-width: 400px;
  --tachyon-height: 400px;


flex-direction: column;
justify-content: center;
  position: absolute;
  position-anchor: --tachyon-anchor;
  margin: 0;
  inset: auto;
   top: anchor(top);
   justify-self: anchor-center;
width: var(--tachyon-width);
height: var(--tachyon-height);
}


#tachyon:popover-open {
  display: grid;
 }

#tachyon::before {
  content: "";
  position: absolute;
  inset: 0;
  /* opacity: 0.9; */
  background-image: var(--backgroundimage-tachyon);
  background-repeat: no-repeat;
  background-position: center;
  background-size: var(--tachyon-width), var(--tachyon-height);
  z-index: -1;
}

.tachyonlist {
display: grid;
grid-template-columns:  auto auto;
grid-column-gap: 10px;
grid-row-gap: 10px;
 width: fit-content;
 height: 131px;
  margin: 0 auto;
 padding: 1rem;
  color: var(--black);
  font-weight: 700;
  background: #fff;
  opacity: 0.7;
border-radius: 10px;
}

.tachyonMember {
  text-align: right;
  font-size: 1.2rem;
  line-height: 1.6rem;
   grid-area: 1 / 1 / 2 / 2; 
  }
  
.tachyonInstru { 
  text-align: left;
  font-size: 1rem;
  line-height: 1.6rem;
  grid-area: 1 / 2 / 1 / 3; 
}

.close-tachyon-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: green;
  border: 3px solid black;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 4px 0;
  line-height: .9;
  font-size: 24px;
  font-weight: 700;
  color: black;
}

.close-tachyon-btn:hover {
  background: #000000;
}

.circleX {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 45px;
  background: transparent;
  border: 4px solid black;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin: 10px 20px;
}
.circleX:after {
  width: 24px;
  height: 4px;
  background-color: black;
      -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: "";
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -2px;
  position: absolute;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.circleX:before {
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -2px;
  width: 24px;
  height: 4px;
  background-color: black;
    -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: "";
  position: absolute;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.circleX + p {
    -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-transform: lowercase;
  font-size: 14px;
  margin-bottom: 10px;
}

.boxShadow {
  -moz-transition: box-shadow 200ms ease-out, -moz-transform 200ms ease-out, opacity 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-out, -o-transform 200ms ease-out, opacity 200ms ease-in-out;
  -webkit-transition: box-shadow 200ms ease-out, -webkit-transform 200ms ease-out, opacity 200ms ease-in-out;
  transition: box-shadow 200ms ease-out, transform 200ms ease-out, opacity 200ms ease-in-out;
}
.boxShadow:after, .boxShadow:before {
  -moz-transition: linear 400ms;
  -o-transition: linear 400ms;
  -webkit-transition: linear 400ms;
  transition: linear 400ms;
}

.boxShadow:hover:not(.fadeOut) {
  -moz-box-shadow: 0px 0px 0px 20px red inset;
  -webkit-box-shadow: 0px 0px 0px 20px red inset;
  box-shadow: 0px 0px 0px 20px red inset;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.boxShadow:hover:not(.fadeOut):after {
  background-color: #fff;
  -moz-transform: rotate(-45deg) scale(0.6);
  -ms-transform: rotate(-45deg) scale(0.6);
  -webkit-transform: rotate(-45deg) scale(0.6);
  transform: rotate(-45deg) scale(0.6);
}
.boxShadow:hover:not(.fadeOut):before {
  background-color: #fff;
  -moz-transform: rotate(45deg) scale(0.6);
  -ms-transform: rotate(45deg) scale(0.6);
  -webkit-transform: rotate(45deg) scale(0.6);
  transform: rotate(45deg) scale(0.6);
}

.fadeOut {
  opacity: 0;
}


/* ====================
   NEXT GIG STYLES
/*======================*/ 

.nextgig-wrapper {
  width: 90%;
  margin: 0 auto;
  max-width: 80rem;
}

.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.next-gig1,
.next-gig2 {
  width: calc(35% - 2rem);
  margin: 1rem;
  cursor: pointer;
}

.container {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;

}

.front,
.back {
  background-size: cover;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  border: var(--nextgig-border);
  border-radius: 10px;
  background-position: center;

  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1),
    -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  min-height: 280px;
  height: auto;
  border-radius: 10px;
  color: #fff;
  font-size: 1.5rem;
}

.back {
  background: var(--backcolor1);
  background: -webkit-linear-gradient(45deg, var(--backcolor1) 0%, #596a72 100%);
  background: -o-linear-gradient(45deg, var(--backcolor1) 0%, #596a72 100%);
  background: linear-gradient(45deg, var(--backcolor1) 0%, #596a72 100%);
}

.container .back {
background-repeat: no-repeat;
  background-origin: content-box;
  background-size: cover;
background-position: center;
}


.front:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  opacity: 0.6;
  background-color: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 10px;
}

.container:hover .front,
.container:hover .back {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1),
    -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.inner-text {
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  top: 50%;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
}

.container .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.container .front {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.container:hover .back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.container:hover .front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.front .inner-text p {
  font-size: 2rem;
  margin-bottom: 2rem;
  position: relative;
}

.front .inner-text p:after {
  content: "";
  width: 4rem;
  height: 2px;
  position: absolute;
  background: #c6d4df;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -0.75rem;
}

.front .inner-text span {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

.inner-text span a {
  color: rgb(255, 255, 255);
}

.thenextgig {
font-size: 1rem;
color: var(--white);
}

.thenextgig a{
color: var(--bright-red);
}

.gigdate {
font-size: 2.5rem;
}

.city {
font-size: .7rem;
}

.giggenre{
font-size: .8rem;
}

a.more-buttons {
font-variant: small-caps;
}


/* =======================
SOCIAL ICONS
====================== */

.social-icons-spacer {
margin-top: 2rem;
width: 100%;
height: 2rem;
}

/* Wrapper */
.home-social-icons {
display: grid;
width: 42%;
grid-template-columns: repeat(4, 50px);
justify-content: space-evenly;
gap: 10px;
margin: 0 auto;
padding: 1rem;
isolation: isolate;
z-index: -2;
border-radius: 8px;

  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
background: var( --social-backcolor1);
}



















/* ==============================
=================================
=================================
        @MEDIA QUERIES
=================================
=================================
================================= */

/* @media screen and (max-width: 64rem){
  .col{
    width: calc(33.333333% - 2rem);
  }
}

@media screen and (max-width: 48rem){
  .col{
    width: calc(50% - 2rem);
  }
}

@media screen and (max-width: 32rem){
  .col{
    width: 100%;
    margin: 0 0 2rem 0;
  }
} */



/* ============= Small Mobile  320px – 480px =============*/
@media (max-width: 480px) {

section .bg .section-text {
text-align: left;
}


.first .bg {
  /* background-position: left 50% bottom 150px; */
  background-size: 300px;
}

#greggSVG {
  transform: scale(0.35);
}

.section-text {
font-size: 1.3rem!important;
line-height: 1.2!important;

}

.fourth .bg::before {
  background-size: 400px;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.fifth .bg::before {
  background-size: 350px;
  background-repeat: no-repeat;
  background-position: center bottom;
}


.sixth .bg::before {
  background-position: calc(50% - 100px) calc(50% - 100px), calc(50% + 100px) calc(50% - 100px);
  background-size: 100px, 100px;
}
.sixth .bg::after {
  background-position: calc(50% - 100px) calc(50% + 120px),  calc(50% + 100px) calc(50% + 100px);
  background-size: 100px, 100px;
}

.srolldown {
  font-size: 1rem;
}

.social-icons-spacer {
margin-top: 0;
height: 2rem;
}

.home-social-icons {
display: grid;
width: 100%;
gap: 10px;

}

.nextgig-title {
  margin-top: 6rem;
  font-size: 2rem;
}

.next-gig1 {
  width: 100%;
}

.next-gig2 {
  width: 100%;
  margin-top: .5rem;
}

.front,
.back {
  min-height: 200px;

}

}

/* ============= Large Mobile / Tabletse (Portrait) 481px – 768px =============*/
@media (min-width: 481px) and (max-width: 768px) {

  #greggSVG {
  transform: scale(0.70);
}

section .bg .section-text {
text-align: left;
}

.col {
    width: calc(50% - 2rem);
  }

.sixth .bg::before {
  background-position: calc(50% - 250px) calc(50% - 100px), calc(50% + 200px) calc(50% - 100px);
  background-size: 200px, 200px;
}
.sixth .bg::after {
  background-position: calc(50% - 150px) calc(50% + 150px),  calc(50% + 150px) calc(50% + 120px);
  background-size: 200px, 200px;
}


}

/* ============= Tablets / Small Laptops 769px – 1024px =============*/
@media (min-width: 769px) and (max-width: 1024px) {

  .col {
    width: calc(50% - 2rem);
  }

}

/* ============= Desktops / Laptops 1025px and up =============*/
@media (min-width: 1025px) {

}




