html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
}

.btn-1 {
    background-color: #42A5F5;
    border: 2px solid #42A5F5;
    color: white;
    padding: 10px 36px 10px 36px;
}

.btn-1:hover {
    background-color: #3083c7;
    border: 2px solid #3083c7;
    color: white;
}

.btn-2 {
    background-color: #FFA726;
    border: 2px solid #FFA726;
    color: white;
    padding: 10px 36px 10px 36px;
}

.btn-2:hover {
    background-color: #d1891c;
    border: 2px solid #d1891c;
    color: white;
}

.btn-3 {
    border: 2px solid #42A5F5;
    background-color: none;
    padding: 10px 36px 10px 36px;
}

.btn-3:hover {
    background-color: #42A5F5;
    color: white;
}

.btn-4 {
    border: 2px solid #FFA726;
    background-color: none;
    padding: 10px 36px 10px 36px;
}

.btn-4:hover {
    background-color: #FFA726;
    color: white;
}

.card {
    -webkit-box-shadow: 0px 2px 22px -6px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 0px 2px 22px -6px rgba(0, 0, 0, 0.37);
    box-shadow: 0px 2px 22px -6px rgba(0, 0, 0, 0.37);
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
    transition: all 0.8s;
}

.card:hover {
    transition: all 0.8s;
    -webkit-box-shadow: 0px 2px 34px 1px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 0px 2px 34px 1px rgba(0, 0, 0, 0.37);
    box-shadow: 0px 2px 34px 1px rgba(0, 0, 0, 0.37);
}


/* Awal Index CSS */

.navbar {
    /* overflow: hidden; */
    background-color: white;
    font-weight: 500;
    -webkit-box-shadow: 0px 3px 10px -1px rgba(212, 212, 212, 1);
    -moz-box-shadow: 0px 3px 10px -1px rgba(212, 212, 212, 1);
    box-shadow: 0px 3px 10px -1px rgba(212, 212, 212, 1);
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky+.content {
    padding-top: 60px;
}

.navbar-brand {
    color: #42A5F5 !important;
    font-family: 'Pacifico', cursive;
    font-size: 36px;
}

.masthead {
    background-color: white;
    height: 100%;
    color: #42A5F5 !important;
}

.masthead img {
    height: 500px;
}

.btn-start {
    padding: 16px;
    padding-right: 48px;
    padding-left: 48px;
}

.expert {
    color: black;
    height: 100%;
    background-color: #42A5F5;
}

.img-expert {
    height: 200px;
    margin: 24px;
    margin-top: 48px;
}

.btn-detail {
    width: 100%;
    padding: 8px;
    padding-right: 48px;
    padding-left: 48px;
    margin-top: 32px;
    margin-bottom: 24px;
}

.btn-more {
    width: 200px;
    padding: 16px;
    padding-right: 48px;
    padding-left: 48px;
    color: white;
}

.app {
    color: black;
    background-color: white;
}

.app p {
    color: #42A5F5;
    font-size: 32px;
    font-weight: 500;
}

.app img {
    height: 400px;
}

.carousel-indicators li {
    display: inline-block;
    height: 8px;
    margin: 10px;
    text-indent: 0;
    cursor: pointer;
    border-radius: 45%;
    border: none;
    background-color: #bbb;
}

.carousel-indicators .active {
    margin: 10px;
    background-color: #42A5F5;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    padding: 20px;
    background-size: 50%, 100%;
    border-radius: 50%;
    background-color: #bbb;
    opacity: 30%;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5px;
}

.about {
    color: black;
    height: 100%;
}

.about img {
    height: 300px;
}

.footer {
    color: white !important;
    background-color: #42A5F5;
}

.footer .footer-text {
    text-align: center;
}


/* Awal Login CSS */

.btn-forgot {
    color: #42A5F5;
}

.img-profile {
    border-radius: 10%;
}

.dashboard {
    background-color: #42A5F5;
}

.menu-bar {
    background-color: #3484c5;
}

.menu-list {
    align-content: center !important;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.menu-list li {
    float: right;
}


/* Responsive */

@media (max-width: 575.98px) {
    .btn-reg {
        margin-bottom: 12px;
    }
    .masthead h1 {
        font-size: 32px;
    }
    .masthead img {
        height: 300px;
        margin-top: 32px !important;
    }
    .card-expert {
        margin-bottom: 28px;
    }
    .app img {
        height: 250px;
        margin-top: 32px !important;
    }
    .about img {
        height: 250px;
    }
    .office {
        margin-bottom: 32px;
    }
    .social {
        margin-bottom: 32px;
    }
    .others {
        margin-bottom: 32px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .btn-reg {
        margin-bottom: 12px;
    }
    .masthead h1 {
        font-size: 32px;
    }
    .masthead img {
        height: 400px;
        margin-top: 48px !important;
    }
    .card-expert {
        margin-bottom: 28px;
    }
    .app img {
        height: 350px;
        margin-top: 48px !important;
    }
    .about img {
        height: 250px;
    }
    .office {
        margin-bottom: 32px;
    }
    .social {
        margin-bottom: 32px;
    }
    .others {
        margin-bottom: 32px;
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .btn-reg {
        margin-bottom: 12px;
    }
    .masthead h1 {
        font-size: 32px;
    }
    .masthead img {
        height: 300px;
    }
    .card-expert {
        margin-bottom: 28px;
    }
    .app p {
        font-size: 24px;
    }
    .app img {
        height: 250px;
    }
}

@media (min-width: 1024px) and (max-width: 1199.98px) {
    .masthead img {
        height: 400px;
    }
    .app img {
        height: 350px;
    }
}