@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&family=Questrial&display=swap');
/* font-family: 'Open Sans', sans-serif;
font-family: 'Questrial', sans-serif; */

/* GLOBAL STYLES
-------------------------------------------------- */

html {
  scroll-behavior: smooth;
}

body {
  color: #5a5a5a;
  font-family: 'Open Sans', sans-serif
}

h1, h2, h3 {
  font-family: 'Questrial', sans-serif;
}


/* Main Content
-------------------------------------------------- */

/* .header {
	background-image: url("../pics/carbon-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
} */

.header {
	height: 300px;
}

/* Category cars */

#cars {
	position: relative;
	top: -20px;
}

#cars .card-notify-badge {
        position: absolute;
        left: -10px;
        top: -20px;
        background: #fed101;
        text-align: center;
        border-radius: 30px 30px 30px 30px; 
        color: #000;
        padding: 5px 10px;
        font-size: 14px;

    }

#cars .card-notify-year {
        position: absolute;
        right: -10px;
        top: -20px;
        background: #ff4444;
        border-radius: 50%;
        text-align: center;
        color: #fff;      
        font-size: 14px;      
        width: 50px;
        height: 50px;    
        padding: 15px 0 0 0;
}


#cars .card-detail-badge {      
        background: #fed101;
        text-align: center;
        border-radius: 30px 30px 30px 30px;
        color: #000;
        padding: 5px 10px;
        font-size: 14px;        
    }

   

#cars .card:hover {
            background: #fff;
            box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
            border-radius: 4px;
            transition: all 0.3s ease;
        }

#cars .card-header {
		min-height: 150px;
		display: flex;
		justify-content: center;
		flex-direction: column;
}

#cars .card-image-overlay {
        font-size: 20px;
        
    }


#cars .card-image-overlay span {
            display: inline-block;              
}


#cars .btn {
        text-transform: uppercase;
        border-radius: 80px;
        font-size: 16px;
        line-height: 35px;
        text-align: center;
        border: 3px solid #fed101;
        display: block;
        text-decoration: none;
        margin: 20px auto 1px auto;
        color: #000;
        overflow: hidden;        
        position: relative;
        background-color: #fed101;
    }

#cars .btn:hover {
            background-color: #fed101;
            color: #1e1717;
            border: 2px solid #fed101;
            background: transparent;
            transition: all 0.3s ease;
            box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
        }

#cars .card-title h5 {
        text-transform: uppercase;
        font-size: 18px;
    }

.arrow-container{
	width: 60px;
	height: 60px;
	margin: 0 auto;
	position: absolute;
	top: 300px;
	left: -5px;
	right: 0;
}

.arrow-1{
  width: 60px;
  height: 60px;
  background: #fed101;
  opacity: 0.5;
  border-radius: 50%;
  position: absolute;
  left: -5px;
  top: -5px;
}

.arrow-2{
  width: 50px;
  height: 50px;
  background: #fed101;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  display: table;
}

.arrow-2:before{
  width: 52px;
  height: 52px;
  content: "";
  border-radius: 50%;
  position: absolute;
}

.arrow-2 i.fa{
  font-size: 30px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #212529;
}

.feature {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  width: 4rem;
  font-size: 2rem;
}


/* Contact Content
-------------------------------------------------- */


/* Support Content
-------------------------------------------------- */


/* Footer Content
-------------------------------------------------- */

footer {
  position: relative;
}

footer p {
  text-align: center;
}

.disclaimer {
  font-size: 11px;
}




