/* General CSS */
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@200;300;400;500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&amp;display=swap");

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none;
}

:root {
  --primary: #86b817;
  --secondary: #fe8800;
  --light: #f5f5f5;
  --dark: #14141f;
}

.main-btn {
  position: relative;
  color: var(--bg-white);
  background: linear-gradient(to right, #0f7404, #5cb917);
  z-index: 1;
  overflow: hidden;
  border: 0.2rem solid var(--bg-white);
  border-radius: 3.5rem;
  text-transform: uppercase;
  padding: 1rem 3.5rem;
  font-weight: 600;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  letter-spacing: 0.2rem;
}

.main-btn:hover {
  background: var(--bg-white);
  color: var(--secondary-color);
  border: 0.2rem solid var(--secondary-color);
}

section {
  padding: 5rem 0;
}

.section-title {
  font-size: 4rem;
  font-weight: 600;
  color: var(--primary-text);
  text-transform: capitalize;
  margin-bottom: 2rem;
}

.section-subtitle {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--primary-text);
  font-family: var(--secondary-font);
  max-width: 40%;
  margin: auto;
  margin-bottom: 1.5rem;
}

.hero-header {
  height: 520px;
  margin-top: 2.5rem;
  background: linear-gradient(rgba(20, 20, 31, 0.7), rgba(20, 20, 31, 0.7)),
    url(images/car-img3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}




@media (max-width:759px) {
  .hero-header {
      height: 316px;
    
 }
}
@media (max-width:580px) {
  .hero-header {
      height: 260px;
    
 }
}
@media (max-width:470px) {
  .hero-header {
      height: 222px;
    
 }
}


.contact .contact-form,
.distributors .contact-form {
  background-color: var(--light-color);
  padding: 5rem;
  box-shadow: 0 0.2rem 1.5rem rgb(0 0 0 / 4%);
}

.contact .contact-form .form-control:focus,
.distributors .contact-form .form-control:focus {
  outline: none;
  box-shadow: none;
}

.contact .contact-form .form-control::placeholder,
.distributors .contact-form .form-control::placeholder {
  color: var(--primary-text);
}

.contact .contact-form .form-control,
.distributors .contact-form .form-control {
  padding: 1rem 1.5rem;
  border-radius: 0rem;
  border: 0.1rem solid var(--secondary-color);
  color: var(--primary-text);
  font-size: 1.5rem;
  font-weight: 400;
  font-family: var(--secondary-font);
}

/*** Service ***/
.service-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
  transition: 0.5s;
}

.service-item:hover {
  background: var(--primary);
}

.service-item * {
  transition: 0.5s;
}

.service-item:hover * {
  color: var(--light) !important;
}
.btn-primary {
  border-color: var(--primary) !important;
  background-color: var(--primary) !important;
}

.text-primar {
  color: var(--primary);
}

/* corporate service css start */

.corporate-container b {
  font-size: 20px;
}
/* corporate service css end */

/*** Destination ***/
.destination img {
  transition: 0.5s;
}

.destination a:hover img {
  transform: scale(1.1);
}

/*** Package ***/
.package-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.package-item img {
  transition: 0.5s;
}

.package-item:hover img {
  transform: scale(1.1);
}

/*** Team ***/
.team-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.team-item img {
  transition: 0.5s;
}

.team-item:hover img {
  transform: scale(1.1);
}

.team-item .btn {
  background: #ffffff;
  color: var(--primary);
  border-radius: 20px;
  border-bottom: 1px solid var(--primary);
}

.team-item .btn:hover {
  background: var(--primary);
  color: #ffffff;
}

.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-weight: normal;
  border: 1px solid #ffffff;
  border-radius: 35px;
  transition: 0.3s;
}

.footer .btn.btn-social:hover {
  color: var(--primary);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.footer h4,
h5 {
  color: var(--primary) !important;
}
.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
/* testimonial setion */
.test-cont {
  border: 1px solid gray;
  background-color: white;
}

.testimonial .testimonial-wrapper img {
  border-radius: 100%;
  margin: 1.25rem auto;
  height: 5rem;
  width: 5rem;
  object-fit: cover;
  background: #f5f5f5;
  border: 0.063rem solid var(--bg-light-white);
}

.testimonial .testimonial-wrapper span {
  color: #777;
  text-transform: uppercase;
  font-size: 1rem;
  margin: 1rem 0;
  display: block;
}

.testimonial .testimonial-wrapper p {
  font-size: 0.875rem;
  color: #777;
  font-weight: 300;
}

.carousel-contro1 {
  position: absolute;
  top: 50%;
  right: 4%;
  border: none;
  font-size: 2rem;
  color: green;
}

.carousel-contro2 {
  position: absolute;
  top: 50%;
  left: 4%;
  border: none;
  font-size: 2rem;

  color: green;
}

.carousel-indicators button {
  background-color: green !important;
  height: 2rem;
}
.carousel-indicators {
  margin-bottom: 0 !important;
}

.star {
  display: flex;
  align-items: center;
  justify-content: center;
}

.star i {
  color: #ffc107;
}

/* Features CSS */

.feature_section .features-box {
  background-color: transparent;
  border: 0.15rem solid var(--light-color);
  padding: 8rem 0;
  transition: all 0.3s;
}

.feature_section .features-box .features-icon-border {
  background-color: transparent;
  border-radius: 50%;
  border: 0.2rem solid var(--light-color);
  padding: 1.3rem;
  display: inline-block;
}

.feature_section .features-box .features-icon {
  height: 6.5rem;
  width: 6.5rem;
  background-color: var(--light-color);
  margin: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature_section .features-box .features-icon img {
  width: 3.7rem;
}

.feature_section .features-box h3 {
  margin-top: 1.5rem;
  color: var(--primary-text);
}

.feature_section .features-box:hover {
  background-color: #03262c;
  border-color: #03262c;
}

.feature_section .features-box:hover h3 {
  color: #fff;
}

.feature_section .features-box:hover .features-icon-border {
  border-color: #36970e;
}

/* About Section */

.landing_about_section {
  background: url("images/about/about-banner.html");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 9rem 0;
}

.landing_about_section p {
  color: var(--primary-text);
  margin-bottom: 2rem;
}

/* product card design */

.landing_product_section .product-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: transparent;
  border: 0.2rem solid var(--light-color);
  padding: 2rem 1rem;
  position: relative;
  transition: all 0.3s;
}

.landing_product_section .product-card .product-img {
  margin-bottom: 7rem;
  text-align: center;
}

.landing_product_section .product-card h3 {
  color: var(--primary-text);
}

.landing_product_section .product-card span {
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--secondary-color);
  margin-right: 0.5rem;
  text-decoration: line-through;
  transition: all 0.3s;
}

.landing_product_section .product-detail {
  position: absolute;
  bottom: -22rem;
  right: 0;
  left: 0;
  text-align: center;
  padding: 5rem 1rem;
  background-color: var(--dark-color);
  transition: all 0.5s ease;
}

.landing_product_section .product-card:hover .product-detail {
  bottom: 0;
}

/* 4.5 Testimonial */
.testimonial_section {
  background-color: var(--light-color);
  padding-bottom: 8rem;
}

.testimonial_section .carousel-indicators {
  bottom: -6rem;
}

.testimonial_section .carousel-indicators button {
  background-color: var(--dark-color);
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
}

.testimonial_section .card {
  background: url("images/testimonial/testimonial-bg.html");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: right;
  padding: 5rem 5rem 5rem 0;
  border-radius: 0 0.5rem 0.5rem 0;
  border: 0.1rem solid transparent;
}

.testimonial_section .profile-box {
  padding: 1.875rem;
  background-color: var(--dark-color);
  border-radius: 0.5rem 0 0 0.5rem;
}

.testimonial_section .profile-box img {
  border-radius: 0.625rem 3.125rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial_section .desc-box {
  padding-left: 2.5rem;
}

/* Gallery CSS */

.gallery_section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Footer CSS */

.footer_wrapper {
  background: url("images/footer-bg/footer_bg.html");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: 15rem;
  padding-bottom: 0rem;
}

.footer_wrapper h5 {
  color: var(--text-white);
  font-size: 2.5rem;
  margin-bottom: 1.25rem;
}

.footer_wrapper ul li {
  margin-bottom: 0.5rem;
  list-style: none;
}

.footer_wrapper .company_details {
  font-size: 1.4rem;
}

.footer_wrapper .contact-info li a {
  color: var(--text-gray);
  font-size: 1.6rem;
}

.footer_wrapper .link-widget li a,
.footer_wrapper p {
  color: var(--text-gray);
  font-size: 1.6rem;
  padding-left: 1.5rem;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer_wrapper .link-widget li a::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer_wrapper .link-widget li a:hover {
  margin-left: 0.625rem;
  color: var(--secondary-color);
}

.footer_wrapper .social-network a {
  width: 3.5rem;
  height: 3.5rem;
  margin: 0.5rem;
  line-height: 3.2rem;
  font-size: 1.5rem;
  display: inline-block;
  border: 0.125rem solid var(--text-gray);
  color: var(--text-gray);
  text-align: center;
  border-radius: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.footer_wrapper .social-network a:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--text-white);
  box-shadow: 0 0.625rem 0.9375rem 0 rgb(0 0 0 / 10%);
  transform: translateY(-0.1875rem);
}

.footer_wrapper .form-control {
  font-size: 2rem;
  color: white;
}

.footer_wrapper .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--secondary-color);
}

.footer_wrapper .copyright-section {
  background-color: var(--secondary-color);
  text-align: center;
  margin-top: 5rem;
}

.footer_wrapper .copyright-section p {
  margin-top: 0;
  padding: 3rem 0;
  line-height: 0;
}

.footer_wrapper .copyright-section a {
  color: var(--primary-text);
  font-weight: 600;
}

/* ===========================
           About Page CSS
           ============================== */

.about .about-details p {
  color: var(--primary-text);
}

/* ===========================
           Contact Page CSS
           ============================== */
.contact .contact-form textarea {
  min-height: 15rem;
}

.contact .content-box .info-box li {
  position: relative;
  padding-left: 7rem;
  padding-bottom: 3.5rem;
  margin-bottom: 2.9rem;
}

.contact .content-box .info-box li i {
  position: absolute;
  left: 0;
  top: 1.5rem;
  font-size: 4.5rem;
  line-height: 4.5rem;
  color: var(--primary-text);
}

.contact .content-box .info-box li p {
  color: var(--primary-text);
}

.contact .content-box .info-box li a {
  color: var(--dark-color);
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 0;
  font-family: var(--secondary-font);
}

/* ===========================
           Product Page CSS
           ============================== */

.product .product-details p {
  margin-bottom: 1.5rem;
}

/* Media Query 1170px */
@media (max-width: 1170px) {
  .section-subtitle {
    max-width: 60%;
  }

  /* 01 Navbar CSS */
  .header .navbar {
    background-size: cover;
    padding: 2rem;
  }

  .header .navbar-nav {
    margin-top: 2rem;
  }

  .header .navbar-nav .nav-link {
    padding: 0.2rem 0.5rem;
    margin-bottom: 1rem;
  }

  .header .header_right span {
    padding: 0.2rem 0.5rem;
  }

  /* 02 Banner Section */
  .banner_section .carousel-item {
    height: 90vh;
  }
}

/* Media Query 991px */
@media (max-width: 991px) {
  /* 01 Navbar CSS */
  .header .navbar {
    background-size: cover;
    padding: 1rem 2rem;
  }

  .header .navbar-nav {
    margin-top: 2rem;
  }

  .header .navbar-nav .nav-link {
    padding: 0.2rem 0.5rem;
    margin-bottom: 1rem;
  }

  .header .header_right span {
    padding: 0.2rem 0.5rem;
  }

  /* General CSS */
  .about .banner_section,
  .product .banner_section,
  .Gallery .banner_section,
  .contact .banner_section {
    padding-top: 12.5rem;
    padding-bottom: 3rem;
  }
}

/* Media Query 767px */
@media (max-width: 767px) {
  /* General CSS */
  body,
  html {
    font-size: 8px;
  }

  .section-subtitle {
    max-width: 80%;
  }

  /* 02 Banner Section */
  .banner_section {
    min-height: 70vh;
  }

  .banner_section .carousel-item {
    height: 70vh;
  }
}

/* Media Query 590px */
@media (max-width: 590px) {
  /* General CSS */
  body,
  html {
    font-size: 7px;
  }
}

header nav {
  background-color: #f1f1f1;
  width: 95%;
  height: 18%;
  /* border: 1px solid #000; */
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header nav ul{
  list-style: none;
  display: flex;
}
header nav ul li{
  padding: 13px 15px;
}


header nav ul li a{
  text-decoration: none;
  color: black;
  font-size: 19px;
  font-weight: 500;
  transition: .3s linear;
}
header nav ul li a:hover{
  color: gray;
}

header nav .fa-bars {
  display: none;
  font-size: 25px;
  padding: 0 7px;
}

@media screen and (max-width: 714px){
 
  header nav ul {
      position: absolute;
      width: 200px;
      height: auto;
      flex-direction: column;
      background: #fff;
      border-radius: 5px;
      box-shadow: 0px 0px 10px gray;
      justify-content: center;
      top: -362%;
      right: 30%;
      z-index: 999999999999999;
      padding: 10px 20px;
      transition: .8s linear;
  }
  /* javascript class  */
  header nav .ul_active {
      top: 0;
  }
  header nav ul li {
      padding: 8px 0px;
      text-align: center;
  }
  header nav .fa-bars {
    display: unset;
}
.corporate-container b{
  font-size: 9px;
}

.hero-header {
   height: 300px;
  margin-top: 4.5rem;
}

}
@media screen and (max-width: 450px){
  

  .navbar-brand img {
    height: 40px;
    width: 90px;
    margin-top: 0px;
  }

}