
/* font */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* fonts */
.space-grotesk-300{
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.space-grotesk-400{
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


.space-grotesk-600{
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

*{
    margin: 0 auto;
}

body{
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    color: #0f0f0b;
    /* background-color: #f0f0f0; */
    background-color: #f3f3f3;
    font-size: 1rem;
}
.navbar-brand{
  width: 250px;
}
a.navbar-brand{
  font-size: 2rem;
}


a.nav-link{
  font-size: 1.3rem;
  color: #2d3142 !important;
  /* text-transform: uppercase; */
}

a.nav-link.active{
  color: #ff6700 !important;
  font-size: 1.3rem;
  /* text-transform: uppercase; */
}

a.nav-link:hover{
 color:#ff6700 !important;
}

/* a.nav-link.active::after{
  content: '';
  border-bottom: 3px solid #2d3142;
  width: 100%;
  display: block;
  margin: 0 auto;
} */

.text-orange{
  color:#ff6700;
}
.bg-orange{
  background-color: #ff6700;
  color: #fff9fe;
}

.space{
  height: 5rem;
  max-height: 8rem;
}

.space-orange{
  background-color: #ff6700;
  height: 5rem;
  max-height: 8rem;
}

.title{
  font-size: 3rem !important;
  padding: .5rem;
}
.title::after{
  content: '';
  border-bottom: 3px double #ff6700;
  width:10rem;
  display: block;
  /* margin: 0 auto; */
}
.title-orange{
  font-size: 3rem;
  /* padding: .5rem; */
}
.title-orange::after{
  content: '';
  border-bottom: 3px double #fff9fe;
  width:15rem;
  display: block;
  /* margin: 0 auto; */
}
.sub-title{
  font-size: 1.3rem;
  padding: .3rem;
}

/* text clamp */
h1{
  font-size: clamp(25px, 7vw, 36px);
}
h4{
  font-size: clamp(17px, 4vw, 30px);
}
p.lead{
  font-size: clamp(13px, 4vw, 22px);
}


.btn-orange{
  background-color: #ff6700;
  color: white;
  border: 1px solid #ff6700;
}
.btn-orange:hover{
  background-color: #f3f3f3;
  color: #ff6700;
  border: 1px solid #ff6700;
}

.btn-outline-orange{
  color: #ff6700;
  background-color: #f3f3f3;
  border: 2px solid #ff6700;
}
.btn-outline-orange:hover{
  background-color: #ff6700;
  color: #f3f3f3;
  border: 2px solid #f3f3f3;
}

/* cover  */
.bg-cover-image{
  /* background-color: #2d3142; */
  background-image:url('https://mycarmatter.sg/img/cover-img.png');
  background-size: cover;
  height: 100vh;
}

.bg-speed-limiter{
  /* background-color: #2d3142; */
  background-image:url('../img/cargo-img.jpg');
  background-size: cover;
  height: 90vh;
}

.header-text{
  font-size: 3.5rem;
  padding: .5rem;
}

.dark-cover{
  background-color: #65d3ff;
  color: #2d3142;
}

/* services */

.card-title{
  font-size: 1.5rem !important;
}

.card-icon{
  font-size: 2.5rem;
  padding: 1rem;
  background-color: #60d490;
}

.card-icon-two{
  font-size: 3rem;
  padding: .5rem 1.5rem;
}

.service-list{
  /* width: 17rem; */
  /* cursor: pointer; */
  transition: box-shadow .8s;
}

.service-list:hover{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* faq */
.bg-faq{
  background-color: white;
  color: #2d3142;
}

.accordion{
  background-color: transparent !important;
  width: 75% !important;
}

.accordion-item{
  background-color: transparent !important;
  border: none !important;
  color: #2d3142 !important; 
}

.accordion-button{
  background-color: transparent !important;
  color: #2d3142 !important;
  font-size: 1.5rem; 
}
.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0,0,0,.125);
  }

.accordion-button::after,.accordion-button::before{
  color: #2d3142 !important; 
  
}

/* how it works */


/* contact us */
.contact-us-sub{
  font-size: 1.5rem;
  padding: 1rem;
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.contact-info i{
  font-size: 1.4rem;
  padding-right: .5rem;
  padding-top: .25rem;
}
.contact-info{
  font-size: 1.2rem;
  padding: .2rem 1rem;
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  display: inline-flex;
}

#contact-form{
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1rem;
}

.boxcountdown{
  background-color: #ff6700;
  width: 60px;
  height: auto;
  text-align: center;
  color: #f3f3f3;
  border-radius: 5px;
}


@media (max-width: 576px) { 

  /*.mobile-selection{*/
  /*  width: 80% !important;*/
  /*  max-width: 120px !important;*/
  /*}*/
  .title{
    font-size: 2rem !important;
    padding: .3rem;
  }

  .title-orange{
    font-size: 2rem !important;
    padding: .3rem;
  }

  .accordion{
    width: 100% !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #how-to-apply .lead{
    text-align: center !important;
  }

  .boxcountdown{
    width: 32px !important;
    border-radius: 5px;
  }
  h3{
      font-size: 1rem;
  }

 }