.slide-container {
    width: 900px;
    height: 450px;
    float: left;
    overflow: hidden;
    position: relative;
}

.slide-holder {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
}

.half-circle-next, .half-circle-prev {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    margin-top: -30px;
    padding-top: 2px;
    background: rgba(0, 0, 0, 0.5);
    border-width: 0px;
    color: #fff;
    font-style: normal;
    font-size: 20px;
    position: absolute;
    top: calc(50% - 15px);
    z-index: 10;
    cursor: pointer;
}

.half-circle-prev {
    left: -30px;
    margin-right: -23px;
    float: left;
    z-index: 100;
}

.half-circle-next {
    right: -30px;
    margin-left: -23px;
    float: right;
    z-index: 100;
}

.half-circle-prev span {
    margin-right: -23px
}

.half-circle-next span {
    margin-left: -23px
}

.fade {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.fade img {
    width: 100%;
    height: 100%;
}

.card {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 0.6s;
    overflow: hidden;
}

.card img {
    width: 100%;
    height: 100%;
}

.box3D {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.box3D img {
    width: 100%;
    height: 100%;
}

.detail-box {
    width: 42%;
    position: absolute;
    left: 8%;
    top: 7%;
    z-index: 10;
    transition: all 1s;
    overflow: hidden;
}

.detail-title {
    width: 100%;
    float: left;
    font-family: 'Montserrat',sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-align: justify;
}

.detail-desc {
    width: 100%;
    float: left;
    margin-top: 5px;
    font-family: 'Lato',sans-serif;
    font-weight: bold;
    font-size: 15px;
}

.detail-button {
    width: 160px;
    height: 50px;
    float: left;
    margin-top: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.detail-button:hover {
    background: #000;
}
