/* GENERAL -------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  outline: none;
}

h1 {
  font-family: "Chelsea Market", cursive;
  font-size: 7em;
  padding-top: 2em;
  padding-bottom: 2em;
  text-align: center;
  color: #11022e;
}

h2 {
  font-family: "Short Stack", cursive;
  font-size: 1.8em;
  text-align: center;
  padding: 2rem 0 1rem 0;
}

h3 {
  font-family: "Roboto", sans-serif;
  font-size: 1.3em;
  letter-spacing: 3px;
  font-weight: 700;
  padding: 1rem 0 1rem 1rem;
}

h4 {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  letter-spacing: 1px;
  padding: 0 0 1rem 1rem;
}

ul li {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  padding: 0 0 1rem 1rem;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  padding: 0 1rem 0 1rem;
  font-weight: 300;
}

a {
    text-decoration: none;
  }

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: none;
    scrollbar-color: #ff8000 #020227;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 16px;
  }

  *::-webkit-scrollbar-track {
    background: #020227;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #ff80007b;
    border-radius: 10px;
    border: 3px none #020227;
  }
/* GENERAL -------------------------------------*/

/* INTRODUCTION --------------------------------*/
#about-me {
  background: #020227;
}
#about-me h2 {
    color: #efe7b8;
    text-shadow: #930a86 1px 1px 0, 1px 0px 6px rgba(33,32,26,0.95);
}
.Articles_about-me {
color: #efe7b8;
  display: flex;
  flex-direction: row;
  gap: 3rem;
  letter-spacing: 1px;
  line-height: 32px !important;
  text-indent: 2em;
  padding: 0 4rem 2rem 4rem;
}
#main__video {
    border: none;
}
/* INTRODUCTION --------------------------------*/

/* INFORMATION ---------------------------------*/
#informations h2 {
  color: #efe7b8;
  text-shadow: #930a86 1px 1px 0, 1px 0px 6px rgba(33,32,26,0.95);
}
.Arcticle_informations {
  line-height: 32px;
  text-indent: 2em;
  padding: 0 6rem;
}
.info-text {
  background: linear-gradient(#ad5721, #69030311);
    padding: 0.7em 1.6em;
    /* font-weight: 400; */
    letter-spacing: 1px;
    color: #efe7b8;
}
/* INFORMATION ---------------------------------*/

/* PRICES --------------------------------------*/
#prices {
    background: url(tsalagwasi/maybe2.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    align-items: end;
    padding: 0 2em 2em 2em;
    color: #280101;
}

.price-each p {
  font-weight: 900;
  color: #480341;
  text-align: right;
}
/* PRICES --------------------------------------*/

/* REVIEW -------------------------------------*/
#reviews {
  padding: 0 0 2rem 0;
  background: #b63f11ba;
}
.Article_reviews {
  display: flex;
  flex-direction: row;
  align-items: top;
  justify-content: baseline;
}
.single-review h3 {
  font-size: 16px;
}
.review-date {
  color: #6e0463;
  padding-bottom: 0.3rem;
  font-style: italic;
}
.single-review {
  width: 50em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.single-review p {
  font-size: 15px;
}
.single-review img {
  width: 20%;
}
/* REVIEW -------------------------------------*/

/* PREPARATION --------------------------------*/
#preparation {
  padding: 0 1.7em 2rem 1.7em;
  background: rgba(78, 4, 38, 0.714);
}
.prep-info {
  padding: 0 0 1rem 0;
  text-align: center;
  letter-spacing: 0.1rem;
}
.prep-list {
    list-style-type: none;

}
.prep-listFirst {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.Article_preparation {
line-height: 32px;
  text-indent: 2em;
}
.Article_preparation h3 {
  text-align: center;
}
.Article_preparation ul {
  text-align: center;
}
/* PREPARATION --------------------------------*/

/* HEADER -------------------------------------*/
#header  {
    padding-bottom: 5rem;
    padding-top: 5rem;
    background: url(tsalagwasi/tw-background1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
/* HEADER -------------------------------------*/

/* MENU --------------------------------------*/
.menu {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.menu__link {
    text-shadow: 0 0 10px #040112, 2px 2px 2px rgba(206,89,55,0), 2px 2px 2px rgba(206,89,55,0), 2px 2px 2px rgba(206,89,55,0), 2px 2px 2px rgba(206,89,55,0), 2px 2px 2px #ce593700, 2px 2px 2px rgba(206,89,55,0), 2px 2px 2px rgba(206,89,55,0);
padding: 0 1.2rem 0 1.2rem;
  display: inline-block;
  color: #efe7b8;
  text-decoration: none;
  position: relative;
  font-family: "Short Stack", cursive;
  font-size: 1.3em;
  letter-spacing: 2px;
}

.menu__link svg {
  fill: none;
  stroke:#ff914d;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke-dasharray: 338;
  stroke-dashoffset: 338;
  stroke-linecap: round;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 30px);
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: stroke-dashoffset 0s 0.2s, opacity 0.2s;
  z-index: -1;
}

.menu__link--active svg {
    stroke:#ff3131;
}

.menu__link--active svg,
.menu__link:hover svg {
  stroke-dashoffset: 0;
  opacity: 1;
  transition: opacity 0s, stroke-dashoffset 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* MENU --------------------------------------*/

/* CONTACT ----------------------------------*/
#contact h2 {
  color: #efe7b8;
  text-shadow: #7e2702 1px 1px 0, 1px 0px 6px rgba(33,32,26,0.95);
}
.contact-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  
}
.contact-info {
  color: #efe7b8;
  font-size: larger;
  padding-right: 5em;
  letter-spacing: 2px;
  text-shadow: #7e2702 1px 1px 0, 1px 0px 6px rgba(33,32,26,0.95);
}
.background-container {
    background: url(tsalagwasi/tw-background2.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
/* CONTACT FORM */
#contactSection {
    display: flex;
    align-self: center;
    justify-content: center;
    padding: 0 0 33px 0;
}
.contactForm {
    display: flex;
    text-align: center;
    flex-direction: column;
    line-height: 3.5;
    font-size: 20px;
    color:#11022e;
    padding: 3.5rem 100px 20px 100px;
    display: flex;
    font-family: "Short Stack", cursive;
    background: linear-gradient(#ff914dc4, #ff313121);
    font-weight: 600;
}
.mb-6 button {
    font-family: "Short Stack", cursive;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 20px;
    height: 40px;
    width: 100%;
    border: 0;
    border-radius: 10px;
    background-color: #ff914dc8;
    color: #efe7b8;
    cursor: pointer;
    font-size: 20px;
    letter-spacing: .2rem;
}
.mb-6 button:hover {
    background-color: #ff914de8;
}
.mb-6 {
    display: flex;
    flex-direction: column;
    text-align: center;
}
/* CONTACT FORM */
/* CONTACT ----------------------------------*/


/* CEREMONIES -------------------------------*/
.background-containerFirst {
  background: url(tsalagwasi/tw-yesyes1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#ceremony h2 {
  color: #efe7b8;
  text-shadow: #930a86 1px 1px 0, 1px 0px 6px rgba(33,32,26,0.95);
  
}
#ceremony h3 {
/*   text-decoration: underline;
  text-decoration-style: wavy; */
  letter-spacing: .2rem;
  color: #efe7b8;
  font-size: larger;
  text-shadow: 1px 0px 6px rgb(76, 3, 87);
  text-transform: uppercase;
  font-weight: 500;
}
.ceremonies {
    display: flex;
    flex-direction: row;
    justify-content: center;

    flex-wrap: wrap;
}
.ceremony-img {
    filter: sepia(60%);
    padding: 2rem 0 4rem 0;
}
.ceremony-img:hover {
    cursor: pointer;
    filter: none;
}
.Article_ceremony--1, .Article_ceremony--4 {
  padding: 0.7em 1.6em;
}
/* SHOW MORE */
#text, #text1 {
    display: none;
    color: #efe7b8;
    padding: 0.7em 1.6em;
    background: linear-gradient(#ad5721, #69030311);
  }
.list {
  list-style: none;
}
/* SHOW MORE */
/* CEREMONIES -----------------------------------*/

/* FOOTER -------------------------------------*/
#footer {
    text-align: center;
    line-height: 2rem;
    padding: 2rem 0 1rem 0;
}
#footer {
  color: #efe7b8;
}
#copyright {
  letter-spacing: 1px;
  font-family: "Chelsea Market", cursive;
  text-shadow: #000000 1px 1px 0, 1px 0px 6px rgba(33,32,26,0.95);
}
.footer-container a {
  font-family: "Chelsea Market", cursive;
  color: #efe7b8;
  text-shadow: #000000 1px 1px 0, 1px 0px 6px rgba(33,32,26,0.95);
}
.footer-container a:hover {
font-size: 101%;
color: #f98108;
}
.footer-container a:visited {
  color: #efe7b8;
}
/* FOOTER -------------------------------------*/


