.foto-full {
    position: relative;
    width: 100%;
    padding-bottom: 56%;
    min-width: 100%;
    background-attachment: scroll;
    background-size: cover;
    background-position: bottom center;
}

.border-bawah {
    position: absolute;
    top: -3px;
    -webkit-transform: scaleY(-1);
    transform: scale(-1);
    z-index: 99;
    padding: 0;
    height: 15px;
}

.border-atas {
    position: absolute;
    bottom: -2px;
    z-index: 99;
    padding: 0;
    height: 15px;
}

.gallery {
    width: 100%;
    height: 300px;
    display: block;
    margin-bottom: 0;
    position: relative;
    z-index: 0;
}

.img,
.blog-img,
.user-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.ucapan {
    background-image: url(https://ld-wp73.template-help.com/wordpress/prod_15278/v2/wp-content/uploads/2017/10/home-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 65px 0;
}

.modal-bg{
    background-position: bottom center;
    position:absolute;width:100%;height:100%;background-position:center;background-size:cover;
    
}

.modal-bawah{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom:50px;
    width: 100%;
}

.btn-undangan{
    color: black;background:white;border:white; text-align: center;
                        font-size: 1.3em;font-weight:bold
}


.full-width-div {
    position: absolute;
    width: 100%;
    left: 0;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
    max-height: 600px;
    object-fit: cover;

}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.rotateme {
    animation-name: rotateme;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 40s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 40s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 40s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 40s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

@keyframes rotateme {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes rotateme {
    from {
        -moz-transform: rotate(0)
    }

    to {
        -moz-transform: rotate(360deg)
    }
}

@-o-keyframes rotateme {
    from {
        -o-transform: rotate(0)
    }

    to {
        -o-transform: rotate(360deg)
    }
}

.modal-dialog-full-width {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;

}

.modal-content-full-width {
    height: auto !important;
    min-height: 100% !important;
    border-radius: 0 !important;
    background-color: #ececec !important
}

.modal-header-full-width {
    border-bottom: 1px solid #9ea2a2 !important;
}

.modal-footer-full-width {
    border-top: 1px solid #9ea2a2 !important;
}

.video-container {
    position: relative;
    height: 22em;
    width: -webkit-fill-available;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vertical-scrollable> .row {
    position: absolute;
    top: 120px;
    bottom: 100px;
    left: 180px;
    width: 50%;
    overflow-y: scroll; 
  }

  .active-nav{
    background: #764a28;
  }

  .round-name{
    border-radius: 30px;
    width: 50px;
    height: 50px;
    color:white
  }
  .round-name:nth-child(2n+1) {
    background-color: #4b3094;
  }
  .round-name:nth-child(2n+2) {
    background-color: #b3b60c;
  }

  .no-margin
{
  margin: 0px !important;
}

.float {
    position: scroll;
    width: 50px;
    height: 50px;
    top: 20px;
    right: 20px;
    padding: 15px;
    background-color: #0C9;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    border: none;
}

.my-float {
    margin-top: 22px;
}

.ftco-section {
    padding: 7em 0;
    position: relative;
    z-index: 0;
}

.ftco-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .8;
    background: #000000;
    background: white;
    background: -moz-linear-gradient(-45deg, white 0%, rgba(246, 246, 246, 0.28) 72%, rgba(237, 237, 237, 0) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, white), color-stop(72%, rgba(246, 246, 246, 0.28)), color-stop(100%, rgba(237, 237, 237, 0)));
    background: -webkit-linear-gradient(-45deg, white 0%, rgba(246, 246, 246, 0.28) 72%, rgba(237, 237, 237, 0) 100%);
    background: -o-linear-gradient(-45deg, white 0%, rgba(246, 246, 246, 0.28) 72%, rgba(237, 237, 237, 0) 100%);
    background: -ms-linear-gradient(-45deg, white 0%, rgba(246, 246, 246, 0.28) 72%, rgba(237, 237, 237, 0) 100%);
    background: -webkit-linear-gradient(315deg, white 0%, rgba(246, 246, 246, 0.28) 72%, rgba(237, 237, 237, 0) 100%);
    background: -o-linear-gradient(315deg, white 0%, rgba(246, 246, 246, 0.28) 72%, rgba(237, 237, 237, 0) 100%);
    background: linear-gradient(135deg, white 0%, rgba(246, 246, 246, 0.28) 72%, rgba(237, 237, 237, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=1);
    z-index: -1;
}

@media (max-width: 767.98px) {
    .ftco-section {
        padding: 6em 0;
    }
}

.heading-section {
    position: relative;
    z-index: 0;
}

.heading-section .subheading {
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: 900;
    border: 1px dashed #ffffff;
    display: inline-block;
    padding: 0 10px;
}

.heading-section h2 {
    line-height: 1.2;
    font-size: 80px;
    font-weight: normal;
    font-family: "Rochester", cursive;
    color: #f9f9f9;
}

.heading-section h1 {
    line-height: 1.2;
    font-size: 80px;
    font-weight: normal;
    font-family: "Rochester", cursive;
    color: #d291bc;
}

@media (max-width: 991.98px) {
    .heading-section h2 {
        font-size: 50px;
    }
}

.heading-section.heading-section-white .subheading {
    color: rgba(255, 255, 255, 0.9) !important;
    border-color: #fff;
}

.heading-section.heading-section-white h2 {
    color: #fff;
}

.heading-section.heading-section-white p {
    color: rgba(255, 255, 255, 0.9);
}

/* .ftco-animate {
    opacity: 0;
    visibility: hidden;
} */

.ftco-love {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
}

.heading-section {
    position: relative;
    z-index: 0;
}

.heading-section .subheading {
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: 900;
    border: 1px dashed #ffffff;
    display: inline-block;
    padding: 0 10px;
}

.heading-section h2 {
    line-height: 1.2;
    font-size: 80px;
    font-weight: normal;
    font-family: "Rochester", cursive;
    color: #f9f9f9;
}

.heading-section h1 {
    line-height: 1.2;
    font-size: 80px;
    font-weight: normal;
    font-family: "Rochester", cursive;
    color: #d291bc;
}

@media (max-width: 991.98px) {
    .heading-section h2 {
        font-size: 50px;
    }
}

.heading-section.heading-section-white .subheading {
    color: rgba(255, 255, 255, 0.9) !important;
    border-color: #fff;
}

.heading-section.heading-section-white h2 {
    color: #fff;
}

.heading-section.heading-section-white p {
    color: rgba(255, 255, 255, 0.9);
}


.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline>li {
    margin-bottom: 20px;
    position: relative;
}

/* @media (min-width: 768px) {
    .timeline>li {
        margin-top: -50px;
    }
} */

.timeline>li:first-child {
    margin-top: 0;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li>.timeline-panel {
    width: 85%;
        float: right;
    position: relative;
    z-index: 0;
    background: rgb(78 78 78 / 60%);
    padding: 50px;
    -webkit-box-shadow: 0px 10px 32px -19px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px 10px 32px -19px rgba(0, 0, 0, 0.36);
    box-shadow: 0px 10px 32px -19px rgba(0, 0, 0, 0.36);
}
/* .timeline>li>.timeline-panel {
    width: 43%;
    position: relative;
    z-index: 0;
    background: rgb(78 78 78 / 60%);
    padding: 50px;
    -webkit-box-shadow: 0px 10px 32px -19px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px 10px 32px -19px rgba(0, 0, 0, 0.36);
    box-shadow: 0px 10px 32px -19px rgba(0, 0, 0, 0.36);
} */

.timeline>li>.timeline-panel:before {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    content: '';
    border: 1px dashed rgba(255, 255, 255, 0.5);
    z-index: -1;
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
}

.timeline>li>.timeline-panel:after {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    content: '';
    border: 1px dashed rgba(255, 255, 255, 0.5);
    z-index: -1;
    -webkit-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg);
}

/* @media (max-width: 767.98px) {
    .timeline>li>.timeline-panel {
        width: 85%;
        float: right;
    }
} */

.timeline>li>.timeline-badge {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
    
     width: 80px;
    height: 80px;
    margin-left: 0px;
    left: 0;

    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 0;
    
    z-index: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
/* .timeline>li>.timeline-badge {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
    width: 120px;
    height: 120px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -60px;
    z-index: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
} */

.timeline>li>.timeline-badge:after {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    content: '';
    border: 1px dashed rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

/* @media (max-width: 767.98px) {
    .timeline>li>.timeline-badge {
        width: 80px;
        height: 80px;
        margin-left: -15px;
        left: 0;
    }
} */

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
}

.timeline-title {
    margin-top: 0;
    font-size: 35px;
    color: #fff;
    margin-bottom: 10px;
    font-family: "Rochester", cursive;
}

.date {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
    color: #fff;
}

.timeline-body>p,
.timeline-body>ul {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.8);
}

.timeline-body>p+p {
    margin-top: 5px;
}

.timeline-panel {
    position: relative;
    z-index: 0;
}

.timeline-panel .icon {
    position: absolute;
    top: 20px;
    z-index: -1;
}

.timeline-panel .icon span {
    color: rgba(255, 255, 255, 0.3);
    font-size: 120px;
    line-height: 1;
}

.timeline-panel .icon.icon-left {
    left: 20px;
}

@media (max-width: 767.98px) {
    .timeline-panel .icon.icon-left {
        left: 0;
        right: 20px;
        text-align: right;
    }
}

.timeline-panel .icon.icon-right {
    right: 20px;
}

@media (max-width: 767.98px) {
    .timeline-panel .icon span {
        font-size: 80px;
    }
}



.blink {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}
