@import url('presets.css');

#carousel {
    overflow: hidden;
    background: #2c3e50;
}

#carousel .carousel-item {
    background-size: 100%;
    background-size: cover;
    background-position-x: center;
    min-height: 560px;
}

#carousel .carousel-item:nth-child(1) {
    background-image: url('../img/dist/cde6398de34b22768d428a19079d17c6.jpg');
}

#carousel .carousel-item:nth-child(2) {
    background-image: url('../img/dist/1781179b6d44734a8c746636a37b36cc.png');
}

#carousel .carousel-item:nth-child(3) {
    background-image: url('../img/dist/122526e05478ff846b5b0eef4680a29a.jpg');
}

#carousel .carousel-item:nth-child(4) {
    background-image: url('../img/dist/539731067043c51b49194c78b5ba8686.jpg');
}

#carousel .carousel-item:nth-child(5) {
    background-image: url('../img/dist/d0be7b5084448ca9d400c9499a0bfdf6.jpg');
}

#carousel .carousel-item:nth-child(6) {
    background-image: url('../img/dist/82683e92596cbb18847661363ccc2ef0.jpg');
}

#carousel .carousel-item:nth-child(7) {
    background-image: url('../img/dist/d8e1f34fb27f4d4930242a430be6107f.jpg');
}

#carousel .carousel-item:nth-child(8) {
    background-image: url('../img/dist/578f54e90b6ff46b96a47ad12939c3bd.jpg');
}

#carousel .carousel-item:nth-child(9) {
    background-image: url('../img/dist/54cbbfb7d96567e19798e953b7ccd164.jpg');
}

#carousel .carousel-item:nth-child(10) {
    background-image: url('../img/dist/76fed52bcbbdd138d45bb238e85b1650.png');
}

#carousel .carousel-caption {
    height: 100%;
    right: 10%; left: 10%;
}

#carousel .carousel-caption h2 {
    font-family: Lovelo;
    font-size: 70px;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px rgba(120, 120, 120, 1);
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    position: relative;
    top: 15%;
}

#carousel .carousel-caption h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 100;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    position: relative;
    text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
    top: 25%;
    display: inherit;
    color: white;
}

#carousel .carousel-caption .btn {
    margin: 30px 15px;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
}

#carousel .carousel-caption .btn-group {
    position: relative;
    top: 25%;
}

#carousel .carousel-indicators {
    bottom: 0;
}

#carousel .carousel-indicators button {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    width: 40px;
    height: 8px;
    margin: 0 5px;
    opacity: 0.5;
}

#carousel .carousel-control-next-icon,
#carousel .carousel-control-prev-icon {
    position: relative;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-image: none;

}

#carousel .carousel-control-next-icon i::before,
#carousel .carousel-control-prev-icon i::before {
    position: absolute;
    font-size: 28px;
    font-weight: 900 !important;
    top: 20%;
    left: 20%;
}

#carousel .carousel-indicators button:hover,
#carousel .carousel-indicators button.active {
    opacity: 1;
}