html {
  scroll-behavior: smooth;
}

/* General Styling */
body {
    color: #5C5B5C;
    font-family: 'Inter', sans-serif;
    background-color: #FDFDFD;
    overflow-x: hidden;
    width: 100%;
    margin: 0 !important;
}

a {
    text-decoration: none;
    color: #5C5B5C;
}

video {
    width: 50%;
    max-width: 500px;
}

/* Header Styling */
header {
    position: sticky;
    top: 0;
    width: 100%;
    padding-top: 2rem;
    background-color: transparent;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    z-index: 1000;
}

header a {
    color: #ffffff;
}

header.scrolled {
    background-color: #ffffff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    padding-top: 0.5rem;
}

header.scrolled .home-btn {
    display: none;
    transition: opacity 0.3s ease;
}

.home-btn {
    width: 7rem;
    transition: opacity 0.3s ease;
    opacity: 80%;
}

.header-title-container {
    font-size: 1.2rem;
    padding: 1rem 0;
}

#header-underline {
    border-bottom:  #ffff 0.5px solid;
    width: 50vw;
    padding: 5px 0;
}

/* Landing Page scroll */
.landing-page {
  overflow: hidden;
  top: 0;
  height: 100vh;
  margin: 0;
  padding: 0;
}

.scroll-container img {
  height: 100%;
  flex-shrink: 0;
}

.scroll-text {
  font-size: 22px;
  letter-spacing: 1.5px;
}

@keyframes scroll-right {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.scroll-container {
  display: flex;
  animation: scroll-right 90s linear infinite;
}

.landing-overlay {
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.55);
    z-index: 100;
}

#landing-quote, #landing-outline {
    width: 500px;
    z-index: 200;
    top: 45vh;
    font-size: 40px;
    letter-spacing: 2.2px;
}

#landing-outline {
    width: 700px;
    top: 41vh;
}

/* scroll down icon */
#scroll-arrow-container {
    z-index: 200;
    bottom: 100px;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
}

.bounce-arrow {
  animation: bounce 1.5s infinite ease-in-out;
}

/* header lines styling */

#header-left-line {
  width: 80vw;
  margin-left: 70vw;
  height: 0.75px;
}

#header-right-line {
  width: 80vw;
  margin-right: 70vw;
  height: 0.75px;
  margin-bottom: 2rem;
}

/* About Me */
#aboutme {
    padding-top: 100vh;
}

#about-section-container {
  width: 80%;
}

.aboutme-text2 {
  width: 48%;
  padding-top: 4%;
}

.about-flex {
  width: 100%;
  margin: 0 auto;
  gap: 25px;
}

/* Services */

.services {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 60px;
  text-align: center;

  h5 {
    font-size: 25px;
    letter-spacing: 1px;

    text-decoration: underline 2px;
    text-underline-offset: 10px;
    text-decoration-color: #37333110;
  }

  .book-btn {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  a {
    text-decoration: underline !important;
    color: #373331;
    font-size: 14px;
  }

  .price {
    font-size: 25px;
    padding: 30px 0;
    color: #37333140;
  }
}
.package-container {
  border-radius: 20px;
  background-color: #ffff;
  filter: drop-shadow(0px 0px 15px #00000010);
  padding: 10px 30px;
}
/* 
.package1 {
  rotate: -2deg;
}

.package3 {
  rotate: 5deg;
} */

.package-container:hover {
  filter: drop-shadow(0px 0px 15px #5C5B5C40);
  transition-duration: 0.4s;

  scale: 1.025;
  z-index: 100;

  .price {
    color: #373331;
    transition-duration: 1s;
  }
  h5 {
    text-decoration: underline 2px;
    text-underline-offset: 10px;
    transition-duration: 1s;
  }
}


/* 
old 
*/
button {
  background-color: #605A56;
  padding: 0 2rem;
  border: none;
  border-radius: 15px;
}

button > a {
  color: #ffff;
  line-height: 2.5rem;
  font-size: 1rem;
}

button:hover {
  background-color: #ffff;
  border: 3px solid #605A56;
  transition: ease-in-out .25s;
  cursor: pointer;
  border-radius: 15px;

  a {
    color: #5C5B5C !important;  
    line-height: 2.5rem;
  }
}

#mywork {
  margin: 10rem 0;
}

#mywork h1 {
  font-size: 2rem;
  margin: 0;
}

#mywork p {
  font-size: 1.2rem;
  width: 600px;
}

#mywork img {
  width: 25rem;
}

/* Services - order */
#services-order img {
  order: 2;
}

.service-container {
  order: 1;
  padding: 0 5rem;
}

.service-container h1, .service-container p {
  font-weight: 300;
}

/* Contact */
#contact {
    background-color:#ffffff ;
    padding: 5rem;
}

.form-container {
    width: 80vw;
    max-width: 900px;
    font-size: 1rem;
    line-height: 2rem;
}

input {
    border: #d1d1d1 solid 1px;
    border-radius: 12px;
    height: 2.5rem;
    padding-left: 20px;
    color: #d0d0d0;
}

placeholder {
    color: #d0d0d0;
}

.contact-me-success {
    display: none;
}

#contact {
  background-image: url(./images/contact-bg.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-container {
  background-image: url(./images/contact-form-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1rem;
}

.flex-1, .flex-2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 50%;
  margin: 0 15px;
}

#submit-button {
  width: 200px;
  background-color: #5C5B5C;
  font-size: 1rem;
  text-align: center;
  padding: 0;
  color: #ffff;
  display: flex;
  margin: 0 auto;
  border-radius: 20px;
  border: none;
  height: 3rem;

  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;

  transition: ease-in-out 0.2s;
}

.radio-item {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.hear-about-me {
  font-weight: 700;
}

.hear-options {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    align-items: center;
    background-color: white;
    padding: 20px;
    gap: 20px;
}

#submit-button:hover {
  cursor: pointer;
  background-color: #7a787a;
 }

#message {
  height: 50%;
  align-items: top;
}

.contact-title-p {
  padding-bottom: 2rem;
  font-size: 25px;
}

/* Socials Container */
.socials {
  height: 15vh;
  background-color: #373331;
  color: #ffff;
  font-family: "Inria Serif", sans-serif;
  font-size: 20px;
  font-weight: 100;

  h1 {
    font-size: 1.7rem;
    line-height: 2rem;
    letter-spacing: 2px;
    margin: 0 !important;
  }

  p {
    margin: 0 !important;
    line-height: 2.5rem;
    font-weight: lighter;
  }

  img {
    height: 70px;
    width: auto;
    margin: 25px;
  }
}

/* FAQ */
#faq-container {
  margin: 5rem 15rem;  
}

.faq {
  max-width: 100vw;
  margin-top: 1.2rem;
  border-bottom: 1px solid #7b736e13;
  cursor: pointer;
  padding-left: 3rem;
  font-family: "Inria Serif", sans-serif;
}

#faq-title {
  margin: 40px 0 0px 0;
  gap: 50px;
}

.question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.5rem;
}

.question svg {
  height: 30px;
}

.question h3 {
  font-size: 1.2rem;
  font-weight: 100;
}

#arrow {
  padding-right: 1.5rem;
  transition: transform 0.3s ease;
}

.answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease-in-out;
  font-weight: 400;
  padding-left: 60px;
  padding-right: 100px;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1rem;
}

.answer p {
  padding-top: 1rem;
  line-height: 20px;
}

.faq.active .answer {
  max-height: 400px;    
}

.footer {
  background-color: #5C5B5C;
  margin: 0 !important;
  width: 100vw;
  height: 70px;
  margin-top: 40px !important;

  h5 {
    color: #FDFDFD;
    text-align: center;
    line-height: 2rem;
    font-size: 1.2rem;
    padding-top: 20px;
    font-weight: 100;
  }
}

/* MOBILE */
@media (max-width: 768px) {

  .hear-options {
    flex-direction: column;
    padding: 0;
    padding-top: 20px !important;
    gap: 5px;
  }

  html, body {
    overflow-x: hidden !important;
    max-width: 100% !important;
  }

  .scroll-container {
    height: 100vh;
    left: 0 !important;
  }

  .home-btn {
    z-index: 110;
  }
  .header-title-container {
    display: none;
    flex-direction: column !important;
    text-align: center;
    line-height: 4rem;
    z-index: 100;
    height: 30vh;
    background-color: #000000e3;
    position: absolute;
    top: 0;
    padding-top: 20vh;

      max-height: 0;
      overflow: hidden;
    transition: max-height 0.35s ease, opacity 0.35s ease;
        opacity: 0;
  }

  .header-title-container.active {
    max-height: 30vh;
    opacity: 1;
  }

  #landing-quote, #landing-outline {
    width: 325px;
    font-size: 20px;
    padding-left: 12.5%;
  }


  #landing-outline {
    margin-top: 18px;
  }

  .scroll-text {
    font-size: 16px;
  }

  .about-flex {
    width: 100vw !important;
    align-items: center;
    left: 0 !important;
  }

  #about-section-container {
    width: 100%;
  }

  .aboutme-text2 {
    width: 100%;
    font-size: 16px !important;
    margin: 0 auto;
    text-align: center !important;
    width: 90%;
    line-height: 1rem;
  }

  video {
    width: 90% !important;
  }

  .services {
    padding: 10px !important;
    flex-direction: column;
  }
/* 
  .package2 {
    rotate: -2deg;
  } */

  #contact {
    margin-top: 10px !important;
    padding: 0px;
    background-color: #fdfdfd5b !important;
  }

  .contact-title-p {
    font-size: 16px !important;
    text-align: center !important;
  }

  #message {
    height: 10vh;
  }

  .form-container {
    line-height: 1.2rem;
    margin-bottom: 80px;
  }

  .contact-me-success {
    font-size: 16px;

    h1 {
      font-size: 16px;
      font-weight: 700;
      font-family: 'Inria Serif';
      padding-bottom: 37px;    
    }

  }

  label {
    font-size: 14px;
  }

  .socials {
    height: 100%;
    padding: 10px 0;
    text-align: center;

    h1 {
      font-size: 16px;
      font-weight: 700;
      font-family: 'Inria Serif';
    }

    p {
      font-size: 16px;
      padding-bottom: 1.5rem;
    }
  }

  .faq {
    padding-left: 0 !important;
  }

  #faq-title {
    gap: 10px;
  }

  #arrow {
    padding-right: 0;
  }

  .answer {
    padding: 0;
    padding-right: 15px;
    line-height: 1.5rem;
  }
}