* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
/* Link Styling */
a:link,
a:visited {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s;
}
/* Helper Classes */
.center {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Navigation Menu */
/* Overlay */
.overlay {
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; /* Ensures full screen height */
  background-color: rgba(0, 0, 0, 0.7);
}
.overlay-slide-right {
  transition: all 0.4s ease-in-out;
  transform: translateX(0);
}
.overlay-slide-left {
  transition: all 0.8s ease-in-out;
  transform: translateX(-100%);
}
/* Nav Menu Items */
nav ul {
  height: 100vh;
  list-style: none;
  padding: 0;
  margin: 0;
}
nav ul li {
  height: 16.66%; /* Correct height for 6 items */
  background-color: rgba(0, 0, 0, 0.7); /* Consistent background color */
}
nav li a {
  letter-spacing: 0.4rem;
  font-size: 2rem;
}
nav li a:hover,
nav li a:active {
  transform: scale(1.2);
  color: rgb(213, 243, 253);
}
/* Nav Slide In Animation */
.slide-in-1 { animation: slide-in 0.2s linear 0.2s both; }
.slide-in-2 { animation: slide-in 0.2s linear 0.4s both; }
.slide-in-3 { animation: slide-in 0.2s linear 0.6s both; }
.slide-in-4 { animation: slide-in 0.2s linear 0.8s both; }
.slide-in-5 { animation: slide-in 0.2s linear 1s both; }
.slide-in-6 { animation: slide-in 0.2s linear 1.2s both; } /* New item animation */
/* Slide In Keyframes */
@keyframes slide-in {
  from { transform: translateX(-100%); }
  to { transform: translateX(0); }
}
/* Nav Slide Out Animation */
.slide-out-1 { animation: slide-out 0.2s linear 0.6s both; }
.slide-out-2 { animation: slide-out 0.2s linear 0.5s both; }
.slide-out-3 { animation: slide-out 0.2s linear 0.4s both; }
.slide-out-4 { animation: slide-out 0.2s linear 0.3s both; }
.slide-out-5 { animation: slide-out 0.2s linear 0.2s both; }
.slide-out-6 { animation: slide-out 0.2s linear 0.1s both; } /* New item animation */
/* Slide Out Keyframes */
@keyframes slide-out {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}
/***********************/
/* HAMBURGER MENU ANIMATION */
/***********************/
.hamburger-menu {
  position: fixed;
  top: 1rem;
  right: 2rem;
  z-index: 10;
  cursor: pointer;
}
.menu-bar1,
.menu-bar2,
.menu-bar3 {
  width: 3.5rem;
  height: 0.2rem;
  background-color: #fff;
  margin: 0.8rem 0;
  transition: 0.4s;
}
.menu-bar2 {
  width: 2rem;
  margin-left: auto;
}
/* Rotate First Bar */
.active .menu-bar1 {
  transform: rotate(-45deg) translate(-0.7rem, 0.8rem);
}
/* Fade Out Second Bar */
.active .menu-bar2 {
  opacity: 0;
}
/* Rotate Last Bar */
.active .menu-bar3 {
  transform: rotate(45deg) translate(-0.6rem, -0.8rem);
}
.logo {
  position: fixed;
  z-index: 10;
  top: 1.5rem;
  left: 1.5rem;
  font-size: 2rem;
  letter-spacing: 0.3rem;
  color: #fff;
  height: 5em;
  width: 7em;
}

/**************************/
       /*HOME*/
/**************************/       
.home-cap {
  font-size: 55px; 
  font-family: "Poiret One", sans-serif;
  font-weight: 700;
}
.home-btn {
  width: 185px; 
  margin: 80px; 
  font-family:"Poiret One", sans-serif;
  font-weight:900;
}
.home-background{
  height: 100vh; 
  width: 100%;
  background-image: url("/images/home-21.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/*
.home-img{
  height: 100vh; 
  width: 100%;
  background: url("/images/home-21.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.home-img-2{
  height: 100vh; 
  width: 100%;
  background: url("/images/wald-home-22.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.home-img-3{
  height: 100vh; 
  width: 100%;
  background: url("/images/home-23.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
*/
.home-cap-container {
  display: none;
}

/******************************/
       /*GALLERY*/
/******************************/       
#hero-gallery {
  background: url("/gallery/gallery-head.jpeg") ;
  height: 100vh;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#hero-gallery .gallery-content {
  height: 100vh;
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.gallery-content h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "Poiret One", sans-serif;
  color: #fff;
  text-align: left;
}
.gallery-content p {
  font-size: 25px;
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: "Poiret One", sans-serif;
  color: #fff;
  font-weight: 500;
}
.uk-width-medium-1-4 img{
    margin-bottom: 25px;
}

/**************************/
    /*MODELS*/
/**************************/
.guitar-hero{
  width: 100%;
  height: 100vh;
  background-image: url(/guitarmodels/model-head.jpg);
  display: flex;
  background-attachment: fixed;
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
}
.guitar-hero-2{
  width: 100%;
  height: 100vh;
  background-image: url(/guitarmodels/model-head2.jpg);
  display: flex;
  background-attachment: fixed;
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
}
.guitar-hero-3{
  width: 100%;
  height: 100vh;
  background-image: url(/guitarmodels/flattop4.JPG);
  display: flex;
  background-attachment: fixed;
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
}
.guitar-hero-4{
  width: 100%;
  height: 100vh;
  background-image: url(/guitarmodels/waldmodel4-4.jpeg);
  display: flex;
  background-attachment: fixed;
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
}
.model-header h1{
  font-family: "Poiret One", sans-serif; 
  font-size: 100px;
   font-weight: 900
}
 h1 {
  font-size:20px;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: "Raleway", sans-serif;
}
.mobe-model-info{
  padding-top: 35px;
}
.container img:hover{
  cursor:pointer;
}
.carousel-item img {
  width: 100%; 
  height: 700px; 
  object-fit: cover; 
}
.model-name h1{
  font-size: 50px;
  margin: 75px;
}
.coming-soon h1{
  font-family: "Poiret One", sans-serif; 
  font-size: 25px;
}
.model-nav {
 display: flex;
 justify-content: space-between;
 padding-top: 45px;
 font-size: 2.5em;
}

.model-nav :hover {
  color: rgb(182, 227, 212);
}
/***************************/
        /*ABOUT*/
/***************************/        
.hero-content {
  height: 500px;
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: url(images/about-header-22.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed ;
  background-position: bottom;
}
.hero-content h1 {
  font-size: 60px;
  font-weight:900;
  font-family: "Poiret One", sans-serif;
  color: #ffffff;
  text-align: center;
  padding-top:150px;
}
#about {
  width: 100%;
  height: auto;
  background: #000000;
  padding-top: 120px;
}
#about .div-img-bg {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#about .div-img-bg .about-img img {
  width: 600px;
  box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
  margin-top: -60px;
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius:100% ;
}
#about .about-descr .p-heading {
  font-family: "Poiret One", sans-serif;
  font-size: 35px;
  text-align: left;
  color:#f7f7f7;
}
#about .about-descr .separator {
  max-width: 80%;
  margin-bottom: 0;
  text-align: left;
  color: #f7f7f7;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
}
.about-descr{
  margin-left: 125px;
}
#about .div-img-bg-2 {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#about .div-img-bg-2 .about-img-2 img {
  width: 600px;
  box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
  margin-top: -60px;
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius:100% ;
}
#about .about-descr-2 .p-heading {
  font-family: "Poiret One", sans-serif;
  font-size: 35px;
  text-align: left;
  color:#f7f7f7;
}
#about .about-descr-2 .separator {
  max-width: 80%;
  margin-bottom: 0;
  text-align: left;
  color: #f7f7f7;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
}

/*************************/
      /*SERVICES*/
/*************************/
.service-content {
  height: 450px;
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: url(images/service-head-21.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-attachment:fixed ;
}
.service-content h1 {
  font-size: 60px;
  font-weight:bolder;
  font-family: "Poiret One", sans-serif;
  color: #ffffff;
  text-align: center;
}
.dark {
  background: #000000;
}
.postcard {
  flex-wrap: wrap;
  display: flex;
  box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
  border-radius: 10px;
  margin: 0 0 2rem 0;
  overflow: hidden;
  position: relative;
  color: #ffffff;
}
.postcard.dark {
  background-color: #18151f;
}
.postcard h1, .postcard .h1 {
  margin-bottom: 0.5rem;
  font-weight: 900;
  line-height: 1.2;
  font-family: "Poiret One", sans-serif;
  font-size: 30px;
}
.postcard__preview-txt{
  font-size: 20px;
  font-family: "Raleway", sans-serif;
}
.postcard .postcard__title {
    font-size: 1.75rem;
}
.postcard .postcard__img {
  max-height: 180px;
  width: 100%;
  object-fit: cover;
  position: relative;
}
.postcard__text {
  padding: 1.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.postcard:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(-70deg, #434343, transparent 50%);
  opacity: 1;
  border-radius: 10px;
}

/***********************/
       /*CONTACT*/
/***********************/
.contact-content {
  height: 450px;
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: url("guitarmodels/waldmodel4-1.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: bottom;
}
.contact-content h1 {
  font-size: 60px;
  font-weight:bolder;
  font-family: "Poiret One", sans-serif;
  color: #ffffff;
  text-align: center;
}
.map-size{
  width: 1500px;
  height: 300px;
}
.contact-card {
  flex-wrap: wrap;
  display: flex;
  box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
  border-radius: 10px;
  margin: 0 0 2rem 0;
  overflow: hidden;
  position: relative;
  color: #ffffff;
}
.postcard__preview-txt a:hover{
  color: rgb(0, 224, 112);
}

.social-link a:hover {
  color: rgba(55, 200, 255, 0.9);
}
/********************/
   /* TESTIMONIALS */
/********************/
.test-content {
  height: 450px;
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-image: url(testimonials/test-head.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment:fixed ;
  background-position: center;
}
.test-content h1 {
  font-size: 60px;
  font-weight:bolder;
  font-family: "Poiret One", sans-serif;
  color: #ffffff;
  text-align: center;
}
.dark {
  background: #000000;
}
.test-card {
  flex-wrap: wrap;
  display: flex;
  box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
  border-radius: 10px;
  margin: 0 0 2rem 0;
  overflow: hidden;
  position: relative;
  color: #ffffff;
  flex-direction: column;
}
.test-card.dark {
  background-color: #18151f;
}
.test-card h1, .test-card .h1 {
  margin-bottom: 0.5rem;
  font-weight: 900;
  line-height: 1.2;
  font-family: "Poiret One", sans-serif;
  font-size: 30px;
}
.test-card__preview-txt{
  font-size: 20px;
  font-family: "Raleway", sans-serif;
}
.test-card .test-card__title {
    font-size: 1.75rem;
}
.test-card .test-card__img {
  max-height: 180px;
  width: 100%;
  object-fit: cover;
  position: relative;
}
.test-card__text {
  padding: 1.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.test-card:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(-70deg, #434343, transparent 50%);
  opacity: 1;
  border-radius: 10px;
}
