/*this is style jumbotron*/
.jumbotron {
    background-image: url(../images/slider1.png);
    background-size: cover;
    height: 770px;
    text-align: center;
    margin-top: -30px;
}

.jumbotron .display-4 {
    color: white;
    margin-top: 200px;
}

.jumbotron p {
    color: white;
    font-size: 25px;
}

.jumbotron hr {
    border-color: #F05F40;
    width: 70px;
    border-width: 3px;
}

.jumbotron .btn {
    background-color: #F05F40;
    border: none;
    border-radius: 25px;
    padding-right: 25px;
    padding-left: 25px;
    margin-top: 40px;
}

/*this is style slider*/



.carousel-item {
    height : 670px;
}

.carousel-item img {
    margin-top : 0px;
}

.carousel-item .display-4 {
    margin-top : -440px;
}

.carousel-item hr {
    border-color: #F05F40;
    width: 70px;
    border-width: 3px;
}

.carousel-item .btn {
    background-color: #F05F40;
    border: none;
    border-radius: 25px;
    padding-right: 25px;
    padding-left: 25px;
    margin-top: 40px;
}