/*!
 * Putri Dewi Purnamasari
 * Copyright 2022
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

 .cover-text{
    position: absolute;
    left: 10%;
    top: 30%;
    z-index: 100;
    color:white;
    font-size: 1.2rem;
}

.price-installment-holder {
    padding-left: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
    border-left: 4px white solid;
}

#myCarousel {
    width: 100%;
}
.masthead .carousel-control {
    margin-top: 20px;
    z-index: 120;

}
.masthead .carousel-inner .carousel-item {
    width: 100%;
    height: 100vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-card{
    width: 100%;
}

.ad1 {
    background:linear-gradient(0deg, rgba(4, 127, 112, 0.5),rgba(242, 135, 5, 0.8)), url(../assets/img/Banner/Banner-01.jpg) no-repeat center center; 
}
.ad2 {
    background:linear-gradient(0deg, rgba(4, 127, 112, 0.5),rgba(242, 135, 5, 0.8)), url(../assets/img/Banner/Banner-02.jpg) no-repeat center center; 
}

.about-section {
    padding-top: 5rem;
    background: rgba(255, 255, 255, 1);
}

.footer{
    background:rgba(4, 127, 112, 0.5)
}

.float-whatsapp{
	position:fixed;
    font-size: 2rem;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
    padding: 5px;
	background-color:#04bfad;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
    z-index: 200;
}

.float-right{
    float: right;
}