body {
    font-family: Poppins;
    color: #606060;
}

.wrap-container {
    overflow: hidden;
}

.row-padding{
    padding: 100px 0px;
}

.no-margin {
    padding: 0px;
}

.home-weedid{
    margin-top: 150px;
}

.home-weedid h1 {
    font-weight: 300;
    letter-spacing: 2px;
    }

.home-weedid h4 {
    font-weight: 300;
    margin-top: 20px;
    font-size: 21px;
    letter-spacing: 2px;
}

.home-product {
    margin-top: 50px;
}

.btn {
    background: #3a95e4;
    color: white;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 7px 19px;
}

.btn:hover {
    background:#45a6f9;
    color:white;
}

.btn-add-cart {
    background: deepskyblue;
    border: none;
    color: white;
    border-radius: 15px;
    height: 25px;
}

.btn-add-cart:hover {
    background:aquamarine;
}

.show-chase {
    padding-top: 20px;
    padding-bottom: 0px;
}

.show-chase img {
    width: 85%;
}

h5.quote {
    font-size: 23px;
    line-height: 35px;
    letter-spacing: 2px;
    
}

h6.penulis {
    font-size: 17px;
    margin-top: 20px;
    letter-spacing: 1px;
}

.border-line {
    position: relative;
}

.border-line::before {
    content: '';
    position: absolute;
    display: block;
    height: 1px;
    background-color: #d0d0d0;
    left: -500px;
    right: -500px;
    top: 50%;
}

.card-floating{
    border-top: 5px solid #5bacf3;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}
.card-padding{
    padding: 30px;
}
.card-title{
    font-weight: 300;
    }

.row-divider {
    position: relative;
}

.row-divider::before {
    position: absolute;
    content: "";
    width: 80%;
    height: 1px;
    top: 0;
    margin-left: -40%;
    left: 50%;
    background: radial-gradient(#9e9e9e, transparent);
}

.head-section {
    margin-bottom: 60px;
}

.teknologi img {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 150px;
}

.teknologi h5 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.navbar-weedid{
margin-top: 50px;
}

.nav-li-weedid li {
margin-left: 30px;
}

@media(max-width: 540px) {
    .navbar-weedid{
    top: 0px;
    margin-top: 0px;
    left: 0px;
    position: fixed;
    width: 100%;
    background: #f9f9f9;
    z-index: 2;
    }

    .navbar-light .navbar-toggler {
    font-size: 16px;
    padding: 5px 7px;
    cursor: pointer;
    }

    .clean-code {
        margin-top: 30px;
    }

    .row-padding {
        padding: 50px 0px;
    }

}

.pagination {
    padding-top: 30px;
}
