/*--navar section--*/
.navbar-section {
  background-color: #ffffff;
}

.navbar-container {
  color: #000000;
}

.navlinks .navlink {
  color: #000000;
}

.navbar-quote-btn {
  width: 136px;
  height: 48px;
  border-radius: 4px;
}

.open-menu-container {
  display: flex;
  gap: 43px;
  align-items: center;
  justify-content: right;
}

.vendor-timing,
.vendor-phone {
  display: flex;
  align-items: start;
  gap: 8px;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.vendor-timing .inner strong,
.vendor-phone .inner strong {
  font-weight: 600;
}

.vendor-timing img {
  width: 36px;
  height: 36px;
}

.vendor-phone img {
  width: 30px;
  height: 30px;
}

.open-menu-icon {
  filter: invert(1);
}

@media(max-width: 1280px) {
  .open-menu-container {
    gap: 23px;
  }
}

@media(min-width: 1025px) {
  .navlinks a {
    display: none;
  }

  .navbar-container {
    padding: 0 80px;
  }
}

@media(max-width: 1024px) {

  .vendor-timing,
  .vendor-phone {
    display: none;
  }
}



/*---vendor-section-1---*/
.vendor-section-1 {
  height: 685px;
  background: linear-gradient(#000000a9, #000000a9), url(../assets/images/card-img.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffffff;
  display: flex;
  justify-content: center;
}

.vendor-container {
  padding: 100px 100px 0 80px;
  display: flex;
  justify-content: space-between;
  max-width: 1440px;
  width: 100%;
}

.vendor-hero-text {
  width: 677px;
}

.vendor-hero-text h1 {
  margin-bottom: 24px;
}

.vendor-hero-text p {
  margin-bottom: 36px;
}

.hero-image-section {
  position: relative;
}

.get-quote-btn {
  color: #000000;
  background-color: #fee823;
  border: none;
  outline: none;
  border-radius: 12px;
  height: 52px;
  width: 297px;
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
}

.get-quote-btn:hover {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.happy-customers {
  position: absolute;
  background-color: #ffffff;
  color: #000000;
  border-radius: 12px;
  padding: 18px;
  gap: 8px;
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: -60px;
  left: -145px;
}

.happy-customers img {
  width: 100%;
  height: 44px;
}

.experience-card {
  position: absolute;
  background-color: #ffffff;
  color: #000000;
  border-radius: 12px;
  padding: 22px 38px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  bottom: 43px;
  right: -87px;
}

.experience-card h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: unset;
}

.indicate-arrow {
  position: absolute;
  top: 43px;
  left: 42px;
}

.vendor-hero-img {
  width: 432px;
  height: 579px;
}


/*---vendor-feaure-section---*/
.vendor-feature-section,
.vendor-section-2,
.vendor-section-3,
.vendor-section-4,
.vendor-section-5,
.vendor-section-6 {
  display: flex;
  justify-content: center;
}

.vendor-feature-container {
  max-width: 1440px;
  width: 100%;
  padding: 50px 50px 15px 50px;
}

.hero-features {
  background-color: #fee8234f;
  border-radius: 12px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 30px 12px;
  gap: 16px;
  max-width: 1087px;
  width: 100%;
  margin: 0 auto;
}

.hero-features .feature {
  text-align: center;
  padding: 12px 20px;
  gap: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid #000000;
}

.hero-features .feature img {
  height: 36px;
  width: 36px;
}

.border-none {
  border-right: none !important;
}


/*---vendor-section-2---*/
.container {
  padding: 50px 80px;
}

.vendor-section-2 .container {
  gap: 0;
}

.vendor-section-2 .container h2 {
  margin-bottom: 24px;
  text-align: center;
}

.our-benifits {
  display: flex;
  flex-direction: row;
  gap: 21px;
}

.white-cards,
.black-cards {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.white-cards .card {
  background-color: #ffffff;
  border: 1px solid #00000099;
  border-radius: 12px;
  padding: 38px 28px;
  gap: 18px;
  display: flex;
  align-items: start;
}

.white-cards {
  gap: 8px;
}

.black-cards {
  gap: 32px;
}

.black-cards .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fee823;
  background-color: #000000;
  padding: 38px 28px;
  border-radius: 12px;
  gap: 24px;
}

.inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.inner .points .point p {
  font-weight: 700 !important;
}

.white-cards .card .inner p {
  color: #00000099;
}

.our-benifits .card img {
  width: 80px;
  height: 80px;
}


/*---vendor-section-3---*/
@media(min-width: 1025px) {
  .vendor-section-3 .container {
    flex-direction: row-reverse;
  }
}

.vendor-section-3 .details {
  background-color: #fee823 !important;
  color: #000000 !important;
  border-radius: 0 !important;
}

.vendor-section-3 .details .point img {
  filter: unset !important;
}

.vendor-section-3 .details button {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.vendor-section-3 .details button:hover {
  background-color: #fee823 !important;
  border: 2px solid #000000;
  color: #000000 !important;
}

.vendor-section-3 .details button:hover img {
  filter: invert(1);
}

.img-2 {
  background: url(../assets/images/globe-image.jpg) !important;
  background-position: right !important;
  background-size: cover !important;
}



/*---vendor-section-4---*/
.vendor-section-4 .container {
  max-width: 1400px;
  gap: unset;
}

.vendor-section-4 .container h2 {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}

.vendor-section-4 .container h2::before {
  content: '';
  position: absolute;
  width: 67px;
  height: 4px;
  background-color: #0b4b89;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}

.vendor-reviews {
  display: flex;
  gap: 139px;
}

.reviews {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.user-review {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.user-review p {
  color: #00000099;
}

.user {
  display: flex;
  align-items: center;
  gap: 18px;
  position: relative;
}

.rating img {
  width: 383px;
  height: 284px;
}

.dbl-qoute-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -18px;
  width: 68px;
  height: 68px;
}

.submit-review-btn {
  background-color: #fee823;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
  border: none;
  outline: none;
  width: 347px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 4px;
  margin: 0 auto;
}

.submit-review-btn:hover {
  background-color: #000000;
  color: #ffffff;
}

.submit-review-btn:hover img {
  filter: invert(1);
}

.submit-review-btn img {
  width: 24px;
  height: 24px;
}



/*---vendor-section-5---*/
.vendor-section-5 {
  background: linear-gradient(#000000d5, #000000d5), url(../assets/images/vendor-section-5-img.jpg) !important;
  color: #ffffff;
}

.vendor-section-5 .container {
  text-align: center;
  gap: unset;
  align-items: center;
}

.vendor-section-5 .h2 {
  margin-bottom: 4px;
}

.vendor-section-5 p {
  margin-bottom: 32px;
}

.vendor-section-5 .container .buttons {
  display: flex;
  justify-content: center;
  gap: 36px;
}

.vendor-section-5 .container .buttons button {
  width: 289px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
}

.vendor-section-5 .buttons button img {
  width: 24px;
  height: 24px;
}

.vendor-section-5 .buttons .get-direction-btn img {
  filter: invert(1);
}

.vendor-section-5 .buttons .get-direction-btn {
  background-color: #fee823;
}

.vendor-section-5 .buttons .get-direction-btn:hover {
  background-color: #ffffff;
  border: 2px solid #fee823;
}

.vendor-section-5 .buttons .call-btn {
  background-color: #ffffff;
}

.vendor-section-5 .buttons .call-btn:hover {
  background-color: #fee823;
  border: 2px solid #ffffff;
}



/*---vendor-sectoin-6---*/
.vendor-section-6 .container .question {
  max-width: 1085px !important;
  width: 100% !important;
}





/*-------------------
   Smaller desktop
-------------------*/
@media(max-width: 1320px) {
  .vendor-hero-img {
    width: 328px;
    height: auto;
  }

  .vendor-container h1 {
    font-size: 51px;
    line-height: 66px;
  }

  .vendor-hero-text {
    width: 504px;
  }

  .experience-card {
    right: -30px;
    bottom: 80px;
  }

  .happy-customers {
    top: -50px;
    left: -100px;
  }
}

@media(max-width: 1280px) {
  .vendor-container {
    padding: 100px 60px 0 60px;
  }
}




/*-------------------
    Tablet view
-------------------*/
@media(max-width: 1024px) {

  /*---vendor-section-1---*/
  .vendor-section-1 {
    height: unset;
  }

  .vendor-container {
    padding: 36px 60px 30px 60px;
    flex-direction: column;
    align-items: center;
  }

  .vendor-container h1 {
    font-size: 38px;
    line-height: 48px;
    font-weight: 600;
  }

  .vendor-hero-text {
    width: unset;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .get-quote-btn {
    display: none;
  }

  .experience-card {
    bottom: 0;
  }

  .hero-image-section {
    margin-top: 40px;
  }

  .indicate-arrow {
    top: 70px;
    left: -10px;
    width: 62px;
  }

  .happy-customers {
    left: -180px;
  }


  /*---vendor-feature-section---*/
  .hero-features {
    padding: 17px 0;
    gap: 5px;
  }

  .hero-features .feature {
    padding: 12px 8px;
    gap: 8px;
  }

  .hero-features .feature h3 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
  }



  /*---vendor-section-2---*/
  .our-benifits {
    flex-direction: column;
    gap: 24px;
    max-width: 620px;
    margin: 0 auto;
  }

  .vendor-section-2 .container h2 {
    margin-bottom: 32px;
  }

  .white-cards {
    gap: 18px;
  }

  .white-cards .card {
    padding: 24px 18px;
  }

  .black-cards {
    gap: 18px;
  }

  .black-cards .card {
    padding: 36px 22px;
  }



  /*---vendor-section-3---*/
  .vendor-section-3 .container {
    flex-direction: column-reverse;
  }



  /*---vendor-section-4--*/
  .vendor-reviews {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  .submit-review-btn {
    display: none;
  }

  .reviews {
    gap: 24px;
  }

  .user-review {
    gap: 18px;
  }

  .dbl-qoute-img {
    right: 0;
  }

  .vendor-section-4 .container h2 {
    margin-bottom: 36px;
  }



  /*---vendor-section-5---*/
  .vendor-section-5 p {
    max-width: 583px;
  }

  .vendor-section-5 h2 {
    margin-bottom: 12px;
  }

  .vendor-section-5 .container .buttons {
    gap: 24px;
  }

  .vendor-section-5 .container .buttons button {
    width: 270px;
  }

  /*---vendor-section-6---*/
}




/*-------------------
    Mobile view
-------------------*/
@media(max-width: 767px) {
  .vendor-hero-img {
    width: 246px;
    height: auto;
  }

  .indicate-arrow {
    top: 35px;
    left: 0px;
    width: 50px;
  }

  .happy-customers {
    padding: 5px 10px;
    gap: 3px;
    border-radius: 2.5px;
    left: -45px;
    top: -23px;
  }

  .happy-customers img {
    height: 28.31px;
    width: auto;
  }

  .happy-customers p {
    font-size: 11px;
    line-height: 20.6px;
  }

  .experience-card {
    padding: 4px;
    border-radius: 4px;
    gap: 2px;
    bottom: -30px;
  }

  .vendor-container {
    padding-bottom: 50px;
  }

  .vendor-container h1 {
    font-size: 32px;
    line-height: 42px;
  }


  /*---vendor-feature-section---*/
  .vendor-feature-container {
    padding: 20px 0 0 0;
  }

  .hero-features {
    border-radius: 0;
  }



  /*---vendor-section-2---*/
  .vendor-section-2 .container h2 {
    margin-bottom: 24px;
  }

  .white-cards,
  .black-cards {
    gap: 12px;
  }

  .white-cards .card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 24px;
  }

  .black-cards .card {
    padding: 36px 18px;
  }



  /*---vendor-section-3---*/
  .vendor-section-3 .details {
    padding: 32px 22px !important;
  }

  .vendor-detail {
    gap: 12px !important;
  }

  .mb-32 {
    margin-bottom: 18px !important;
  }

  /*---vendor-section-4---*/
  .vendor-section-4 .container h2 {
    margin-bottom: 24px;
  }

  .vendor-reviews {
    gap: 24px;
  }

  /*---vendor-section-5---*/
  /*---vendor-section-6---*/
}





/*--------------------*/
@media(max-width: 800px) {
  .vendor-container h1 {
    max-width: 460px;
  }

  .vendor-hero-text p {
    max-width: 641px;
  }
}

@media(max-width: 620px) {
  .vendor-container {
    padding: 32px 20px;
    padding-bottom: 50px;
  }

  .hero-features {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }

  .border-none-mb {
    border: none !important;
  }

  .vendor-section-5 .container .buttons {
    flex-direction: column;
    gap: 12px;
  }
}

@media(max-width: 430px) {
  .rating img {
    width: 100%;
    height: auto;
  }
}


/*----ANIMATION----*/
@media(min-width: 1025px) {
  .white-cards .card {
    transform: translateX(-20%);
    opacity: 0;
    transition: all 0.7s ease;
  }

  .white-cards .card.anim-show {
    opacity: 1;
    transform: translateX(0);
  }

  .black-cards .card {
    transform: translateY(20%);
    opacity: 0;
    transition: all 0.7s ease;
  }

  .black-cards .card.anim-show {
    opacity: 1;
    transform: translateY(0);
  }
}