/* line2 */
@font-face {
  font-family: Light;
  src: url(../fonts/OpenSans-Light.ttf) format("truetype");
}

@font-face {
  font-family: Donat;
  src: url(../fonts/Donatello.ttf) format("truetype");
}

@font-face {
  font-family: Risalah_Cinta;
  src: url(../fonts/Risalah_Cinta.otf) format("truetype");
}

@font-face {
  font-family: Bolds;
  src: url(../fonts/OpenSans-ExtraBold.ttf) format("truetype");
}

@font-face {
  font-family: Pacific;
  src: url(../fonts/Pacific.ttf) format("truetype");
}

@font-face {
  font-family: StayClassySLDT;
  src: url(../fonts/StayClassySLDT.ttf) format("truetype");
}

@font-face {
  font-family: ConeriaScript;
  src: url(../fonts/ConeriaScript.ttf) format("truetype");
}

@font-face {
  font-family: ConeriaScript_Slanted;
  src: url(../fonts/ConeriaScript_Slanted.ttf) format("truetype");
}

@font-face {
  font-family: BukhariScript;
  src: url(../fonts/BukhariScript-lemD.ttf) format("truetype");
}
/* new-font */
@font-face {
  font-family: Quicksand-Bold;
  src: url(../fonts/Quicksand-Bold.ttf) format("truetype");
}
@font-face {
  font-family: Quicksand-Light;
  src: url(../fonts/Quicksand-Light.ttf) format("truetype");
}
@font-face {
  font-family: Quicksand-Medium;
  src: url(../fonts/Quicksand-Medium.ttf) format("truetype");
}
@font-face {
  font-family: Quicksand-Regular;
  src: url(../fonts/Quicksand-Regular.ttf) format("truetype");
}
@font-face {
  font-family: Cookie-Regular;
  src: url(../fonts/Cookie-Regular.ttf) format("truetype");
}
@font-face {
  font-family: Mathanifo_Script_dafont;
  src: url(../fonts/Mathanifo_Script_dafont.ttf) format("truetype");
}

@font-face {
  font-family: MLSJN;
  src: url(../fonts/MLSJN.ttf) format("truetype");
}

@font-face {
  font-family: Kaylar;
  src: url(../fonts/Kaylar-DEMO.ttf) format("truetype");
}

@font-face {
  font-family: CochocibScriptLatinPro;
  src: url(../fonts/CochocibScriptLatinPro.ttf);
}

@font-face {
  font-family: Beauty-Queen;
  src: url(../fonts/Beauty-Queen.ttf);
}

@font-face {
  font-family: Kopius-BookItalic;
  src: url(../fonts/kopius/Kopius-BookItalic.otf);
}

@font-face {
  font-family: CHARLESSEBASTIAN;
  src: url(../fonts/CHARLESSEBASTIAN.OTF);
}

* {
  padding: 0;
  margin: 0;
}

:root {
  --first-color: linear-gradient(to bottom, rgb(107 126 141), rgb(63 73 86));
  --secondary-color: linear-gradient(
    to bottom,
    rgb(59, 42, 32),
    rgb(59, 42, 32)
  );
  --gold-color: linear-gradient(
    to bottom,
    rgb(158, 123, 62),
    rgb(156, 121, 67)
  );
  --pink-color: linear-gradient(
    to bottom,
    rgb(173 87 86),
    rgb(214 107 106)
  );
  --font-white: rgb(255, 255, 255);
  --font-blue: rgb(45, 76, 103);
  --font-brown: rgb(160, 116, 90);
  --font-theme: #63717e;

  --font-primary: "Kopius-BookItalic";
}

.bg-kado {
  background-color: #505c6a !important;
}

.muslim-icon img {
  width: 30%;
}

.brand img {
  width: 16%;
  /* border: solid 1px #7f8c9d; */
  border-radius: 6px;
}
#demo-1 {
  display: none;
  z-index: 3;
  font-family: "Quicksand-Regular";
}

#demo-2 {
  display: block;
  z-index: 3;
}

.color {
  color: #fff !important;
}

.copy-account1 {
    font-size: 14px;
    padding: 5px;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 8px;
    border: 1px solid #495a5e;
    transition: all .2s ease-in-out;
  }
  .copy-account1:hover {
    background: #495a5e;
    color: #fff;
  }

  .copy-account2 {
    font-size: 14px;
    padding: 5px;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 8px;
    border: 1px solid #495a5e;
    transition: all .2s ease-in-out;
  }
  .copy-account2:hover {
    background: #495a5e;
    color: #fff;
  }


.border {
  border: 1px solid rgb(255 255 255) !important;
  box-shadow: 2px 4px rgb(199, 188, 173) !important;
}

.bg-tb {
  background-image: linear-gradient(
    to bottom,
    rgb(255 255 255),
    rgb(191 193 197)
  ) !important;
}

body {
  margin: 0;
  font-size: 16px;
  overflow: auto;
  overflow-x: hidden;
  font-family: "Quicksand-Regular";
  background-image: url("../img/bg.jpg");
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

body::-webkit-scrollbar-thumb {
  background: #aaa;
  box-shadow: 999px;
}

body::-webkit-scrollbar-track {
  background: transparent;
}

body a {
  cursor: pointer;
  text-decoration: none;
}

body,
input,
textarea,
button {
  font-family: "Quicksand-Regular";
  font-size: 16px;
}

.container {
  width: 90%;
  margin: 0 auto;
}

.clear {
  clear: both;
}

.mempelai {
  animation: zoom 2s infinite;
}

/* Popup */
.scroll {
  font-size: 16px;
  letter-spacing: 1px;
  animation: zoom 2s infinite;
  cursor: pointer;
  margin: 2% 0;
}

.scroll i {
  display: block;
  margin: 1%;
}

.pop-m {
  display: none;
}

.popup-0 {
  position: absolute;
  z-index: -1;
  top: 0;
}

#popup {
  width: 100%;
  padding: 4% 0;
  height: 100%;
  /*  background-image: linear-gradient(
      to bottom,
      rgb(129, 144, 134),
      rgb(109, 123, 114)
    ),
    url("../img/opening.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;*/
  background: url("../img/opening.jpg") no-repeat center/cover;
  position: fixed;
  z-index: 9999;
  letter-spacing: 0.3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.popup-1 {
  width: 50%;
  /*background: rgb(255 255 255);*/
  padding: 3% 0 3% 0;
  color: white;
  margin: 0% auto;
  border-radius: 16px;
  /*border: 3px solid rgb(80 91 105);*/
}

.popup-1 b {
  color: #fff;
  font-family: "Quicksand-Regular";
}

.popup-2 {
  color: #fff;
  margin-top: 0%;
}

.popup-2 img {
  width: 25%;
}

.popup-2-1 {
  font-size: 14px;
  color: #fff;
  font-family: "Mathanifo_Script_dafont";
}

.popup-2-2 {
  margin: 0;
  background-image: linear-gradient(
    to bottom,
    rgba(237, 133, 142, 1),
    rgba(14, 25, 51, 1)
  );
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text;
  font-size: 35px;
  letter-spacing: 2px;
  font-family: "Quicksand-Regular";
}

.popup-2-4 {
  font-style: italic;
}

.popup-2 i {
  font-size: 16px;
}

.popup-3 {
  font-size: 13px;
  color: rgba(1, 1, 1, 0.7);
  letter-spacing: 1px;
  padding-top: 20px;
}

.popup-3-1 {
  color: rgba(1, 1, 1, 0.8);
  letter-spacing: 1px;
}

.hide {
  padding: 1% 0%;
  width: 35%;
  /* background-image: var(--first-color); */
  color: #fff;
  border-radius: 10px;
  transition: 0.5s opacity;
  animation: zoom 2s infinite;
  border: 3px solid #fff;
}

.fa-heart {
  color: var(--font-theme);
  animation: heart 2s infinite;
}

.hide:hover {
  cursor: pointer;
  opacity: 0.5;
}

#tes {
  width: 80%;
  height: 280px;
  margin: 0 auto;
  border-radius: 5px;
  border: 3px solid black;
}

#tes2 {
  width: 40%;
  margin: 0 auto;
  border-radius: 5px;
}

#tes2 iframe {
  width: 100%;
  height: 320px;
}

#tes2 .quote-2-2 {
  font-family: "Quicksand-Regular";
  font-size: 16px;
  text-align: center;
}

.music {
  z-index: 2;
  position: fixed;
  bottom: 8%;
  left: 2%;
  cursor: pointer;
}

.music img {
  width: 8%;
  padding: 1%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  transition: 0.5s;
}

.music img:hover {
  background: rgba(255, 255, 255, 0.8);
}

#on {
  display: none;
}

/* Video */
#video {
  padding-bottom: 4%;
  /* background: white; */
  background: url("../img/slider-top.jpg") no-repeat center center fixed;
  background-size: cover;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 600px;
}

#video img {
  visibility: hidden;
}

/* Header */
#header {
  background: #f5f3f4;
}

#header-1 {
  float: left;
  width: 15%;
  margin: 0.5% 0;
  z-index: 9999;
}

#header-1-1 {
  font-size: 16px;
  letter-spacing: 2px;
  font-family: "Quicksand-Regular";
  /* text-transform: uppercase; */
  color: rgb(61 71 81);
}

#header-1-2 {
  font-size: 12px;
  letter-spacing: 6.5px;
  font-family: "Quicksand-Regular";
}

#header-2 {
  width: 85%;
  text-align: right;
  float: right;
  margin: 1.5% 0;
}

#header-2 a {
  cursor: pointer;
  text-decoration: none;
  color: rgba(1, 1, 1, 0.8);
  margin-right: 4%;
  font-size: 14px;
  transition: 0.5s;
  letter-spacing: 1px;
}

#header-2 a:hover {
  opacity: 0.5;
}

#header-2-1 {
  display: none;
}

#header h1 {
  margin-top: -2%;
  margin-bottom: -4%;
}

/* Banner */
.slide-2-1 {
  font-size: 18px;
  letter-spacing: 2px;
  padding-bottom: 20px;
}
.slide-2-1 p{
    width: 60%;
    margin: 1% auto;
}

.slide-2-1-1 {
  font-size: 18px;
  letter-spacing: 2px;
}

.slide-2-1-1 p {
  width: 45%;
  margin: 3% auto;
}    

.slide-2-2 {
  width: 100%;
  margin: 2% 35%;
}

.slide-2-3 {
  letter-spacing: 2px;
  padding: 0.5% 1%;
  width: 15%;
  margin: 0% auto;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: white;
  text-align: center;
  font-size: 14px;
}

.slide-2-3-1 {
  padding: 2% 1%;
  width: 5%;
  margin: 0 0.5%;
  border-radius: 20%;
  background-color: rgba(14, 25, 51, 0);
  background-image: linear-gradient(
    to bottom,
    rgba(14, 13, 13, 0.5),
    rgb(4 4 4 / 38%)
  );
  border: 1px solid rgba(255, 255, 255, 0.93);
  color: white;
  float: left;
  text-align: center;
  font-size: 18px;
  font-family: "Quicksand-Regular";
}

.slide-2-3-2 {
  font-family: "Quicksand-Regular";
  font-size: 10px;
}

#demo-1 {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.demo-inner-content {
  position: relative;
  z-index: 2;
  padding: 15% 0 28% 0;
  color: white;
  text-align: center;
  font-size: 21px;
}
.line-logo {
  margin-top: 35%;
}

/* Quote */
#quote-5 {
  display: none;
}

.quote {
  margin-top: -0.4%;
  width: 50%;
  float: left;
}

#banner-2 h1 {
  margin: 0;
  background-image: linear-gradient(
    to bottom,
    rgba(237, 133, 142, 1),
    rgba(14, 25, 51, 1)
  );
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text;
}

#name h1 {
  margin: 0;
  background-image: var(--first-color);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text;
  font-weight: bold;
}

h1 {
  font-family: "Quicksand-Regular";
  margin: 0;
  background-image: linear-gradient(
    to bottom,
    rgba(237, 133, 142, 1),
    rgba(14, 25, 51, 1)
  );
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text;
}

/* Quotes */

#quotes {
  padding: 4% 0;
  background: url("../img/quote-desktop.jpg") no-repeat center center/cover;
  text-align: center;
  font-size: 16px;
  /* width: 60%;
  margin: 5% auto; */
  color: #63717e;
  font-family: "Quicksand-Regular";
  position: relative;
}

#quotes img {
  width: 15%;
}

.quotes-2 {
  font-size: 30px;
  font-family: "Quicksand-Regular";
  letter-spacing: 3px;
  margin: 2% 0;
  font-weight: bold;
}

.quotes-4 {
  margin: 1%;
  font-size: 14px;
}

.quote img {
  width: 100%;
}

.quote-1 {
  font-size: 40px;
}

.quote-1-1 {
  margin: 25% 20%;
}

.quote-1-2 {
  margin: 30% 15%;
  text-align: right;
}

.quote-1 {
  font-size: 40px;
}

.quote-2 {
  font-size: 80px;
}

/* Name */
#name {
  /* margin: 2% 0 3% 0; */
  color: #63717e;
  background: url("../img/name.jpg") no-repeat center center/cover;
  padding: 10% 0;
}

#name p {
  text-align: center;
  width: 60%;
  margin: 1% auto;
  margin-bottom: 2%;
}

.name-1 {
  text-align: center;
  margin-bottom: 3%;
  margin-left: -20%;
  float: left;
}

#name-1-1 {
  float: left;
  width: 100%;
  margin-left: 7%;
  margin-top: -14%;
}

.name-1 h1 {
  font-size: 40px;
  margin: 0;
  font-family: "Mathanifo_Script_dafont";
  color: black;
}

.name-2 {
  width: 30%;
  float: left;
}

.name-2-1 {
  font-size: 22px;
  font-family: "Quicksand-Regular";
}

.name-2-2 {
  font-size: 12px;
}

.name-2-3 {
  font-size: 16px;
}

.name-2-3 a {
  font-size: 16px;
  color: #63717e;
}

.name-2-3-1 a {
  margin-right: 2%;
}

.name-2-3-2 a {
  margin-left: 2%;
}

.name-3 {
  margin: -12% 41% 0% 41%;
}

.name-4 {
  text-align: right;
  margin: -10% 34% 0% 34%;
}

.name-5 {
  width: 15%;
  float: left;
  margin: 1% 23% 0% 23%;
}

.name-6 {
  width: 15%;
  float: left;
  margin: 1% 66% 0% 66%;
}

.name-5 img,
.name-6 img {
  width: 100%;
  padding: 3%;
  border: 1px solid rgb(111 124 141);
  border-radius: 100%;
  box-shadow: 0 2px 4px rgb(73, 88, 106);
}

/* Moments */
#moment {
  margin-bottom: 5%;
}

.moment-1 {
  padding: 0.5% 0.5% 0.3% 0.5%;
  background-color: rgba(14, 25, 51, 1);
  background-image: linear-gradient(
    to bottom,
    rgba(237, 133, 142, 1),
    rgba(14, 25, 51, 1)
  );
  float: left;
  width: 31.325%;
  margin: 0% 0.5% 1% 0.5%;
}

.moment-1 img {
  width: 100%;
}

#moment-1 {
  margin-top: 6%;
}

#moment-2 {
  margin-top: 7%;
}

#reception-ex {
  background-color: #fff;
  background: url("../img/date.jpg") no-repeat center fixed center/cover;
  background-size: cover;
  padding: 3% 0;
  margin-top: -0.1%;
  color: white;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#reception-exwidth {
  width: 60%;
  margin: 5% auto;
}

#reception-ex1 {
  font-size: 40px;
  letter-spacing: 5px;
  text-align: center;
  font-family: "Quicksand-Regular";
}

#reception-ex2 {
  text-align: center;
  font-size: medium;
  margin: 1%;
  letter-spacing: 4px;
}

#reception-ex2 span {
  font-weight: bold;
  font-size: 24px;
  font-family: "Quicksand-Regular";
}

#reception-ex3 {
  text-align: center;
  margin: 2% auto;
  /* font-weight: bold; */
  font-size: 22px;
  font-family: "Quicksand-Regular";
  width: 60%;
  text-transform: uppercase;
}

#reception-ex4 {
  text-align: center;
  margin: 4%;
}

.date {
  display: flex;
}

.date-line {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}

.date-line img {
  width: 30%;
  margin-bottom: 20px;
}

#reception-ex5 {
  text-align: center;
  font-size: 20px;
  width: 70%;
  margin: 2% auto;
}
#reception-ex6 {
  text-align: center;
  font-size: 20px;
}

#bahagia {
  padding: 2% 0 4% 0;
}
#bahagia .bahagia-1 {
  padding: 2%;
  font-size: 20px;
  font-family: "Quicksand-Regular";
}
#bahagia .side-right {
  float: left;
  margin: 0 0 0 30%;
}
#bahagia .side-left {
  float: right;
  margin: 0 30% 0 0;
}

/* Reception */
#reception {
  background-color: rgba(14, 25, 51, 1);
  background: url("../img/date.jpg") no-repeat fixed center/cover;
  background-size: cover;
  padding: 8% 0 5% 0;
  margin-top: -0.1%;
  color: white;
  position: relative;
}
#receptionx {
  background-color: rgba(14, 25, 51, 1);
  background: linear-gradient(0deg, rgb(67 76 90 / 41%), rgb(64 73 87 / 41%)),
    url("../img/date.jpg") no-repeat center center fixed;
  background-size: cover;
  padding: 8% 0 5% 0;
  margin-top: -0.1%;
  color: white;
  position: relative;
}

#reception-1 {
  font-size: 40px;
  letter-spacing: 6px;
  text-align: center;
  font-family: "CHARLESSEBASTIAN";
}

#reception-1 img {
  width: 30%;
}

.reception-1-border {
  width: 5%;
  border: 1px solid white;
  margin: 0 auto 0 auto;
}

.reception {
  margin: 3% 0;
  float: left;
}

#reception-2 {
  width: 10%;
  margin-left: 5%;
  margin-top: 8%;
}

.reception-1-1 {
  background: rgba(255, 255, 255, 0.3);
  float: left;
  width: 46%;
  text-align: center;
  color: white;
  margin: 2%;
  padding-bottom: 5%;
  font-size: 11px;
  border-radius: 10px;
}

.reception-1-2 {
  display: none;
}

.reception-1-1-1 {
  font-size: 35px;
  color: white;
  font-family: "Quicksand-Regular";
}

#reception-3 {
  width: 35%;
  text-align: right;
  border-right: 1px solid rgba(255, 255, 255, 1);
}

.reception-3 {
  padding: 3% 10%;
}

.reception-3-1 {
  font-size: 22px;
  margin-bottom: 8%;
  font-family: "Quicksand-bold";
  text-align: center;
  background: white;
  color: #886743;
  border-radius: 10px;
  text-transform: uppercase;
}

.reception-3-2 {
  float: left;
  width: 85%;
  margin: 6% 0;
}

.tebal {
  font-size: 18px;
  font-weight: bold;
}

.reception-bold {
  font-family: "Quicksand-Regular";
}

.reception-3-2-1 {
  margin-top: 6%;
}

.reception-3-3 {
  font-size: 40px;
  float: right;
  text-align: center;
  width: 10%;
}

.reception-3-4 {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  text-align: center;
  color: white;
  padding: 1.5% 0;
  font-family: "Quicksand-Regular";
}

.reception-3-3 img {
  width: 100%;
}

#reception-4 {
  width: 35%;
}

.reception-4-1 {
  font-size: 40px;
  float: left;
  text-align: center;
  width: 10%;
  margin-right: 5%;
}

#reception-5 {
  width: 10%;
  margin-top: 8%;
}

.live-instagram {
  margin: 1% 0;
  float: left;
}

#live-instagram-1 {
  text-align: center;
  font-size: 1.17rem;
  font-weight: bold;
  margin: 1%;
  letter-spacing: 4px;
}

#live-instagram-2 {
  width: 50%;
  text-align: right;
}
.live-instagram-2 {
  padding: 3% 10%;
}

.live-instagram-2 img {
  width: 2rem;
}

#live-instagram-3 {
  width: 50%;
  text-align: left;
}
.live-instagram-3 {
  padding: 3% 10%;
}

img.center {
  width: 1rem;
}

.live-instagram-bt {
  background: #fff;
  border-radius: 20px;
  text-align: center;
  color: #6e4c29;
  padding: 6px 20px 6px 20px;
  font-family: "Quicksand-Regular";
  border-color: #fff;
  cursor: inherit;
}

.live-instagram-bt span {
  font-size: 20px;
}

#invite {
  margin-bottom: -2%;
}

#live-on {
  text-align: center;
  color: #fff;
  padding-bottom: 2%;
  font-family: "Quicksand-Regular";
}

#live-on img {
  display: block;
  margin: 1% auto;
}

#live-on h4 {
  color: #fff;
  font-family: "Quicksand-Regular";
}

#live-on code {
  background: #276749;
  color: #fff;
  font-family: "Quicksand-Regular";
}

#live-on i {
  display: block;
}

/* Grid */
#grid {
  padding: 4% 0;
  background: url("../img/grid.jpg") no-repeat fixed center/cover;
}

#grid .grid-0 {
  font-size: 40px;
  letter-spacing: 6px;
  text-align: center;
  font-family: "Quicksand-Regular";
  padding-bottom: 4%;
  color: #495a5e;
}

#grid .grid-0 img {
    width: 20%;
  }

.grid-1 {
  width: 25%;
  float: left;
  margin-top: -0.5%;
  position: relative;
  overflow: hidden;
}

.grid-1 img {
  width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.grid-1:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.grid-border {
  padding: 2% 0;
  font-family: "Quicksand-Regular";
  text-align: center;
  font-size: 30px;
  color: rgba(14, 25, 51, 1);
}

.grid-border i {
  font-size: 16px;
}

/* Location */
#location {
  padding: 5% 0;
}

#location a {
  text-decoration: none;
}

#location iframe {
  margin: 0;
}

.location-1 {
  margin-bottom: 1%;
}

.location-2 {
  text-transform: uppercase;
  float: left;
  color: #576376;
}

.location-3 {
  font-family: "Quicksand-Regular";
}

.location-2 img {
  width: 8%;
}

.location-4 {
  margin-left: 1%;
  margin-top: -0.7%;
}

.location-5 {
  cursor: pointer;
 /* background-color: var(--font-brown);*/
   background-image: var(--pink-color); 
  color: white;
  padding: 0.7% 0;
  width: 13%;
  text-align: center;
  border-radius: 10px;
  margin: 2% 0 0 4%;
  transition: 0.5s;
}

.location-5:hover {
  opacity: 0.5;
}

iframe {
  margin-top: 1%;
  width: 90%;
  height: 450px;
  padding: 0.7%;
}

iframe.borderx {
  background-color: rgba(14, 25, 51, 1);
  background-image: var(--pink-color);
  border-radius: 16px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.65);
}

/* video-buttom */
#video-buttom {
  padding: 4% 0;
}

#video-buttom .size {
  box-shadow: 0 8px 10px rgb(72 96 102);
  width: 90%;
  margin: 0 auto;
}

#video-buttom .video-0 {
  font-size: 30px;
  letter-spacing: 6px;
  text-align: center;
  font-family: "Quicksand-Regular";
  padding-bottom: 10px;
  color: #505d6b;
}

/* Guest Book */
.guest-1 {
  font-size: 14px;
}

/* .guest-1 input,
.guest-1 textarea {
  width: 98%;
  margin-bottom: 1%;
  padding: 1% 0 1% 5px;
  border: 1px solid rgba(1, 1, 1, 0.1);
  border-radius: 3px;
  font-size: 14px;
}

.guest-1 select {
  width: 99%;
  color: #7e664c;
} */

#choose {
  width: 0;
}

.guest-1 button {
  background-color: rgba(14, 25, 51, 1);
  background-image: var(--pink-color);
  color: white;
  padding: 0.7% 0;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  margin: 0.5% 0 1% 0;
  border: none;
  transition: 0.5s;
  cursor: pointer;
}

.guest-1 button:hover {
  opacity: 0.5;
}

/* Comment */
#comment {
  margin: 0.7% 0 3% 0;
  color: white;
}

#kotak {
  /* background-color: #fff;*/
  padding: 15px 20px;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 8px;
  background-image: var(--pink-color);
  text-align: left;
}

.comment-1 {
  border-radius: 5px;
  box-shadow: 0 3px 30px rgb(142 114 85);
  padding: 3% 1%;
  margin: 2% auto;
  width: 80%;
  text-align: center;
}

.comment-1-1 {
  color: var(--font-brown);
  margin: 2% 0;
  font-size: 50px;
  font-family: "Quicksand-Regular";
}

.comment-1-2 {
  color: var(--font-brown);
  margin-bottom: 4%;
  font-size: 20px;
  font-family: "Quicksand-Regular";
}

.comment-2 {
  margin-bottom: 1%;
}

.comment-3 {
  font-size: 20px;
  margin-bottom: 0.3%;
  font-family: "Quicksand-Regular";
}

.comment-3-hadir {
  text-transform: none;
  border-radius: 4px;
  font-size: 0.7rem;
  padding: 1px 6px;
  background-color: #c6f6d5;
  color: #276749;
}
.comment-3-tidak {
  text-transform: none;
  border-radius: 4px;
  font-size: 0.7rem;
  padding: 1px 6px;
  background-color: #fed7d7;
  color: #9b2c2c;
}

.comment-3-1 {
  font-size: 12px;
  padding: 1px 6px;
  border-radius: 4px;
  font-family: "Quicksand-Regular";
  background: #27a7b3;
  display: inline-block;
}

.comment-3-2 {
  font-size: 12px;
  font-family: "Quicksand-Regular";
  opacity: 0.5;
  right: 15%;
  display: block;
}

#profileImage {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #512da8;
  font-size: 35px;
  color: #fff;
  text-align: center;
  line-height: 150px;
  margin: 20px 0;
}

/* Footer */
#footer {
  padding: 1% 0;
  width: 100%;
  color: white;
  background-color: rgba(14, 25, 51, 1);
  background-image: var(--pink-color);
}

#footer-1-1 {
  margin-bottom: 0.5%;
  letter-spacing: 0.5px;
}

#footer-1-1 a {
  color: white;
  text-decoration: none;
  margin: 0 2%;
  font-size: 14px;
  transition: 0.5s;
}

#footer-1-1 a:hover {
  color: black;
}

#footer-1-2 {
  font-size: 12px;
}

#footer-1-3 {
  display: none;
}

#myvideo {
  visibility: hidden;
}

.img-bismillah {
  font-size: 60px;
  font-family: "Quicksand-Regular";
  font-weight: bold;
}

.img-bismillah img {
  width: 13%;
}

.comment-4 {
  padding: 10px 0 0 2px;
}

.covid19 img {
  width: 50%;
}

.center {
  text-align: center;
}

#gift {
  padding: 4% 0;
  background-color: white;
}
#gift .gift-1 {
  padding: 8%;
  text-align: center;
  width: 70%;
  margin: 1% auto;
}
#gift .gift-1 h5 {
  font-size: 38px;
  letter-spacing: 3px;
  text-align: center;
 /* font-family: "Mathanifo_Script_dafont";*/
  font-family: "Risalah_Cinta";
  color: #495a5e;
}
#gift .line-bca {
  cursor: text;
  margin-top: 15px;
}
#gift .gift-position {
  position: relative;
}

.uk-accordion-title {
  background: aliceblue;
}

.reception-tambahan {
  text-align: right;
  margin-left: 30%;
}
.res-top {
  margin-top: 1%;
}

.res-top1 {
  margin-bottom: 8%;
}

/*protokol*/
#protokol {
  /*    background: var(--first-color);*/
  background: url("../img/protokol.jpg") no-repeat center center/cover;
  padding: 10% 0 10% 0;
}
#protokol .protokol-center {
  text-align: center;
  color: white;
}
#protokol p {
  text-align: center;
  width: 60%;
  margin: 2% auto;
}
#protokol img {
  width: 65%;
}
.p-line2 {
  margin-top: -20%;
}
.p-line3 {
  margin-top: -20%;
}
.p-line4 {
  font-family: "Mathanifo_Script_dafont";
  font-size: 30px;
  color: white;
}
.all-size-gif {
  width: auto;
}

.g-d-top1{
  margin-top:20%;
}

.white {
  color: white;
}
.blue {
  color: #63717e;
}

/*Guest Book*/
#guest {
  background: url("../img/guest.jpg") no-repeat center center/cover;
}

#guest .guest-icon {
  text-align: center;
}

#guest .guest-icon img {
  width: 24%;
  margin: 4% auto;
}

/*Rsvp Book*/
#rsvp {
 background: url("../img/guest.jpg") no-repeat center center/cover;
 padding: 10% 0 10% 0;
}

#rsvp .rsvp-icon {
  text-align: center;
}

#rsvp .rsvp-icon img{
  margin: 4% auto;
  width: 16%;
}
#dataget {
  position: relative;
  overflow: scroll;
  max-width: 1120px;
  height: 550px;
  overflow: auto;
  overflow-x: hidden;
}

/* line3 */
@media only screen and (min-width: 0px) and (max-width: 960px) {
  html,
  body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 16px;
    overflow-x: hidden;
  }

  body::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }

  body::-webkit-scrollbar-thumb {
    background: #aaa;
    box-shadow: 999px;
  }

  body::-webkit-scrollbar-track {
    background: transparent;
  }

  #bahagia .side-right {
    float: left;
    margin: 0 0 0 28%;
    display: contents;
  }

  .covid19 img {
    width: 90%;
  }

  .container {
    width: 100%;
  }

  .popup-2 img {
    width: 60%;
  }

  #demo-1 {
    height: 730px;
    display: block;
  }

  #demo-2 {
    display: none;
  }

  a {
    text-decoration: none;
  }

  #invite {
    margin-bottom: 0;
  }

  .invite {
    font-size: 13px;
  }

  #tes {
    width: 90%;
    height: 220px;
  }

  #tes2 {
    width: 90%;
  }

  #tes2 iframe {
    width: 100%;
    height: 220px;
    margin-bottom: 2%;
  }

  #tes2 .quote-2-2 {
    font-family: "Quicksand-Regular";
    font-size: 16px;
    text-align: center;
  }

  /* Popup */
  .scroll {
    margin: 5% 0;
  }

  .pop-pc {
    display: none;
  }

  .pop-m {
    display: block;
  }

  .popup-0 {
    margin: 3% 0;
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
  }

  .popup-0 img {
    width: 100%;
  }

  #popup {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    /*    background-image: linear-gradient(
        to bottom,
        rgb(129, 144, 134),
        rgb(109, 123, 114)
      );*/
    background: url("../img/opening_mobile.jpg") no-repeat center/cover;
    position: fixed;
    z-index: 9999;
    padding: 3% 0;
    letter-spacing: 0.3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .popup-1 {
    width: 95%;
    padding: 4% 0 8% 0;
    color: white;
    margin: 0% auto;
    border-radius: 16px;
  }

  .popup-2 {
    margin-bottom: 2%;
    margin-top: 8%;
  }

  .popup-2-1 {
    font-size: 30px;
    letter-spacing: 2px;
  }

  .popup-2-2 {
    padding: 2% 0;
    font-size: 35px;
    font-family: "Quicksand-Regular";
    letter-spacing: 2px;
  }

  .popup-3 {
    font-size: 13px;
    color: rgba(1, 1, 1, 0.7);
    letter-spacing: 1px;
    padding-top: 20px;
  }

  .popup-3-1 {
    letter-spacing: 1px;
  }

  .hide {
    padding: 2% 0%;
    width: 70%;
    border-radius: 10px;
    transition: 0.5s opacity;
    animation: zoom 2s infinite;
  }

  .hide:hover {
    cursor: pointer;
    opacity: 0.5;
  }

  /* Header */
  #header {
    background: white;
    width: 100%;
    border-bottom: 1px solid rgba(1, 1, 1, 0.1);
  }

  #header h1 {
    margin-top: -2%;
    margin-bottom: -1%;
  }

  #header-1 {
    width: 50%;
    margin: 2% 28%;
    text-align: center;
  }

  #header-2 {
    display: none;
  }

  #header-2-1 {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    text-align: center;
    z-index: 4;
    background: white;
  }

  #header-1-1 {
    letter-spacing: 2px;
  }

  #header-1-2 {
    font-size: 14px;
    letter-spacing: 5.3px;
    font-family: "Quicksand-Regular";
  }

  #menu-1 {
    padding: 2% 0;
    border: 1px solid rbga(1, 1, 1, 0.1);
  }

  .menu-1 {
    font-family: "Light";
    padding: 4%;
    border-top: 1px solid rgba(1, 1, 1, 0.1);
  }

  #menu-2 a {
    color: rgba(1, 1, 1, 0.8);
  }

  #menu-2 {
    display: none;
  }

  /* Video */
  #video {
    margin-bottom: -4%;
    background: #fff;
    height: auto;
  }

  #video img {
    text-align: center;
    width: 100%;
    visibility: visible;
  }

  #myvideo {
    visibility: inherit;
    width: 100%;
  }

  /* Banner */
  .sliding-2 {
    height: 680px;
    z-index: 3;
  }

  /* Banner */
  .slide-2-1 {
    font-size: 14px;
    letter-spacing: 2px;
  }


  .slide-2-1 p {
      width: auto;
    margin: auto;
  }

  .slide-2-1-1 {
    font-size: 14px;
    letter-spacing: 2px;
  }

  .slide-2-1-1 p {
    width: 80%;
    margin: auto;
    margin-bottom: 8%;
  }

  .slide-2-2 {
    width: 100%;
    margin: 1% 5%;
  }

  .slide-2-3 {
    letter-spacing: 2px;
    padding: 2% 1%;
    width: 70%;
    margin: 0% auto;
    color: white;
    text-align: center;
    font-size: 18px;
  }

  .slide-2-3-1 {
    padding: 6% 1%;
    width: 18%;
    margin: 0 1.2%;
    border-radius: 20%;
    color: white;
    float: left;
    text-align: center;
    font-size: 25px;
    font-family: "Quicksand-Regular";
    line-height: 70%;
  }

  .slide-2-3-2 {
    font-family: "Quicksand-Regular";
    font-size: 10px;
  }

  #demo-1 {
    position: relative;
    overflow: hidden;
    width: 100%;
  }

  .demo-inner-content {
    position: relative;
    z-index: 2;
    padding: 15% 10px 28% 10px;
    text-align: center;
    font-size: 21px;
  }

  /* Quotes */

  #quotes {
    /* width: 90%;
    margin: 15% auto; */
    padding: 25% 0;
    background: url("../img/quote-mobile.jpg") no-repeat center center/cover;
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
  }

  #quotes img {
    width: 50%;
  }

  .quotes-2 {
    font-size: 20px;
    font-family: "Quicksand-Regular";
    letter-spacing: 3px;
    font-weight: bold;
  }

  .quotes-4 {
    margin: 1%;
    font-size: 14px;
    font-weight: bold;
  }

  .quote img {
    width: 100%;
  }

  .quote-1 {
    font-size: 40px;
  }

  .quote-1-1 {
    margin: 25% 20%;
  }

  .quote-1-2 {
    margin: 30% 15%;
    text-align: right;
  }

  .quote-1 {
    font-size: 40px;
  }

  .quote-2 {
    font-size: 80px;
  }

  /* Quote */
  #quote .container {
    width: 100%;
  }

  #quote-3 {
    display: none;
  }

  #quote-5 {
    display: block;
  }

  .quote {
    width: 100%;
    height: auto;
  }

  .quote img {
    width: 100%;
    height: auto;
  }

  .quote-1 {
    font-size: 30px;
    font-family: "Quicksand-Regular";
  }

  .quote-2 {
    font-size: 45px;
    font-family: "Quicksand-Regular";
  }

  .quote-1-1 {
    margin: 15% 18% 15% 18%;
  }

  .quote-1-2 {
    margin: 25% 15%;
    text-align: right;
  }

  #name {
    color: #63717e;
    background: url("../img/name_mobile.jpg") no-repeat center center/cover;
    padding: 15% 0;
  }

  /* Reception */
  #reception {
    width: 100%;
    padding: 25% 0 15% 0;
    margin-top: -1.5%;
    background: url("../img/date_mobile.jpg") no-repeat fixed center/cover;
  }

  #reception .container {
    width: 100%;
  }

  .reception {
    margin: 3% 0;
    float: left;
  }

  #reception-1 img {
    width: 80%;
  }

  #reception-2 {
    width: 100%;
    margin-left: 5%;
  }

  .reception-1-1 {
    width: 20%;
    margin: 2% 3.1% 2% 0;
    padding-bottom: 2%;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
  }

  .reception-1-2 {
    display: block;
  }
  .reception-1-1-1 {
    font-family: "Quicksand-Regular";
    font-size: 35px;
    color: white;
  }

  #reception-3 {
    width: 100%;
    text-align: right;
    border-right: 1px solid rgba(1, 1, 1, 0.3);
  }
  .reception-3 {
    padding: 1% 10% 3% 10%;
  }
  .reception-3-1 {
    margin: 8% 0 4% 0;
  }
  .reception-3-4 {
    padding: 3% 0;
  }
  #reception-4 {
    margin-top: -5%;
    width: 100%;
    margin-bottom: 3%;
  }
  #reception-5 {
    display: none;
  }

  #reception-exwidth {
    width: 90%;
  }

  #reception-ex4 {
    padding-top: 20px;
  }

  #reception-ex4 .date {
    display: block;
  }

  .date-line {
    padding: 10px;
  }

  .date-line img {
    width: 20%;
  }

  #reception-ex5 {
    text-align: center;
    font-size: 15px;
    width: 85%;
    margin: 2% auto;
  }

  #reception-ex6 {
    width: 85%;
    font-size: 15px;
  }

  .live-instagram {
    margin: 1% 0;
    float: left;
  }

  #live-instagram-1 {
    text-align: center;
    font-size: 1.17rem;
    font-weight: bold;
    margin: 1%;
    letter-spacing: 4px;
  }

  #live-instagram-2 {
    width: 100%;
    text-align: center;
  }
  .live-instagram-2 {
    padding: 3% 10%;
  }

  #live-instagram-3 {
    width: 100%;
    text-align: center;
  }
  .live-instagram-3 {
    padding: 3% 10%;
  }

  .live-instagram-bt span {
    font-size: 15px;
  }

  /* Grid */
  .grid-border {
    padding: 1% 0;
    margin: 3% 0 5% 0;
    font-family: "Quicksand-Regular";
    text-align: center;
    font-size: 30px;
  }

  #grid {
    padding: 8% 0;
    background: url("../img/grid_mobile.jpg") no-repeat fixed center/cover;
    text-align: center;
  }

  .grid-0 {
    padding: 10% 0;
  }

  .grid-0 img {
    width: 60%;
  }

  .grid-1 {
    margin-top: -1.5%;
    width: 40%;
    padding: 5%;
    height: auto;
    box-shadow: 0 3px 3px rgb(191 163 130);
  }

  .grid-1 img {
    width: 100%;
  }

  .grid-1-1 {
    width: 50%;
    float: left;
  }

  .grid-1-1 img {
    height: 250px;
  }

  .grid-1-2 {
    width: 100%;
    margin-top: -1%;
    float: left;
  }

  .grid-1-5,
  .none {
    display: none;
  }

  .grid-top1 {
    margin-top: -37%;
  }

  .grid-top2 {
    margin-top: -36%;
  }

  /* Location */
  #location {
    padding: 8% 0;
  }

  #location iframe {
    border: none;
  }

  .location-1 {
    width: 100%;
    margin: 3%;
    font-size: 14px;
    padding-left: 10px;
  }

  .location-2 {
    font-family: "Quicksand-Regular";
    text-transform: uppercase;
    float: left;
  }

  .location-3 {
    font-family: "Quicksand-Regular";
  }

  .location-2 img {
    width: 10%;
  }

  .location-4 {
    margin-left: 41%;
    margin-top: -6%;
  }

  .location-5 {
    padding: 2.5% 0;
    width: 50%;
    margin: 3%;
    display: inline-block;
  }

  /* Name */

  #name p {
  margin-bottom: 8%;
}

  .name-1 {
    margin: 1% 0;
    float: none;
  }

  .name-1 h1 {
    padding: 2% 0;
    font-size: 40px;
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -o-background-clip: text;
  }

  .name-2 {
    float: none;
    padding-bottom: 6%;
  }

  .name-2-1 {
    font-size: 16px;
  }

  .name-2-2 {
    font-size: 12px;
  }

  .name-2-3 {
    font-family: "Quicksand-Regular";
    font-size: 14px;
  }

  .name-3 {
    margin: 0 auto;
    width: 60%;
    text-align: center;
  }

  .name-4 {
    float: none;
    margin: 0 auto;
    width: 65%;
    text-align: center;
    margin-bottom: 20%;
  }

  .name-5 {
    width: 35%;
    margin: auto;
    float: none;
    padding-bottom: 6%;
  }

  .name-6 {
    width: 35%;
    margin: auto;
    float: none;
    padding-bottom: 6%;
  }

  #name-1-1 {
    margin: 1%;
  }

  /* Moment */
  #moment {
    margin-bottom: 10%;
  }

  .moment-1 {
    padding: 0.5% 0.5% 0% 0.5%;
  }

  #guestbook {
    text-align: center;
    max-width: 90%;
    margin: auto;
  }

  #rsvp_guest {
    text-align: center;
    max-width: 90%;
    margin: auto;
  }

  /* Gift */
  #gift .gift-font img {
    width: 50%;
  }

  /* Guest Book */
  #guest {
   background: url("../img/guest_mobile.jpg") no-repeat center center/cover;
   padding: 10% 0 10% 0;
  }

  /* .guest-1 input,
  .guest-1 textarea {
    width: 84%;
    margin-bottom: 2%;
    padding: 3% 2%;
    border: 1px solid rgba(1, 1, 1, 0.1);
    border-radius: 3px;
    font-size: 14px;
    font-family: "Quicksand-Regular";
  }

  .guest-1 textarea {
    height: 200px;
  }

  .guest-1 select {
    width: 88%;
    padding: 10px;
    color: #7e664c;
  } */

  .guest-1 button {
    padding: 2.5% 0;
    width: 70%;
    text-align: center;
    border-radius: 10px;
    margin: 0.5% 2.5% 1% 2.5%;
    border: none;
    font-size: 16px;
    transition: 0.5s;
    cursor: pointer;
  }

  .guest-1 button:hover {
    opacity: 0.5;
  }

  .guest-loc {
    margin-left: 38%;
    margin-top: -6%;
  }

  /* Rsvp Book */
  #rsvp {
   background: url("../img/guest_mobile.jpg") no-repeat center center/cover;
   padding: 10% 0 10% 0;
  }

  #rsvp .rsvp-icon img{
    width: 40%;
  }

  /* Comment */
  #comment .container {
    width: 95%;
    border-radius: 3px;
    margin: 2% auto;
    padding: 8% 0;
  }

  .comment-1 {
    border: 1px solid rgba(1, 1, 1, 0.1);
    padding: 3% 4%;
    width: auto;
  }

  .comment-1-1 {
    font-size: 40px;
    margin-bottom: 1%;
  }

  .comment-1-2 {
    margin-bottom: 4%;
    font-size: 18px;
  }

  .comment-2 {
    margin-bottom: 1%;
  }

  .comment-3 {
    font-size: 20px;
    margin-bottom: 0.3%;
  }

  .comment-3-2 {
    font-size: 10px;
  }

  .comment-4 {
    font-family: "Quicksand-Regular";
  }

  /* Footer */
  #footer {
    margin: 0 0 13.5% 0;
  }

  #footer-1-2,
  #footer-1-1 {
    display: none;
  }

  #footer-1-3 {
    display: block;
    padding: 2% 0;
    font-size: 12px;
  }

  .muslim-icon img {
    width: 75%;
  }

  .img-bismillah img {
    width: 35%;
    margin-bottom: 8%;
  }

  .brand img {
    width: 20%;
    /* border: solid 1px #7f8c9d; */
    border-radius: 6px;
  }

  .reception-tambahan {
    text-align: none;
    margin-left: 0;
  }

  .slide-name {
    font-size: 25px;
  }

  .daun-kiri {
    width: 30%;
    margin: -30% 0 0 70%;
    position: absolute;
  }

  .daun-kanan {
    width: 30%;
    margin: -14% ​0 0 -9;
    position: absolute;
  }

  .name-wanita img {
    width: 35%;
    margin: 8% 0 8% 0;
  }

  .name-pria img {
    width: 35%;
    margin: 6% 0 0 -10%;
  }

  .bunga-kiri img {
    width: 20%;
    position: absolute;
  }

  .bunga-kanan img {
    width: 20%;
    margin: -35% 0 0 80%;
  }

  .res-top {
    margin-top: 3%;
  }
  .res-top1 {
    margin-bottom: 0;
  }

  /*protokol*/
  #protokol {
    /*    background: var(--first-color);*/
    background: url("../img/protokol_mobile.jpg") no-repeat center center/cover;
    padding: 20% 0 20% 0;
  }
  #protokol p {
    color: #63717e;
    text-align: center;
    width: 76%;
    margin: 4% auto;
  }

  #protokol img {
    width: auto;
  }
  .line-logo {
    margin-top: 75%;
  }


  #guest .guest-icon img {
    width: 50%;
  }

}
