/*** Custom CSS***/
.tiredOfSection, .autoLoansSection,.autoLoansSection3{
    background-color: #1c262f;
}
.contactSection, .autoLoansSection1{
    background-color: #212d37;
}

.autoLoansSection .card{
    padding: 20px;
    border-radius: 0;
    border: 2px solid white;
    height: 40vh;
}
.fas{
    background: #FF1616;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.form-control, .form-select{
    border-radius: 0;
}
.navbar-brand img{
    height: 100px;
}
.firstSection{
    background-image: url(../../assets/img/home.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 70vh;
}
.firstSection .h1{
    color:white;
}

.fixed-top{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.nav-link{
    color: #eee;
}
.navbar-nav a:hover, .navbar-nav a:active, .footer a:hover, .footer .fab:hover {
    cursor: pointer;
    /* background: var(--gradient); */
    background: -webkit-gradient( linear, left top, left bottom, from(#FF1616), to(#FF1616) );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gotoTop{
    z-index: 99;
    right: 20px;
    width: 52px;
    height: 52px;
    bottom: 20px;
    border: none;
    outline: none;
    display: none;
    position: fixed;
    cursor: pointer;
    border-radius: 50%;
    background-color: #323137;
}
.modal-content{
    margin-top: 150px;
}
.privacy h3,h1 {
   
    font-weight: bold !important;
    padding: 15px 0;
    background: -webkit-gradient( linear, left top, left bottom, from(#FF1616), to(#FF1616) );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.privacy a,a:hover{
    color: #FF1616;
}