:root {
  --pink: #d4af37;   /* Altın */
--bg: #35322d;     /* Krem / Fildişi */
  --shadow: 0 2px 2px rgba(0 0 0 / 0.5);
  --transparant: rgba(0, 0, 0, 0.319);
}
body {
  font-size: 1.2rem;
  font-family: 'Work Sans', sans-serif;
  min-height: 100vh;
}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

#audio-container {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 9999;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/bg2.png);
  background-size: cover; 
  background-repeat: no-repeat; 
  background-position: center; 
  z-index: -1;
  filter: grayscale();
}


.hero {
  position: relative;
  min-height: 100vh;
  background-color: var(--transparant);
}
.hero h1,
.hero h4,
.hero p {
  text-shadow: var(--shadow);
}
.hero h1 {
  font-family: 'Alex Brush', cursive;
  font-weight: 6rem;
  font-size: 6rem;
  margin-top: 30px;
}
.hero h4 {
  font-size: 1.6rem;
}
.hero p {
  font-size: 1.4rem;
}
.hero a {
  color: var(--pink);
  background-color: aliceblue;
  box-shadow: var(--shadow);
}
.hero a:hover {
  background-color: var(--pink);
  color: aliceblue;
}


.kina-hero {
  position: relative;
  min-height: 100vh;
  background-color: var(--transparant);
}

.kina-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('img/bg3.png'); /* kına için arka plan */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  filter: grayscale();
}

.kina-hero h1,
.kina-hero h4,
.kina-hero p {
  text-shadow: var(--shadow);
}

.kina-hero h1 {
  font-family: 'Alex Brush', cursive;
  font-weight: 6rem;
  font-size: 6rem;
  margin-top: 30px;
}

.kina-hero h4 {
  font-size: 1.6rem;
}

.kina-hero p {
  font-size: 1.4rem;
}

.kina-hero a {
  color: var(--pink);
  background-color: aliceblue;
  box-shadow: var(--shadow);
}

.kina-hero a:hover {
  background-color: var(--pink);
  color: aliceblue;
}




.mynavbar {
  background-color: rgba(225, 225, 225, 0.4) !important;
  backdrop-filter: blur(4px);
}

.mynavbar {
  transition: background-color 0.3s ease;
  z-index: 9999;
}

.mynavbar .navbar-brand,
.mynavbar .offcanvas-title {
  font-family: 'Alex Brush', cursive;
  font-size: 3.2rem;
  font-weight: bold;
}
.mynavbar .nav-link {
  text-transform: uppercase;
}
.mynavbar.scrolled {
  background-color: rgba(225, 225, 225, 0.85) !important;
  backdrop-filter: blur(8px);
}


.home {
  background-image: url(img/bg.png);
  background-size: cover;
  min-height: 100vh;
  margin-top: -6rem;
  padding-top: 15rem;
  padding-bottom: 5rem;
}

.home h2,
.info h2,
.story h2,
.gallery h2,
.rsvp h2,
.gifts h2 {
  color: var(--pink);
  font-family: 'Alex Brush', cursive;
  font-size: 5rem;
  font-weight: bold;
}
.home h2 {
  margin-top: -6rem;
}
.home h3 {
  color: #444;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.home p {
  font-size: 1.1rem;
  color: #666;
}

.home .couple {
  margin-top: 75px;
}
.home .couple h3 {
  font-family: 'Sacramento';
  font-size: 3rem;
  font-weight: bold;
  color: var(--pink);
}
.home .couple img {
  width: 100%;
}
.home .heart {
  width: 50px;
  height: 50px;
  background-color: white;
  display: flex;
  border-radius: 50%;
  box-shadow: var(--shadow);
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(65px);
}
.home .heart i {
  margin: auto;
  color: var(--pink);
}

/* info */
.info {
  background-color: var(--bg);
  color: azure;
  padding-top: 10rem;
  padding-bottom: 8rem;
}
.info .alamat {
  font-size: 1.1rem;
}
.info .description {
  font-size: 1rem;
  font-weight: 300;
}
.info .card {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: white !important;
  border: 1px solid #999;
}
.info .card-header {
  border-bottom: 1px solid #999;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.info .card-body {
  font-size: 1rem;
}
.info .card-footer {
  border-top: 1px solid #999;
  font-size: 0.9rem;
  font-weight: 300;
}

/* story */
.story,
.gallery,
.rsvp,
.gifts {
  padding-top: 10rem;
  padding-bottom: 8rem;
}
.story span,
.gallery span,
.gifts span {
  text-transform: uppercase;
  color: #666;
  font-size: 0.9rem;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 1rem;
}
.story p,
.gallery p,
.rsvp p,
.gifts p {
  font-size: 1rem;
  font-weight: 300;
}
.timeline {
  list-style: none;
  padding: 1.4rem 0;
  margin-top: 1rem;
  position: relative;
}
.timeline::before {
  content: '';
  top: 0;
  bottom: 0;
  position: absolute;
  width: 1px;
  background-color: #a4a2a2;
  left: 50%;
}
.timeline li {
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
}
.timeline::before,
.timeline::after {
  content: '';
  display: table;
}
.timeline::after {
  clear: both;
}
.timeline li .timeline-image {
  width: 160px;
  height: 160px;
  background-color: #ccc;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.timeline li .timeline-panel {
  width: 40%;
  float: left;
  border: 1px solid #ccc;
  padding: 2rem;
  position: relative;
  border-radius: 8px;
  background-color: #fff;
}
.timeline li .timeline-panel::before {
  content: '';
  display: inline-block;
  position: absolute;
  border-top: 15px solid transparent; /* trik membuat panel segitiga */
  border-left: 15px solid#ccc; /* trik membuat panel segitiga */
  border-right: 0 solid#ccc; /* trik membuat panel segitiga */
  border-bottom: 15px solid transparent; /* trik membuat panel segitiga */
  top: 80px; /* trik membuat panel segitiga */
  right: -15px; /* trik membuat panel segitiga */
}
.timeline li .timeline-panel::after {
  content: '';
  position: absolute;
  display: inline-block;
  border-top: 14px solid transparent; /* trik membuat panel segitiga */
  border-left: 14px solid#fff; /* trik membuat panel segitiga */
  border-right: 0 solid#fff; /* trik membuat panel segitiga */
  border-bottom: 14px solid transparent; /* trik membuat panel segitiga */
  top: 81px; /* trik membuat panel segitiga */
  right: -13px; /* trik membuat panel segitiga */
}
.timeline li.timeline-inverted .timeline-panel {
  float: right; /* memindahkan panel ke kanan */
}
.timeline li.timeline-inverted .timeline-panel::before {
  border-left-width: 0; /* membalikkan posisi segitiga */
  border-right-width: 15px; /* membalikkan posisi segitiga */
  left: -15px; /* membalikkan posisi segitiga */
  right: auto; /* membalikkan posisi segitiga */
}
.timeline li.timeline-inverted .timeline-panel::after {
  border-left-width: 0; /* membalikkan posisi segitiga */
  border-right-width: 14px; /* membalikkan posisi segitiga */
  left: -13px; /* membalikkan posisi segitiga */
  right: auto; /* membalikkan posisi segitiga */
}

/* gallery */
.gallery {
  background-color: #f5f5f538;
}

/* rsvp */
.rsvp {
  background-color: var(--bg);
}
.rsvp h2 {
  font-size: 4.5rem;
}
.rsvp p {
  color: white;
}
.rsvp form label {
  color: white;
}
.rsvp button {
  background-color: var(--pink);
  color: white;
  border: 1px solid var(--pink);
}
.rsvp button:hover {
  background-color: white;
  color: var(--pink);
  border: 1px solid white;
}

/* footer */
footer {
  padding: 3rem;
  background-color: var(--pink);
  color: white;
}
footer a {
  color: var(--bg);
  font-weight: bold;
  text-decoration: none;
}
footer a:hover {
  color: white;
}
footer li {
  list-style: none;
  display: inline;
  margin: 0.5rem;
}

/* audio */
.audio-icon-wrapper {
  width: 4rem;
  height: 4rem;
  font-size: 4rem;
  position: fixed;
  bottom: 2.5rem;
  right: 2rem;
  cursor: pointer;
  color: white;
  opacity: 0.5;
  mix-blend-mode: difference;
  animation: muter 4s linear infinite; 
  transform-origin: center; 
  display: flex; 
  justify-content: center;
  align-items: center; 
  line-height: 0; 
}
@keyframes muter {
  form {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

/* media query */
/* extra large */
@media (max-width: 1200px) {
  .home .heart {
    transform: translateX(-50%) translateY(45px);
  }
  .timeline li .timeline-image {
    left: 25px;
    margin-left: 85px;
    width: 190px;
    height: 190px;
  }
  .timeline li .timeline-panel {
    width: 70%;
    float: right;
    transform: translateX(-25px);
  }
  .timeline li .timeline-panel::before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
    top: 30px;
  }
  .timeline li .timeline-panel::after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -13px;
    right: auto;
    top: 31px;
  }
}
/* laptop */
@media (max-width: 992px) {
  html {
    font-size: 75%;
  }
  .simply-countdown-circle > .simply-section {
    padding: 70px;
  }
  .home .heart {
    display: none;
  }
  .timeline::before {
    left: 60px;
  }
  .timeline li .timeline-image {
    left: 15px;
    margin-left: 70px;
    width: 155px;
    height: 155px;
  }
  .timeline li .timeline-panel {
    width: 70%;
    float: right;
    transform: translateX(-15px);
  }
  .timeline li .timeline-panel::before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
    top: 30px;
  }
  .timeline li .timeline-panel::after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -13px;
    right: auto;
    top: 31px;
  }
}

/* tablet */
@media (max-width: 768px) {
  html {
    font-size: 65%;
  }
  .simply-countdown-circle > .simply-section {
    padding: 30px;
    margin: 4px;
  }
  .mynavbar .nav-link {
    font-size: 1.5rem;
    text-align: center;
  }
  .timeline li .timeline-image {
    width: 110px;
    height: 110px;
    left: 0;
    top: 15px;
  }
  .timeline li .timeline-panel {
    width: 70%;
    transform: translateX(-8px);
  }
  .timeline li .timeline-panel::before {
    top: 30px;
  }
  .timeline li .timeline-panel::after {
    top: 31px;
  }
}

/* mobile phone */
@media (max-width: 576px) {
  html {
    font-size: 60%;
  }
  .simply-countdown-circle > .simply-section {
    padding: 10px;
    margin: 2px;
  }
  .timeline li .timeline-image {
    width: 115px;
    height: 115px;
    left: 0;
    top: 5px;
  }
  .timeline li .timeline-panel {
    width: 55%;
    transform: translateX(-20px);
    padding: 2%;
  }
  .timeline li .timeline-panel::before {
    top: 30px;
  }
  .timeline li .timeline-panel::after {
    top: 31px;
  }
}

/* small mobile phone */
@media (max-width: 460px) {
  html {
    font-size: 55%;
  }
  .simply-countdown-circle > .simply-section {
    padding: 6px;
    margin: 1px;
  }
  .timeline li .timeline-image {
    width: 90px;
    height: 90px;
    left: 0;
    top: 1.5px;
  }
  .timeline li .timeline-panel {
    width: 60%;
    transform: translateX(-15px);
    padding: 1.5%;
  }
  .timeline li .timeline-panel::before {
    top: 28px;
  }
  .timeline li .timeline-panel::after {
    top: 29px;
  }
}

@media (max-width: 380px) {
  .timeline li .timeline-image {
    width: 80px;
    height: 80px;
    left: 0;
    top: 12px;
  }

  .timeline li .timeline-panel {
    width: 55%;
    transform: translateX(-15px);
    padding: 0.6%;
  }
  .timeline li .timeline-panel .timeline-heading h3,
  .timeline li .timeline-panel .timeline-heading span {
    padding: 0.5%;
  }
  .timeline li .timeline-panel .timeline-body p {
    font-size: 80%;
  }
}

.footer-contacts {
  font-size: 0.95rem;
}

.footer-contacts i {
  color: var(--bg);
  margin-right: 6px;
}

.footer-contacts span {
  font-weight: 600;
  margin-right: 6px;
}

.footer-contacts a {
  color: var(--bg);
  text-decoration: none;
  font-weight: 500;
}

.footer-contacts a:hover {
  color: #fff;
  text-decoration: underline;
}


.hero {
  min-height: 100vh;
  padding-top: 80px; /* navbar yüksekliği */
}

.mynavbar {
  transition: transform 0.4s ease, background-color 0.3s ease;
  z-index: 9999;
}

.navbar-hidden {
  transform: translateY(-100%);
}

.navbar-show {
  transform: translateY(0);
  background-color: rgba(0, 0, 0, 0.85);
}


.footer-contacts {
  font-size: 14px;
}

.contact-header {
  display: flex;
  align-items: center;
  gap: 6px;
}

.justify-end {
  justify-content: flex-end;
}

.contact-name {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.contact-phone {
  display: block;
  font-size: 15px;
  text-decoration: none;
}

