@font-face {
    font-family: 'AmstelvarAlpha Default';
    font-style: normal;
    font-weight: normal;
    src: local('../font/AmstelvarAlpha Default'), url('AmstelvarAlpha-Variations-noHVAR.woff') format('woff');
}

@font-face {
    font-family: 'AmstelvarAlpha Default';
    font-style: normal;
    font-weight: normal;
    src: local('../font/AmstelvarAlpha Default'), url('AmstelvarAlpha-Variations.woff') format('woff');
}

@font-face {
    font-family: 'Matterdi Regular';
    font-style: normal;
    font-weight: normal;
    src: local('../font/'), url('Matterdi Regular.ttf') format('ttf');
}

@font-face {
    font-family: 'Amalfi Coast Regular';
    font-style: normal;
    font-weight: normal;
    src: local('../font/'), url('../font/Amalfi-Coast.woff') format('woff');
}


html {
    font-size: 100%;
    font-family: 'Sree Krushnadevaraya', serif;
    scroll-behavior: auto;
}

@media all and (max-width: 768px) {
    html {
        font-size: 100%;
    }
}

body {
    font-size: 18px;
    line-height: 25px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Sree Krushnadevaraya', serif;
    color: #000000;
    font-weight: 400;
    /* background-color: #343434 !important; */
    background: #F0EAE8 !important;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Sree Krushnadevaraya', serif;
    color: #343434;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    margin-top: 0;
    margin-bottom: 0;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}

p {
    font-size: 18px;
    font-family: 'Sree Krushnadevaraya', serif;
}

@media all and (max-width: 767px) {
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 16px;
    }
    h5 {
        font-size: 14px;
    }
    h6 {
        font-size: 12px;
    }
    p {
        font-size: 14px;
    }
    p.info-nama {
        font-size: 14px !important;
    }
}

a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border: none;
    border-style: none !important;
}

section {
    scroll-snap-align: start;
}

.con {
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
    height: auto;
}

a:hover,
a:focus,
a:active {
    text-decoration: none !important;
    outline: none;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.btn2 {
    display: inline-block;
    padding: 14px 0px 14px 0px;
    text-align: center;
    font-family: 'laila', sans-serif;
    text-shadow: none;
    font-weight: bold !important;
    letter-spacing: 0;
    min-width: 220px;
    max-width: 250px;
    font-size: 14px;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    border: none;
}

.brown {
    background: #B0937D;
    color: #F0EAE8;
}

.green {
    background: #B0937D;
    color: #F0EAE8;
}


.btn2:hover {
    background: #333835 !important;
    color: #Ffffff !important;
}

.mb25 {
    margin-bottom: 25px;
}

.mt25 {
    margin-top: 25px;
}

.mt50 {
    margin-top: 50px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pertama {
    background: #ffffff;
    width: 100%;
    min-height: 100vh;
    margin: auto;
    padding-bottom: 120px;
}

.text {
    padding-top: 50px;
}

.text h3 {
    font-family: 'Gayathri', sans-serif;
    color: #B0937D;
}

.foto-cover {
    margin: auto;
    padding: 25px 0;
}

.foto-cover img {
    min-width: 270px;
}

.initial {
    padding-top: 10px;
   
}
.initial img{
    width:135px;
   
}
.bg-pertama {
    position: absolute;
    z-index: 1;
}
.bg-green {
    background: #F0EAE8;
}

.daun1 {
    position: absolute;
    left: 65.12%;
    top: 5.81%;
    width: 60px;
    animation: wavy 7s infinite ease-in-out;
    transform-origin: right top;
}

.daun2 {
    position: absolute;
    left: 32.11%;
    top: 55.22%;
    width: 60px;
    animation: wavy 7s infinite ease-in-out;
    transform-origin: bottom;
}



.div-daun {
    position: absolute; left: 50%; transform: translateX(-50%); bottom: 20px;
}

.daun3 {
  
    position: relative;

    bottom: 0px;

    width: 180px;
    animation: wavy 7s infinite ease-in-out;
    transform-origin: left bottom;
}

@keyframes wavy {
    0%{
        transform: rotate(-5deg);
    }
    50%{
        transform: rotate(5deg);
    }
    100%{
        transform: rotate(-5deg);
    }
}

@media (max-width:812px) {
    .pertama {
        background: #ffffff;
        width: 100%;
        min-height: 812px;
        margin: auto;
    }
    .text {
        padding-top: 70px;
    }
    .text h3 {
        font-size: 14px;
    }
    .foto-cover {
        margin: auto;
        padding: 25px 0;
    }
    .foto-cover img {
        min-width: 220px;
        max-width: 240px;
    }
    .daun1 {
        left: 80.12%;
    top: 8.81%;
    width: 35px;
    }
    .daun2 {
        position: absolute;
        left: 10.11%;
        top: 55.22%;
        width: 40px;
    }
    .initial img{
        width: 160px;
       
    }
    .initial {
        padding-top: 0px;
       
    }

    .daun3 {
      width: 120px;
    }
    .div-daun {
        position: absolute; left: 50%; transform: translateX(-50%); top: 715px;
    }
}

@media (max-height:736px) {
    .daun2 {
        position: absolute;
        left: 5.11%;
        top: 60.22%;
        
    }
    
}

@media (max-height:667px) {
    .daun2 {
        position: absolute;
        left: 5.11%;
        top: 70.22%;
        
    }
 
}

.kedua {
    background: #F0EAE8;
    width: 100%;
    min-height: 100vh;
    font-family: 'Gayathri', sans-serif;
    padding: 50px 50px 150px;
}

.quots {
    padding: 150px 0 50px;
}
.div-cincin {
    position: absolute;
    top: 110vh;
    left: 52%;
}

.cincin {
    position: relative;
    animation: wavy 5s infinite ease-in-out;
    transform-origin: right bottom;
}
.daun4{
    position: absolute;
    top: 105vh;
    left: 55%;
    animation: wavy 7s infinite ease-in-out;
    transform-origin: top left;
}



.text-undangan {
    padding: 10px;
    max-width: 500px;
}

.text-undangan p {
    font-family: 'laila', sans-serif;
    color: #B0937D;
}

.batas1 {
    padding: 20px 0 30px;
}
.batas1 img {
    animation: wavy 8s infinite ease-in-out;
    transform-origin: top right;
}

.ourbig img {
    max-width: 300px;
}

.date {
    padding: 50px 0 70px;
}

.date img{
    width: 100%;
    max-width: 300px;
}


.kedua .button {
    margin: auto;
    display: block;
    align-content: center;
    text-align: center;
}

@media (max-width:812px) {
    .kedua {
        min-height: 812px;
        padding: 50px 0px 150px;
    }
    .quots {
        padding-top: 130px;
    }
    .quots p {
        font-size: 18px;
    }
    .text-undangan {
        max-width: 310px;
        padding: 30px 0 20px;
    }
    .text-undangan p {
        font-size: 13px;
    }
    .batas1 {
        padding: 20px 0 50px;
    }
    .ourbig img {
        max-width: 220px;
    }
    .date {
        padding: 50px 0 70px;
    }
    .btn2 {
        font-size: 13px;
        max-width: 220px;
        padding: 12px 0px 12px 0px;
    }
    .div-cincin {
        position: absolute;
        top: 930px;
        left: 52%;
    }
    .daun4{
        position: absolute;
        top: 862px;
        left: 55%;
     
    }
    .date img{
        width: 100%;
        max-width: 250px;
    }
}

.ketiga {
    background: #F0EAE8;
    width: 100%;
}

.item img {
    max-width: 500px;
}

.keempat {
    background: url(../img/svg/venue-daun1.svg) 60% 20% no-repeat, url(../img/svg/venue-daun2.svg) 30% 80% no-repeat, url(../img/svg/venue-daun3.svg) center 90% no-repeat, #F0EAE8;
    width: 100%;
    min-height: 100vh;
    text-align: center;
    color: #B0937D;
}


.keempat2 {
    background: url(../img/svg/venue-daun1.svg) 60% 10% no-repeat, url(../img/svg/venue-daun2.svg) 30% 70% no-repeat, url(../img/svg/venue-daun3.svg) center 90% no-repeat, #F0EAE8;
    width: 100%;
    min-height: 100vh;
    padding-top: 70px;
    text-align: center;
    color: #B0937D;
}


.vanue h4 {
    font-family: 'Amalfi Coast Regular';
    font-size: 40px;
}

.tempat h2 {
    font-family: 'Matterdi Regular';
    font-size: 50px;
    font-weight: 500;
}

.alamat p {
    font-family: 'Laila', sans-serif;
    font-size: 20px;
    padding: 20px 0px 40px;
}
.alamat2 p {
    font-family: 'Laila', sans-serif;
    font-size: 20px;
    padding: 20px 0px 40px;
}
@media (max-width:812px) {
    .keempat {
        background-size: 40px, 40px, 120px;
        background-position: 55% 15%, 10% 80% , center 90%   ;
   
        min-height: 650px;
    }
    .keempat2 {
        background-size: 40px, 40px, 120px;
        background-position: 85% 10%, 15% 70% , 80% 99%   ;
        padding-top: 10px;
   
        min-height: 600px;
    }
    .vanue h4 {
        font-size: 24px;
    }
    .tempat h2 {
        font-size: 24px;
    }
    .alamat p {
        font-size: 13px;
        padding: 10px 0px 15px;
    }
    .alamat2{
        margin-top: 30px;
    }
    .alamat2 p {
        font-size: 12px;
        padding: 0px 0px 10px;
    }
 
}

.playpause {
    background-image: url(../img/play.png);
    background-repeat: no-repeat;
    width: 50%;
    height: 50%;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: contain;
    background-position: center;
}

.video {
    background: #1F2120;
    padding: 0;
    height: fit-content;
}

.video video {
    width: 100%;
}

@media (max-width:812px) {
    .video .container {
        padding: 0;
    }
}

.kelima {
    background: #B0937D;
    width: 100%;
    min-height: 100vh;
    color: #FFECE7;
    padding: 50px 0;
}

.text-undangan2 {
    padding: 50px 0 50px;
    max-width: 500px;
}

.text-undangan2 p {
    font-family: 'laila', sans-serif;
    color: #F0EAE8;
    font-size: 20px;
}

p.nama2  {
    font-family: 'Amalfi Coast Regular' !important;
    color: #F0EAE8;
    font-size: 30px;
    padding: 40px 0 30px;
}

.guestbook-text {
    font-family: 'laila', sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #B0927D;
    background: #F0EAE8;
    border: none;
    padding: 15px 20px 15px;
    width: 500px;
}

.guestbook-select {
    font-family: 'laila', sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #B0927D;
    background: #F0EAE8;
    border: none;
    padding: 15px 30px 15px 20px;
    width: 500px;
}

.input select {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
}

select.guestbook-select {
    background-image: url(../img/select.png);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - .5em) .5em;
    background-size: 15px;
    background-repeat: no-repeat;
}

.guestbook-textarea {
    font-family: 'laila', sans-serif;
    color: #B0927D;
    background: #ffffff;
    border: none;
    padding: 15px;
    width: 500px;
}

.guestbook-textarea:focus {
    outline: none !important;
    border: none;
    box-shadow: 0 0 10px #F0EAE8;
}

.guestbook-select:focus {
    outline: none !important;
    border: none;
    box-shadow: 0 0 10px #F0EAE8;
}

.guestbook-btn {
    font-family: 'laila', sans-serif;
    color: #B0937D;
    font-weight: bold;
    background: #F0EAE8;
    border: none;
    padding: 15px 0;
    width: 250px;
    transition: 2ms;
}

.guestbook-btn:hover {
    color: #F0EAE8;
    background: #303633;
}

.kelima .input {
    padding: 5px 0;
}

.kelima .button {
    padding-top: 35px;
}

.footer {
    height: 70px;
    background: #58483D;
}

.footer img {
    width: 170px;
}

@media (max-width:812px) {
    .ketiga .container {
        padding: 0;
    }
    .kelima {
        min-height: 812px;
    }
    .text-undangan2 {
        padding: 30px 0 30px;
        max-width: 310px;
    }
    .text-undangan2 p {
        font-size: 13px;
    }
    p.nama2  {
        
      
        font-size: 17px;
        padding: 40px 0 30px;
    }
    .guestbook-text {
        font-size: 13px;
        padding: 10px 15px;
        width: 300px;
    }
    .guestbook-select {
        font-size: 13px;
        padding: 10px 15px;
        width: 300px;
    }
    select.guestbook-select {
        background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - .5em) .5em;
        background-size: 10px;
        background-repeat: no-repeat;
    }
    .guestbook-textarea {
        width: 300px;
    }
    .guestbook-btn {
        font-size: 13px;
        width: 150px;
        padding: 10px 15px;
        transition: 2ms;
    }
    .kelima .button {
        padding: 20px 0 15px;
    }
    .footer img {
        width: 120px;
    }
}