@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap");

body {
  font-family: "Inter", sans-serif !important;
  color: #2e3337;
  margin-top: 0px !important;
}

input {
  height: 48px;
}

select {
  height: 48px;
}

p {
  line-height: 175%;
}

/* Fontawesome Custom */

.fa-star {
  color: #fcc419;
}

.bg-secondary {
  background-color: #a0a6ac !important;
}

.sidebar-item {
  position: fixed;
  top: 32%;
  /* left: 100%; */
  right: 0%;
  width: 56px;
  background-color: #e10203;
  text-align: center;
  z-index: 200;
  padding: 12px;
  border-radius: 4px 0px 0px 4px;
}

.sidebar-item hr {
  /* text-decoration: none; */
  color: white;
}

.sidebar-item i {
  /* text-decoration: none; */
  color: white;
  transition: 300ms;
}

.sidebar-item i:hover {
  /* text-decoration: none; */
  color: #b8ecbf;
  transition: 300ms;
}

.up-button {
  background-color: #e10203;
  color: white;
  width: 56px;
  height: 56px;
  border-radius: 500px;
  position: fixed;
  right: 2%;
  bottom: 4%;
  box-shadow: 2px 6px 40px #3c50631f;
  transition: 350ms;
}

.up-button:hover {
  background-color: white;
  color: #88de93;
  width: 56px;
  height: 56px;
  border-radius: 500px;
  position: fixed;
  right: 2%;
  bottom: 4%;
  box-shadow: 2px 6px 40px #3c506365;
  transition: 350ms;
}

.upmost {
  z-index: 99;
}

.divider {
  width: 80px;
  height: 8px;
  background-color: #e10203;
  margin-bottom: 24px;
  margin-top: 24px;
}

.padding-per-section {
  margin-top: 80px;
}

.upper-menu {
  padding-bottom: 8px;
}

.navbar li {
  /* width: 100%; */
  z-index: 50;
  background-color: white;
}

.navbar a {
  font-weight: 600;
}

.navbar .dropdown-menu a {
  font-weight: 400;
}

.nav-link {
  color: #495057 !important;
}

.nav-item > .active {
  /*color: #1dc080 !important;*/
  color: #e10203 !important;
  /*border-bottom: 4px solid #1dc080;*/
  border-bottom: 4px solid #e10203;
}

.btn-success-custom {
  /* height: 48px; */
  vertical-align: middle;
  color: white !important;
  background-color: #e10203 !important;
  border-color: transparent;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.btn-outline-success-custom {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  /* position: static; */
  /* width: 182px; */
  height: 56px;
  border-style: solid;
  border-color: #e10203;
  color: #e10203;
  border-radius: 8px;
}

.btn-outline-success-custom:hover {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  /* position: static; */
  /* width: 182px; */
  height: 56px;
  border-style: solid;
  border-color: #e10203;
  background-color: #e10203;
  color: white;
  border-radius: 8px;
}

.nav-item {
  padding-right: 40px;
}

.img-icon {
  object-fit: cover;
  border-radius: 500px;
}

/* Main Banner Section */

.main-banner {
  width: 100%;
  min-height: auto;
  /* background-color: red; */
}

.main-banner img {
  /* border-radius: 16px; */
}

.main-banner .owl-stage-outer {
  border-radius: 8px;
}

/* Tracking Section */

.tracking {
  /* margin-top: 8px; */
}

.main-banner img {
  /* border-radius: 16px; */
  background-size: cover;
  /*height: 440px;*/
}

@media (max-width: 575.98px) { 
  .btn-track {
    width: 100%;
  }
}

/* Our Services Section */

.our-services {
  margin: auto;
  /* background-image: url("../assets/our-service-overlay.jpg"); */
  /* height: 480px; */
  /* padding: auto; */
}

.our-services .container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.our-services .card {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px 32px 0px 32px;
}

/* Pricing Section */
body {
  margin-top: 20px;
}

.single-pricing {
  background: #fff;
  padding: 40px 20px;
  border-radius: 5px;
  position: relative;
  z-index: 2;
  border: 1px solid #eee;
  box-shadow: 0 10px 40px -10px rgba(0, 64, 128, 0.09);
  transition: 0.3s;
}
@media only screen and (max-width: 480px) {
  .single-pricing {
    margin-bottom: 30px;
  }
}
.single-pricing:hover {
  box-shadow: 0px 60px 60px rgba(0, 0, 0, 0.1);
  z-index: 3;
  transform: translate(0, -10px);
}
.price-label {
  color: #fff;
  background: #ffaa17;
  font-size: 16px;
  width: 100px;
  margin-bottom: 15px;
  display: block;
  -webkit-clip-path: polygon(
    100% 0%,
    90% 50%,
    100% 100%,
    0% 100%,
    0 50%,
    0% 0%
  );
  clip-path: polygon(100% 0%, 90% 50%, 100% 100%, 0% 100%, 0 50%, 0% 0%);
  margin-left: -20px;
  position: absolute;
}
.price-head h2 {
  font-weight: 600;
  margin-bottom: 0px;
  text-transform: capitalize;
  font-size: 26px;
}
.price-head span {
  display: inline-block;
  background: #1dc080;
  width: 6px;
  height: 6px;
  border-radius: 30px;
  margin-bottom: 20px;
  margin-top: 15px;
}
.price {
  font-weight: 500;
  font-size: 50px;
  margin-bottom: 0px;
}
.single-pricing {
}
.single-pricing h5 {
  font-size: 14px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.single-pricing ul {
  list-style: none;
  margin-bottom: 20px;
  margin-top: 30px;
}

.single-pricing ul li {
  line-height: 35px;
}
.single-pricing a {
  text-decoration: none;
  background: none;
  border: 2px solid #1dc080;
  border-radius: 8px;
  color: #1dc080;
  display: inline-block;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 45px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}
.single-pricing a:hover,
.single-pricing a:focus {
  background: #1dc080;
  color: #fff;
  border: 2px solid #1dc080;
}
.single-pricing-white {
  background: #232434;
}
.single-pricing-white ul li {
  color: #fff;
}
.single-pricing-white h2 {
  color: #fff;
}
.single-pricing-white h1 {
  color: #fff;
}
.single-pricing-white h5 {
  color: #fff;
}

/* Pricing Table Section */

.pricing-table td {
  padding-top: 40px;
}

/* Product 1 Section */

.product-1-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 8px;
  margin-left: 8px;
}

.nav-tabs {
  border-bottom: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-bottom: 4px solid #1dc080;
}

.product-tabs button {
  color: transparent;
}

.product-section .card {
  padding-top: 16px;
  padding-bottom: 16px;
  background: white;
  box-shadow: 2px 6px 40px #3c506308;
  border-radius: 8px;
  cursor: pointer;
  transition: 500ms ease-out;
}

.product-section .card:hover {
  padding-top: 16px;
  padding-bottom: 16px;
  background: white;
  box-shadow: 4px 6px 40px #3c50631e;
  border-radius: 8px;
  cursor: pointer;
  transition: 500ms ease-out;
}

/* Product 2 Section */

.product-section-2 img {
  height: 160px;
  object-fit: cover;
  margin-bottom: 24px;
}

.product-2-margin {
  margin-top: 24px;
}

/* Our Teams Section */

.our-teams img {
  background-color: red;
}

/* Gallery section */
.gallery-modal {
  cursor: pointer;
}

/* onyony Section */

.testimony {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #f2fcf3;
}

.testimony-profile {
  border-radius: 50%;
  object-fit: cover;
}

.testimony-card {
  /* min-height: 320px; */
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  background: white;
  box-shadow: 2px 6px 40px #3c506314;
  border-radius: 8px;
}

/* Article Section */

.article-card {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: white;
  box-shadow: 2px 6px 40px #3c506300;
  border-radius: 8px;
  transition: 500ms ease-out;
}

.article-card:hover {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: white;
  box-shadow: 2px 6px 40px #3c506337;
  transition: 500ms ease-out;
}

/* Footer Section */

footer a {
  text-decoration: none;
}

/* Owl Carousel Custom */

.owl-carousel .active span {
  background-color: #1dc080 !important;
}

/* Tracking Page */

.tracking-info {
  margin-top: 40px;
}

.tracking-initial-state {
  margin-top: 56px;
  width: 240px;
}
.events li {
  display: flex;
  color: #999;
}

.events time {
  position: relative;
  padding: 0 1.5em;
  text-align: left;
  /*width: 120px;*/
  /*margin-bottom: 2em;*/
}

.events .pending time::after {
  content: "";
  position: absolute;
  z-index: 3;
  right: 0;
  top: 0;
  transform: translateX(50%);
  border-radius: 50%;
  background: url(../assets/icon/calendar-solid.svg);
  border: 1px #ccc solid;
  background-color: #d0d6dc;
  width: 1.6em;
  height: 1.6em;
}

.events .clear time::after {
  content: "";
  position: absolute;
  z-index: 3;
  right: 0;
  top: 0;
  transform: translateX(50%);
  border-radius: 50%;
  background: url(../assets/icon/circle-check-solid.svg);
  border: 1px #ccc solid;
  background-color: white;
  width: 1.6em;
  height: 1.6em;
}

.events .on-shipment time::after {
  content: "";
  position: absolute;
  z-index: 3;
  right: 0;
  top: 0;
  transform: translateX(50%);
  border-radius: 50%;
  background: url(../assets/icon/box-solid.svg);
  /* border: 1px #ccc solid; */
  color: red;
  background-color: #1dc080;
  width: 1.6em;
  height: 1.6em;
}

.events span {
  padding: 0 1.5em 1.5em 1.5em;
  position: relative;
}

.events span::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  height: 100%;
  border-left: 1px #ccc solid;
}

.events strong {
  display: block;
  font-weight: bolder;
}

.events {
  /* margin: 1em; */
  width: 50%;
}
.events,
.events *::before,
.events *::after {
  box-sizing: border-box;
}

.events .ul {
  padding: 0px;
}

/* Whatsapp Popup */
.cs-profile {
  /* background-color: red; */
  padding-bottom: 24px;
  padding-top: 16px;
  border-bottom: 1px solid #a0a6ac40;
  margin: 4px;
}

.cs-profile:hover {
  background-color: #f2f5f8;
  border-radius: 8px;
  padding-bottom: 24px;
  padding-top: 16px;
  border-bottom: 1px solid #a0a6ac40;
  margin: 4px;
  cursor: pointer;
}

/* The popup chat - hidden by default */
.chat-popup {
  border-radius: 8px;
  display: none;
  position: fixed;
  bottom: 96px;
  right: 80px;
  border: 1px solid #a0a6ac40;
  z-index: 9;
  box-shadow: 1px 10px 69px -11px rgba(127, 157, 168, 0.35);
  -webkit-box-shadow: 1px 10px 69px -11px rgba(127, 157, 168, 0.35);
  -moz-box-shadow: 1px 10px 69px -11px rgba(127, 157, 168, 0.35);
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  background-color: white;
}

/* Full-width textarea */
.form-container textarea {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
  resize: none;
  min-height: 200px;
}

/* When the textarea gets focus, do something */
.form-container textarea:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/send button */
.form-container .btn {
  background-color: #04aa6d;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom: 10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover,
.open-button:hover {
  opacity: 1;
}

/* ABOUT US PAGE */
.title-section {
  background-color: #F2FCF3;
  padding-top: 56px;
  padding-bottom: 56px;
}

/* Color Guideline */

.light-green-color {
  color: #b8ecbf;
}

.green-color {
  color: #1dc080;
}

.dark-green-color {
  color: #3c7c44;
}

.light-blue-color {
  color: #bcdbf7;
}

.blue-color {
  color: #4d96ff;
}

.dark-blue-color {
  color: #4570ae;
}

.light-red-color {
  color: #f7bcbc;
}

.red-color {
  color: #ff4d4d;
}

.redlogo-color {
  color: #e10203;
}

.dark-red-color {
  color: #ae4545;
}

.light-grey-color {
  color: #d0d6dc;
}

.grey-color {
  color: #a0a6ac;
}

.dark-grey-color {
  color: #495057;
}

.white-color {
  color: #ffffff;
}

.black-color {
  color: #2e3337;
}

/* Font Style Guideline */

.heading-1 {
  font-size: 48px;
  font-weight: 600;
}

.heading-2 {
  font-size: 40px;
  font-weight: 600;
}

.heading-3 {
  font-size: 32px;
  font-weight: 600;
}

.subheading-1 {
  font-size: 24px;
  font-weight: 600;
}

.subheading-2 {
  font-size: 20px;
  font-weight: 600;
}

.paragraph-1 {
  font-size: 16px;
  font-weight: 600;
}

.paragraph-2 {
  font-size: 16px;
  font-weight: 400;
}

.paragraph-3 {
  font-size: 14px;
  font-weight: 400;
  color: #a0a6ac;
}
