@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
  font-family: "Montserrat", sans-serif !important;
}

:root {
  --primary-color: #adc456;
  --secondary-color: #a5a3a5;
  --white-color: #ffffff;
  --black-color: #000000;
}


/* navigation top  */
.country img {
  width: 20px;
}

.top-icon {
  color: var(--primary-color);
}

/* Nabbar  */
.active {
  color: var(--primary-color) !important;
}

.to-nav-wrap {
  background-color: #f0f0f0;
}

.bgcolour {
  margin-top: 0 !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: all 0.5s ease;
}

#navbar {
  background-color: rgba(255, 255, 255, 0.9);
  margin-top: 2.5rem;
}

.logo {
  width: 130px;
}

.nav-link {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0.5rem;
  transition: all 0.5s ease;
}

.nav-link:hover {
  color: var(--primary-color);
}

.dropdown-menu {
  border: none;
  background-color: rgba(255, 255, 255, 0.9);
}

.dropdown-item {
  padding: 0.7rem 2rem;
  font-size: 14px;
  transition: all 0.5s linear;
}

.dropdown-item:hover {
  color: var(--primary-color);
}

.write-btn {
  border: none;
  outline: none;
  background-color: var(--secondary-color);
  padding: 0.5rem 1.3rem;
  border-radius: 4px;
  color: var(--white-color);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.write-btn:hover {
  opacity: 0.9;
}

.traking-btn {
  background-color: var(--primary-color);
}

.modal-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 575.98px) {
  #navbar {
    margin-top: 0rem;
  }
}

/* Hero section  */
.hero-overlay {
  background-color: rgba(201, 14, 14, 0.9);
}

.carousel-item img {
  height: 80vh;
  object-fit: cover;
}

.hero-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}

.hero-middle h3 {
  font-size: 58px;
  font-weight: 800;
}

.hero-middle p {
  font-size: 18px;
}

.hero-middle button {
  border: none;
  outline: none;
  background-color: var(--primary-color);
  color: var(--white-color);
  font-size: 14px;
  font-weight: 500;
  padding: 0.4rem 0.8rem;
  border-radius: 4px;
}

@media (max-width: 575.98px) {
  .carousel-item img {
    height: 65vh;
  }

  .hero-middle {
    width: 100%;
  }

  .hero-middle h3 {
    font-size: 30px;
  }

  .hero-middle p {
    font-size: 14px;
  }
}


/* Hero Slider  */
.myHero {
  margin-top: -2.6rem;
}

.hero-slider {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: relative;
  border-radius: 4px;
}

.hero-slider img {
  width: 100%;
  opacity: 0.8;
  border: 4px;
}

.hero-title {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}


/* About  */
.ab-wrap {
  padding: 4rem 0 5rem 0;
}

.h-line {
  display: flex;
  flex-direction: row;
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
  text-transform: uppercase;
  gap: 24px;
}

.h-line:before,
.h-line:after {
  content: "";
  flex: 1;
  border-bottom: 1px solid var(--secondary-color);
  margin: auto;
}

.ab-col-right {
  background-color: #fafafa;
  padding: 2rem;
  border-radius: 2px;
}

.send-btn {
  border: none;
  outline: none;
  border-radius: 4px;
  background-color: var(--secondary-color);
  color: var(--white-color);
  font-size: 16px;
  font-weight: 500;
  padding: 0.4rem 1.5rem;
  margin-top: 2rem;
  transition: all 0.5s linear;
}

.send-btn:hover {
  opacity: 0.8;
}


/* We are IMPOCARGA HV SAS */
.impocarga-wrap {
  background-image: url("../images/ab-bg.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-color: #fafafa;
  padding: 6.5rem 0 5rem 0;
}

.impocarga-img img {
  padding: 1rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: var(--white-color);
}

.impo-title {
  color: var(--primary-color);
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 3.5rem;
}

.p-percent {
  background-color: var(--secondary-color);
  width: 48px;
  height: 24px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border-radius: 4px;
  padding: 0.1rem 0;
}

.progress {
  height: 2px;
}

.progress-bar {
  background-color: red;
}

@media (max-width: 575.98px) {
  .impocarga-img img {
    width: 100%;
  }
}


/* Company overview intro  */
.intro-wrap {
  background-image: url('https://impocargahv.com/wp-content/themes/logzee/assets/images/bg_1.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 300px;
}

.intro-overlay {
  height: 300px;
  background-color: rgba(92, 157, 142, 0.4);
  padding: 5.6rem 0;
}

.count-up-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.count-up-card {
  text-align: center;
  color: #fff;
}

.c-icon {
  font-size: 36px;
  margin-bottom: 0.5rem;
}

.count-up-card h1 {
  font-size: 40px;
  font-weight: 800;
  margin: 0;
  padding: 0;
}

.count-up-card h6 {
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .intro-wrap {
    height: 400px;
  }

  .intro-overlay {
    height: 400px;
    padding: 5rem 0;
  }

  .count-up-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

/* Some Projects  */
.project-wrap {
  padding: 6.2rem 0 6.2rem 0;
}

.project-title {
  color: var(--primary-color);
  font-size: 38px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 3.5rem;
}

.p-card {
  position: relative;
  background-color: black;
  margin: 1rem 0;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.p-card:hover .image {
  opacity: 0.3;
}

.p-card:hover .middle {
  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 575.98px) {
  .image {
    height: 260px;
  }
}


/* Testimonial  */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-title {
  font-size: 30px;
  font-weight: 700;
  color: var(--primary-color);
}

.review-card {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  display: flex;
  background-image: url("../images/ab-bg.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  gap: 24px;
  padding: 2rem;
}

.review-card img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.review-card p {
  font-size: 14px;
  text-align: start;
}

.review-card h6 {
  text-align: start;
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .review-card {
    display: block;
    margin-right: 2rem;
  }
}


/* Intro */
.contact-intro {
  background-color: #303A86;
  padding: 5rem;
  color: #fff;
  text-align: center;
}

.intro-contact {
  border: none;
  outline: none;
  background-color: var(--white-color);
  font-size: 16px;
  font-weight: 600;
  padding: 0.4rem 3rem;
  border-radius: 4px;
  transition: all 0.5s ease;
}

.intro-contact:hover {
  opacity: 0.9;
}

@media (max-width: 575.98px) {
  .contact-intro {
    padding: 1rem;
    text-align: start;
  }
}


/* company news  */
.news-wrap {
  padding: 6rem 0 6rem 0;
  text-align: center;
}

.company-title {
  font-size: 30px;
  font-weight: 700;
  color: var(--primary-color);
}

.news-card img {
  width: 100%;
  transition: all 0.5s ease;
  border-radius: 4px;
}

.news-card img:hover {
  opacity: 0.6;
  transform: scale(1.01)
}

.news-card {
  padding: 0.5rem;
}

.news-card div {
  margin-top: 0.5rem;
  font-size: 15px;
  font-weight: 500;
}

.news-card a {
  color: var(--black-color);
  font-size: 16px;
  font-weight: 700;
}

.learn-more-btn {
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 500;
  padding: 0.4rem 1.5rem;
  background-color: var(--primary-color);
  border-radius: 18px;
  color: var(--white-color);
}

.learn-more-btn:hover {
  opacity: 0.9;
}


/* Our clients  */
.clients-wrap {
  background-image: url('https://impocargahv.com/wp-content/uploads/2020/08/home-aliados.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 360px;
  color: #fff;
}

.clients-overlay {
  background-color: rgba(4, 22, 99, 0.7);
  height: 360px;
  padding: 1.2rem;
}

.clients-name {
  background-color: #fff;
  padding: 0.6rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.clients-name img {
  width: 95%;
}


/* Footer  */
.footer-wrap {
  background-color: #f1fbff;
  padding: 5rem 0 0 0;
}

.footer-link {
  padding: 0;
}

.footer-link li {
  list-style-type: none;
  margin: 1rem 0;
}

.footer-link li a {
  color: var(--black-color);
  font-size: 14px;
  font-weight: 400;
  transition: all 0.5s linear;
}

.footer-link li a:hover {
  color: var(--primary-color);
}

.social-profile a {
  color: var(--black-color);
  font-size: 18px;
  transition: all 0.5s ease;
  margin: 0 0.2rem;
}

.social-profile a:hover {
  color: var(--primary-color);
}

.copywrite-wrap {
  background-color: #303A86;
  padding: 0.8rem;
  color: #fff;
  text-align: center;
}