
.main{
    min-height: calc(100vh - 82px);
}

.nav-item{
    padding: 22px 0px 0px;
    width: 200px;
    text-align: center;
}

.nav-link{
    font-weight: bold;
}

.about{
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 5px solid rgb(252, 152, 0);
}

header{
    border-bottom: 5px solid rgb(252, 152, 0);
}

.news-text{
    font-size: 45px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.carousel-control-prev-icon{
    background-image: url(../img/back.svg);
}

.carousel-control-next-icon{
    background-image: url(../img/next.svg);
}

.carousel-control-prev {
    left: -150px;
}

.carousel-control-next {
    right: -150px;
}

.start-page{
    background-color: rgb(14, 13, 13) ;
}

.hero-move {
    text-align: center;
}

.heading-1{
    font-size: 20px;
    font-weight: 700;
    text-transform: none;
    color: white;
}

.heading-2{
    display: block;
    margin-left: 0;
    color:rgb(200, 241, 15);
    font-size: 100px;
    font-weight: bold;
}

.red-text{
    color:rgb(211, 22, 22);
}

.btn-bg{
    background-color: darkorange;
}

.carting-1{
    background-image: url(img/about-1.jpeg);
}

.news{
    padding-bottom: 20px;
}

.container-fluid{
    padding-left: 303.5px;
}

.container{
    padding: 25px 0;
}

.socials{
    padding-right: 50px;
    padding-left: 50px;
}

.bg-mclaren-color{
    background-color: rgb(252, 152, 0);
}

.btn-border{
    border: 1px solid rgb(0, 0, 0, 0.25);
}

footer{
    height: 82px;
    padding-top: 5px;
    background: rgb(252, 152, 0);
    border-top: 2px solid rgb(14, 13, 13);
}

a:link{
    color: #fff;
    text-decoration: none;
}
a:visited{
    color: #fff;
    text-decoration: none;
}
a:hover{
    color: rgb(14, 13, 13);
    text-decoration: none;
}
a:active{
    color: rgb(14, 13, 13);
    text-decoration: none;
}
