.trans{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
}
.trans img{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.bingkai{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.bingkai_1 img{
	top: 0;
    left: 0;
    position: absolute;
    z-index: 3;
    transform: rotate(0deg) !important;
}
.bingkai_2{
    top: 0;
    display: flex;
    justify-content: center;
}
.bingkai_2 img{
	top: 0;
    position: absolute;
    z-index: 2;
    transform: rotate(0deg) !important;
}
.bingkai_3 img{
	bottom: 0;
    right: 0;
    position: absolute;
    z-index: 3;
    transform: rotate(0deg) !important;
}
.bingkai_4{
    bottom: 0;
    display: flex;
    justify-content: center;
}
.bingkai_4 img{
	bottom: 0;
    position: absolute;
    z-index: 2;
    transform: rotate(0deg) !important;
}
.bingkai_5 img{
	bottom: 0;
    right: 0;
    position: absolute;
    z-index: 3;
    transform: rotate(0deg) !important;
}
.bingkai_1 img{
    width: 50vw;
}
.bingkai_2 img{
    width: 54vw;
    right: 0;
}
.bingkai_3 img{
    width: 55vw;
}
.bingkai_4 img{
    width: 86vw;
    left: 0;
}
.bingkai_5 img{
    width: 37vw;
    bottom: 5px;
    right: 10px;
}
.kanan_bawah2{
    -webkit-animation: kananbawah 5s linear;
    animation: kananbawah 5s linear;
}
@-webkit-keyframes kananbawah2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(500px, 500px);
            transform: scale(0) translate(500px, 500px);
    }
  50% {
    opacity: 0;
    -webkit-transform: scale(0) translate(500px, 500px);
            transform: scale(0) translate(500px, 500px);
    }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    }
}

@keyframes kananbawah2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(500px, 500px);
            transform: scale(0) translate(500px, 500px);
    }
  50% {
    opacity: 0;
    -webkit-transform: scale(0) translate(500px, 500px);
            transform: scale(0) translate(500px, 500px);
    }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    }
}

.full-img{
	align-items: center;
    justify-content: center;
    display: flex;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: white;
}
.title-wedding{
	font-family: 'Roboto';
	font-weight: bold;
	line-height: 2 !important;
    font-size: 24px;
    text-transform: capitalize;
}
.title-name{
	font-family: 'Norican';
	line-height: 1.1 !important;
}
.title-selection, .judul-theme{
	font-family: 'Fredoka One';
}
.tanggal{
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}
.tanggal2{
    font-size: 12px;
    font-weight: 600;
    line-height: 0;
}
.title-wedding, .title-name, .title-selection, .judul-theme, .tanggal, a:hover{
    color: #386A71;
}
.btn-testimoni, .plyr__controls, .btn-map, .btn-theme{
    font-weight: 700 !important;
    color: white !important;
	background: #8db8db !important;
	border: 1px solid #8db8db !important;
}
.timeline ul li:nth-child(odd):before,
.timeline ul li:nth-child(even):before {
    background: #386A71;
}
.right_content{
    background-color: rgb(56, 106, 113, 5%);
}
.timeline ul li:nth-child(odd) .right_content,
.timeline ul li:nth-child(even) .right_content {
    border-left-color: #386A71;
}
.timeline ul li:nth-child(odd) .right_content::after,
.timeline ul li:nth-child(even) .right_content::after{
    border-right-color: #386A71;
}
.title-tamu p{
    font-weight: 500;
    color: #386A71;
}
.title-tamu p.nama-tamu{
    font-weight: 800;
}
@media only screen and (max-width: 600px){
	.full-img{
        position: relative;
		background-size: cover;
        z-index: 2;
	}
	.trans{
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	.trans img{
		height: 90%;
		width: 90%;
	}
    .title-wedding, .title-name, .tanggal, .tanggal2{
        text-transform: capitalize;
    }
    .title-wedding, .tanggal{
        font-family: 'Hammersmith One';
    }
    .title-name{
        font-family: 'Seaweed Script';
    }
    .tanggal2{
        font-family: 'Quattrocento Sans';
    }
}
@media only screen and (min-width: 600px){
    .bingkai_1 img{
		width: 32vw;
	}
	.bingkai_2 img{
		width: 49vw;
	}
	.bingkai_3 img{
		width: 46vw;
	}
	.bingkai_4 img{
		width: 62vw;
	}
    .bingkai_5 img{
		width: 27vw;
        bottom: 7px;
        right: 14px;
	}
    .title-wedding{
        font-size: 28px;
    }
    .tanggal{
        margin-top: 35px;
        margin-bottom: 0;
    }
    .title-wedding, .tanggal{
        font-family: 'Hammersmith One';
    }
    .title-name{
        font-family: 'Seaweed Script';
    }
    .tanggal2{
        font-family: 'Quattrocento Sans';
        margin-top: 18px;
    }
}
@media only screen and (min-width: 992px){
    .bingkai_1 img{
		width: 17vw;
	}
	.bingkai_2 img{
		width: 25vw;
	}
	.bingkai_3 img{
		width: 26vw;
	}
	.bingkai_4 img{
		width: 35vw;
	}
    .bingkai_5 img{
		width: 15vw;
        bottom: 10px;
        right: 20px;
	}
}
