body {
	transition: ce;
    font-family: Montserrat;
}

.home {
    width: 75%;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* .page-section { */
    /* height: 480px; */
    /* width: 100%; */
    /* margin-top: 5%; */
    /* padding: 3em; */
    /* background: linear-gradient(45deg, #43cea2 10%, #185a9d 90%); */
    /* color: white; */
    /* box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.5); */
/* } */

.page-section-item {
    position: relative;
    margin-bottom: 280px;
}

.page-section-item svg.background {
    position: absolute;
    top: -50px;
    max-width: 100%;
}

/* Beranda */
.beranda h1 {
    font-family: Montserrat;
    font-size: 50px;
    font-style: normal;
    font-weight: bold;
    line-height: 65px;
    letter-spacing: 0em;
}

.beranda h1 span.blue {
    color: var(--blue);
}

.beranda h1 span.red {
    color: var(--red);
}

.beranda p {
    font-family: 'Lato',sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 100;
    line-height: 35px;
    letter-spacing: 0em;
    /* text-align: left; */
}

.beranda .btn {
    padding-left: 35px;
    padding-right: 35px;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;

}

.beranda ul, .beranda li {
    font-family: 'Lato' , sans-serif;
    padding: 0;
    margin: 0;
    line-height: 40px;
    list-style: none;
}

.beranda li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    float: left;
    margin-right: 1em;
    color: #DD2627;
}


/* /Beranda */

/* Investasi */

.investasi h1 {
    font-family: Montserrat;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px;
    letter-spacing: 0em;
    /* text-align: left; */
}

.investasi h1 span.purple{
    color: var(--purple);
}
.investasi h1 span.green{
    color: var(--green);
}


.investasi .rectangle {
    padding: 50px;

    background: #FFFFFF;
    box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.2);
    border-radius: 8px;

    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 29px;
    text-align: center;
    color: var(--black);
}

.investasi .rectangle-no-shadow {
    padding: 50px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 29px;
    text-align: center;
    color: var(--black);
}

.investasi .rectangle-no-shadow .title {
    font-family: Helvetica;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-align: center;
    color: var(--white);
}

.investasi .rectangle h2 {
    font-family: Helvetica;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0.05em;
    text-align: center;
    color: var(--purple);

}

.investasi .rectangle p ,
.rectangle-no-shadow p{
    font-family: 'Lato',sans-serif;
}

/* .investasi .rectangle .keterangan {
    font-family: 'Lato',sans-serif;
} */

.investasi ul, .investasi li {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 35px;
    font-size: 15px;
    letter-spacing: 0em;
    font-family: 'Lato',sans-serif;
}

.investasi li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    float: left;
    margin-right: 1em;
    color: var(--green);
}

.investasi .icon-invest-left {
    text-align: left !important;
}

.investasi .icon-invest-right {
    text-align: right !important;
}

.investasi .price-tag {
    font-size:40px; 
    font-weight: 600;
    margin-bottom:15px; 
    font-family:Helvetica; 
    color:var(--green);
}

.benefit {
    background-color: rgba(33, 150, 83, .1);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-right: -15px;
    margin-left: -15px;
}

.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}
/* /Investasi */

/* Youtube */
.youtube h1 {
    font-family: Montserrat;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 74px;
    letter-spacing: 0em;
}

.youtube h1 span.purple{
    color: var(--purple);
}
/* End Youtube */

/* Testimoni */

.testimoni h1 {
    font-family: Montserrat;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 74px;
    letter-spacing: 0em;
    /* text-align: left; */
}

.testimoni h1 span.blue{
    color: var(--blue);
}

.testimoni .owl-carousel .owl-stage {
    display: flex;
}

.testimoni .card {
    /* display: flex; */
    /* flex: 1 0 auto; */
    height: 100%;
}

.testimoni .owl-item {
    margin-bottom: 40px;
}

.card-box {
    position: relative;
    overflow: hidden;
    /* margin-bottom: 80px; *//*This is optional*/
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.testimoni .owl-carousel-testimoni .card {
    width: 598px;
    border-radius: 8px;

    background: #FFFFFF;
    box-shadow: 0px 16px 30px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

.testimoni .card.item {
    width: 90%;
}

.testimoni img {
    border-radius: 50%;
    max-width: 60% !important;
    height: auto;
    object-fit: cover;
    object-position: center;
    transition: all 0.2s ease;
    border: 2px solid var(--black);
}

.testimoni h4 {
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
    /* text-align: center; */
}

.testimoni h5 {
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 8px; */
    letter-spacing: 0em;
    /* text-align: center; */
}

.testimoni .deskripsi {
    position: relative;

    font-family:Helvetica;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;

}

.testimoni .deskripsi:before {
    position: absolute;
    top: -10px;
    left: 0;

    color: var(--blue);
    opacity: 0.2;

    content: '“';
    font-size: 150px;
    font-family: 'Montserrat';
}

.testimoni .tanggal-bergabung {
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;

    color: #828282;
}

/* /Testimoni */

/* Hubungi kami */
.hubungi-kami h1 {
    font-family: Montserrat;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 78px;
    letter-spacing: 0em;
    text-align: center;
}

.hubungi-kami p {
    text-align: center;
}

.hubungi-kami .card {
    width: 100%;

    background: #FFFFFF;
    box-shadow: 0px 16px 30px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

.hubungi-kami .card-footer p {
    margin-bottom: 0;
}

.hubungi-kami .card-footer i {
    font-size: 24px;
}

/* .hubungi-kami .alamat {
    max-width: 300px;
} */

.hubungi-kami .kontak {
    font-weight: bold;
    display: flex;
    justify-content: center;
}

.hubungi-kami h4 {
    margin-bottom: 10px;
    font-family: Helvetica;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
}


/* /Hubungi kami */

@media only screen and (max-width: 500px) 
{
    .h1 {
        font-size: 30px;
    }

    h1,
    p {
        text-align: center;
    }

    .investasi .icon-invest-left {
        text-align: center !important;
    }
    
    .investasi .icon-invest-right {
        text-align: center !important;
    }

    .investasi .price-tag {
        font-size: 30px; 
        margin-bottom: 15px; 
        font-family: Helvetica; 
        color: var(--green);
    }

    .hubungi-kami .kontak {
        font-weight: bold;
        display: flex;
        text-align: center;
    }
}

@media screen and (max-width: 768px) 
{
    h1,
    p {
        text-align: center;
    }

    .investasi .icon-invest-left {
        text-align: center !important;
    }
    
    .investasi .icon-invest-right {
        text-align: center !important;
    }

    .hubungi-kami .kontak {
        font-weight: bold;
        display: flex;
        text-align: center;
    }
}

@media screen and (max-width: 992px) 
{
    h1,
    p {
        text-align: center;
    }

    .investasi .icon-invest-left {
        text-align: center !important;
    }
    
    .investasi .icon-invest-right {
        text-align: center !important;
    }

    .hubungi-kami .kontak {
        font-weight: bold;
        display: flex;
        text-align: center;
    }
}

@media screen and (min-width: 992px) 
{
    
}



