@import url('https://fonts.googleapis.com/css2?family=Beau+Rivage&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap');


*,
*::before,
*::after {
  margin:0; padding:0;
  box-sizing: border-box;
  text-decoration: none;
  outline: none; border:none;
  box-sizing: border-box;
  /* border: 1px solid red; */
}

/* cover start */
.cover {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(20px);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease;
    z-index: 99;
  }
  
  .cover .cover-container {
    width: 100vw;
    height: 100vh;
    background: #fff;
    border-radius: 10px;
    box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.2);
    transition: 0.5s ease 0.3s;
  }
  
  .cover .cover-container .cover-content {
    background-image: url(img/background/background1.svg);
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px;
    height: 100vh;
  }
  
  .cover .cover-container .cover-content .group {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cover .cover-container .cover-content .group .box {
    /* background-image: url(../../img/theme/cover.png); */
    /* background-position: center;
    background-size: cover; */
    background: rgba(255, 255, 255, 0.81);
    /* border: 6px solid rgba(255, 255, 255, 0.18); */
    box-shadow: 0px 8px 32px rgba(168, 93, 247, 0.25);
    backdrop-filter: blur(2px);
    width: 400px;
    height: 500px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #613838;
    border-radius: 20px;
    z-index: 2;
    position: absolute;
    top: 0;
  }
  .cover .cover-container .cover-content .group .box-variasi {
    background-color: red;
    width: 400px;
    height: 500px;
    position: absolute;
    top: 0;
    border-radius: 20px;
    z-index: 1;
    transform: rotate(-10deg);
    box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.25);
  }
  .cover-content .group .box p {
    color: #613838;
    font-family: "Fjalla One", sans-serif;
    font-size: 18px;
    text-align: center;
  }
  .cover-content .group .box .nama-tamu .namapenerima{
    color: #613838;
    font-family: "Fjalla One", sans-serif;
    font-size: 25px;
    text-align: center;
  }
  .cover-content .group .box .nama {
    font-family: 'Beau Rivage';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    /* identical to box height */

    text-align: center;

    color: #613838;

  }
  .cover-content .group .box .nama-tamu {
    /* border: 2px solid #613838; */
    padding: 10px;
    max-width: 400px;
  }
  
  .hide {
    opacity: 0;
    visibility: hidden;
  }
  
  .cover .cover-container.hide {
    transform: scale(0);
    transform: translateX(-10%);
  }

  .btn_gift {
    background: #544553;
    /* border: 1px solid #ffffff; */
    box-sizing: border-box;
    box-shadow: inset 9px 9px 7px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 10px 50px;
    text-decoration: none;
    color: #fff;
    font-family: "Fjalla One", sans-serif;
    transition: 0.5s all;
    margin: 20px;
    z-index: 3;
  }
  .btn_gift:hover {
    cursor: pointer;
    box-shadow: inset -9px -9px 7px rgba(0, 0, 0, 0.25);
  }
  /* cover end */



  /* start and stop lagu mulai */
  #button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 1;
    visibility: visible;
    z-index: 90;
    box-shadow: 6px 5px 3px #d77f77;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    color: #fff;
    border-radius: 20px;
    transition: 1s all;
    padding: 10px;
    margin-bottom: 30px;
    }
    #button img{
    width: 100%;
    }
    #button .text {
    transition: 1s all;
    margin-right: 20px;
    display: none;
    }

    #button:hover .text {
    display: block;
    }
    #button:hover {
    cursor: pointer;
    background-color: #d77f77;
    color: #fff;
    }
    #button:active {
    background-color: #d77f77;
    }
    #button.show {
    opacity: 1;
    visibility: visible;
    }
    #button2 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 100px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 1;
    visibility: visible;
    z-index: 90;
    box-shadow: 6px 5px 3px #d77f77;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    color: #fff;
    border-radius: 20px;
    transition: 1s all;
    padding: 10px;
    margin-bottom: 20px;
    }
    #button2 img{
    width: 100%;
    }
    #button2 .text {
    transition: 1s all;
    margin-right: 20px;
    display: none;
    }

    #button2:hover .text {
    display: block;
    }
    #button2:hover {
    cursor: pointer;
    background-color: #d77f77;
    color: #fff;
    }
    #button2:active {
    background-color: #d77f77;
    }
    #button2.show {
    opacity: 1;
    visibility: visible;
    }

    @media screen and (max-width: 576px){
        #button, #button2{
            width: 35px;
            height: 35px;
        }
        #button2{
            margin-bottom: 20px;
        }
    }
  /* start and stop lagu akhir */



  
.nav {
    z-index: 10;
    position: fixed;
    bottom: 0;
    width: 80%;
    height: 50px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    background-color: pink;
    display: flex;
    margin-left: 10%;
    overflow-x: auto;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.nav__link {
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    min-width: 25px;
    overflow: hidden;
    white-space: nowrap;
    font-family: sans-serif;
    font-size: 13px;
    color: #444444;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.1s ease-in-out;
}
.nav__link i{
    font-size: 15px;
}

.nav__link:hover {
    background-color: #eeeeee;
}

.nav__link--active {
    color: #009578;
    background-color: #eeeeee;
}

.nav__icon {
    font-size: 18px;
}





.halaman1{
    width: 100%;
    height: 100vh;
    background-image: url(img/background/background1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.halaman1 .container{
    width: 90%;
   
}
.halaman1  .container .judul{
    display: flex;
    justify-content: center;
}
.halaman1 .container .judul h3{
    font-family: 'Beau Rivage', cursive;
    text-align: center;
    color: white;
    font-size: 50px;
    letter-spacing: 3px;
}
.halaman1 .container .siapa{
    display: flex;
    justify-content: center;
}
.halaman1 .container .siapa h1{
    font-family: 'Beau Rivage', cursive;
font-style: normal;
font-weight: 400;
font-size: 100px;
/* identical to box height */

text-align: center;

color: #FEA1BB;

text-shadow: 8px 2px 8px rgba(0, 0, 0, 0.49);
}

.halaman1 .container .tanggal{
    text-align: center;
    /* font-family: 'Beau Rivage', cursive; */
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    /* identical to box height */
    
    text-align: center;
    
    color: #FEA1BB;
    
    text-shadow: 8px 2px 8px rgba(0, 0, 0, 0.49);
}
.halaman1 .container .penerima{
    margin-top: 10%;
}
.halaman1 .container .penerima h5{
    text-align: center;
    font-size: 20px;
    color: white;
}
.halaman1 .container .penerima p{
    text-align: center;
    font-size: 20px;
    color: white;
}
@media screen and (max-width: 576px){
    .halaman1 .container .judul h3{
        font-size: 30px;
    }
    .halaman1 .container .siapa h1{
        font-size: 55px;
        font-weight: 500;
    }
    .halaman1 .container .tanggal h3{
        font-size: 25px;
    }
}
@media screen and (max-width: 768px){}
@media screen and (max-width: 992px){}



.halaman23{
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    /* background-image: url(img/background/background23.svg); */
    background-color: #FADCDA;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.halaman2{
    width: 100%;
    padding-top: 30px;
    height: auto;
    padding-bottom: 30px;
    overflow: hidden;
}
.halaman23 .halaman2 .pembuka2{
    text-align: center;
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Poppins', sans-serif;
}
.halaman23 .halaman2 .pembuka2 .salam p{
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bolder;
}
.halaman23 .halaman2 .container .row{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 30px;
    font-family: 'Poppins', sans-serif;
}
.halaman23 .halaman2 .container .row .card2 h2{
    font-family: 'Beau Rivage';
font-style: normal;
font-weight: 400;
font-size: 50px;
line-height: 94px;
}
.halaman23 .halaman2 .container .row .card2 img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
}
.halaman23 .halaman3{
    width: 100%;
    overflow: hidden;
}
.halaman23 .halaman3 .img-fluid{
    width: 50%;
    height: 70px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -3%;
    margin-bottom: 2%;
}
.halaman23 .halaman3 .judul-hal3{
    text-align: center;
    font-family: 'Beau Rivage', cursive;
    font-style: normal;
font-weight: 400;
font-size: 80px;
line-height: 161px;
/* identical to box height */

text-transform: capitalize;
}

@media screen and (max-width: 550px){
    .halaman23 .halaman2 .container .row .card2 h2{
        font-size: 35px;
        }
}

@media screen and (max-width: 768px){
    .halaman23 .halaman2 .container .row .card2 h2{
        font-size: 50px;
    }
}





.halaman23 .halaman3 .container .row{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 3fr));
    grid-gap: 30px;
    text-align: center;
}
.halaman23 .halaman3 .container .row .card3{
    padding-top: 10%;
    padding-bottom: 10%;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0px 8px 32px rgba(168, 93, 247, 0.25);
    backdrop-filter: blur(4px);
/* Note: backdrop-filter has minimal browser support */
}
.halaman23 .halaman3 .container .row .card3 h5{
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.halaman23 .halaman3 .container .row .card3 p{
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.halaman23 .halaman3 .container .row .card3 .button-card3{
    list-style: none;
    text-decoration: none;
    background: #544553;
    width: 30%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    cursor: pointer;
}
.halaman23 .halaman3 .container .row .card3 .button-card3 {
    color: white;
    text-decoration: none;
}
.halaman23 .halaman3 .container .row .card3 .button-card3:hover{
    background: radial-gradient(136.32% 136.32% at 50% 50%, #830056 0%, #FF00D6 100%);
}
@media screen and (max-width: 550px){
    .halaman23 .halaman3 .judul-hal3{
        font-size: 50px;
    }
    .halaman23 .halaman3 .container .row .card3{
        width: 80%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

}





.halaman4{
    height: auto;
    width: 100%;
    padding-bottom: 30px;
}
.halaman4 .text-center{
    text-align: center;
    font-family: 'Beau Rivage', cursive;
    font-style: normal;
font-weight: 400;
font-size: 80px;
line-height: 161px;
/* identical to box height */

text-transform: capitalize;
}
.halaman4 .container{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
.halaman4 .container .row4{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 20px;
    align-items: stretch;
    text-align: center;
    margin-left: 4%;
}
.halaman4 .container .row4 .card4{
    border-radius: 15px;
    padding-top: 10px;
    
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0px 8px 32px rgba(168, 93, 247, 0.25);
    backdrop-filter: blur(4px);
    /* Note: backdrop-filter has minimal browser support */
    
}
.halaman4 .container .button-card4{
    display: block;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}
.halaman4 .container .button-card4{
    background: #544553;
    width: 40%;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    text-decoration: none;
    color: #fff;
}
.halaman4 .container .button-card4:hover{
    background: radial-gradient(136.32% 136.32% at 50% 50%, #830056 0%, #FF00D6 100%);
}
.halaman4 .container .button4 .content-button4 h3{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
}
@media screen and (max-width: 550px){
    .halaman4 .text-center{
        font-size: 50px;
    }
    .halaman4 .container .row4 .card4{
        width: 60%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .halaman4 .container .button-card4{
        width: 70%;
    }
}





.halaman5{
    height: auto;
    padding-top: 20px;
    padding-bottom: 30px;
}
.halaman5 .text-center{
    font-family: 'Beau Rivage', cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 161px;
/* identical to box height */


    color: #544553;
}
.halaman5 .container{
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.halaman5 .container .row5{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 10px;
    align-items: stretch;
    text-align: center;
}
.halaman5 .container .row5 .card5 img{
    width: 70%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    transition: 0.3s;
    cursor: pointer;
}
.halaman5 .container .row5 .card5 img:hover{
    transform: scale(1.1);
}
@media screen and (max-width: 550px){
    .halaman5 .text-center{
        font-size: 50px;
    }
}









.halaman6 {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.halaman6 .container .card6{
    text-align: center;
    margin-bottom: 10%;
}
.halaman6 .container .card6 .embed iframe{
    width: 100%;
    height: 400px;
    border-radius: 15px;
}
.halaman6 .container .card6 h1{
    font-family: 'Beau Rivage', cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
/* identical to box height */


    color: #544553;
}
@media screen and (max-width: 550px){
    .halaman6 .container .card6 h1{
        font-size: 50px;
    }
}









/* story */
.story {
    background-image: url(../../img/theme/bg-detail-theme1.png);
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 50px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
  }
  .story .heading3{
    font-family: 'Beau Rivage', cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 161px;
/* identical to box height */
    color: white;
    margin-bottom: -5%;
  }
  
  .story .box {
    border-radius: 20px;
    display: flex;
    width: 60%;
    height: 50%;
    background: rgba(255, 255, 255, 0.29);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0px 36px 60px rgba(168, 93, 247, 0.25);
    backdrop-filter: blur(4px);
    transition: 1s all;
    animation: up 1s forwards ease-in-out;
    overflow: hidden;
    margin: 50px 0px 20px 0px;
    
  }
  
  @keyframes up {
    0% {
      opacity: 0.5;
      transform: translateX(10px);
    }
    100% {
      opacity: 1;
      transform: translateX(0px);
    }
  }
  .story .box img {
    width: 50%;
    height: 100%;
  }
  .story .box .text {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    overflow-y: auto;
    color: white;
  }
  .story .box .text .heading4{
    font-family: 'Beau Rivage', cursive;
    font-size: 45px;
    text-align: center;
  }
  .story .box .text .heading4 p{
      font-size: 15px;
  }
  .story .box.hidden {
    display: none;
  }
  .story .list .heading6.active {
    background: radial-gradient(136.32% 136.32% at 50% 50%, #830056 0%, #FF00D6 100%);
    color: white;
    font-weight: bold;
  }
  
  .story .list {
    width: 100%;
    display: flex;
    justify-content: center;
    color: white;
  }
  .story .list .heading6 {
    margin-right: 10px;
    background-color: #544553;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    border-radius: 3px;
  }
  .story .list .heading6:hover {
    cursor: pointer;
  }
  @media screen and (max-width: 550px){
    .story .box {
        width: 90%;
        height: 80%;
    }
    .story .heading3{
        font-size: 50px;
    }
    .story .box .text .heading4{
        font-size: 25px;
    }
    .story .box img {
        width: 90%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .story .box .text{
        width: 100%;
        text-align: center;
    }
    .story .list .heading6{
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

}







/* halaman 8 start */
.halaman8{
    height: auto;
    margin-top: -1%;
    overflow: hidden;
}
.halaman8 .container .box-ayat{
    width: 80%;
    color: white;
    --corner-radius: 0.75em;
  --border-width: 2px;
  --border-color: rgba(255,255,255,0.4);
  --border-padding: 0.25em;
}
.halaman8 .container .box-ayat .p-2{
    /* customize to your heart's content */
  --corner-radius: 0.75em;
  --border-width: 2px;
  --border-color: rgba(255,255,255,0.4);
  --border-padding: 0.25em;

  background: #544553;
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(7.4px);
-webkit-backdrop-filter: blur(7.4px);
border: 1px solid rgba(8, 84, 84, 0.02);
} 
.halaman8 .container .box-ayat .p-2{
    --cr: var(--corner-radius);
  --bp: var(--border-padding);
  --bw: var(--border-width);
  --bc: var(--border-color);
  --co: calc(var(--cr) + var(--bw));
  --bo: calc(var(--cr) * 2);
  --gr: #0000 calc(98% - var(--bw)),#000 calc(100% - var(--bw)) 98%,#0000;
  --mask-inside: 
    radial-gradient(farthest-side at 0    0   ,var(--gr)) 0    0   /var(--co) var(--co) no-repeat,
    radial-gradient(farthest-side at 100% 0   ,var(--gr)) 100% 0   /var(--co) var(--co) no-repeat,
    radial-gradient(farthest-side at 0    100%,var(--gr)) 0    100%/var(--co) var(--co) no-repeat,
    radial-gradient(farthest-side at 100% 100%,var(--gr)) 100% 100%/var(--co) var(--co) no-repeat,
    linear-gradient(90deg,#000 var(--bw),#0000 0 calc(100% - var(--bw)),#000 0) 50%/100% calc(100% - var(--bo)) no-repeat,
    linear-gradient(      #000 var(--bw),#0000 0 calc(100% - var(--bw)),#000 0) 50%/calc(100% - var(--bo)) 100% no-repeat;
  --mask-outside:
    radial-gradient(var(--cr) at 0    0   ,#0000 98%,#000) 0    0   /51% 51%  no-repeat,
    radial-gradient(var(--cr) at 100% 0   ,#0000 98%,#000) 100% 0   /51% 51%  no-repeat,
    radial-gradient(var(--cr) at 100% 100%,#0000 98%,#000) 100% 100%/51% 51%  no-repeat,
    radial-gradient(var(--cr) at 0    100%,#0000 98%,#000) 0    100%/51% 51%  no-repeat;	

  position: relative;
  -webkit-mask: var(--mask-outside);
          mask: var(--mask-outside);
}
.halaman8 .container .box-ayat .p-2::before{
    content: "";
	position: absolute;
	pointer-events: none;
	inset: var(--bp);
	background: var(--bc);
	-webkit-mask: var(--mask-inside);
	        mask: var(--mask-inside);
}
.halaman8 .modal8{
    margin-top: 5%;
    display: flex;
    justify-content: center;
}
.halaman8 .modal8 .close{
    width: 40%;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #544553;
    color: white;
    border-radius: 10px;
}
.halaman8 .modal8 .close:hover{
    background: radial-gradient(136.32% 136.32% at 50% 50%, #830056 0%, #FF00D6 100%);
}
@media screen and (max-width: 550px){
    .halaman7 .container .p-2{
        color: #BE3058;
    }
    
}
@media screen and (max-width: 375px){
    .halaman8 .container .box-ayat .p-2{
        width: 100%;
    }
    .halaman8 .container .box-ayat{
        width: 90%;
    }
    .halaman8 .container .box-ayat .p-2 p{
        font-size: 15px;
    }
}
/* halaman 8 end */


.halaman9{
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
}
.halaman9 .text-center{
    font-family: 'Beau Rivage', cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
/* identical to box height */


    color: #544553;
}
.halaman9 .container {
    width: 70%;
    background: rgba(255, 255, 255, 0.29);
border: 1px solid rgba(255, 255, 255, 0.18);
box-shadow: 0px 8px 32px rgba(168, 93, 247, 0.25);
backdrop-filter: blur(4px);
/* Note: backdrop-filter has minimal browser support */
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 20px;
}
.halaman9 .container .col .form-label{
    font-size: 20px;
    font-weight: normal;
    color: black;
}
.halaman9 .container .mb-3 .form-label{
    font-size: 20px;
    font-weight: normal;
    color: black;
}
.custom-btn {
    width: 130px;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
     box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
    display: block;
  margin-left: auto;
  margin-right: auto;
  }
.btn-1 {
    background-color: #544553;
    border: none;
  }
  .btn-1:hover {
    background: radial-gradient(136.32% 136.32% at 50% 50%, #830056 0%, #FF00D6 100%);
  /* background: linear-gradient(0deg, rgb(106, 106, 112) 0%, rgb(98, 101, 104) 100%); */
  }
  @media screen and (max-width: 550px){
    .halaman9 .text-center{
        font-size: 50px;
    }
  }

.halaman10{
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}
.halaman10 .container{
    width: 90%;
    background: rgba(255, 255, 255, 0.29);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0px 8px 32px rgba(168, 93, 247, 0.25);
    backdrop-filter: blur(4px);
/* Note: backdrop-filter has minimal browser support */
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 20px;
}
.halaman10 .container .card10{
    margin-left: 6%;
    display: flex;
    font-family: 'Poppins', sans-serif;
}
.halaman10 .container .card10 .user10{
    margin-right: 7%;
}
.halaman10 .container .card10 .content10 h2{
    font-size: 20px;
    font-weight: bolder;
}
.halaman10 .container .card10 .content10 p{
    font-size: 15px;
}
@media screen and (max-width: 550px){
    .halaman10 .container .card10 .user10 img{
        width: 60px;
    }
}



.halaman11{
    height: auto;
    padding-top: 30px;
    padding-bottom: 50px;
}
.halaman11 .text-center{
    font-family: 'Beau Rivage', cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
/* identical to box height */


    color: #544553;
}
.halaman11 .container {
    font-family: 'Poppins', sans-serif;
    text-align: center;
}
.halaman11 .footer img{
    width: 200px;
    height: 100px;
}
.halaman11 .footer {
    text-align: center;
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
}
@media screen and (max-width: 550px){
    .halaman11 .text-center{
        font-size: 50px;
    }
    .halaman11 .container h5{
        font-size: 20px;
    }
}

section{
    background-image: url(img/background/Desktop22-min.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}



