@import "font.css";
/* #region lenis */
  .lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
  }

  .lenis.lenis-stopped {
    overflow: clip;
  }

  .lenis.lenis-smooth iframe{
    pointer-events: none;
  }
/* #endregion */

/* #region necessery */
  * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
  }
  html, 
  body{
      width: 100%;
      font-family: "PP Neue Montreal";
      overflow-x: hidden;
      &.no-scroll{
        overflow: hidden;
        position: fixed;
      }
  }
  section { 
    position: relative;
    width: 100vw;
  }
  img {
      width: 100%;
      height: 100%;
  }
  h1 { 
    font-family: "ER";
    font-size: 9em;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.025em;
    @media (max-width: 760px) {
      font-size: 5em;
    }
    @media (max-width: 480px) {
      font-size: 18vw;
    }
  }
  p {
      font-size: 17px;
      font-weight: 500;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }
  .no-scroll { 
    overflow: hidden!important;
    height: 100%!important;
    position: fixed;
  }
  .no-show { 
    display: none !important;
  }
  .container { 
      width: 100%;
      height: 100%;
  }
/* #endregion */

/* #region 4. INTRO */
  .intro { 
    text-align: center;
    padding: 6em 0 65vw 0;
    margin-bottom: -55vw;
    background-color: #ACB1AB;
    color: #05364c;

    /* min-height: 100vh; */
    display: flex;
    justify-content: center;
    align-items: center;

    background-image: url("../aset/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    @media (max-width: 767px) {
      margin-bottom: -50vw;
    }
  }
/* #endregion */

.outro { 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 3em 0 4em 0;
    background-color: #FFF;
    margin-top: -20vw;
    padding-top: 24vw;
    border-top: 3px solid silver;
    @media (prefers-color-scheme: dark) {
      background-color: #ffffff !important;
    }
    @media (max-width: 1100px) {
      padding-top: 23vw;
    }
    @media (max-width: 767px) {
      margin-top: -60vw;
      padding-top: 64vw;
    }
    @media (max-width: 480px) {
      margin-top: -90vw;
      padding-top: 90vw;
    }
}
.outrotitle {
  z-index: 3;
  font-size: 2em;
  font-family: "the season", serif;
  position: relative;
  color: #454545;
  margin: 0.4em 8% 0.8em 8%;
  text-align: left;
  border-bottom: 1px solid #545454;
  padding-bottom: 8px;
  @media (max-width: 480px) {
    font-size: 1.5em;
    padding: 0.8em 8% 0.4em 8%;
  }
  @media (max-width: 320px) {
    padding: 0.8em 0 0.4em 0;
  }
}

.infowrapper {
  text-align: center;
  z-index: 1;
  /* overflow: hidden; */
}
.initial {
  width: 5em;
  height: 100%;
}
  @media (min-width: 1200px) {
    .initial {
      width: 5.2em;
    }
  }
  @media (max-width: 480px) {
    .initial {
      width: 5em;
    }
  }
  @media (max-width: 370px) {
    .initial {
      width: 4em;
    }
  }
.info-opening,
.info-subopening,
.info-gb {
  font-size: 1.4vw;
}
  @media (min-width: 1200px) {
    .info-opening,
    .info-subopening,
    .info-gb {
      font-size: 1.6vw;
    }
  }
  @media (min-width: 1366px) {
    .info-opening,
    .info-subopening,
    .info-gb {
      font-size: 1.8vw;
    }
  }
  @media (max-width: 1199px) {
    .info-opening,
    .info-subopening,
    .info-gb {
        font-size: 1.4em;
    }
  }
  @media (max-width: 767px) {
    .info-opening,
    .info-subopening,
    .info-gb {
        font-size: 1.2em;
    }
  }
  @media (max-width: 480px) {
    .info-opening,
    .info-subopening,
    .info-gb {
      font-size: 4vw;
    }
  }
  
.info-opening {
  text-align: center;
  font-family: "PP Mori regular";
  text-transform: uppercase;
  color: #696d68;
  margin-top: 32px;
  /* font-family:"the season", serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.536px; */
}
.info-subopening,
.andtext,
.requesttext,
.requesttext2,
.info-gb {
  color: #696d68;
  text-align: center;
  font-family:"the season", serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* text-shadow: 0 0 5px #ffffff2e; */
  text-align: center;
  font-family: "PP Mori regular";
  margin-top: 8px;
  padding: 0 8%;
}
.info-subopening {
  margin-bottom: 28px;
}
  @media (min-width: 1200px) {
    .info-subopening {
      margin-bottom: 28px;
    }
  }
  @media (max-width: 1199px) {
    .info-subopening {
      margin-bottom: 28px;
    }
  }
  @media (max-width: 767px) {
    .info-subopening {
      margin-bottom: 28px;
    }
  }
  @media (max-width: 480px) {
    .info-subopening {
      margin-bottom: 28px;
    }
  }
.info-gb {
  margin-bottom: 12px;
  color: #527296;
  font-family: "Chillen";
  text-transform: uppercase;
  font-weight: 400;
  font-style: normal;
  font-size: 4em;
}
  @media (max-width: 991px) {
    .info-gb {
      font-size: 6vw;
    }
  }
  @media (max-width: 760px) {
    .info-gb {
        font-size: 3.2em;
    }
  }
  @media (max-width: 600px) {
    .info-gb {
        font-size: 2.5em;
    }
  }
  @media (max-width: 480px) {
    .info-gb {
      font-size: 2.3em;
    }
  }
.andtext {
  margin: 20px 0;
  font-size: 30px;
  font-family: "Aston";
}
  @media (min-width: 1366px) {
    .andtext {
      margin: 20px 0;
      font-size: 1.4vw;
    }
  }
  @media (min-width: 1200px) {
    .andtext {
      margin: 20px 0;
      font-size: 1.8vw;
    }
  }
  @media (max-width: 1199px) {
    .andtext {
      margin: 20px 0;
      font-size: 1.8vw;
    }
  }
  @media (max-width: 767px) {
    .andtext {
      margin: 20px 0;
      font-size: 2.8vw;
    }
  }
  @media (max-width: 480px) {
    .andtext {
      margin: 16px 0;
      font-size: 4vw;
    }
  }
.requesttext {
  margin-top: 35px;
  font-size: 40px;
}
.requesttext2{
  font-size: 40px;
  margin-top: 9px;
}
  @media (min-width: 1366px) {
    .requesttext, .requesttext2{
      font-size: 1.6vw;
    }
  }
  @media (min-width: 1200px) {
    .requesttext, .requesttext2{
      font-size: 2vw;
    }
  }
  @media (max-width: 1199px) {
    .requesttext, .requesttext2{
        font-size: 1.4em;
    }
  }
  @media (max-width: 767px) {
    .requesttext, .requesttext2{
      font-size: 1.2em;
    }
  }
  @media (max-width: 480px) {
    .requesttext, .requesttext2{
      font-size: 4vw;
    }
  }
.parentstext {
  text-align: center;
  text-transform: uppercase;
  font-family: 'Gothic';
  font-size: 35px;
  letter-spacing: 2px;
  color: #292929;
}

.parenttextimg {
  width: 12px;
  @media (max-width: 767px) {
    width: 8px;
  }
  @media (max-width: 480px) {
    width: 5px;
  }
}
.namabisnis {
  text-align: center;
  text-transform: uppercase;
  font-family: 'Gothic';
  font-size: 35px;
  letter-spacing: 2px;
  text-shadow: 0 0 5px white;
  margin-top: 4px;
  color: #b3b3b3;
}
@media (min-width: 1366px) {
  .parentstext, .namabisnis {
    font-size: 1vw;
  }
}
@media (min-width: 1200px) {
  .parentstext, .namabisnis {
    font-size: 1.2vw;
  }
}
@media (max-width: 1199px) {
  .parentstext, .namabisnis {
    font-size: 0.9em;
  }
}
@media (max-width: 767px) {
  .parentstext, .namabisnis {
    font-size: 2.1vw;
  }
}
@media (max-width: 480px) {
  .parentstext, .namabisnis {
    font-size: 2.6vw;
  }
}
.main-wrapper {
  width: 100vw;
  height: auto;
  overflow-x: hidden;
}

/* #region Opening Modal */
  .websiteopening {
    width: 100vw;
    height:100vh;
    z-index: 99;
    background-color: white;
  }
  .websiteopening.start{
    position: relative;
  }
/* #endregion */

/* #region Website Opening Content */
  .websiteopening-wrapper {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    height: 100%;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 10dvh 10%;
    position: relative;
    background-image: url('../img/landing.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 55% 35%;
    overflow: hidden;

    padding-top: 15dvh;
    @media (max-width: 760px) {
      background-image: url('../img/landing-xs.jpg');
      padding-top: 12dvh;
      background-position: bottom;
    }
    @media (max-width: 480px) {
      padding-top: 10dvh;
    }
  }
  
  .websiteopening-content {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  @media (max-width: 480px) {
    .websiteopening-content {
        justify-content: flex-start;
        padding-top: 80px;
    }
  }

  .websiteopening-bottom{ 
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    transform: scale(1.1);
    margin-right: 2%;
    position: absolute;
    left: 0;
  }

  .websiteopening-name {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 3;
    img {
      height: auto;
      width: 21em;
      position: relative;
      @media (max-width: 480px) {
        width: 18em;
      }
    }
    span {
      position: absolute;
      width: 88%;
      bottom: 100px;
      left: 6%;
    }
  }
  .openingwrapper {
    height: 100%;
    position: absolute;
    width: 500%;
    top: 45dvh;
    left: 0;
    transform: translate(-50%,-25%);
  }
  .tambahan{
    margin: 3em 6em 0 6em;
    font-family: 'newyork';
    letter-spacing: 2px;
    color: #6C6C6C;
    text-align: center;
    font-size: 14px;
    @media (max-width: 767px) {
      margin: 3em 3em 0 3em;
    }
  }
  .tambahan1{
    margin: 1em auto;
    font-family: 'newyork';
    letter-spacing: 2px;
    color: #323232;
    text-align: center;
    font-size: 16px;
  }
  .titleopening{
      font-family: "Playfair Display", serif;
      color: #5F5F5F;
      letter-spacing: 2px;
      font-size: 2.5vw;
      @media (max-width: 1199px) {
        font-size: 3vw;	
      }
      @media (max-width: 767px) {
        font-size: 3.8vw;	
      }
      @media (max-width: 480px) {
        font-size: 5vw;	
      };
  }
  .groombridetextopening{
      font-family: "Pinyon Script", cursive;
      font-weight: 400;
      font-style: normal;
      letter-spacing: 2px;
      font-size: 7vw;

      background: linear-gradient(to top, #604d3f00, #241003);
      background: linear-gradient(to top, #604d3f40, #241003);
      background-clip: border-box;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      padding: 0 1em;
      @media (max-width: 1199px) {
        font-size: 7.8vw;	
      }
      @media (max-width: 767px) {
        font-size: 8.1vw;	
      }
      @media (max-width: 480px) {
        font-size: 10vw;	
          margin-bottom: 10px;
      }
  }
  .infoopening{
      font-family: 'newyork';
      letter-spacing: 2px;
      color: black;
      font-size: 13px;
  }
  .asetopening{
      width: 70vw;
      max-width: 1338px;
      margin-top: -18px;
      @media (max-width: 1199px) {
        width: 85vw;	
      }
      @media (max-width: 480px) {
        display: none;	
      }
  }
  .asetopeningxxs{
      display: none;	
      width: 85vw;
      @media (max-width: 480px) {
        display: block;	
      }
  }
  .asetopeningxxskupu{
      display: none;	
      width: 85vw;
      @media (max-width: 480px) {
        display: block;	
      }
  }
  .openingdiv{
    position: absolute;
    color: white;
    padding: 15%;
  }
  .right-top-asset{
    right: 0;
    text-align: right;
  }
  .left-bottom-asset{
    bottom: 0;
    text-align: left;
  }
  .dateopening{
    font-family: "the season", serif;
  }
  .right-top-top-asset{
    font-size: 8em;
    line-height: 0.8;
    @media (max-width: 480px) {
      font-size: 7em;
    }
  }
  .right-top-bottom-asset{
    font-size: 2.6em;
    font-weight: 600;
    padding-right: 4px;
  }
  .left-bottom-top-asset{
    font-size: 5em;
    line-height: 0.8;
    margin-bottom: 12px;
  }
  .left-bottom-bottom-asset{
    font-size: 8em;
    line-height: 0.8;
    @media (max-width: 480px) {
      font-size: 7em;
    }
  }
  .bintangkecil{
    width: 2em;
    height: 2em;
    float: right;
    margin-right: 2px;
  }
  .websiteopening-left { 
    position: absolute;
    opacity: 0.9;
    z-index: 2;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    /* background-image: url('../img/initial/background-split-2.jpg'); */
    background-color: #3B4656DB;
  }
  .websiteopening-right {
    position: absolute;
    z-index: 2;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
  }
  .websiteopening-right:before { 
    content: '';
    position: absolute;
    opacity: 0.9;
    z-index: 2;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    /* background-image: url('../img/initial/background-split-2.jpg'); */
    border-left: 2px solid #818780;
    background-color: #3B4656DB;
  }
  .opening-img{
    position: relative;
  }
  .opening-img:before{
    content: 'WEDDING';
    position: absolute;
    top: 24dvh;
    left: 50%;
    transform: translate(-50%,-1000%);

    font-family: "the season", serif;
    font-size: 1.4em;
    color: #728f90;
    @media (max-width: 480px) {
      top: 19dvh;
      font-size: 17px;
    }
  }
  .opening-p1 {
    position: absolute;
    top: 24dvh;
    left: 50%;
    transform: translate(-50%,-1000%);

    font-family: "the season", serif;
    font-size: 1.4em;
    color: #728f90;
    @media (max-width: 480px) {
      top: 19dvh;
      font-size: 17px;
    }
  }
  .opening-p2, .opening-p3 {
    position: absolute;
    transform: translate(-50%,-330%);
    color: #728f90;
    font-family: "Aston";
    @media (max-width: 480px) {
      font-size: 17px;
    }
  }
  .opening-p2 {
    top: 31dvh;
    left: 44%;
    font-size: 2.5em;
    @media (max-width: 480px) {
      top: 21dvh;
    }
  }
  .opening-p3 {
    top: 39.5dvh;
    left: 53%;
    font-size: 2.3em;
    @media (max-width: 480px) {
      top: 23dvh;
    }
  }
  .opening-p4 {
    position: absolute;
    top: 47.7dvh;
    left: 50%;
    transform: translate(-50%,-1450%);
    white-space: nowrap;
    font-family: "the season", serif;
    font-size: 0.85em;
    color: #728f90;
    letter-spacing: 1px;
  }
  .openWebsite {
    .wbesiteopening-animation{
      animation-duration: 3s;
      animation-timing-function: ease-in-out;
      animation-fill-mode: forwards;
      animation-delay: 1s;
    }
    .websiteopening-left {
      animation-name: openLeft;
    }
    .websiteopening-right {
      animation-name: openRight;
    }
  }
  @keyframes openLeft {
    0% {
      left: 0;
    }
    100% {
      left: calc(-50% - 100px);
    }
  }
  @keyframes openRight {
    0% {
      right: 0;
    }
    100% {
      right: calc(-50% - 200px);
    }
  }
/* #endregion */

/* #region Mute / Unmute Icon */ 
  .soundonoff {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 100;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    @media (max-width: 767px) {
      left: 5%;
      bottom: 10px;
    }
  }
  .soundonoff .noshow{
    bottom: -100px;
  }

  .soundonoff button{
    background-color: white;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12);
    display: flex;
    width: 42px;
    height: 42px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border: none;
    
  }
  .soundonoff button img{
    width: 20px;
    height: 20px;
  } 
/* #endregion */

/* button */
  .button_slide {
    position: relative;
    border: 1px solid #0e0e0e69;
    padding: 0.4em 1em;
    margin: 2em auto;
    min-width: 170px;
    border-radius: 50vw;
    text-align: left;
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #76829f;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
    width: 70%;
  }
  .button_slide:hover {
    color: #76829f;
  }
  .slide_right:hover {
    box-shadow: inset 400px 0 0 0 #76829f;
  }
  .linkbutton {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 0;
    outline: 0;
    text-decoration: none;
  }
  .linkbutton p{
    font-family: "Chillen";
    color: #2C2C2CB8;
    letter-spacing: 1px;
  }
  .openicon{
    width: 2em;
    height: 2em;
  }



/* slick */
.slickwrapper{
  overflow-x: hidden;
}
.my-slider{
  position: relative;
}
.slick-initialized .slick-slide{
  width: 100%;
  height: 60vh;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;

  
}
@media (max-width: 480px) {
  .slick-initialized .slick-slide{
    height: 80vh;
  }
}
.slick-slide div{
  height: 100%;
  width: 100%;
}
.slider-img{
  object-fit: cover;
  height: 100%;
}
.slick-next, .slick-prev{
  z-index: 5;
}
.slick-next{
  right: 15px;
}
.slick-prev{
  left: 15px;
}
.slick-next:before, .slick-prev:before{
  color: #000;
  font-size: 26px;
}

.slick-dots {
	display: flex;
	justify-content: center;
	/* flex-direction: column; */
	margin: 16px;
	padding: 1rem 0;
	list-style: none;
	position: absolute;
	bottom: 0;
	right: 0;
}

.slick-dots li {
	margin: 0.4rem 0.25rem;
}

.slick-dots button {
	display: block;
	width: 0.7rem;
	height: 0.7rem;
	padding: 0;
	border: none;
	-webkit-border-radius: 50%; /* Safari-compatible for rounded dots */
	border-radius: 50%;
	background-color: #828282;
	/* Ensure the button is visible */
	text-indent: 0; /* Keep text inside but invisible */
	overflow: hidden; 
	position: relative; /* Maintain structure */
}

.slick-dots button::before {
	content: ''; /* Create a visible dot */
	display: block;
	width: 0.7rem;
	height: 0.7rem;
	background-color: inherit; /* Matches the button's background */
	border-radius: inherit;
	position: absolute;
	top: 0;
	left: 0;
}

.slick-dots li.slick-active button {
	background-color: #fff;
}

.slick-dots li.slick-active button::before {
	background-color: #fff; /* Ensure active dot is white */
}
.backgroundcombi{
  background-image: url("../aset/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* canvas */
  #canvas{
    position: relative;
    height: 200px;
    width: 200px;
  }

/* profile */
  .profile {
    background-color: white;

    display: flex;
    justify-content: center;
    align-items: center;

    flex-direction: column;
    margin: 0 auto;
    z-index: 5;

    padding: 3vw 0;
    width: 80%;
    border-radius: 4px 4px 0 0;
    border-bottom: none;
    @media (max-width: 767px) {
      padding: 1em 0;
      width: 80%;
    }
    @media (max-width: 480px) {
      width: 85%;
    }
  }
  .herophotowrapper{
    width: 92%;
    height: 45vw;
    padding: 0;
    position: relative;
    @media (max-width: 767px) {
      width: 88%;
      height: 80vw;
      padding: 0;
    }
    @media (max-width: 480px) {
      height: 110vw;
    }
  }

  .herophoto{
    position: relative;
    width: 100%;
    height: 100%;
  }
    .herophoto:before{
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      inset: 0;
      pointer-events: none;
      z-index: 2;
      box-shadow: inset 4px 2px 10px #3f3f3f8f;
    }
    .herophoto:after{
      z-index: 5;
      /* content: "26.08"; */
      position: absolute;
      right: 5%;

      font-family: "avenir-black";
      color: white;

      transform: translateY(27%) scaleY(1.1);
      bottom: 0;
      font-size: 8em;
      letter-spacing: 3px;
      @media (max-width: 900px) {
        font-size: 6em;
      }
      @media (max-width: 600px) {
        right: 0;
        transform: translate(36%, -65%) scaleY(1.1) rotate(-90deg);
        font-family: 'newyork';
        font-size: 6.5em;
      }
      @media (max-width: 385px) {
        font-size: 5em;
      }
    }

  .weddingtitle{
    text-align: center;
    font-family: "chillen";
    color: white;
    letter-spacing: 2px;
    font-size: 1.8em;
    @media (max-width: 760px) {
      font-size: 20px;
    }
    @media (max-width: 480px) {
      font-size: 16px;
    }
  }
  .datetitle{
    font-family: "chillen";
    color: white;
    margin-top: 8px;
    font-size: 1.5em;
    @media (max-width: 760px) {
      font-size: 18px;
    }
    @media (max-width: 480px) {
      font-size: 18px;
    }
  }
  .groombridename{
    text-align: center;
    margin: 12px 0 4px;

    font-family: "Pinyon Script", cursive;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 5em;
    display: flex;
  justify-content: flex-end;
  align-items: last baseline;
    @media (max-width: 760px) {
      font-size: 4.8em;
      margin: 12px 20% 4px;
    }
    @media (max-width: 600px) {
      display: block;
    }
    @media (max-width: 480px) {
      font-size: 4.4em;
      margin: 12px 27% 4px;
    }
  }
  .groombrideand{
    font-family: 'newyork';
    font-size: 28px;
    margin: 1.2em;
    @media (max-width: 760px) {
      font-size: 24px;
    }
    @media (max-width: 600px) {
      margin: 0.2em;
    }
    @media (max-width: 480px) {
      font-size: 20px;
    }
  }
/* #endregion */
/* #region 6. EVENTS */
  .eventswrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .events{
    position: relative;
    display: flex;
    justify-content: space-between;
    z-index: 1;
    width: 100%;
    align-items: center;
    @media (max-width: 760px) {
      flex-direction: column;
    }
  }
  .eventtypebackground{
    color: #616161;
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 150px 20px;
  }
  .makeonerow{
    display: flex;
    margin-bottom: 0.5em;
  }
  .holmaticon{
    margin-right: 8px;
  }
  .weddingicon{
    margin-left: 8px;
  }
  .weddingtextwrapper{
    justify-content: flex-end;
  }
  .eventicon{
    display: flex;
    justify-content: start;
    align-items: start;
  }
  .eventicon img{
    width: 20px;
  }
  
  .holymatrimonywrapper{
    float: right;
  }
  @media (max-width: 760px){
    .weddingwrapper{
      margin-top: 1em;
    }
  }
  @media (max-width: 760px) {
    .weddingceremony {
        margin-top: 40px;
    }
  }
  
  .weddingceremonywrapper{
    justify-content: flex-end;
    text-align: right;
  }
  
  .eventtypei {
    padding: 1vw 8vw;
    margin: 2px 1px 4px 1px;
    width: 70%;
    min-width: 335px;
    max-width: 400px;
  }
  .eventimgdiv {
    position: absolute;
  }
  .eventimgtop{
    width: 100%;
    left: 0;
    top: -150px;
  }
  .eventimgbottom{
    width: 100%;
    left: 0;
    bottom: -150px;
    transform: scaleY(-1);
  }
  /* .eventtype{
    border: 20px solid;
    border-image: url("../aset/border-image.svg")40;
  } */
  .eventtitle{
    font-family:"the season", serif;
    margin-bottom: 8px;
    color: #454545;
    font-size: 1.5em;
    text-transform: uppercase;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    text-align: center;
  }
  .eventplace, .eventdate{
    font-size: 1em;
    font-family: 'Gothic';
    color: #3F3F3F;
    text-align: center;
    width: 100%;
  }
  @media (max-width: 767px) {
    .eventplace, .eventdate{
      font-size: 14px;
    }
  }
/* #endregion */

/* #region 9. QUOTES */
.gbquote {
  font-family: 'Gothic';
  text-align: center;
  width: 80%;
  margin: 0 10%;
  padding-bottom: 7em;
  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 760px) {
  .gbquote {
    padding-bottom: 4em;
  }
}
@media (max-width: 480px) {
  .gbquote {
    top: 60px;
  }
}
.gbquote p {
  color: #616161;
  font-size: 18px;
}
@media (max-width: 991px) {
  .gbquote p{
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .gbquote p{
    font-size: 14px;
  }
}
.quotecontent{
  margin-top: 1.5em;
}
.quotes-section {
  width: 100%;
  height: 400px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url('../img/quotes.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  @media (max-width: 480px) {
    padding: 42% 5% 0 5%;
  }
  p {
    text-align: center;
    color: white;
    /* font-size: 1.3em;
    font-family: "Aston"; */
    text-shadow: 1px 1px 3px black;


    font-size: 2.4em;
    font-family: "Monsieur La Doulaise", cursive;
    letter-spacing: 1px;

    overflow: hidden;
    width: 0;
    white-space: nowrap;
    padding: 2px;

    @media (max-width: 480px) {
      line-height: 1.3em;
    }
  }

  .quotesone.animate{
    animation: quotesonetype 2s steps(28, end) forwards;
  }
  .quotestwo.animate{
    animation: quotestwotype 2s steps(28, end) forwards;
  }
}

@keyframes quotesonetype {
  from {
    width: 0;
  }
  to {
    width: 24ch;
  }
}
@keyframes quotestwotype {
  from {
    width: 0;
  }
  to {
    width: 24ch;
  }
}
/* #endregion */

/* #region 11. GALLERY G2 */
  .galleries {
    background-color: white;
  }
  .gallery {
    padding: 0 5% 0;
  }
  .gallery-area { 
    display: flex;
    flex-flow: row wrap;
  }
  .gallery-item {
    position: relative;
    list-style-type: none;
    padding: 5px;
    height: 30vw;
    @media (max-width: 767px) {
      height: 35vw;
    }
    @media (max-width: 480px) {
      height: 40vw;
    }
  }
    .gallery-item-44 {
      width: 44%;
    }
    .gallery-item-56 {
      width: 56%;
    }

    .gallery-item-24 {
      width: 24%;
    }
    .gallery-item-38 {
      width: 38%;
    }

    .gallery-item-68 {
      width: 68%;
    }
    .gallery-item-32 {
      width: 32%;
    }
    
  .img-inner{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .display-button { 
    cursor: pointer;
  }
/* #endregion */

/* #region 12. HASHTAG */
  .hashtag {
    display: flex;
    justify-content: center;
    width: 100%;
    color: #2e2e2e;
    font-family: "Libre Caslon Display", serif;
    font-weight: 400;
    font-style: normal;
    margin: 3.1em 0;
  }
  .hashtagcontent {
    overflow: hidden;
    white-space: nowrap;
    width: 0;
    max-width: fit-content;
    font-size: 1.5em;
    &.animate{
      animation: hashtagtype 3s steps(40, end) forwards;
    }
  }
  @keyframes hashtagtype {
    from {
    width: 0;
    }
    to {
    width: 100%;
    }
  }
/* #endregion */

/* #region 14. FOOTER */
  .footer {
    width: 100%;
    padding: 2em;

    display: flex;
    justify-content: center;
    text-align: center;
    overflow: hidden;

    font-family: 'Gothic';
    background-color: white;
  }
  .footer p {
    color: #234250;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1em;
  }
  .xsonly{
    display: none;
    @media (max-width: 480px) {
      display: block;
    }
  }
/* #endregion */

/* #region 16. VIDEO */
  .videotrailer {
    display: flex;
    width: 100%;
    height: 70vw;
    max-height: 100vh;
    @media (max-width: 760px) {
      height: 90vw;
      min-height: 600px;
      max-height: unset;
    }
    @media (max-width: 480px) {
      display: block;
      height: auto;
    }
  }
  .videotrailerdiv{
    flex: 1;
    overflow: hidden;
    position: relative;

  }
  .video-box{
    min-width: 400px;
    flex-shrink: 0;
    @media (max-width: 760px) {
      min-width: 350px;
    }
    @media (max-width: 480px) {
      min-width: unset;
      flex-shrink: 1;
    }
  }
  .videotrailerdiv img, .video1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .videotrailerdiv img{
    @media (max-width: 480px) {
      display: none;
    }
  }
  .video1{
    @media (max-width: 480px) {
      max-height: none;
      margin-top: 0;
      width: 100%;
    }
  }
/* #endregion */

/* profile */
.photogroombridewrapper{
  display: flex;
}