:root {
  --mns-iro-ichi: #263a29;
  --mns-iro-ni: #41644a;
  --mns-iro-san: #f7e1ae;
  --mns-iro-yon: #eaede4;
  --mns-iro-go: rgba(255, 255, 255, 0.5);
}

.mns-iro-ichi {
  color: var(--mns-iro-ichi) !important;
}
.mns-iro-ni {
  color: var(--mns-iro-ni) !important;
}
.mns-iro-san {
  color: var(--mns-iro-san) !important;
}
.mns-iro-yon {
  color: var(--mns-iro-yon) !important;
}

.bg-iro-ichi {
  background-color: var(--mns-iro-ichi) !important;
}

.bg-iro-ni {
  background-color: var(--mns-iro-ni) !important;
}

.bg-iro-san {
  background-color: var(--mns-iro-san) !important;
}

.bg-iro-yon {
  background-color: var(--mns-iro-yon) !important;
}

.bg-iro-go {
  background-color: var(--mns-iro-go) !important;
}

/* ===== Google Fonts ===== */

@import url("css2.css");

/* ===== Default style ===== */

html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

/*** typography ***/

.font-tema {
  font-family: FontTema !important;
}

.font-utama {
  font-family: FontUtama !important;
}

.font-heading {
  font-family: FontHeading !important;
}

.letter-spacing-1 {
  letter-spacing: 0.1rem !important;
}

.letter-spacing-2 {
  letter-spacing: 0.2rem !important;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

/* headings */

h1,
h2,
h3,
h4,
h5 {
  color: var(--mns-iro-ichi);
  font-family: "FontTema", serif;
  font-weight: 500;
  line-height: 1.25em;
}

h6 {
  font-family: "FontUtama", serif;
  font-weight: 500;
}

/* paragraph */

p {
  font-family: "FontUtama", sans-serif;
  color: var(--mns-iro-ichi);
  font-size: 80%;
}

/* lists */

ul {
  list-style-type: none;
}

/* links */

a {
  color: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #000;
  outline: none;
  text-decoration: none !important;
}

a:link {
  text-decoration: none;
}

a:focus {
  outline: none;
}

/* img {
  width: 100%;
  height: auto;
} */

.small,
small {
  font-size: 80%;
}

b,
strong {
  color: #000;
  font-weight: 600;
}

span,
a,
a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

hr {
  margin-top: 0px;
  margin-bottom: -20px;
  border: 0;
}

/* table */

table,
th,
tr,
td {
  border: 1px solid #000;
}

th,
tr,
td {
  padding: 10px;
}

/*** form element ***/

.mns-button {
  color: var(--mns-iro-yon);
  background-color: var(--mns-iro-ichi);
  border: none;
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-radius: 50px;
  transition: background-color 0.3s, color 0.3s;
}

.mns-button:hover {
  background-color: var(--mns-iro-ni);
}

.mns-button-ig {
  font-size: 12px;
  width: auto;
  color: #5e3b3a;
  background-color: #e8c5c5;
  border: 0.5px solid #5e3b3a;
  padding: 0.2rem 1rem 0.2rem 1rem;
  border-radius: 50px;
  transition: background-color 0.2s, color 0.3s;
}

.mns-button-ig:hover {
  background-color: #5e3b3a;
  color: #e8c5c5;
  border: 0.5px solid #5e3b3a;
}

/* splashscreen */
.bg-splash {
  background: url("../img/bg.png") center bottom no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blackscreen {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blackscreen-home {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.splashscreen-ornaments {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.img-element {
  position: relative;
  width: 100%;
  height: 100%;
}

.img-fluid {
  width: 100%;
  height: auto;
}

.shadow-5 {
  filter: drop-shadow(0px 0px 20px black);
}

.shadow-10 {
  filter: drop-shadow(0px 0px 40px black);
}

.orn-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  transform: translate(30%, -3%) scaleX(-1) scaleY(-1);
}

.orn-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  transform: translate(-30%, -3%) scaleX(1) scaleY(-1);
}

.orn-3 {
  position: absolute;
  bottom: 0;
  width: 65%;
  transform: translate(-30%, 23%);
}

.orn-4 {
  position: absolute;
  bottom: 0;
  width: 60%;
  transform: translate(-36%, 18%);
}

.orn-5 {
  position: absolute;
  bottom: 0;
  width: 44%;
  transform: translate(11%, 38%);
}

.orn-6 {
  position: absolute;
  bottom: 0;
  width: 30%;
  transform: translate(-12%, 3%);
}

.orn-7 {
  position: absolute;
  bottom: 0;
  width: 44%;
  transform: translate(140%, 0%);
}

.orn-8 {
  position: absolute;
  bottom: 0;
  width: 44%;
  transform: translate(121%, 15%);
}

.orn-9 {
  position: absolute;
  bottom: 0;
  width: 44%;
  transform: translate(140%, -22%);
}

.orn-10 {
  position: absolute;
  bottom: 0;
  width: 178%;
  transform: translate(-47%, 2%);
}

.orn-11 {
  position: absolute;
  bottom: 0;
  width: 55%;
  transform: translate(35%, -28%);
}

.orn-12 {
  position: absolute;
  bottom: 0;
  width: 12%;
  transform: translate(121%, -72%);
}

.orn-13 {
  position: absolute;
  bottom: 0;
  width: 14%;
  transform: translate(150%, -361%);
}

.orn-14 {
  position: absolute;
  bottom: 0;
  width: 14%;
  transform: translate(453%, -759%);
}

.orn-frame {
  position: relative;
  bottom: 0;
  width: 85%;
  transform: translate(9%, -53%);
}

.orn-frame-2 {
  position: absolute;
  bottom: 0;
  width: 85%;
  transform: translate(-10%, 54%) scaleY(-1);
}
/* ornament responsif */

@media screen and (min-width: 800px) {
  .orn-1 {
    right: 0;
    top: 0;
    width: 35%;
    transform: translate(-204%, -5%) scaleX(1) scaleY(-1);
  }

  .orn-2 {
    top: 0;
    left: 0;
    width: 35%;
    transform: translate(204%, -5%) scaleX(-1) scaleY(-1);
  }

  .orn-3 {
    width: 28%;
    transform: translate(-30%, 23%);
  }

  .orn-4 {
    width: 32%;
    transform: translate(-37%, 4%);
  }

  .orn-5 {
    width: 19%;
    transform: translate(10%, 31%);
  }

  .orn-6 {
    width: 11%;
    transform: translate(-6%, 1%);
  }

  .orn-7 {
    width: 24%;
    transform: translate(325%, 1%);
  }

  .orn-8 {
    width: 24%;
    transform: translate(305%, 2%);
  }

  .orn-9 {
    width: 45%;
    transform: translate(137%, -21%);
  }

  .orn-frame {
    width: 85%;
    transform: translate(9%, -53%);
  }

  .orn-frame-2 {
    width: 85%;
    transform: translate(-10%, 54%) scaleY(-1);
  }
}

@media screen and (min-width: 1024px) {
  .orn-1 {
    right: 0;
    top: 0;
    width: 23%;
    transform: translate(-353%, -5%) scaleX(1) scaleY(-1);
  }

  .orn-2 {
    top: 0;
    left: 0;
    width: 23%;
    transform: translate(353%, -5%) scaleX(-1) scaleY(-1);
  }

  .orn-9 {
    width: 40%;
    transform: translate(182%, 4%);
  }
}

/* text field */

button,
input,
optgroup,
select,
textarea {
  font-family: "FontUtama", sans-serif;
}

input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
  outline: none;
}

input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea,
#message,
#search {
  max-width: 100%;
  margin-bottom: 15px;
  border: none;
  padding: 5px 15px;
  height: auto;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  width: 100%;
  font-family: "FontUtama", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75em;
  color: #000;
  background-image: none;
  border: 1px solid #ececec;
}

input:focus,
textarea:focus {
  border-bottom-width: 2px;
  border-color: #000;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  /* font-family: "FontUtama", sans-serif; */
  background: #bd945a;
  border: 1px solid #bd945a;
  color: #fff;
  padding: 15px 30px;
  margin: 0;
  font-weight: 400;
  position: relative;
  font-size: 12px;
  /* text-transform: uppercase; */
  letter-spacing: 2px;
  border-radius: 0px;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
  background-color: transparent;
  color: #000;
}

select {
  padding: 10px;
  border-radius: 5px;
}

input[type="radio"],
input[type="checkbox"] {
  display: inline;
}

label {
  color: #777;
  transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  display: inline-block;
  -moz-appearance: none;
  display: inline-block;
  vertical-align: middle;
  font-family: "FontUtama", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75em;
  margin-bottom: 0;
}

input[type="radio"]:after,
input[type="radio"]:before {
  content: "";
  position: absolute;
  transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
}

input[type="checkbox"] {
  position: relative;
  cursor: pointer;
  margin: 5px 23px 15px 0px;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 12px;
}

input[type="checkbox"]:before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #ececec;
  background: #fff;
  position: absolute;
  top: 0px;
  margin-left: -1px;
}

input[type="checkbox"]:after {
  font-family: "themify";
  content: "\e64c";
  color: #bd945a;
  background: transparent;
  position: absolute;
  top: 1px;
  margin-left: -1px;
  left: 0;
  width: 18px;
  height: 18px;
  border: none;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  will-change: opacity;
  font-size: 12px;
}

input[type="checkbox"]:checked:after {
  opacity: 1;
}

input[type="radio"] {
  position: relative;
  cursor: pointer;
  margin: 5px 20px 15px 0px;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 10px;
}

input[type="radio"]:before {
  background-color: #fff;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #ccc;
  display: inline-block;
  top: 0px;
  left: -4px;
  background-image: radial-gradient(circle, #bd945a 50%, #fff 70%);
  background-size: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  will-change: background-size;
  z-index: 2;
}

input[type="radio"]:after {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
}

input[type="radio"]:checked:before {
  background-size: 14px 14px;
}

.mb-15 {
  margin-bottom: 15px;
}

#message {
  font-family: "FontUtama", sans-serif;
  height: 130px;
  padding: 12px;
  border: 1px solid #ececec;
}

/* padding */

.p-40 {
  padding: 50px;
}

.rounded-xl {
  border-radius: 2rem !important;
}

/* margin */

.mb-0 {
  margin-bottom: 0;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-90 {
  margin-bottom: 90px;
}

/* important */

.container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}

.container {
  padding-right: 60px;
  padding-left: 60px;
}

.js .animate-box {
  opacity: 0;
}

.clear {
  clear: both;
}

.o-hidden {
  overflow: hidden;
}

.pos-re {
  position: relative;
}

.full-width {
  width: 100% !important;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-cover {
  background-size: cover !important;
}

.v-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg-pink {
  background-color: #faf8f7;
}

.bg-white {
  background-color: #fff;
}

/* ===== Scrollbar ===== */

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

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #bd945a;
}

::-webkit-scrollbar-thumb:hover {
  background: #bd945a;
}

/* ===== Selection ===== */

::-webkit-selection {
  color: #fff;
  background: rgba(189, 148, 90, 0.75);
}

::-moz-selection {
  color: #fff;
  background: rgba(189, 148, 90, 0.75);
}

::selection {
  color: #fff;
  background: rgba(189, 148, 90, 0.75);
}

/* ===== Owl Carousel custom style ===== */

.owl-theme .owl-nav.disabled + .owl-dots {
  line-height: 0.7;
}

.owl-theme .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  margin: 0 2px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #bd945a;
}

.owl-theme .owl-nav [class*="owl-"] {
  background-color: #bd945a;
  width: 30px;
  height: 30px;
  line-height: 25px;
  border-radius: 50%;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 12px;
  margin: 5px;
  padding: 4px 7px;
  background: #bd945a;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*="owl-"] {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
  width: 30px;
  height: 30px;
  line-height: 25px;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.6);
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent;
  border: 1px solid #bd945a;
  color: #bd945a;
}

/* ===== Sidebar style ===== */

#oliven-page {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#oliven-aside {
  padding: 60px 30px;
  width: 60%;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  overflow-y: scroll;
  z-index: 1001;
  background: #f6f1f0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  scrollbar-width: none;
}

.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.15) 28%);
}

@media screen and (max-width: 1200px) {
  #oliven-aside {
    width: 30%;
  }
}

@media screen and (max-width: 768px) {
  #oliven-aside {
    width: 270px;
    -moz-transform: translateX(-270px);
    -webkit-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    -o-transform: translateX(-270px);
    transform: translateX(-270px);
    padding-top: 30px;
  }
}

#oliven-aside .oliven-logo {
  text-align: right;
  font-family: "FontTema", serif;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: block;
  width: 100%;
  position: relative;
  color: #000;
  line-height: 1.2em;
  letter-spacing: 0px;
}

#oliven-aside .oliven-logo span {
  font-family: "FontUtama", cursive;
  font-weight: 400;
  text-transform: none;
  text-align: right;
  font-size: 24px;
  color: #fff;
}

#oliven-aside .oliven-logo h6 {
  font-family: "FontUtama", sans-serif;
  font-weight: 400;
  text-transform: none;
  text-align: right;
  font-size: 10px;
  letter-spacing: 5px;
  color: #000;
  margin-bottom: 5px;
}

#oliven-aside .oliven-logo img {
  width: 90px;
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  #oliven-aside .oliven-logo {
    margin-bottom: 60px;
  }
}

#oliven-aside .oliven-logo a {
  display: inline-block;
}

#oliven-aside .oliven-logo a span {
  display: block;
  font-size: 36px;
  color: #bd945a;
  font-family: "FontUtama", cursive;
  font-weight: 400;
  display: block;
  margin-top: 0px;
  text-align: right;
  line-height: 1.5em;
}

#oliven-aside .oliven-logo a i {
  color: #fff;
  font-size: 16px;
  vertical-align: super;
}

#oliven-aside .oliven-main-menu ul {
  text-align: right;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  #oliven-aside .oliven-main-menu ul {
    margin: 0 0 30px 0;
  }
}

#oliven-aside .oliven-main-menu ul li {
  margin: 3px 0 3px 0;
  padding: 0 0 3px 0;
  list-style: none;
}

#oliven-aside .oliven-main-menu ul li a {
  color: var(--mns-iro-ni);
  text-decoration: none;
  position: relative;
  padding: 0;
  font-family: "FontUtama", serif;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0.5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid transparent;
}

#oliven-aside .oliven-main-menu ul li a:hover {
  border-bottom: 1px solid #bd945a;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#oliven-aside .oliven-main-menu ul li.oliven-active a {
  color: #bd945a;
}

#oliven-aside .oliven-main-menu ul li.oliven-active a:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

#oliven-aside .oliven-main-menu ul li a span:hover {
  color: #000;
}

#oliven-aside .footer1 {
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  text-align: right;
}

#oliven-aside .footer1 p {
  font-size: 12px;
  color: #888;
  letter-spacing: 0.5px;
}

#oliven-aside .footer1 img {
  width: 75px;
}

#oliven-aside .footer1 a {
  color: #bd945a;
}

#oliven-aside .separator {
  width: 60px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid rgba(189, 148, 90, 0.4);
  margin: 5px auto;
}

@media screen and (max-width: 768px) {
  #oliven-aside .footer1 {
    position: relative;
    padding-top: 60px;
  }
}

/* ===== Main style ===== */

#oliven-main {
  width: 40%;
  float: right;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 1200px) {
  #oliven-main {
    width: 70%;
  }
}

@media screen and (max-width: 768px) {
  #oliven-main {
    width: 100%;
  }
}

/* ===== Navigation styles ===== */

.oliven-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}

.oliven-nav-toggle.active i::before,
.oliven-nav-toggle.active i::after {
  background: #fff;
}

.oliven-nav-toggle.dark.active i::before,
.oliven-nav-toggle.dark.active i::after {
  background: #000;
}

.oliven-nav-toggle:hover,
.oliven-nav-toggle:focus,
.oliven-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

.oliven-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  width: 19px;
  height: 1px;
  color: #fff;
  font: bold 14px/0.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  top: -4px;
}

.oliven-nav-toggle i::before,
.oliven-nav-toggle i::after {
  content: "";
  width: 20px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.oliven-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.oliven-nav-toggle.dark i::before,
.oliven-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.oliven-nav-toggle i::before {
  top: -7px;
}

.oliven-nav-toggle i::after {
  bottom: -7px;
}

.oliven-nav-toggle:hover i::before {
  top: -10px;
}

.oliven-nav-toggle:hover i::after {
  bottom: -10px;
}

.oliven-nav-toggle.active i {
  background: transparent;
}

.oliven-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.oliven-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.oliven-nav-toggle {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  cursor: pointer;
  opacity: 1;
  visibility: hidden;
  padding: 5px 8px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: var(--mns-iro-ni);
  margin: 20px 17px;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .oliven-nav-toggle {
    opacity: 1;
    visibility: visible;
  }
}

body.offcanvas {
  overflow-x: hidden;
}

body.offcanvas #oliven-aside {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  width: 270px;
  z-index: 999;
  position: fixed;
}

body.offcanvas #oliven-main,
body.offcanvas .oliven-nav-toggle {
  top: 0;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
}

/* ======= Header style ======= */
.hero-section {
  overflow: hidden;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  background: #fff;
  background-image: url(../img/bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.hero-inner {
  position: relative;
  z-index: 15;
}
.hero-inner .hero-title {
  font-family: "FontUtama", cursive;
  font-weight: 400;
  margin: 0 0 15px 0;
  font-size: 120px;
  color: #fff;
  display: block;
  line-height: 1em;
  position: relative;
}
.hero-inner .hero-subtitle {
  font-family: "FontUtama", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 5px;
  margin-bottom: 15px;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 576px) {
  .hero-inner .hero-title {
    font-size: 40px;
  }
  .hero-inner .hero-subtitle {
    font-size: 12px;
  }
}
#home .vegas-overlay {
}
#home .hero-inner .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* bounce */
.hero-inner .arrow {
  position: relative;
  top: 5vh;
  width: 100%;
  text-align: center;
  z-index: 8;
}
.hero-inner .arrow.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
.hero-inner .arrow i {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #bd945a;
  font-size: 20px;
}
.hero-inner .arrow i:hover:after {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* ===== Title style ===== */

.oliven-title {
  color: #000;
  font-family: "FontTema", serif;
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.oliven-title span {
  display: block;
}

.oliven-story-title {
  color: #000;
  font-family: "FontTema", serif;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.oliven-story-subtitle {
  display: block;
  position: relative;
  top: 12px;
  font-family: "FontUtama", cursive;
  font-weight: 400;
  font-size: 30px;
  color: #bd945a;
  line-height: 1.25em;
  margin-bottom: 10px;
}

.oliven-couple-title {
  display: block;
  position: relative;
  top: 12px;
  font-family: "FontUtama", cursive;
  font-weight: 400;
  font-size: 60px;
  color: #bd945a;
  line-height: 1.5em;
  margin-bottom: 5px;
}

.oliven-couple-subtitle {
  color: #000;
  font-family: "FontTema", serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0;
}

.oliven-title-meta {
  display: block;
  position: relative;
  top: 12px;
  font-family: "FontUtama", cursive;
  font-weight: 400;
  font-size: 30px;
  color: #bd945a;
  line-height: 1.5em;
  margin-bottom: 10px;
}

/* ======= Bride & Groom style ======= */
.gradient-home {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(38 58 41);
  background: linear-gradient(0deg, rgb(38 58 41) 0%, rgba(88, 52, 40, 0.15) 15%);
  z-index: 1;
}

.bridegroom .item {
  border-radius: 4rem !important;
  padding: 30px;
  border-radius: 0px;
  background: #f5ebe5;
  position: relative;
  overflow: hidden;
}

.bg-bride-1 {
  position: absolute;
  top: -45%;
  left: -29%;
  width: 50%;
  transform: rotate(135deg);
}

.bg-bride-2 {
  position: absolute;
  top: -39%;
  right: -27%;
  width: 47%;
  transform: rotate(45deg) scaleY(-1);
}

.bg-bride-3 {
  position: absolute;
  top: 32%;
  right: 26%;
  width: 12%;
}

.bg-where {
  position: absolute;
  top: -29%;
  left: -32%;
  width: 50%;
  transform: rotate(135deg);
}

.bg-story {
  position: absolute;
  top: -35%;
  right: -29%;
  width: 50%;
  transform: rotate(135deg);
}

.bg-story-2 {
  position: absolute;
  top: -27%;
  right: -44%;
  width: 40%;
  transform: rotate(135deg);
}

.bg-story-3 {
  position: absolute;
  top: 24%;
  right: 12%;
  width: 40%;
  /* transform: rotate(135deg); */
  z-index: 1;
}

.bride-frame {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  z-index: 99;
}

.bridegroom .img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}

.bridegroom .info {
  margin-left: 160px;
}

.bridegroom .info h6 {
  font-size: 24px;
  margin-bottom: 5px;
}

.bridegroom .info h6 i {
  color: #bd945a;
  font-size: 16px;
}

.bridegroom .info span {
  color: #bd945a;
  font-size: 24px;
  font-weight: 400;
  font-family: "FontUtama", cursive;
}

.bridegroom .info p {
  margin-top: 10px;
}

.bridegroom .info .social {
  margin-top: 10px;
}

.bridegroom .info .social a {
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  border: 1px solid #eee;
  color: #888;
  margin-right: 10px;
  font-size: 12px;
}

.bridegroom .info .social a:hover {
  background-color: #bd945a;
  border-color: #bd945a;
  color: #fff;
}

.bridegroom .toright .img {
  float: right;
}

.bridegroom .toright .info {
  margin-left: 0;
  margin-right: 160px;
  text-align: right;
}

.bridegroom .toright .info .social a {
  margin-right: 0;
  margin-left: 10px;
}

@media screen and (max-width: 991px) {
  .bridegroom .img {
    margin: auto;
    float: none !important;
  }
  .bridegroom .info {
    margin: 30px 0 0 0 !important;
  }
  .bridegroom .item,
  .bridegroom .toright .info {
    text-align: center;
  }
}

/* RSVP */
.rsvp {
  background-color: var(--mns-iro-yon);
}

/* ======= Wedding Countdown style ======= */

#countdown {
  text-align: center;
}

#countdown .section-head {
  margin-bottom: 15px;
  z-index: 1;
}

#countdown .section-head span {
  display: block;
  position: relative;
  font-family: "FontUtama", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
}

#countdown .section-head h4 {
  position: relative;
  color: #fff;
  font-family: "FontUtama", cursive;
  font-weight: 400;
  font-size: 60px;
  margin-bottom: 0;
}

#countdown .section-head p {
  color: #fff;
  font-size: 24px;
  margin-bottom: 0;
}

#countdown ul {
  margin-bottom: 0;
  padding: 0;
}

#countdown li {
  font-family: "FontUtama", sans-serif;
  font-weight: 400;
  display: inline-block;
  font-size: 15px;
  list-style-type: none;
  padding: 15px;
  color: #fff;
  line-height: 3em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#countdown li span {
  display: block;
  font-family: "FontUtama", sans-serif;
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -1px;
}

@media all and (max-width: 768px) {
  #countdown li {
    font-size: 12px;
    padding: 15px;
  }
  #countdown li span {
    font-size: 60px;
  }
}

/* ======= Our Story style ======= */

.story .story-img {
  position: relative;
}

.story .story-img .img {
  padding: 0 30px 30px 15px;
  position: relative;
}

.story .story-img .img:before {
  content: "";
  position: absolute;
  top: 24px;
  right: 111px;
  left: 32px;
  bottom: 6px;
  border: 10px solid var(--mns-iro-ni);
  border-radius: 50% 50% 0 0;
}

.story .story-img .img img {
  position: relative;
  z-index: 2;
}

.story .story-img:after {
  content: "";
  width: 100%;
  position: absolute;
  top: -7%;
  bottom: -7%;
  left: 0;
  background-image: url(../images/dots.png);
  background-repeat: repeat;
  z-index: -1;
}

.story-img-2 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.story-img .story-img-2 {
  width: 30% !important;
  height: 120px;
  position: absolute;
  top: 15px;
  right: 45px;
  z-index: 3;
}

/* story-wedding */

.story-wedding {
  -webkit-animation: rotation 12s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@media screen and (max-width: 991px) {
  .story-img .story-img-2 {
    width: 30% !important;
    height: 135px;
    position: absolute;
    top: 40px;
    right: 45px;
  }
}

@media screen and (max-width: 768px) {
  .story-img .story-img-2 {
    width: 40% !important;
    height: 120px;
    position: absolute;
    top: 15px;
    right: 45px;
  }
}

/* =====  Gallery style  ===== */

.gallery-menu li a {
  cursor: pointer;
  display: block;
  color: #888;
  margin-bottom: 5px;
  padding: 5px 15px;
  transition: all 0.5s;
  margin-top: 5px;
}

.gallery-menu a.active,
.gallery-menu a:hover {
  color: #fff;
  background-color: #bd945a;
}

.gallery-item {
  position: relative;
  padding: 5px;
}

.mns-img-crop {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.mns-img-width {
  width: 100%;
  object-fit: cover;
}

.gallery-box {
  overflow: hidden;
  position: relative;
}

.gallery-box .gallery-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

.gallery-box .gallery-img:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.gallery-box .gallery-img > img {
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  border-radius: 0;
}

.gallery-box .gallery-detail {
  opacity: 0;
  color: #fff;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  overflow: hidden;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  text-align: center;
}

.gallery-box .gallery-detail h4 {
  font-family: "FontUtama", cursive;
  font-weight: 400;
  font-size: 24px;
  color: #fff;
}

.gallery-box .gallery-detail p {
  color: #fff;
}

.gallery-box:hover .gallery-detail {
  top: 50%;
  transform: translate(0, -50%);
  opacity: 1;
}

.gallery-box:hover .gallery-img:after {
  background: rgba(0, 0, 0, 0.4);
}

.gallery-box:hover .gallery-img > img {
  transform: scale(1.05);
}

/* ===== When & Where style ===== */

.overflow-hidden {
  position: relative;
  overflow: hidden !important;
}

.whenwhere {
  /* height: 100vh; */
  height: 100%;
  /* background-image: url(../img/bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; */
}

.whenwhere .item .whenwhere-img {
  position: relative;
  overflow: hidden;
}

.whenwhere .item .whenwhere-img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.whenwhere .item .whenwhere-img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.whenwhere .item .content {
  padding: 20px 20px 30px 20px;
  background: #fff;
}

.whenwhere .item .content .tag a {
  color: #888;
  font-style: italic;
}

.whenwhere .item .content .tag a:hover {
  color: #bd945a;
}

.whenwhere .item .content h5 {
  font-size: 21px;
  margin-top: 10px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.whenwhere .item .content p i {
  color: #bd945a;
}

.whenwhere-entry {
  width: 100%;
  float: left;
  background: #fff;
  margin-bottom: 60px;
  box-shadow: 0 25px 75px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 768px) {
  .whenwhere-entry {
    margin-bottom: 45px;
  }
}

.whenwhere-entry .whenwhere-img {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.whenwhere-entry .whenwhere-img img {
  position: relative;
  max-width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.whenwhere-entry .desc {
  padding: 20px;
}

.whenwhere-entry .desc h3 {
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 15px;
}

.whenwhere-entry .desc h3 a {
  color: #000;
  text-decoration: none;
  font-family: "FontUtama", sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.whenwhere-entry:hover .whenwhere-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* =====  Gift Registry style  ===== */

.gift {
  background-color: #fff;
  padding: 30px 0;
}

.gift .owl-carousel {
  margin: 30px 0;
}

.gift .client-logo {
  opacity: 1;
  line-height: 0;
}

.gift .client-logo:hover {
  opacity: 1;
}

.gift img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.gift img:hover {
  -webkit-filter: none;
  filter: none;
}

/* =====  Button style  ===== */
.btn {
  padding: 0;
}
.buttono {
  position: relative;
  line-height: 1em;
}
.buttono a {
  font-family: "FontUtama", sans-serif;
  background: #bd945a;
  border: 1px solid #bd945a;
  color: #fff;
  padding: 10px 20px;
  margin: 0;
  font-weight: 500;
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.buttono a:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
  background: #fff;
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.buttono a span {
  position: relative;
  z-index: 2;
}
.buttono a:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.buttono a:hover,
.buttono a:hover span {
  color: #000;
}

/* ===== Footer style ===== */

.gradient-footer {
  background-color: rgba(190, 202, 195, 0.8);
  border-radius: 35px;
}

.footer2 {
  padding: 90px 30px;
  background-color: var(--mns-iro-yon);
  /* background-image: url(../images/javanese-bg.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; */
}

/* .footer2 img {
  width: 90px;
  margin-bottom: 10px;
} */

.footer2 h2,
.footer2 h2 a {
  font-family: "FontTema", serif;
  font-size: 36px;
  font-weight: 500;
  display: block;
  width: 100%;
  position: relative;
  color: #000;
  line-height: 1em;
  letter-spacing: 0px;
  margin-bottom: 0;
}

.footer2 h2 a span,
.footer2 h2 span {
  display: block;
  font-family: "FontUtama", cursive;
  font-weight: 400;
  color: #000;
}

.footer2 h2 a i {
  color: #000;
  font-size: 16px;
  vertical-align: super;
}

.footer2 h6 {
  color: #888;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
}

.footer2 p {
  font-family: "FontUtama", serif;
  font-size: 12px;
  color: var(--mns-iro-ni);
}

.footer2 .copyright {
  color: var(--mns-iro-ichi);
}

@media screen and (max-width: 768px) {
  .footer2 {
    padding: 70px 30px 80px 30px;
    text-align: center;
  }

  .footter-res-size {
    width: 10% !important;
  }
}

/* ==== Preloader ==== */

.preloader {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Heart */

.lds-heart {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  transform: rotate(45deg);
  transform-origin: 32px 32px;
}

.lds-heart div {
  top: 23px;
  left: 19px;
  position: absolute;
  width: 26px;
  height: 26px;
  background: #bd945a;
  animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lds-heart div:after,
.lds-heart div:before {
  content: " ";
  position: absolute;
  display: block;
  width: 26px;
  height: 26px;
  background: #bd945a;
}

.lds-heart div:before {
  left: -17px;
  border-radius: 50% 0 0 50%;
}

.lds-heart div:after {
  top: -17px;
  border-radius: 50% 50% 0 0;
}

@keyframes lds-heart {
  0% {
    transform: scale(0.95);
  }
  5% {
    transform: scale(1.1);
  }
  39% {
    transform: scale(0.85);
  }
  45% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(0.9);
  }
}

/* ==== Media Query ==== */

@media screen and (max-width: 991px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .oliven-couple-title {
    font-size: 32px;
    line-height: 1.2em;
    margin-bottom: 15px;
  }
  .oliven-couple-subtitle {
    font-size: 18px;
  }
  #countdown .section-head h4 {
    font-size: 32px;
    line-height: 1em;
  }
  .seeyou .section-head h4 {
    font-size: 32px;
    margin-bottom: 5px;
    line-height: 1em;
  }
  .seeyou .section-head h3 {
    font-size: 32px;
  }
}

.streaming.mdc-button {
  width: 196px;
  font-size: 12px;
  margin-bottom: 20px;
}
.streaming.mdc-button.mdc-button--raised {
  background: rgba(189, 148, 90, 1);
}
.maps.mdc-button {
  width: 196px;
  font-size: 12px;
}
.maps.mdc-button.mdc-button--raised {
  background: rgba(189, 148, 90, 1);
}

/*========== MENU UCAPAN =============*/
#konten {
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  background: #e7e7e7;
}

.konten {
  text-align: center;
  background-size: contain;
  background-position: center;
  flex: 1;
}
#ucapan-konten {
  margin: 10px 25px;
}

.ucapan-field {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.komen-netizen {
  margin-bottom: 15px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

.komen {
  display: none;
  padding: 15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 10px;
  background-color: #ffff;
}

.komen2 {
  display: none;
  padding: 15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 10px;
  background-color: #f1f1f1;
}

#submitKomen {
  margin-top: 15px;
  padding: 5px;
  text-align: center;
  background-color: #d1d1d1;
  color: #16212a;
  border-width: 1px;
  border-style: solid;
  border-color: #3e393c;
  /*box-shadow: 0 1px 1px #ccc;*/
  transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
}
#submitKomen:hover {
  background-color: #fff;
  color: #3e393c;
}

#loadMore {
  margin-bottom: 10px;
  margin-top: 15px;
  padding: 5px;
  text-align: center;
  background-color: #d1d1d1;
  color: #16212a;
  border-width: 1px;
  border-style: solid;
  border-color: #16212a;
  /*box-shadow: 0 1px 1px #ccc;*/
  transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
}
#loadMore:hover {
  background-color: #ffffff;
  color: #16212a;
}

.komen-nama {
  color: #16212a;
  font-weight: bold;
}

.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%;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 575.98px) {
  object {
    width: 100%;
    height: 350px;
  }
  .videoWrapper {
    height: 350px;
  }
}

@media (min-width: 576px) {
  object {
    width: 100%;
    height: 350px;
  }
  .videoWrapper {
    height: 350px;
  }
}

@media (min-width: 768px) {
  object {
    width: 100%;
    height: 450px;
  }
  .videoWrapper {
    height: 450px;
  }
}

@media (min-width: 992px) {
  object {
    width: 100%;
    height: 500px;
  }
  .videoWrapper {
    height: 500px;
  }
}

/* KEHADIRAN */
.Akan.Hadir {
  color: var(--mns-iro-ni);
  font-size: 10px;
}

.Berhalangan.Hadir {
  color: var(--mns-iro-ni);
  font-size: 10px;
}
/* END KEHADIRAN */
/* VALIDASI */
.isidulu {
  box-shadow: 0 0 5px rgba(240, 52, 52, 1);
  border: 1px solid rgba(240, 52, 52, 1);
}
/* END VALIDASI */

/* MUTE BUTTON */

.floatmute {
  position: fixed;
  width: 31px;
  height: 31px;
  bottom: 25px;
  right: 25px;
  text-align: center;
  font-size: 20px;
  z-index: 100;
  color: var(--mns-iro-yon);
  background-color: var(--mns-iro-ni);
  border: none;
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-radius: 50px;
  transition: background-color 0.3s, color 0.3s;
}

.floatmute:hover {
  background-color: var(--mns-iro-ichi);
  color: var(--mns-iro-yon);
}

.my-float {
  position: absolute;
  margin-top: -6px !important;
  right: 6px !important;
}
/* END MUTE BUTTON */

/* GIFT BUTTON */
#scrollToTopBtn {
  display: none;
  position: fixed;
  bottom: 25px;
  left: 20px;
  z-index: 99;
  cursor: pointer;
  padding: 6px 7px;
  border: none;
  border-radius: 50%;
  background-color: var(--mns-iro-ni);
  color: var(--mns-iro-yon);
  transition: background-color 0.3s, color 0.3s;
}

#scrollToTopBtn:hover {
  background-color: var(--mns-iro-ichi);
  color: var(--mns-iro-yon);
}

.mns-button-gift {
  bottom: 25px;
  right: 60px;
  z-index: 100;
  font-size: 10px;
  position: fixed;
  color: var(--mns-iro-yon);
  background-color: var(--mns-iro-ni);
  border: none;
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-radius: 50px;
  transition: background-color 0.3s, color 0.3s;
}

.mns-button-gift:hover {
  background-color: var(--mns-iro-ichi);
  color: var(--mns-iro-yon);
}

.floatgift {
  position: fixed;
  top: 25px;
  right: 140px;
  color: #fff;
  text-align: center;
  z-index: 100;
}

.mdc-button {
  width: 156px;
  font-size: 12px;
}

.mdc-button.mdc-button--raised {
  background: rgba(189, 148, 90, 0.8);
}

.streaming.mdc-button {
  width: 186px;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: -10px;
}
.streaming.mdc-button.mdc-button--raised {
  background: rgba(189, 148, 90, 1);
}

.material-icons.mdc-button__icon {
  display: inline-flex;
  width: 15px;
  height: 15px;
  font-size: 15px;
  vertical-align: middle;
  margin-right: 8px;
}

.giftfloat {
  margin-top: 10px;
}
/* END GIFT BUTTON */

#toast {
  visibility: hidden;
  max-width: 50px;
  height: 50px;
  /*margin-left: -125px;*/
  margin: auto;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;

  position: fixed;
  z-index: 9999999999;
  left: 0;
  right: 0;
  bottom: 30px;
  font-size: 17px;
  white-space: nowrap;
}
#toast #img {
  width: 50px;
  height: 50px;
  padding: 5px;
  float: left;
  box-sizing: border-box;
  color: #fff;
  background-color: #595959;
}
#toast #desc {
  color: #fff;
  margin-top: 13px;
  overflow: hidden;
  white-space: nowrap;
}

#toast.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, expand 0.5s 0.5s, stay 3s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, expand 0.5s 0.5s, stay 3s 1s, shrink 0.5s 4s, fadeout 0.5s 4.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes expand {
  from {
    min-width: 50px;
  }
  to {
    min-width: 350px;
  }
}

@keyframes expand {
  from {
    min-width: 50px;
  }
  to {
    min-width: 350px;
  }
}
@-webkit-keyframes stay {
  from {
    min-width: 350px;
  }
  to {
    min-width: 350px;
  }
}

@keyframes stay {
  from {
    min-width: 350px;
  }
  to {
    min-width: 350px;
  }
}
@-webkit-keyframes shrink {
  from {
    min-width: 350px;
  }
  to {
    min-width: 50px;
  }
}

@keyframes shrink {
  from {
    min-width: 350px;
  }
  to {
    min-width: 50px;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 60px;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 60px;
    opacity: 0;
  }
}

.countDown {
  /* display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center; */
  margin: 0 auto;
}

.cd-item {
  color: var(--mns-iro-ichi);
  font-size: 2vmax;
  text-align: center;
  font-weight: 700;
}

.cd-col {
  display: table-cell;
}

.cd-text {
  text-align: center;
  font-size: 1vmax;
  font-weight: 100;
  color: var(--mns-iro-ichi);
  width: 100%;
}

.cd-column {
  background-color: var(--mns-iro-yon);
  border: 0.5px solid var(--mns-iro-ni);
  width: 6vmax;
  margin: 0.5vw;
  border-radius: 8px;
  padding: 10px;
}
/* slide */

.mns-slide {
  width: 180px;
  height: 180px;
  border: 10px solid var(--mns-iro-ichi);
  border-radius: 50% 50% 0 0;
  position: relative;
  background-image: url(../img/kita.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.daun-w-slide {
  position: relative;
  display: flex;
  justify-content: center;
  /* top: -110px; */
}

.leaf {
  position: absolute;
  z-index: 90;
  top: -10px;
}

.icon-ring {
  position: absolute;
  top: -47px;
  left: 46%;
  right: 50%;
}

.icon-glass {
  position: absolute;
  top: -30px;
  left: 45%;
  right: 50%;
}
