@font-face { font-family: Refinery; src: url('/Refinery.ttf'); } 
*
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Refinery;
  scroll-behavior: smooth;
}

header
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 100px;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* .desktop-toggle
{
  position: relative;
  width: 60px;
  height: 60px;
  background: url('/images/icons/menu.png');
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center top;
  cursor: pointer;
  left: 92%;
}

.desktop-toggle.active
{
  background: url('/images/icons/close.png');
  background-repeat: no-repeat;
  background-size: 25px;
  cursor: pointer;
} */

.mobile-toggle
{
  position: relative;
  width: 60px;
  height: 60px;
  background: url('/images/icons/menu.png');
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: right top;
  cursor: pointer;
  left: 100%;
}

.mobile-toggle.active
{
  background: url('/images/icons/close.png');
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: right top;
  cursor: pointer;
  left: 100%;
}

.desktop-showcase
{
  position: absolute;
  right: 0;
  width: 100%;
  height: 100dvh;
  scroll-snap-type: y mandatory;
  transition: 0.5s; /*transition for menu slide-out*/
  background-image: url('/images/salon/salon-background.jpg');
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
  z-index: 2;
  overflow-y: auto;
}

.desktop-showcase.active
{
  right: 300px;
}

.mobile-showcase
{
  position: absolute;
  right: 0;
  width: 100%;
  height: 100dvh;
  scroll-snap-type: y mandatory;
  transition: 0.5s; /*transition for menu slide-out*/
  background-image: url('/images/salon/salon-background.jpg');
  background-repeat:no-repeat;
  background-size:auto;
  background-position: center;
  z-index: 2;
  overflow-y: auto;
  display: block;
}

.mobile-showcase.active
{
  right: 300px;
}


.top-section {
  -webkit-backdrop-filter: blur(2.9px);
  backdrop-filter: blur(2.9px);
  display: flex;
  background: rgba(0,0,0,0.6);
}

.left-column {
  width: 50%;
  height: 100dvh;
}

.portrait-container {
  display: block;
  position: absolute;
  margin: auto;
  min-width: 300px;
  width: 30%;
  height: 80%;
  left: 10%;
  top: 55%;
  transform: translateY(-50%); 
  border-radius: 16px;
  background-image: url('/images/stylists/stylists-portrait.jpg');
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
}

.overlay {
  position: absolute;
  display: flex;
  flex-direction: column;
  min-width: 280px;
  width: 28%;
  height: 26%;
  left: 11%;
  top: 80%;
  transform: translateY(-50%); 
  color: white;
  background: rgba(24, 24, 24, 0.9);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
  padding: 5px 5px 5px 10px;
  border-radius: 16px;
  margin: auto;
  display: none;
}

.overlay-header {
  position: relative;
  width: 100%;
  height: 18%;
  color: white;
  font-size: 1.5rem;
  margin-bottom: 2%;
}

.overlay-text {
  position: relative;
  width: 100%;
  height: 50%;
  margin-bottom: 3%;
  color: white;
  font-size: 0.94em;
  overflow: scroll;
}

.overlay-socials {
  position: relative;
  width: 100%;
  height: 30%;
  filter: invert(1);
  opacity: 0.7;
  text-align: right;
}

.overlay-socials a img{
  height: 50%;
  margin-left: 1%;
  margin-right: 4%;
  cursor: pointer;
}

.right-column {
  margin-top: 8%;
}

.right-column h2 {
  text-align: center;
  font-size: 60px;
  color: white;
  margin-bottom: 60px;
}

.profile-icons {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-around;
}

.profile-icons a {
  margin: 10px 20px 20px 20px;
}

.profile-icons h2 {
  color: white;
  margin: 0 20px 20px 0;
}

.profile-icons img {
  width: auto;
  height: 20dvh;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border 0.3s;
}

.profile-icons img:hover {
  border: 4px solid #d4bd49;
}

.lower-section {
  flex: 1;
  overflow-y: auto;
  margin-top: 5%;
  -webkit-backdrop-filter: blur(2.9px);
  backdrop-filter: blur(2.9px);
}

.stylist-section {
  min-width: 100dvh;
  height: 60dvh;
  margin-bottom: 20dvh;
  background: rgba(255, 255, 255, 0.23);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(2.9px);
  backdrop-filter: blur(2.9px);
}

.stylist-section h2 {
  margin-top: 0;
}

.mySlides {display:none;}
header
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 100px;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container {
  display: flex;
  width: 100%;
  height: 100vh;
}

.image-section {
  width: 100%;
  height: 100vh;
  background-image: url('https://placehold.co/400x600?text=Stylist+Photo+Coming+Soon');
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  top:0;
}

#salon1 {
  width:100%;
  background-image: url('/images/salon/salon1.jpg');
}
#salon2 {
  background-image: url('/images/salon/salon2.jpg');
}
#salon3 {
  background-image: url('/images/salon/salon3.jpg');
}
#salon4 {
  background-image: url('/images/salon/salon4.jpg');
}
#salon5 {
  background-image: url('/images/salon/salon5.jpg');
}
#salon6 {
  background-image: url('/images/salon/salon6.jpg');
}
#salon7 {
  background-image: url('/images/salon/salon7.jpg');
}
#salon8 {
  background-image: url('/images/salon/salon8.jpg');
}
#salon9 {
  background-image: url('/images/salon/salon9.jpg');
}
#salon10 {
  background-image: url('/images/salon/salon10.jpg');
}


.bio-section {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content:flex-start;
  background-color: black;
  box-shadow: -1px 0 5px 5px black;
  z-index: 2;
  gap: 1%;
  color: white;
  background-color: black;
  overflow: auto;
  
}
.bio-section h2 {
  padding: 0 10px 0 10px;
  margin-top: 45%;
  text-shadow: 1px 1px 5px black;
  font-size: 20px;
}
.bio-section h3 {
  padding: 0 10px 0 10px;
  margin: 1px 0;
  text-shadow: 1px 1px 5px black;
  font-size: 16px;
}
.bio-section p {
  padding: 0 10px 0 10px;
  margin: 10px 0;
  text-shadow: 1px 1px 5px black;
  font-size: 14px;
}

.bio-socials ul {
  display: flex;
  justify-content: space-around;
}

.bio-socials li
{
  list-style: none;
  margin-left: 1px;
  margin-right: 1px;
}


.bio-socials img
{
  display: inline-block;
  opacity: 0.7;
  filter: invert(1);
  transition: 0.5s;
  cursor: pointer;
  overflow: scroll;
  padding-top: 10px;
  
}

.bio-socials li img:hover
{
  opacity: 1;
  transform: scale(0.5) translateY(-15px);
}

.carousel {
  width: 100%;
  height: 100%;
  position: inherit;
}

.carousel > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: 200ms opacity ease-in-out;
  transition-delay: 200ms;
}

.portrait {
  display: none
}

.slide > img {
  inset: 0;
  display: block;
  width: 100%;
  max-height: 100dvh;
  object-fit: cover;
  object-position: center;
}
.slide picture source {
  inset: 0;
  display: block;
  width: 100%;
  max-height: 100dvh;
  object-fit: cover;
  object-position: center;
}

.slide[data-active] {
  opacity: 1;
  z-index: 1;
  transition-delay: 0ms;
}

.carousel-button {
  position: absolute;
  z-index: 2;
  background: none;
  border: none;
  font-size: 3rem;
  bottom: 0;
  color: #ffffff80;
  cursor: pointer;
  border-radius: .25rem;
  padding: 0 .5rem;
}

.carousel-button:hover,
.carousel-button:focus {
  color: white;
}

.carousel-button:focus {
  outline: 1px solid black;
}

.carousel-button.prev {
  left: 1rem;
}

.carousel-button.next {
  right: 1rem;
}

.pause-button {
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  border: none;
  cursor: pointer;
  z-index: 1000;
  background-color: transparent;
}

.pause-button img:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.social
{
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
}

.social ul {
  display: flex;
}

.social li
{
  list-style: none;
  margin-left: 4px;
  margin-right: 4px;
}

.social li img
{
  display: inline-block;
  opacity: 0.7;
  transform: scale(0.5);
  transition: 0.5s;
  cursor: pointer;
}

.social li img:hover
{
  opacity: 1;
  transform: scale(0.5) translateY(-15px);
}

.menu
{
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-logo {
  top: 6%;
  width: 200px;
  height: 50px;
  position: absolute;
  background: url(/images/logos/logo-black.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}
.menu ul
{
  position: relative;
}
.menu ul li
{
  list-style: none;
  margin-bottom: 5%;
}
.menu ul li a
{
  text-decoration: none;
  font-size: 24px;
  color: #111;
}
.menu ul li a:hover
{
  color: #b9b84e; 
}

.menu ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 1400px)
{
  .right-column h2 {
    text-align: center;
    font-size: 60px;
    color: white;
    margin-left: 50px;
    margin-bottom: 60px;
  }
  .profile-icons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0px 20px 0px 40px;
  }
  .portrait-container {
    min-width: 300px;
    width: 40%;
    height: 70%;
    left: 5%;
    top: 55%;
  }
  .overlay {
    min-width: 380px;
    width: 38%;
    height: 20%;
    left: 6%;
    top: 79%;
  }
}


@media (max-width: 1100px)
{
  .desktop-showcase
  {
    display: none;
    padding: 40px;
  }
  .showcase header
  {
    padding: 20px;
  }
  .mobile-showcase {
    display: block;
  }


}