* {
    margin: 0;
    padding: 0;
}

body {
    background:white;
    font-size: 16px;
    font-family: 'Mulish', Arial, Helvetica, sans-serif;
    margin: auto;
}

.container-fluid {
    width: 90%;
}

.container {
    /* border: 1px solid green; */
    width: 100% !important;
    max-width: 1366px !important;
    margin-left: auto;
    margin-right: auto;
}

/* .row {
    border: 1px solid blue;
}

.col {
    border: 1px solid red;
} */

.container .title {
    text-align: center;
    font-family: Mulish;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #421A61;
    margin-top: 64px;
    margin-bottom: 16px;
}

.container .sub-title {
    text-align: center;
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #4F4F4F;
    margin-bottom: 48px;
}

.container .search .form-control{
    position: relative;
    height: 52px !important;
}

.container .search .search-btn {
    position: absolute;
    top: 14px;
    right: 5%;
    z-index: 2;
}

.container .search .form-control::placeholder {
    font-family: Mulish;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: rgba(189, 189, 189, 1);
}

.card-body .container {
    padding-left: 0;
    padding-right: 0;
}

.card-body .container .row .col{
    margin-top: 0px;
}

.container .card {
    margin: auto;
    border-radius: 12px;
    margin-bottom: 36px;
    transition: box-shadow .4s, opacity .4s;
    opacity: 0.9;
}

.container .card:hover {
    box-shadow: 0 0 11px rgba(33,33,33,.2);
    opacity: 1;
}

.container .row .col a {
    text-decoration: none !important;
}

.card .row {
    margin-bottom: 8px;
}

.card .card-img-top {
    border-radius: 12px 12px 0 0;
}

.card-body .container .row .nama-tutor{
    font-family: Mulish;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #333333;
}

.card-body .container .row .prestasi-tutor{
    font-size: 14px;
    color: #828282;
}

.card-body .container .row .jml-kelas-tutor,
.card-body .container .row .rating-tutor {
    font-size: 12px;
    color: #4F4F4F;
    display: inline;
}

.rating-tutor .rating {
    color: #E8C046;
}

.container .more-btn {
    margin-top: 48px;
    margin-bottom: 48px;
    padding: 16px 32px;
    width: 260px;
    background: #602A82;
    box-shadow: 0px 8px 24px rgba(96, 42, 130, 0.16);
    border-radius: 8px;
    color: white;
    font-family: Mulish;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    transition: opacity .2s;
    border: 2px solid white;
    transition: background 0.2s, border .2s, color .2s;
}

.container .more-btn:hover {
    background: #FFFFFF;
    border: 2px solid #602A82;
    color: #602A82;
}

.container .col.col-btn {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}