body {
  color: #1c1c1c;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
}

.form-group label {
  margin-bottom: 0.2rem;
  font-size: 0.813rem;
  font-weight: 200;
}

.form-control {
  border-color: #a1a1a1;
  border-radius: 6px;
  color: #74756e;
  font-size: 0.813rem;
  font-weight: 700;
  padding: 0.7rem 0.75rem;
}

.customized-select {
  position: relative;
}

.customized-select select {
  appearance: none;
  /*  safari  */
  -webkit-appearance: none;
  /*  other styles for aesthetics */
  width: 100%;
  padding: 0.7rem 1.5rem 0.75rem 0.7rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-width: 70px;
  background-color: #fff;

  border: 1px solid #a1a1a1;
  border-radius: 6px;
  color: #74756e;
  font-size: 0.813rem;
  font-weight: 700;
}

.customized-select::before {
  --size: 0.3rem;
  content: "";
  position: absolute;
  right: 1rem;
  pointer-events: none;
}

.customized-select::before {
  content: "";
  display: inline-block;
  height: 12px;
  right: 12px;
  position: absolute;
  top: 16px;
  width: 12px;
  background-image: url(../assets/img/select-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.custom-checkbox {
  position: relative;
  overflow: hidden;
}

.custom-checkbox__input {
  position: absolute;
  top: -100px;
  left: -100px;
}
 
.custom-checkbox__inner {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #B02827;
  background: transparent no-repeat center;
}

.custom-checkbox__input:checked + .custom-checkbox__inner {
  border-color: #B02827;
  background-color: #B02827;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='14px' height='10px' viewBox='0 0 14 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 59.1 (86144) - https://sketch.com --%3E%3Ctitle%3Echeck%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='ios_modification' transform='translate(-27.000000, -191.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='Group-Copy' transform='translate(0.000000, 164.000000)'%3E%3Cg id='ic-check-18px' transform='translate(25.000000, 23.000000)'%3E%3Cpolygon id='check' points='6.61 11.89 3.5 8.78 2.44 9.84 6.61 14 15.56 5.05 14.5 4'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 10px 6px;
}

.custom-checkbox label{
  font-size: 0.7rem;
  font-weight: 200;
  color: #74756E;
}




.btn {
  font-size: 0.813rem;
  padding: 0.25rem 1.5rem;
}

.btn-lg {
  font-size: 1.313rem;
  padding: 0.8rem 1.5rem;
  font-family: "Carnas";
  font-weight: 700;
  min-width: 250px;
}

.btn-primary {
  background-color: #ef5336;

  border-color: #ef5336;
}

.btn-secondary {
  background-color: #2d3394;
  border-color: #2d3394;
}


.btn-close{
  background-image: url(../assets/img/close.png);
  opacity: 1;
}
.navbar-shrink {
  background-color: #fff !important;
  transition: all 0.3s ease;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
}

.navbar {
  transition: all 0.3s ease;
}

.navbar .navbar-brand img {
  max-height: 70px;
  transition: all 0.3s ease;
}

.navbar-shrink .navbar-brand img {
  max-height: 50px;
  transition: all 0.5s ease;
}

.navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  padding: 0.5rem 1.5rem;
  color: #fff;
}

.mastheader {
  height: 100vh;
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
}

.masthead img {
  max-width: 100%;
  width: 80%;
}

.mastheader:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 40%;
  /*background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.6) 45%,
    rgba(255, 255, 255, 0) 100%
  );*/
  width: 100%;
  z-index: 1;
}

.mastheader .slick-slide {
  height: 100vh;
  background-size: cover;
  background-position: center;
}

.mastheader .slick-arrow {
  position: absolute;
  bottom: 0;
  width: 100px;
  border: 0;
  z-index: 1000;
  background-color: transparent;
  border-bottom: 4px solid transparent;
  top: auto;
  transform: none;
  font-size: inherit;
  line-height: normal;
  height: auto;
  padding: 0.3rem;
}
.mastheader .slick-prev {
  left: calc(50% - 60px);
  transform: translateX(-50%);
}
.mastheader .slick-next {
  left: calc(50% + 60px);
  transform: translateX(-50%);
}

.mastheader .slick-prev.active {
  border-bottom-color: #ef5336;
}

.mastheader .slick-next.active {
  border-bottom-color: #163472;
}

.mastheader .slick-arrow img {
  max-width: 100%;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-dots {
  bottom: -60px;
}

.slick-dots li button:before {
  font-size: 40px;
}

.slick-dots li.slick-active button:before {
  color: #ef5336;
  opacity: 1;
}

.nexa-car-info .slick-dots li.slick-active button:before {
  color: #163472;
  opacity: 1;
}

.masthead .btn {
  color: #fff;
}

.masthead-heading-text {
  position: absolute;
  top: 55%;
  left: -20%;
  z-index: 100;
  width: 432px;
}

.about-section {
  background-image: url(../assets/img/about-bg.png);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 19rem;
  padding-top: 5rem;
}

.brand-name {
  line-height: 0.8;
}

.brand-name-light {
  font-family: "Carnas";
  font-size: 5.313rem;
  font-weight: 300;
  text-indent: -7px;
  display: block;
}

.brand-name-bold {
  font-family: "Carnas";
  font-size: 5.313rem;
  font-weight: 700;
  text-indent: -7px;
  display: block;
}

.brand-desc {
  color: #3b3b3b;
}



.info-g {
  flex: 1 1 auto;
  padding-right: 1.5rem;
}

.info-g:last-child {
  padding: 0;
}

.info-g .count {
  font-size: 4.688rem;
  font-weight: 800;
  color: #ef5336;
}

.info-g .info-g-img {
  height: 70px;
  display: flex;
  align-items: flex-end;
}

.info-g .info-g-label {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-family: "Carnas";
  font-weight: 300;
}

.our-cars {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.our-range {
  font-size: 3.438rem;
  font-weight: 700;
}

.car-brand-slogan {
  font-family: "Carnas";
  color: #343434;
  font-size: 1.875rem;
  font-weight: 200;
}

.car-brand-desc {
  font-size: 1.063rem;
  color: #3b3b3b;
  line-height: 1.3;
}

.car-item {
  padding: 0 2rem;
}

.car-item .car-image {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.car-item .car-image img {
  max-width: 100%;
}

.car-logo {
  height: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.car-logo img {
  max-height: 40px;
}

.car-desc {
  font-size: 1.25rem;
  color: #343434;
  font-weight: 500;
  font-family: "Carnas";
}

.car-item p {
  font-size: 0.813rem;
  font-weight: 300;
}

.car-item .price {
  font-size: 1.125rem;
  font-family: "Carnas";
  font-weight: 300;
}

.car-item .price span {
  font-weight: 600;
}

.nexa-car-info {
  margin-top: 10rem;
}

.contact-section {
  background-color: rgba(249, 249, 249, 0.54);
  padding-top:2rem;
  padding-bottom:2rem;
}

.contact-heading {
  font-family: "Carnas";
  font-size: 3rem;
  font-weight: 600;
}

.contact-heading span {
  font-weight: 800;
  display: block;
}

.footer {
  background-color: rgba(249, 249, 249, 0.54);
}

hr {
  background-color: #aaa;
}

.partner-logo img {
  /* max-height: 30px; */
  max-width: 100%;
  margin: 0 auto;
}

.partners .slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
}

.partners .partner-logo {
  text-align: center;
  padding: 0 1rem;
}

.book-now-modal .modal-content {
  background-color: #2d3394;
}

.book-now-modal .form-group label {
  color: #fff;
}

.book-now-modal .form-control,
.book-now-modal .customized-select select {
  border-color: #fff;
  border-width: 2px;
  background-color: transparent;
  color: #fff;
}

.book-now-modal .customized-select select option{
  color: #000;
}

.book-now-modal .modal-header,
.book-now-modal .btn-close {
  color: #fff;
  border: 0;
}

.book-now-modal .custom-checkbox label{
  color: #fff;
}
.book-now-modal .form-control::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.book-now-modal .btn-primary{
  background-color: #fff;
  border-color: #fff;
  color: #2d3394;
}

.book-now-modal .customized-select::before{
  background-image: url(../assets/img/ic_arrow_drop_down_24px.svg);
}

.enquire-now{
  padding: 0.5rem 1.8rem;
  background-color: #EF5336;
  color: #fff;
  font-size: 1.438rem;
  font-weight: 600;
  position: fixed;
  right: -70px;
  top: 60%;
  transform: rotate(-90deg);
  font-family: "Carnas";
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  z-index: 10;
  cursor: pointer;
}

@media (max-width: 575px) {
  .navbar .navbar-brand img {
    max-height: 19px;
  }
  .navbar-right-brand img {
    max-height: 10px;
  }
  .brand-name {
    line-height: 1;
    margin-bottom: 1rem;
  }
  .brand-name-light,
  .brand-name-bold {
    font-size: 2.5rem;
  }
  .info-g .count {
    font-size: 2.6rem;
  }
  .our-range {
    font-size: 2rem;
  }
  .info-g {
    margin-bottom: 2rem;
  }
  .car-logo img {
    max-height: 20px;
  }
  .car-brand-slogan {
    font-size: 1.5rem;
  }
  .car-brand-desc {
    font-size: 0.9rem;
  }
  .contact-heading {
    font-size: 2rem;
  }

  .about-section {
    padding-bottom: 3rem;
  }

  .page-section {
    padding: 1.5rem 0.8rem;
  }

  .mastheader .slick-slide, .mastheader{
    height: 35vh;
  }

  .btn-lg{
    padding: 0.5rem 1rem;
    min-width: 150px;
  }

  .enquire-now{
    font-size: 1rem;
    right: -55px;
  }
}

@media (max-width: 767px) {
  .car-item {
    padding: 0 1rem;

  }
  .car-item .car-image{
    height: 150px;
  }
  .car-item .car-image img{
    max-width: 100%;
    max-height: 100%;
  }
  
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {
  .info-g .count {
    font-size: 2rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .brand-name-light, .brand-name-bold{
    font-size: 3.5rem;
  }

  .mastheader, .mastheader .slick-slide{
    height: 80vh;
  }
  .infographics{
    flex-wrap: wrap;
  }

  .info-g{
    flex-basis: 300px;
    margin-bottom: 1rem;
  }
  .about-section{
    padding-bottom: 7rem;
    padding-top: 3rem;
  }

  .our-cars, .contact-section{
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .about-section{
    padding-bottom: 7rem;
    padding-top: 3rem;
  }

  .our-cars, .contact-section{
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  .brand-name-light, .brand-name-bold{
    font-size: 3.5rem;
  }

  .info-g{
    margin-bottom: 2em;
  }
  .info-g .count{
    font-size: 3rem;
  }
  .infographics{
    flex-wrap: wrap;
  }
  .info-g{
    flex-basis: 50%;
    margin-bottom: 1rem;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .brand-name-light, .brand-name-bold{
    font-size: 4.5rem;
  }

}

@media (min-width: 992px) {
  .info-g .count {
    font-size: 2.5rem;
  }

  .info-g .info-g-label {
    font-size: 1rem;
  }
  .about-section {
    padding-bottom: 13rem;
  }
  .count-min-width{
    min-width: 120px;
  }
}

@media (min-width: 1200px) {
  .info-g .count {
    font-size: 3.5rem;
  }


  .info-g .info-g-label {
    font-size: 1rem;
  }
  .about-section {
    padding-bottom: 19rem;
  }
  .count-min-width{
    min-width: 170px;
  }
}

@media (min-width: 1400px) {
  .info-g .count {
    font-size: 4.688rem;
  }
  .count-min-width{
    min-width: 220px;
  }

}

.navbar>.container{
  max-width: 1250px !important;
}


.error-msg-foot,.error-msg,.error-msg-slide{font-size:24px;margin-top:15px;}
.error-msg,.error-msg-slide{color: #fff !important;}
#slideModal.arenahdr .modal-content,#bookNowModal.arenahdr .modal-content{background-color:#ef5336;}
