@import url("https://fonts.googleapis.com/css2?family=Cambay&family=Julius+Sans+One&display=swap");

/* font-family: 'Cambay', sans-serif;
font-family: 'Julius Sans One', sans-serif; */
p {
  font-family: 'Cambay', sans-serif !important;
  margin: 0 0 0px !important;
}

body {
  background-color: #f8f9fa !important;
}

h1 {
  font-family: 'Julius Sans One', sans-serif !important;
  margin: 0 0 0px !important;
}

.main-font {
  font-family: 'Julius Sans One', sans-serif !important;
  margin: 0 0 0px !important;
}

.bg-green {
  background-color: #56745A;
}

.bg-gray {
  background-color: #A3B7BE;
}

.bg-light {
  background-color: #F3EFE6;
}

.bg-brown {
  background-color: #C59C5C;
}

.bg-sea {
  background-color: #5F787B;
}

.text-green {
  color: #56745A;
}

.text-gray {
  color: #A3B7BE;
}

.text-light {
  color: #F3EFE6;
}

.text-brown {
  color: #C59C5C !important;
}

.text-sea {
  color: #5F787B;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #C59C5C !important;
}

a:active {
  text-decoration: none;
}

.section-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

#splashscreen {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #56745A;
  z-index: 99999;
}

.pengantin {
  font-family: "Julius Sans One";
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin: 0 0 0px !important;
}

.bride {
  font-family: "Julius Sans One";
  font-style: normal;
  margin: 0 0 0px !important;
}

.hand {
  margin-top: 8%;
}

.depan-bawah {
  margin-top: 3rem;
}

.info {
  font-size: 0.6rem;
}

.insta {
  font-size: 0.8rem;
  padding: 5px;
  border: 1px solid #60787b;
  border-radius: 0.25rem;
  font-weight: normal;
}

#home {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}

.home {
  position: absolute;
  bottom: 5%;
  width: 100%;
  font-size: 18px;
}

/* asset sampul */

.relative {
  position: relative;
}

/* cloud svg */
.absolute {
  position: absolute;
  top: 60px;
  left: -33px;
}

/* water svg */
.absolute-water {
  position: absolute;
  bottom: -16px;
  right: -23px;
}

.sampul {
  border-radius: 130px 130px 0px 0px !important;
  -moz-border-radius: 130px 130px 0px 0px !important;
  -webkit-border-radius: 130px 130px 0px 0px !important;
  height: 350px;
  width: 260px;
  margin-top: 50px;
  /*object-fit: cover;*/
  background: url("../img/kita.jpg");
}

.vegas-slide-inner, .vegas-slide, .vegas-overlay, .vegas-container, .vegas-wrapper {
  border-radius: 130px 130px 0px 0px !important;
  -moz-border-radius: 130px 130px 0px 0px !important;
  -webkit-border-radius: 130px 130px 0px 0px !important;
  height: 350px;
  width: 260px;
  margin-top: 50px;
}

/* animation */
.slide-top {
  -webkit-animation: slide-top 0.6s cubic-bezier(0.550, 0.055, 0.675, 0.190) infinite alternate-reverse both;
  animation: slide-top 0.6s cubic-bezier(0.550, 0.055, 0.675, 0.190) infinite alternate-reverse both;
}

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}

@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}

/* asset pasangan */
.kotak {
  height: 80%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}

.relative-couple {
  position: relative;
}

/* cloud svg */
.absolute-couple {
  position: absolute;
  top: 30px;
  left: -33px;
}

/* water svg */
.absolute-water-couple {
  position: absolute;
  bottom: -10px;
  right: -23px;
}

.sampul-couple {
  border-radius: 130px 130px 0px 0px;
  height: 140px;
  width: 140px;
  margin-top: 20px;
  object-fit: cover;
}

/* story */
.aseet-kita {
  position: relative;
}

.kita {
  border-radius: 0px 85px 0px 85px;
  height: 200px;
  width: 200px;
  margin-top: 10px;
  object-fit: cover;
}

/* cloud svg */
.absolute-kita {
  position: absolute;
  top: 30px;
  left: -33px;
  z-index:2;
}

/* water svg */
.absolute-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.relative-photo {
  position: relative;
  z-index: 1;
}

/* GIFT BUTTON */
.floatgift{
	position:fixed;
	height:40px;
	top:15px;
	right:15px;
	color:#FFF;
	/* border-radius:50px; */
	text-align:center;
	/* background:rgba(0, 0, 0, 0.5); */
  	/* font-size:20px; */
  	z-index:100;
}

.floatmute{
	position:fixed;
	width:40px;
	height:40px;
	bottom:25px;
	right:25px;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	background:#7f8690;
  	font-size:20px;
  	z-index:100;
}

.floatmute:hover{
  color:#fff !important;
  background-color: #5d636a !important;
}

.cd-content {
  /* max-width: 200px !important; */
  margin: 0 auto;
}

.countDown{
  /* display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; */
  margin: 0 auto;
}

.cd-item{
  color: 212541;
  font-size: 2.5vmax;
  text-align: center;
  font-weight: 100;
}

.cd-col {
  display: table-cell;
}

.cd-text{
  height: 15vmax;
  text-align: center;
  font-size: 1.5vmax;
  font-weight: 100;
  color: #212541;
  text-align: center;
  width: 100%;
}

.cd-column{
  background-color: #d2dbde;
  height: 6.5vmax;
  width: 8vmax;
  margin: .5vw;
  border-radius: 8px;
}
		
		
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 12px;
}

.rsvp {
  display: none;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.rsvp2 {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.isidulu {
  box-shadow: 0 0 5px rgba(240, 52, 52, 1);
  border: 1px solid rgba(240, 52, 52, 1);
}
