@import url('https://fonts.googleapis.com/css?family=Cormorant:500|Inter:300,500|Sofia:400|Bellefair:400|Poppins:400,300,700,500|Niconne:400|Belleza:400');


html {
	scroll-behavior: smooth;
}
.scroll {
	height: 400px;
	width: 100%;
	overflow-y: scroll;
}
.imusic {
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 40px;
	padding: 5px;
	border-radius: 50%;
	background-color: var(--warna);
}

.card-greeting {
	background-color: #fff;
	padding: 20px;
	border-radius: 20px;
	color: var(--warna);
	width: 100%;
	margin-bottom: 20px;
}

.circle {
	background-color: #ccc;
	border-radius: 100%;
	height: var(--avatar-size);
	text-align: center;
	width: var(--avatar-size);
}

.initials {
	font-size: calc(var(--avatar-size) / 2);
	/* 50% of parent */
	line-height: 1;
	position: relative;
	top: calc(var(--avatar-size) / 4);
	/* 25% of parent */
	color: white;
}
.wrap {
    margin: auto;
    width: 375px;
    /* background-color: var(--warna); */
    overflow: hidden; 
    border-right:  0.1px solid var(--warna);
    border-left:   0.1px solid  var(--warna);
}

@media screen and (max-width: 425px) {
    .wrap {
        width: 100%;
        border-right: none;
        border-left:  none;
    }
}

.bg-second {
    background-color: var(--warna)!important;
}

.py-80 {
    padding-bottom: 15px;
    padding-top: var(--py-80);
}

/* Modal */
.modal-open {
    overflow: hidden;
    background-color: #fff;
}

.modal {
    --bs-modal-margin: 0rem !important;
    --bs-modal-bg: transparent !important;
}

.modal-dialog {
    position: relative !important;
    max-width: 412px !important;
    pointer-events: none;
    height: 100%;
    margin: auto;
    padding: 0;
}

.overlay {
    height: 100%;
    background: var(--bg-overlay);
    background-size: cover;
}

.bg-color {
    height: 100%;
    background-color: #000000;
    opacity: 35%;
}

.modal-content {
    position: absolute !important;
    top: 0px;
    height: 100%;
    border: none !important;
}

.modal-container {
    position: relative;
    height: 100%;
}

.modal-content h4 {
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24.22px;
    text-align: center;
    color: var(--bg-secondary);
    margin-top: 45px;
}

.modal-body {
    position: relative;
    height: 85vh;
    text-align: center;
    padding: 0px !important;
}

.modal-text {
    position: absolute;
    bottom: 0%;
    width: 100%;
}

.modal-body h2 {
    font-family: 'Sofia';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 47.28px;
    color: var(--bg-secondary);
}

.modal-body h3 {
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24.22px;
    color: var(--bg-secondary);
}

.modal-body h1 {
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: var(--bg-secondary);
    margin-bottom: 35px;
}

.btn-modal {
    width: 234px;
    height: 45px;
    border: none;
    background-color: #fff;
    border-radius: 8px;
}

.btn-modal {
    text-align: center;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    left: 112px;
    top: 589px;
    color: var(--warna);;
}

/* Top Content */

.top-content {
    position: relative;
    background-image: var(--bg-top-content);
    background-size: cover;
    height: 669px;
    /* width: 375px; */
}

.bg-linear {
    background: rgba(0, 0, 0, 0.15);
    height: 100%;
}

.top-content .container {
    position: absolute;
    top: 0px;
    width: 375px;
    height: 669px;
    text-align: center;
}

.row {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}

.top-content h1 {
    position: absolute;
    width: 142px;
    height: 45px;
    left: 117px;
    top: 48px;

    font-family: 'Sofia';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 44px;
    color: #fff;
    border-radius: 30px;
}

.top-content h2 {
    position: absolute;
    top: 528px;
    font-family: 'Sofia';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 47px;
    color: var(--bg-secondary);
}

.style1 {
    position: relative;
    margin: auto;
    top: 458px;
    width: 70% !important;
}

.top-content h3 {
    position: relative;
    top: 578.73px;
    
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
}


/* End of Top Content */

/* Ayat */

.ayat {
    position: relative;
    /* height: 240px; */
    /* top: 35px; */
    margin-top: -40px;
    border-radius: 40px;
    background-color: var(--warna);
}

.ayat img {
    padding-top: 60px;
    display: block;
    margin: auto;
}


.ayat .kutipan p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 20px;

    color: #FFFFFF;
}

.ayat .kutipan h5 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    
    color: #FFFFFF;
}

/* End of Section Ayat */

/* Section Mempelai */

.mempelai {
    position: relative;
    /* top: -50px; */
    padding-bottom: 80px;
    background: var(--warna);
    border-radius: 30px;
}

.mempelai h1 {
    font-family: 'Sofia';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 44px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 50px;
}

.mempelai-pria {
    position: relative;
}

.mempelai .foto-pria {
    width: 130px;
    height: 170px;
    object-fit: cover;
    margin-left: 10px !important;
}

.mempelai .foto-flower {
    position: absolute;
    width: 120.82px;
    height: 137px;
    left: 80px;
    top: 80px;

}

.fotopria h3 {
    /* position: absolute; */
    /* transform-origin: 0 0; */
    transform: rotate(180deg);
    writing-mode: vertical-lr;
    /* right: 0rem; */
    /* bottom: 10px; */
}

.mempelai-wanita {
    position: relative;
}

.mempelai .fotowanita {
    --bs-gutter-x: -1.5rem;
}

.mempelai .foto-wanita {
    width: 130px;
    height: 170px;
    object-fit: cover;
}

.col-6 {
    position: relative;
}

.mempelai h3 {
    color: var(--warna);
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 43px;
}

.fotowanita h3 {
    /* position: absolute; */
    /* transform-origin: 0 0; */
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    /* left: 2.3rem; */
    margin-top: 160px;
}

.mempelai .nama {
    position: relative;
    padding-top: 15px;
}

.mempelai .nama h2 {
    font-family: var(--font-family-Belleza);
    font-style: normal;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
    line-height: 18px;
    color: #fff;
}

.mempelai .nama h4 {
    font-family: var(--font-family-Bellefair);
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
}

.mempelai .dan {
    font-family: var(--font-family-Sofia);
    font-style: normal;
    font-weight: 400;
    font-size: 1.85rem;
    line-height: 45px;
    color: #fff;
}

.mempelai .socialmedia {
    margin-top: 30px;
}

/* End of Section Mempelai */

.countdown .kutipan {
    width: 60%;
    margin: auto;
    color: var(--warna);
    text-align: center;
}

.kutipan h2 {
    font-family: var(--font-family-Sofia);
}

.kutipan h3 {
    font-family: 'Inter';
    margin-top: 10px;
    margin-bottom: -3px;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
}

.kutipan h4 {
    font-size: 0.75rem;
    
}

.countdown {
    position: relative;
    height: 320px;
    display: flex;
    align-items: center;
}

.countdown .flower1 {
    position: absolute;
    top: 60px;
    left: -50px;
}
.countdown .flower2 {
    position: absolute;
    right: -50px;
    bottom: 60px;
}

.kutipan .save-date {
    margin-top: 20px;
    background-color: var(--warna);
    border: none;
    width: 100%;
    border-radius: 8px;
    color: #fff;
    font-family: var(--font-family-Poppins);
    font-size: 14px;
    /* height: 42.17px; */
}

.akad {
    position: relative;
    border-radius: 30px;
    /* height: 700px; */
    background-color: var(--warna);
    margin-bottom: -27px;
    z-index: 10;
    padding: 40px;
}

.akad .akad-nikah {
    /* position: absolute; */
    text-align: center;
    left: 75px;
    right: 75px;
    top: 75px;
    color: #fff;
}

.akad .resepsi-nikah {
    /* position: absolute; */
    text-align: center;
    top: 350px;
    left: 75px;
    right: 75px;
    color: #fff;
}

.akad .ring-akad {
    width: 42px;
}

.akad h3 {
    font-family: var(--font-family-Sofia);
    font-size: 28;
    font-weight: 400;
    line-height: 44px;
}

.akad h6 {
    font-family: var(--font-family-Bellefair);
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

.akad .maps {
    width: 100%;
    border: none;
    color: var(--warna);
    border-radius: 8px;
    /* height: 45px; */
    margin-top: 10px;
    font-family: var(--font-family-Poppins);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    background-color: #fff;
}

.slider {
    position: relative;
}

.slider .slider1 {
    position: absolute;
    top: 600px;
    left: 160px;
    right: 120px;
    width: 57px;
    height: 15px;
}

.cashless {
    position: relative;
    height: 650px;
    /* top: 35px; */
    margin-top: -40px;
    border-radius: 40px;
    background-color: var(--warna);
}

.cashless h3 {
    padding-top: 65px;
    text-align: center;
    font-family: 'Sofia';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 44px;

    color: #FFFFFF;
}

.cashless .bca {
    position: absolute;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    width: 300px;
    height: 187px;
    border-radius: 10px;
    background-color: #fff;
    top: 145px;
    box-shadow: 0px 4px 4px rgba(78, 75, 75, 0.25);

}

.cashless .gopay {
    position: absolute;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    width: 300px;
    height: 187px;
    border-radius: 10px;
    background-color: #fff;
    top: 360px;
    box-shadow: 0px 4px 4px rgba(78, 75, 75, 0.25);
}

.bca .bca-logo {
    position: absolute;
    height: 38px;
    top: 20px;
    left: 20px;
}

.bca h6 {
    position: absolute;
    color: #000000;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    top: 110px;
    left: 22.5px;
}

.bca h7 {
    position: absolute;
    color: #000000;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    top: 130px;
    left: 22.5px;
}

.gopay .gopay-logo {
    position: absolute;
    height: 38px;
    top: 20px;
    left: 20px;
}

.gopay h6 {
    position: absolute;
    color: #000000;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    top: 110px;
    left: 25px;
}

.gopay h7 {
    position: absolute;
    color: #000000;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    top: 130px;
    left: 25px;
}

.bca .dot-black {
    position: absolute;
    left: 220px;
    bottom: 110px;
}

.bca .salin {
    position: relative;
    left: 70px;
    bottom: 12.5px;
    height: 28px;
    width: 84.35px;
    border: none;
    background-color: var(--warna);
    box-shadow: 0px 4px 4px rgba(78, 75, 75, 0.25);
    border-radius: 8px;
}

.gopay .dot-black {
    position: relative;
    left: 230px;
    top: 20px;
}

.gopay-salin {
    position: relative;
    left: 145px;
    top: 115px;
    height: 28px;
    width: 84.35px;
    border: none;
    background-color: var(--warna);
    box-shadow: 0px 4px 4px rgba(78, 75, 75, 0.25);
    border-radius: 8px;
}

.preewed .ucapan-doa {
    width: 80%;
    margin: auto;
    color: var(--warna);
    text-align: left;
}

.preewed h2 {
    font-family: var(--font-family-Sofia);
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 44px;
    text-align: center;
    margin-bottom: 16px;
}

.ucapan h3 {
    font-family: var(--font-family-Sofia);
    margin-top: 45px;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 44px;
    text-align: center;
    }

.preewed {
    position: relative;
    /* margin-top: -120px; */
    /* height: 1200px; */
    display: flex;
    align-items: center;
    margin-bottom: 150px;
}

.preewed .flower1 {
    position: absolute;
    top: 380px;
    left: -50px;
    z-index: -1;
    
}
.preewed .flower2 {
    position: absolute;
    right: -50px;
    bottom: 380px;
}

.send-ucapan {
    margin-top: 20px;
    background-color: var(--warna);
    border: none;
    width: 100%;
    border-radius: 8px;
    color: #fff;
    font-family: var(--font-family-Poppins);
    font-size: 14px;
    height: 42.17px;
}

.kehadiran label {
    text-align: left;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    margin-top: 110px;
}

.ucapan label{
    text-align: left;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    margin-top: 20px;
}

.ucapan input {
    margin-top: 10px;
}

.ucapan textarea {
    margin-top: 10px;
}

/* .form-control:valid {
    background-color:  #9C7756!important;
} */

.form-control::placeholder {
    color: red;
}

.input-ucapan {
    text-align: left;
    height: 169px;
    background-color: var(--warna);
    color: #fff;
    padding: 10px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border-radius: 10px;
}


.komentar {
    position: relative;
    height: 600px;
    /* top: 35px; */
    margin-top: -120px;
    border-radius: 40px;
    background-color: var(--warna);
}

.komentar h3 {
    padding-top: 50px;
    text-align: center;
    color: #fff;
    font-family: var(--font-family-Sofia);
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 44px;
    
}

.komentar .line {
    margin-left: 40px;
    width: 80%;
    margin-top: 10px;
}

.komentar .ucapan1 {
    position: absolute;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    width: 300px;
    height: 80px;
    border-radius: 10px;
    background-color: #fff;
    top: 150px;
    box-shadow: 0px 4px 4px rgba(78, 75, 75, 0.25);

}

.komentar .ucapan2 {
    position: absolute;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    width: 300px;
    height: 80px;
    border-radius: 10px;
    background-color: #fff;
    top: 250px;
    box-shadow: 0px 4px 4px rgba(78, 75, 75, 0.25);
}

.komentar .ucapan3 {
    position: absolute;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    width: 300px;
    height: 80px;
    border-radius: 10px;
    background-color: #fff;
    top: 350px;
    box-shadow: 0px 4px 4px rgba(78, 75, 75, 0.25);
}

.ucapan1 img {
    position: absolute;
    align-items: center;
    left: 20px;
    top: 22.5px;
}

.ucapan1 h6 {
    position: absolute;
    color: var(--warna);
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    left: 70px;
    top: 18px;
}

.ucapan1 h7 {
    position: absolute;
    color: var(--warna);
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    top: 45px;
    left: 70px;
}
.ucapan2 img {
    position: absolute;
    align-items: center;
    left: 20px;
    top: 22.5px;
}

.ucapan2 h6 {
    position: absolute;
    color: var(--warna);
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    left: 70px;
    top: 18px;
}

.ucapan2 h7 {
    position: absolute;
    color: var(--warna);
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    top: 45px;
    left: 70px;
}

.ucapan3 img {
    position: absolute;
    align-items: center;
    left: 20px;
    top: 22.5px;
}

.ucapan3 h6 {
    position: absolute;
    color: var(--warna);
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    left: 70px;
    top: 18px;
}

.ucapan3 h7 {
    position: absolute;
    color: var(--warna);
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    top: 45px;
    left: 70px;
}

.thank-you {
    position: relative;
    margin-top: -70px;
    height: 300px;
    display: flex;
    align-items: center;
}

.thank-you .konten {
    width: 80%;
    margin: auto;
    color: var(--warna);
    text-align: center;
}

.thank-you .konten h5 {
    font-family: 'Sofia';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 47px;
}

.thank-you .konten h4 {
    font-family: 'Bellefair';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 34px;
    
    color: #231F20;
}

.thank-you .flower1 {
    position: absolute;
    top: 25px;
    left: -50px;
}
.thank-you .flower2 {
    position: absolute;
    right: -50px;
    bottom: 20px;
}

.made-with {
    position: relative;
    margin-top: -70px;
    height: 172px;
    display: flex;
    align-items: center;
    background-color: var(--warna);
    border-radius: 40px 40px 0px 0px;
}

.made-with .konten {
    width: 60%;
    margin: auto;
    color: #fff;
}

.made-with h4 {
    margin-bottom: 60px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.made-with .kartunikah {
    position: absolute;
    bottom: 60px;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
}

.made-with .instagram {
    position: absolute;
    bottom: 20px;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;

}
.cash-title{
	color: #2f2d2d;
	font-size: 12px;
	font-style: var(--font-second);
	font-weight: 700;
}
.cash-text{
	color: #2f2d2d;
	font-size: 14px;
	font-style: var(--font-second);
}
.carousel {
    position: relative;
  }
  
  .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  
  .carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    display: block;
  }
  
  .carousel-item-next,
  .carousel-item-prev {
    position: absolute;
    top: 0;
  }
  
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next,
    .active.carousel-item-right {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  }
  
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-prev,
    .active.carousel-item-left {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  }
  
  .carousel-control-prev,
  .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
  }
  
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
  }
  
  .carousel-control-prev {
    left: 0;
  }
  
  .carousel-control-next {
    right: 0;
  }
  
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
  }
  
  .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
  }
  
  .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
  }
  
  .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
  }
  
  .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  
  .carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
  }
  
  .carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
  }
  
  .carousel-indicators .active {
    background-color: #fff;
  }
  
  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
  }