* {
    padding: 0;
    margin: 0;
}

.modal .btn-close {
    font-size: 2rem;
    height: auto;
    background: transparent!important;
}

.mybtn {
    cursor: pointer;
}

body::before {
    content: "";
    background: url("/images/bg.jpeg") repeat #f5f5f5;
    background-size: 125px 125px;
}

#root {
    background: rgba(255, 255, 255, 0.8);
    min-height: 100vh;
}

.navbar-light .navbar-toggler {
    border-style: none;
}

.navbar-light .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler span {
    display: block;
    background-color: #4f4f4f;
    height: 3px;
    width: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: all 0.35s ease-out;
    transform-origin: center left;
}

.navbar-toggler span:nth-child(1) {
    transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
    opacity: 1;
}

.navbar-toggler span:nth-child(3) {
    transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(1) {
    margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    transform: translate(15%, 33%) rotate(-45deg);
}

.timeline {
    border-left: 1px solid hsl(0, 0%, 90%);
    position: relative;
    list-style: none;
}

.timeline .timeline-item {
    position: relative;
}

.timeline .timeline-item:after {
    position: absolute;
    display: block;
    top: 0;
}

.portofoliodetail {
    height: 250px;
}

.mycardimage {
    height: 250px;
}

.mycardimage img {
    height: 250px;
    width: auto;
}

.detailportofoliocarouse {
    height: 450px;
}

.item-centered {
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline .timeline-item:after {
    background-color: hsl(0, 0%, 90%);
    left: -38px;
    top: 9%;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    content: "";
}

@media only screen and (max-width: 1024px) {
    .mycardimage {
        height: 200px;
    }
    .mycardimage img {
        height: 200px;
        width: auto;
    }
    .detailportofoliocarouse {
        height: 250px;
    }
    .timeline .timeline-item:after {
        top: 7%;
    }
}

@media only screen and (max-width: 991px) {
    .timeline .timeline-item:after {
        top: 5%;
    }
}

@media only screen and (max-width: 375px) {
    .mycardimage {
        height: 150px;
    }
    .mycardimage image {
        height: 150px;
        width: auto;
    }
    .detailportofoliocarouse {
        height: 150px;
    }
    .timeline .timeline-item:after {
        top: 3%;
    }
}