
body{
    color: #000000;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    background: white;
}
nav{
    background: white;
    background: 15px 0 !important;
}
.fixed-top {
    padding: 15px 0;
    background: white !important;
}
nav .nav-link{
    color: #000000 !important;
    font-size: 16px;
    transition: all 0.3s;
}
nav .nav-link:hover{
    color: #3C7FFF !important;
}
img{
    width: 100%;
}
.navbar-nav > li{
    padding-left: 5px;
    padding-right: 5px;
  }
.btn{
    padding: 12px 16px 12px 16px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s;
}
.login{
    border: 1px solid #3C7FFF;
    color: #3C7FFF;
}
.login:hover{
    background: linear-gradient(270deg, #5675D3 0%, #05D7FF 100%);
    color: white;
}
.signup{
    background: linear-gradient(270deg, #5675D3 0%, #05D7FF 100%);
    color: white;
}
.signup:hover{
    opacity: 0.7;
    color: white;
}
.hero-container{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    height: 100vh;
    position: relative;
    z-index: 1;
}
.hero-bg{
    position: absolute;
    top: 0;
    height: 100%;
    left: 30%;
    width: fit-content;
    z-index: -1;
    background: radial-gradient(31.92% 31.92% at 50% 50%, rgba(60, 127, 255, 0.3) 0%, #FFFFFF 100%);
}
.ellipse{
    z-index: -2;
}
.hero-bg img{
    opacity: 0.1;
    border-radius: 50%;
}
.hero-img-container{
    width: 58%;
}
.hero-text-container{
    width: 42%;
}
.text-heading-1{
    font-size: 46px;
    color: #3C7FFF;
    font-weight: 400;
}
#hero h2{
    font-size: 33px;
    font-weight: 400;
}
#hero p{
    font-size: 18px;
}

.text-grey{
    color: #676767;
}
h3{
    font-size: 40px;
    font-weight: 400;
}

.features-card{
    display: flex;
    flex-direction: column;
    background: rgba(103, 103, 103, 0.03);
    border-radius: 50px;
    padding: 50px 30px;
    height: 100%;
}

.features-card img{
    width: 70px;
}
.features-card h4{
    font-size: 20px;
    margin: 30px 0 15px 0;
}
.features-card p{
    color: #676767;
}
.spacing{
    padding: 50px 0;
}
.color{
    color: #676767;
}
.section-img{
    /*padding: 30px;*/
    background: linear-gradient(115.27deg, #FCFCFC 1.04%, #EAEAE9 98.49%);
    border-radius: 30px;
}
.wholesale-img{
    width: 340px;
}
.dashboard-table-img{
    max-width: 1060px;
    margin: 40px auto 0;
}
.video-container video{
    width: 100%;
    border-radius: 20px;
    height: auto;
}



#faq{
    max-width: 1060px;
    margin: auto;
    padding: 30px;
    border-radius: 50px;
    background: rgba(103, 103, 103, 0.03);
}
.accordion-button:not(.collapsed) {
    color: black;
}
.accordion-item, .accordion-button {
    background-color: transparent !important;
    /*color:black !important;*/
    font-size: 20px;
    font-weight: 500;
    padding: 15px;
}
.accordion-button:after {
    background-image: none;
    float: right !important;
    font-family: FontAwesome;
    content:"\f067";
    padding-right: 5px;
}
#faq .card-body p{
    padding: 20px;
    color: #676767;
    font-weight: 400;
    font-size: 18px;
}
.accordion-button:not(.collapsed):after {
    background-image: none;
    float: right !important;
    content:"\f068";
}
.accordion-item{
    border-color: rgba(103, 103, 103, 0.3) !important;
}
.accordion-button:focus {
    box-shadow: none;
}

#contact{
    background-image: url("../images/office-desktop-with-laptop-business-man 1.png");
    background-size: cover;
    color: white;
}

.form-control {
    border: 1px solid white !important;
    background-color: transparent !important;
    color: white;
}
.form-control::placeholder{
    color: white;
}
label{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px !important;
}
.brands{
    display: flex;
    text-align: center;
    justify-content: end;
    gap:10px;
}
.brands a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 16px;
    border-radius: 50%;
    border: 1px solid #676767;
    color: black;
    text-decoration: none !important;
    transition: all 0.3s;
}
.brands a:hover{
    transform: translateY(-2px);
}
.footer,.footer-button{
    text-align: center;
}
.footer-logo{
    width: 200px;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}
.navbar-toggler .navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.nav-button{
    margin-right: 5px;
}
.horizontal{
    height: 200px;
  position: relative;
}
.vertical{
    margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 991px){
    .hero-container{
        height: auto;
        flex-direction: column;
    }
    .hero-img-container, .hero-text-container{
        width: 100%;
    }
    body{
        font-size: 16px;
    }
    .hero-img{
        margin-top: 100px;
    }
    #hero h2 {
        font-size: 20px;
    }
    .hero-bg {
        height: 60%;
        left: 0;
    }
    .navbar-toggler{
        color: black;
        border: none;
    }
    .hero-bg img {
        opacity: 0.2;
        border-radius: 50%;
    }
    .text-heading-1 {
        font-size: 30px;
    }
    .features-card{
        align-items: center;
        text-align: center;
    }
    h3{
        font-size: 24px;
    }
    .spacing{
        text-align: center;
    }
    .wholesale-img {
        width: 180px;
    }
    #faq{
        text-align: left;
        padding: 0;
    }
    .accordion-item{
        padding: 0;
    }
    form label{
        text-align: left;
        display: block;
    }
    footer{
        text-align: center;
    }
    .brands{
        justify-content: center;
    }

    .nav-modal-links .nav-item{
        display: block;
        width: 100%;
    }
    #navModal .nav-link{
        margin-bottom: 30px;
    }
    #navModal .social-icons .nav-link{
        display: inline-block;
    }
    .ecosystem-section .col-lg-3{
        margin-bottom: 65px;
    }

    #navModal .modal-dialog {
        max-width: 100%;
        margin: 0;
    }
    #navModal .modal-content {
        height: 100vh;
        border-radius: 0;
        background: white;
    }
    #navModal .nav-item{
        text-align: center;
    }
    #navModal .btn{
        width: 100%;
        margin-bottom: 10px;
    }
}


/* Preloader */
.preloaderBg {
    position: fixed;
    z-index: 10000;
    top: 0;
    background: white;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader-wrap {
    position: relative;
    width: 250px;
    height: 250px;
}

.preloader-logo {
    margin: auto;
    background: url(../images/onlycarlogo.png) no-repeat center;
    background-size: 150px;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 25px;
    left: 25px;
    animation: fadeIn 1s ease-in-out infinite;
    /*background: black;*/
}

.preloader-circle {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #25a3ff;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    animation: spin 1s ease-in-out infinite;
    position: absolute;
    top: 0;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}