
@font-face {
  font-family: my-font;
  src: url(my-font/h-light.otf);
  font-weight: light;
}
@font-face {
  font-family: my-font;
  src: url(my-font/h-blk.otf);
  font-weight: bold;
}
body {
  font-family: 'Open Sans', sans-serif;
  box-sizing: border-box;
}
.container-fluid{
  padding: 1% 6%;
}
 .navbarCar{
  width:100%;


}
.navbarCar{
  padding:1.5% 9%!important;
}
/* .navbar-expand-md {
margin-top: 14px;
padding:8px 7% 8px 7%;
} */
.nav-item{
  font-size: 15.3px;
 /* padding: 0 1.2%; */
 margin: 0 15px;
 /* font-weight: 300; */
}
.underline {
	height: 1px;
	background-color: #f8fafc;
	width: 0%;
  -webkit-transition: width 0.5s ease 0.1s, left 0.5s ease 0s;
    transition: width 0.5s ease 0.1s, left 0.5s ease 0s;
	margin: 0;
}
.nav-item.active .underline{
  width: 100%;
	background-color: white;
}
.nav-item:hover .underline {

	width: 100%;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
    /* transition: box-shadow .3s; */
    display: inline-block;

}

.nav-link:hover, .nav-link:active {
  color:#fff !important;

}
.navbar-dark .navbar-nav .nav-link{padding: 0px 0;}
.scrolled{
  background-color: rgba(0, 0, 0, 0.85);
  transition:background 1s;
}
/* .nav-item {
  padding: 0 1%;


} */
.carousel{
  margin-top: 0;
}
.titleCar {
position: static;
top:-3%;
z-index: -1;
/* max-height: 670px; */
max-height: 90%;
}
.carousel-item{
  background-size: cover;
}
.carousel-caption {
    position: absolute;
    top: 34.2%;
    left: 9%;
    right:9%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
}
.carh3{

  font-family: my-font;
  padding-bottom: 1rem;
  font-size: 70px;
  font-weight:bold;
  line-height:1.2;
  text-align: left;
  color:#ffffff;
}
.smallh3{ top:38%; font-size: 55px;}
.carousel-caption h5 {
  font-size: 50px;
  /* color:#fcd121; */
  color:#facb27;
  text-align:left;
}
.carpi{
  font-family: my-font;
  color: white;
  font-size:19px;
  font-weight: light;
  text-align: left;
  line-height: 1.5;
}

.carousel-control-prev,.carousel-control-next{
  opacity:1!important;
  width:7%!important;
}

.carousel-control-next, .carousel-control-prev {
    top:45%;
  bottom: auto;}
.carousel-control-next:hover{
  opacity: .6!important;
}
.carousel-control-prev:hover{
  opacity: .6!important;
}
.carButtons {width:40px;}
.carousel-indicators {bottom: 5%;}

.colored{
  position: absolute;
  top:0%;
  left:9.3%;
    width: 342px;
    height: 401px;
    background-color: #ffd400;
    mix-blend-mode: color;
}
.heigh2{height:550px;}
.carousel-indicators .active{
  border:2px solid #ffd400;
  background-color:white!important;

}
.colored3{
  background-color: #ffd400;
  mix-blend-mode: color;
  width: 700px;
  height: 166px;
  position: absolute;
  top: 39.5%;
}
.carousel-indicators li {
  width: 10px; height: 10px;
  border-radius: 50%;
  border:2px solid white;
  opacity: 1;
  background-color:transparent;
  margin-bottom: 6%;
}

.three-part .row{margin-left:-16px;}
.three-part{
  position: relative;
  text-align: center;
  width: 100%;
 box-sizing: border-box;



}
.box1{
  background-image: url("home/overlay1.jpg");
  max-height: 330px;
}
.three-box {
  background-size:cover;
  height:100%;
  padding: 6% 8%;
}

.box3{
  background-image: url("home/overlay3.jpg");
  max-height: 330px;
}
.container-fluid{
  margin: 0;
  padding-top:0;
  padding-left: 0;
  padding-right: 15px;
  padding-bottom: 0;
}
.three-title1{
  font-size: 1.5rem;
  font-weight: bold;
  padding: 10px 0;
}
.three-title{
  color: #ffd91b;
}
.two-icon{width: 100px; margin-bottom: 18px;}
.three-pi1{
  padding-bottom: 0;
  margin-bottom: 10px;
  font-size: 1rem;
}
.three-pi{
  color: #ffffff;

}
.about-sec{
  padding: 70px 9%;
  background-color: #e8e8e8;
}

.ab-icon{
  width: 60px;
  margin-right:10px;
  margin-bottom: 35px;
}
.ab1 h3{
  font-size: 2rem;
  margin-bottom: 35px;
}
.ab2 p, .pro-pi{
 margin-bottom:24px;
 font-size: 15px;
 line-height: 1.8;
}
.more-link-lgt, .more-link-drk{
  text-decoration: none;
  font-weight: bold;

}
.more-link-lgt{color: #deb616;
  margin-top: 7px;}

.more-link-drk{
  color: #ffd91b;
}
.more-link-lgt:hover {
  text-decoration: none;
  color:#d1b02e;
}
.more-link-drk:hover {
  text-decoration: none;
  color:#ffd91b;
}

.product-sec{
  background-attachment: fixed;
  background-image: url("home/overlay3.jpg");
  background-size: cover;
  background-position: center;
  padding: 5% 9%;
}
.pro-pi{
color:#e2e3f4;
float:left;
}
.footer-sec{
  background-color:#121212;
  padding: 3% 9% 1%;
  text-align: center;
  color: #5c5c5c;
}
.contact-info p{
   font-size: 15px;
   margin-bottom: 10px;
}
.copyRightsFooter p{ margin-bottom: 2px; font-size: 14px; font-weight: 300;}
.social-icon{
  color:#ffd91b;
  padding-right: 1%;
}
.social-icons{
  padding: 5px;
}
.contact-info{
  color: #878787;
  text-align: left;
  margin-bottom: 2rem;
  padding-top: 1rem;

}
.contact-info h5 {
  color:#deb616;
  font-weight: bold;
  padding:1% 0;
}
.navbar-nav .dropdown-menu {
    background: transparent;
    width: 80px;
    min-width: 80px;
    box-shadow: inset 0 0 0 200px rgba(255,255,255,0.3);
  }
  .dropdown-item:active {background-color: #e2b54f;}
   button.dropdown-item:focus {
    outline: burlywood;
}
  /* .dropdown-menu:before{
   content: "";
   background: inherit;
   position: absolute;
   left: -2px;
   right: 0;
   top: -2px;
   bottom: 0;
   box-shadow: inset 0 0 0 200px rgba(255,255,255,0.3);
   filter: blur(10px);} */
/* @media */
@media only screen and (max-width:857px) {
  .carh3 {font-size: 50px;}
  .carpi {font-size: 35;}
  .carousel-caption h5 {font-size: 30;}
  .carousel-control-next, .carousel-control-prev {
      top:40%;
    bottom: auto;}
}
@media only screen and (max-width:769px) {
  .carousel-control-next, .carousel-control-prev {
      top:35%;
    bottom: auto;}
}

@media only screen and (max-width:650px) {
  .carh3 {font-size: 35px; padding-bottom: 0;}
  .carpi {font-size: 18px;}
  .carousel-caption h5 {font-size:22px;}
  .carousel-control-next, .carousel-control-prev {
      top:25%;
    bottom: auto;}
    .carButtons {
    width: 20px;
}
}
@media only screen and (max-width:430px) {
  .carh3 {font-size: 28px; padding-bottom: 0; text-align: center;}
  .carpi {font-size: 15px; text-align: center;}
  .carousel-caption h5 {font-size:18px; margin-bottom: 2px; text-align: center;}
  .carousel-caption {top:auto; bottom:10%;}
  .navbarCar {
  padding-top:8px;
  background-color: rgba(0, 0, 0, 0.9);}
  .carousel {margin-top:51px;}
  .three-part h5 {font-size: 26px; margin-bottom: 0;}
  .tree-part p {font-size: 18px;}
  .carousel-item:nth-child(2) .carousel-caption {bottom:20%;}


  .carousel img{display: none!important;}
  .carousel, .carousel-item, .carousel-item.active {
     height: 400px;
   }
   .carousel-inner {
     height: 100%;
   }
   .carousel-item:nth-child(1) {
     background-image: url("home/car1bw.jpg");
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center center;
   }
   .carousel-item:nth-child(2) {
     background-image: url("home/car2.jpg");
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center center;
   }
   .carousel-item:nth-child(3) {
     background-image: url("home/car3.jpg");
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center center;
   }
   .colored{top: 50%;
    left: 0%;
    width: 100%;
    height: 25%;}

}
