@import url('https://fonts.googleapis.com/css2?family=Literata:ital,opsz,wght@0,7..72,200;0,7..72,300;0,7..72,400;0,7..72,500;0,7..72,600;0,7..72,700;0,7..72,800;0,7..72,900;1,7..72,200&family=Tenor+Sans&family=ZCOOL+XiaoWei&display=swap');
/* font-family: 'Literata', serif;
font-family: 'Tenor Sans', sans-serif; 
font-family: 'ZCOOL XiaoWei', serif;
*/
@font-face {
    font-family: "Poppins";
    src: url(../Font/Poppins/Poppins-Regular.ttf) format('truetype');
}

* {
    font-family: 'ZCOOL XiaoWei', serif;
}

:root {
    --prime_color: #9A8174; 
    --text_color: #faf0e6;
  }
  

.judul {
    font-family: 'Literata';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 71px;
    letter-spacing: 0.005em;
    text-transform: capitalize;
}

.text_information {
    max-width: 410px;
    font-family: 'Tenor Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
}

.subJudul{
    font-family: 'Literata';
    font-style: italic;
    font-weight: 600;
    font-size: 40px;
    line-height: 59px;
    text-transform: capitalize;
}

.text_feature_small {
    max-width: 500px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.text_pricelist_judul {
    font-weight: 500;
    font-size: 26px;
    line-height: 36px;
}

.text_pricelist_isi {
    padding-bottom: 7px;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.whatsapp_button img {
    width: 60px;
    cursor: pointer;
}

.whatsapp_button {
    position: fixed;
    bottom: 30px;
    right: 30px;
}

.btn-order {
    background-color: #3B3B3B;
    border: none;
    color: #fff;
    padding: 5px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 25px;
    height: 40px;
    width: auto;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.btn-price-order {
    width: 206px;
    height: 48px;
    background: linear-gradient(270deg, #C89E85 0%, #9A8174 50%);
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
    border: none;
    padding: 5px 24px;
    display: inline-block;
    border-radius: 25px;

    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    text-decoration: none;

}



.homepage-bg {
    min-height: 770px;
    background-image: url(../Image/background/bg-7.png);
    background-position: center;
    background-size: cover;
    color: #fff;
}

.banner_class {
    position: relative;
    top: 80px;
}

.banner_text {
    position: relative;
    left: 50px;
}

.navbar-custom {
    background-color: rgba(0, 0, 0, 0);
    color: #262526;
}

.navbar-custom a {
    font-size: 18px;
    color: #262526;
}

.navbar-custom-scroll {
    background-color: #9a8174a1;
}

.box-card {
    background: rgba(154, 129, 116, 0.85);
    width: 330px !important;
    height: 331px !important;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    text-transform: capitalize;
    border-radius: 30px;

}

/* Why */
.what_you_get {
    min-height: 650px;
    padding: 60px 20px;
}


/* Features */
.features {
    min-height: 100vh;
    background-color: var(--prime_color);
    color: #fff;
    padding: 90px 20px 50px 20px;

}
.features h2{
    padding: 0px 20px;

}

.features_img {
    position: relative;
    width: 425px;

}
.features_container{
    padding: 20px 20px;
}

.features_container_main{
    padding: 10px 0px;
}

/* Pricelist */
.pricelist {
    background-image: url(../Image/background/bg-6.png);
    min-height: 100vh;
    background-position: center;
    background-size: cover;
    padding: 50px 20px;
}

.box-price {
    min-height: 962px;
    width: 351px !important;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
}

.box-price h5 {
    padding-bottom: 7px;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.box-domain {
    max-width: 232px !important;
    height: 34px;


    background: #C89E85;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 25px;
}

hr.rounded {
    border-top: 8px solid #3B3B3B !important;
    border-radius: 5px;
}

/* Gallery */
.gallery {
    min-height: 780px;

}

.card img {
    border-radius: 20px !important;
}

.card {
    border-radius: 20px !important;

}

/* Tema_undangan */
.tema_col {
    width: 387px;
    height: 517px;
    background: #F9F9F9;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 30px;
    padding: 40px 20px;
    margin: 20px;
}

.tema_col h4 {
    font-size: 28px;
}

.tema_col img{
    width: 160px;
    margin: 10px;
}

.btn-live {
    width: 250px;
    height: 38px;
    background: linear-gradient(270deg, #C89E85 0%, #9A8174 50%);
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
    border: none;
    padding: 5px 24px;
    display: inline-block;
    border-radius: 25px;
    margin: 10px;

    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    text-decoration: none;

}

.tema_sec p {
    font-size:20px;
}

/* Privacy Police */
.privacy-police {
    padding: 100px 0px;
}


/* FAQ */
.faq_sec {
    padding: 20px 100px;
}
/* footer */

.container_footer {
    max-width: 1170px;
    margin: auto;
}

.row-footer {
    display: flex;
    flex-wrap: wrap;
}

ul {
    list-style: none;
    padding-left: 0 !important;
}

.footer {
    background-color: #9A8174;
    padding: 70px 0;
}

.footer-col {
    width: 25%;
    padding: 0 15px;
}

.footer-col h4 {
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
}

.footer-col h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #3b3b3b;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}

.footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-col ul li a {
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    display: block;
    transition: all 0.3s ease;
}

.footer-col ul li a:hover {
    color: #ffffff;
    padding-left: 8px;
}

.footer-col .social-links a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
}

.footer-col .social-links a:hover {
    color: #24262b;
    background-color: #ffffff;
}

.footer-last {
    background-color: #9A8174;
    color: #fff;
    height: 30px;
}

/*responsive*/
@media(max-width: 1200px) {
    .judul {
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 72px;
        /* identical to box height */
        letter-spacing: 0.005em;
    }

    .text_information {
        max-width: 400px;
        ;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
    }

    .banner_class img {
        width: 470px !important;
    }
}

@media(max-width: 990px) {
    .banner_class img {
        width: 370px !important;
    }

    .banner_class {
        top: 60px;
    }

    .judul {
        font-style: normal;
        font-weight: 700;
        font-size: 35px;
        line-height: 72px;
        /* identical to box height */
        letter-spacing: 0.005em;
    }

    .text_information {
        margin-right: auto;
        margin-left: auto;
        font-size: 16px;
        max-width: 650px !important;
    }

    .banner_text {
        align-self: center;
        text-align: center;
        left: 0px;
    }

    .banner_class {
        flex-direction: column-reverse;

    }

    .homepage-bg {
        height: 750px !important;

    }

    .features_img {
        padding-top: 0px !important;
    }



}

@media(max-width: 767px) {
    .footer-col {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media(max-width: 574px) {
    .features_img {
        width: 350px !important;
    }

    .features h5 {
        font-size: 14px;
    }

    .footer-col {
        width: 100%;
    }

    .pricelist_bronze {
        width: 320px !important;
        min-height: 800px;
    }

    .text_pricelist_isi {
        padding-bottom: 0px;
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
    }
}

@media(max-width: 450px) {
    .banner_class img {
        width: 320px !important;
    }

    .judul {
        font-style: normal;
        font-weight: 700;
        font-size: 28px;
        line-height: 72px;
        /* identical to box height */
        letter-spacing: 0.005em;
    }
}

@media(max-width: 375px) {
    .banner_class img {
        width: 280px !important;
    }

    .features_img {
        width: 280px !important;
    }
}