@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700&display=swap&subset=cyrillic,cyrillic-ext');

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@700&display=swap');



.big-container {
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
}
.parallax-container {
    height: 768px;
}

.slider .indicators {
    bottom: 5px;
}

.slider .indicators .indicator-item {
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    background-color: gray;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    border-radius: 50%;
}

.slider .indicators .indicator-item.active {
    background-color: black;
}


.fonblack {
    height: 500px;
    color: #bdbdbd;
}


.brown darken-4 {
    height: 50px;
}

.buttonz {
    height: 100px;
    margin-top: 50px;

}

.navbar-button {
    color: white;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 17px;
    font-weight: bold;
}

.card {
    border-radius: 15px
}

.special-one {
    transform: rotate(360deg);
}

.special-one:hover {
    transform: rotate(0);
    transition: 3s
}

.banner-button-desktop {
    background-color: #7cc143;
    position: absolute;
    top: 950px;
    left: 170px;
    height: 100px;
    width: 300px;
    border-radius: 40px 5px 40px 5px;
    text-align: center;
    vertical-align: middle;
    padding-top: 27px;
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    color: rgb(255, 255, 255)
}

.banner-button-mobile {
    background-color: #7cc143;
    position: absolute;
    top: 318px;
    left: 20px;
    height: 50px;
    width: 150px;
    border-radius: 20px 7px 20px 7px;
    text-align: center;
    padding-top: 13px;
    vertical-align: middle;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    color: rgb(255, 255, 255)
}