@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "wedding";
  src: url(../font/Tangerine_Bold.ttf);
}
* {
  margin: 0;
  padding: 0;
  font-family: "poppins";
  box-sizing: border-box;
}

body {
  background-color: grey;
}

.container {
  max-width: 480px;
  margin: auto;
  overflow: hidden;
}

header .home .box_home {
  height: 100vh;
  background: linear-gradient(rgba(247, 238, 221, 0.2509803922) 45%, rgba(41, 176, 249, 0.8666666667)), url("../img/4.jpeg") no-repeat center/cover;
}
header .home .box_home .box_home_info {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%);
  text-align: center;
  color: white;
}
header .home .box_home .box_home_info h2 {
  font-size: 1.2rem;
  font-family: serif;
}
header .home .box_home .box_home_info h1 {
  font-family: "wedding";
  font-size: 3.5rem;
  margin: 10px 0;
  font-weight: 100;
}
header .home .box_home .box_home_info h3 {
  font-size: 0.9rem;
}
header .caption .box_caption {
  background-color: rgba(41, 176, 249, 0.8666666667);
  padding: 40px 20px;
  height: 55vh;
  text-align: center;
  color: white;
}
header .caption .box_caption p {
  margin-bottom: 20px;
  font-size: 0.9rem;
}

.about .box_about {
  background-image: url(../img/bg.png);
  padding: 40px 0;
}
.about .box_about .box_title h1 {
  text-align: center;
  font-size: 2.4rem;
  font-family: serif;
  color: black;
}
.about .box_about .box_title h1::after {
  content: "";
  display: block;
  width: 200px;
  height: 3px;
  background-color: black;
  margin: 5px auto;
}
.about .box_about .cowo {
  justify-content: right;
}
.about .box_about .cowo .box_img {
  box-shadow: -21px 20px 0px rgba(41, 176, 249, 0.5490196078);
}
.about .box_about .cowo .box_info {
  text-align: right;
  padding-right: 25px;
}
.about .box_about .cewe .box_img {
  box-shadow: 22px 20px 0px rgba(41, 176, 249, 0.5490196078);
}
.about .box_about .cewe .box_info {
  text-align: left;
  padding-left: 25px;
}
.about .box_about .cowo, .about .box_about .cewe {
  display: flex;
  margin: 40px 0;
}
.about .box_about .cowo h2, .about .box_about .cewe h2 {
  text-align: center;
  font-family: "wedding";
  font-size: 3rem;
  margin: 10px;
}
.about .box_about .cowo .box_info_cowo .box_img, .about .box_about .cowo .box_info_cewe .box_img, .about .box_about .cewe .box_info_cowo .box_img, .about .box_about .cewe .box_info_cewe .box_img {
  width: 240px;
  height: 340px;
  overflow: hidden;
}
.about .box_about .cowo .box_info_cowo .box_img img, .about .box_about .cowo .box_info_cewe .box_img img, .about .box_about .cewe .box_info_cowo .box_img img, .about .box_about .cewe .box_info_cewe .box_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .box_about .cowo .box_info_cowo .box_info, .about .box_about .cowo .box_info_cewe .box_info, .about .box_about .cewe .box_info_cowo .box_info, .about .box_about .cewe .box_info_cewe .box_info {
  margin-top: 30px;
}
.about .box_about .cowo .box_info_cowo .box_info h5, .about .box_about .cowo .box_info_cewe .box_info h5, .about .box_about .cewe .box_info_cowo .box_info h5, .about .box_about .cewe .box_info_cewe .box_info h5 {
  font-family: "wedding";
  font-size: 1.8rem;
}
.about .box_about .cowo .box_info_cowo .box_info h4, .about .box_about .cowo .box_info_cewe .box_info h4, .about .box_about .cewe .box_info_cowo .box_info h4, .about .box_about .cewe .box_info_cewe .box_info h4 {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.about .box_about .cowo .box_info_cowo .box_info h4::after, .about .box_about .cowo .box_info_cewe .box_info h4::after, .about .box_about .cewe .box_info_cowo .box_info h4::after, .about .box_about .cewe .box_info_cewe .box_info h4::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: black;
  margin: 5px auto;
}
.about .box_about .cowo .box_info_cowo .box_info p, .about .box_about .cowo .box_info_cewe .box_info p, .about .box_about .cewe .box_info_cowo .box_info p, .about .box_about .cewe .box_info_cewe .box_info p {
  font-size: 0.9rem;
  font-weight: 500;
}

.date .box_date {
  padding: 50px 0;
  background-color: #008DDA;
}
.date .box_date .box_title h1 {
  text-align: center;
  font-size: 2.4rem;
  font-family: serif;
  color: white;
}
.date .box_date .box_title h1::after {
  content: "";
  display: block;
  width: 200px;
  height: 3px;
  background-color: white;
  margin: 5px auto;
}
.date .box_date .akad .event, .date .box_date .resepsi .event {
  padding: 40px;
  width: 80%;
  height: 340px;
  margin: 55px auto 0;
  background-color: white;
  border-radius: 50% 50% 0 0;
  position: relative;
}
.date .box_date .akad .event .box_tanggal, .date .box_date .resepsi .event .box_tanggal {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%);
  color: #0378b7;
  text-align: center;
}
.date .box_date .akad .event .box_tanggal .bulan, .date .box_date .resepsi .event .box_tanggal .bulan {
  text-align: center;
  font-family: "wedding";
  font-size: 2rem;
}
.date .box_date .akad .event .box_tanggal .tanggal_full, .date .box_date .resepsi .event .box_tanggal .tanggal_full {
  display: flex;
  align-items: center;
}
.date .box_date .akad .event .box_tanggal .tanggal_full div, .date .box_date .resepsi .event .box_tanggal .tanggal_full div {
  padding: 20px;
  font-size: 1.3rem;
  font-weight: bold;
}
.date .box_date .akad .event .box_tanggal .tanggal_full div:nth-child(1), .date .box_date .resepsi .event .box_tanggal .tanggal_full div:nth-child(1) {
  border-right: 1px solid #0378b7;
  font-size: 1rem;
}
.date .box_date .akad .event .box_tanggal .tanggal_full div:nth-child(3), .date .box_date .resepsi .event .box_tanggal .tanggal_full div:nth-child(3) {
  border-left: 1px solid #0378b7;
  font-size: 1rem;
}
.date .box_date .akad .event .box_tanggal .tanggal_full div:nth-child(2), .date .box_date .resepsi .event .box_tanggal .tanggal_full div:nth-child(2) {
  font-size: 2.3rem;
}
.date .box_date .akad .event .box_tanggal .pukul, .date .box_date .resepsi .event .box_tanggal .pukul {
  text-align: center;
  width: 100%;
}
.date .box_date .akad .event .box_tanggal .pukul p:nth-child(2), .date .box_date .resepsi .event .box_tanggal .pukul p:nth-child(2) {
  font-size: 0.8rem;
}
.date .box_date .akad .event .box_tanggal a, .date .box_date .resepsi .event .box_tanggal a {
  border: 2px solid #0378b7;
  border-radius: 30px;
  text-decoration: none;
  margin-top: 30px;
  color: #0378b7;
  display: inline-block;
  padding: 10px 20px;
  transition: 0.8s ease-in-out;
}
.date .box_date .akad .event .box_tanggal a:hover, .date .box_date .resepsi .event .box_tanggal a:hover {
  color: white;
  background-color: #0378b7;
}
.date .box_date .akad .event_bottom, .date .box_date .resepsi .event_bottom {
  padding: 10px;
  width: 80%;
  margin: auto;
  margin-bottom: 30px;
  background-color: #0378b7;
  color: white;
  text-align: center;
}
.date .box_date .akad .event_bottom p, .date .box_date .resepsi .event_bottom p {
  font-family: "wedding";
  font-size: 2rem;
}

.story .box_story {
  padding: 50px 0;
  background-image: url(../img/bg.png);
}
.story .box_story .box_title h1 {
  text-align: center;
  font-size: 2.4rem;
  font-family: serif;
  color: black;
}
.story .box_story .box_title h1::after {
  content: "";
  display: block;
  width: 200px;
  height: 3px;
  background-color: black;
  margin: 5px auto;
}
.story .box_story .cerita {
  width: 80%;
  margin: 40px auto;
  padding: 20px;
  border-radius: 10px;
  background-color: #38aeed;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.571);
}
.story .box_story .cerita .box_img {
  width: 100%;
  height: 250px;
  margin: auto;
  overflow: hidden;
  border-radius: 10px;
}
.story .box_story .cerita .box_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.story .box_story .cerita .box_desc {
  margin: 20px 0;
  color: white;
  text-align: center;
}
.story .box_story .cerita .box_desc h2 {
  margin: 10px;
}
.story .box_story .cerita .box_desc p {
  font-size: 1rem;
}

.galeri .box_galeri {
  padding: 50px 20px;
  background-color: #008DDA;
}
.galeri .box_galeri .box_title h1 {
  text-align: center;
  font-size: 2.4rem;
  font-family: serif;
  color: white;
}
.galeri .box_galeri .box_title h1::after {
  content: "";
  display: block;
  width: 200px;
  height: 3px;
  background-color: white;
  margin: 5px auto;
}
.galeri .foto-foto {
  margin-top: 30px;
}
.galeri .foto-foto .video {
  width: 100%;
  height: 250px;
  border-radius: 10px;
  overflow: hidden;
}
.galeri .foto-foto .video iframe {
  width: 100%;
  height: 100%;
}
.galeri .foto-foto .foto {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 10px;
}
.galeri .foto-foto .foto div {
  overflow: hidden;
  border-radius: 10px;
}
.galeri .foto-foto .foto div img {
  width: 100%;
  height: 100%;
  transition: 0.7s ease-in-out;
}
.galeri .foto-foto .foto div img:hover {
  transform: scale(1.2);
}

.rsvp .box_rsvp {
  padding: 20px;
  background-image: url(../img/bg.png);
}
.rsvp .box_rsvp .box_title h1 {
  text-align: center;
  font-size: 2.4rem;
  font-family: serif;
  color: black;
}
.rsvp .box_rsvp .box_title h1::after {
  content: "";
  display: block;
  width: 200px;
  height: 3px;
  background-color: black;
  margin: 5px auto;
}
.rsvp .box_rsvp form .nama, .rsvp .box_rsvp form .email, .rsvp .box_rsvp form .ucapan {
  margin: 20px 0;
}
.rsvp .box_rsvp form .nama label, .rsvp .box_rsvp form .email label, .rsvp .box_rsvp form .ucapan label {
  display: block;
}
.rsvp .box_rsvp form .nama input, .rsvp .box_rsvp form .nama textarea, .rsvp .box_rsvp form .email input, .rsvp .box_rsvp form .email textarea, .rsvp .box_rsvp form .ucapan input, .rsvp .box_rsvp form .ucapan textarea {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: none;
}
.rsvp .box_rsvp form .nama input:focus, .rsvp .box_rsvp form .nama textarea:focus, .rsvp .box_rsvp form .email input:focus, .rsvp .box_rsvp form .email textarea:focus, .rsvp .box_rsvp form .ucapan input:focus, .rsvp .box_rsvp form .ucapan textarea:focus {
  outline: none;
}
.rsvp .box_rsvp form .konfirmasi label {
  font-size: 17px;
}
.rsvp .box_rsvp form .konfirmasi input {
  width: 15px;
  height: 15px;
}
.rsvp .box_rsvp form button {
  margin-top: 20px;
  color: white;
  background-color: rgba(41, 176, 249, 0.8666666667);
  font-weight: 600;
  width: 130px;
  border: none;
  padding: 8px 5px;
  cursor: pointer;
  border-radius: 8px;
}

footer .box_footer {
  text-align: center;
  color: white;
  padding: 10px 20px;
  background-color: rgba(41, 176, 249, 0.8666666667);
}
footer .box_footer a {
  text-decoration: none;
  color: #0378b7;
  font-size: 0.9rem;
}
footer .box_footer p {
  font-size: 0.9rem;
}/*# sourceMappingURL=style.css.map */