
@import url('https://fonts.googleapis.com/css2?family=Days+One&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Fredoka&display=swap');


body {
  overflow: scroll;
  font-weight: lighter;
  font-family: 'Fredoka', sans-serif;
}

.dropdown {
  position: fixed;
  padding: 30px;
  width: 100%;
  margin-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  background: radial-gradient(
    circle,
    hsla(0, 100%, 96%, 1) 0%,
    hsla(231, 13%, 90%, 1) 100%,
    hsla(0, 0%, 100%, 1) 100%
  );
  z-index: 999;
}

.dropdown .logo {
  position: absolute;
  top: 5px;
}

.dropdown .logo img {
  position: absolute;
  top: 0;
  width: 80px;
}

.dropdown .btn {
  font-weight: 600;
  position: absolute;
  right: 4px;
  top: 5px;
  font-size: 25px;
}

.dropdown .btn:hover {
  border: none;
}

.dropdown .dropdown-menu {
  background-color: rgb(255 255 255 / 0.9);
  backdrop-filter: blur(1.2rem) !important;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px !important;
  border: none;
  border-radius: 8px;
  width: 220px;
  margin: 10px !important;
  transition: 0.5s ease-in-out;
}

.dropdown .dropdown-menu li {
  margin: 20px 0;
}

.dropdown .dropdown-menu a {
  font-size: 14px;
  transition: 0.5s linear;
  color: #000;
  font-weight: 400;
}

.dropdown .dropdown-menu a .bi {
  margin-right: 5px;
  font-size: 20px;
  vertical-align: middle;
}

/* SIDE NAV */
.offcanvas {
  background-color: rgb(255 255 255 / 0.8);
  backdrop-filter: blur(10px);
  overflow: hidden;
}

.offcanvas-header {
  padding-bottom: 50px;
  background: radial-gradient(
    circle,
    rgba(255, 240, 240, 1) 5%,
    rgba(255, 255, 255, 1) 68%
  );
  background-repeat: no-repeat;
}

.offcanvas-title {
  color: #ee4444;
}

.offcanvas-header button {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  padding: 3px;
  border: 2px solid #ee4444;
  background: transparent;
  color: #ee4444;
}

.offcanvas-body li {
  list-style: none;
  margin: 20px;
}

.offcanvas-body li a {
  color: #0009;
  text-decoration: none;
  font-weight: 400;
}

/* bottom nav */

.navTwo {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  background: #fff;
  border-top: 1px solid #ee4444;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
  border-radius: 15px 15px 0 0;
}

.navTwo .navTwo__items {
  display: flex;
  justify-content: space-around;
  padding: 10px 0;
}

.navTwo .navTwo__items li {
  list-style: none;
  margin: auto;
}

.navTwo .navTwo__items li a {
  text-align: center;
  text-decoration: none;
  color: #525252;
  font-size: 13px;
  font-weight: 900;
}

.navTwo .navTwo__items .bi {
  display: block;
  font-size: 22px;
  font-weight: 700;
}

/* END OF BOTTOM NAV */

.section1 {
  background: #fff;
  background-image: url(/images/hero001.jpg);
  background-repeat: no-repeat;
  /*background-size: 400px 300px;*/
  background-size: contain;
  background-position: center;
}

.hero {
  position: relative;
  padding-bottom: 150px;
  height: 800px;
}

.hero .hero__items h1 {
  color: #0008;
  font-weight: normal;
  font-family: 'Days One', sans-serif;
  font-size: 30px !important;
  line-height: 45px;
  margin-top: 120px;
}

.hero .hero__items span {
  font-size: 32px;
  color: #0095b7;
  font-weight: 900;
}

.hero .hero__items p {
  margin: 30px 0 130px 0;
  font-size: 14px !important;
  color: #738276;
}

.hero .hero__col {
  position: relative;
}

.hero .track__input {
  background: radial-gradient(
    circle,
    hsla(202, 100%, 83%, 1) 0%,
    hsla(231, 13%, 90%, 1) 100%,
    hsla(0, 0%, 100%, 1) 100%
  );
  background: #39393975!important;
  position: absolute;
  width: 90%;
  margin: auto;
  top: 600px;
  left: 0;
  right: 0;
  border-radius: 10px;
}

.hero .track__input > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero .track__input .login {
  display: block;
  margin: auto;
  background: #ee4444;
  color: #fff;
  padding: 10px;
}

.hero .track__input .bi {
  margin: auto 10px;
}

.hero .track__input .trackHere {
  display: block;
  margin: auto;
  background: #0095b7;
  color: #fff;
  width: 300px;
  padding: 10px;
}

.hero .track__input span {
  color: #fff;
  font-size: 10px;
  margin-top: -20px !important;
}

/* SERVICES */

.services {
  margin-top: -100px !important;
}

.services h1 {
  color: #0095b7;
  font-weight: 800;
  font-size: 20px;
  margin: 10px 20px;
  position: relative;
}

.services h1:after {
  content: "";
  position: absolute;
  background: currentColor;
  width: 50px;
  height: 2px;
  margin: 5px 0;
  display: block;
}

.services .service__items {
  border: 1px solid #f2f2f1;
  overflow: hidden;
  border-radius: 5px;
  padding-bottom: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
    rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

.services .service__items img {
  width: 100%;
  height: 200px;
}

.services .service__items h2 {
  margin-top: 20px;
  font-size: 18px;
  padding: 10px;
}

.services .service__items p {
  font-size: 13px;
  padding: 10px;
}

.services .service__items span a {
  font-style: italic;
  text-decoration: none;
}

.services .row .btn {
  background: #ef4444;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px,
    rgba(0, 0, 0, 0.05) 0px 5px 10px;
  color: #fff;
  margin-top: 20px;
}

.services .row .btn .bi {
  margin: 0 10px;
}

@media only screen and (min-width: 768px) {
  .services {
    width: 80%;
  }
}

/* CORE VALUE */

.core__value__items h1 {
  color: #0095b7;
  font-weight: 800;
  font-size: 18px;
  margin: 0;
  margin-bottom: 40px;
}

.core__value h1:after {
  content: "";
  position: absolute;
  background: currentColor;
  width: 50px;
  height: 2px;
  margin: 5px 0;
  display: block;
}

.core__value .bi {
  font-size: 70px;
  color: #cbd5e1;
  font-weight: 900;
}

.core__value h2 {
  margin: 10px 0;
  color: #334155;
  font-size: 20px;
}

.core__value p {
  font-size: 18px;
  color: #414141cb;
  /*font-weight: normal;*/
}

@media only screen and (min-width: 768px) {
  .core__value {
    width: 80%;
  }
}

/* TESTIMONEY */
.carousel {
  background-color: #fd2f21;
}

.carousel-item {
  text-align: center;
  color: #fff;
  font-size: 13px;
}

.carousel-item h1 {
  color: #56130f;
  font-size: 14px;
  margin: 20px 0;
  font-weight: 800;
  border-bottom: 2px solid currentColor;
  width: max-content;
}

.carousel button {
  position: absolute;
  bottom: -450px;
  width: 20px;
  margin: 200px;
}

@media only screen and (min-width: 768px) {
  .carousel-item {
    width: 90%;
  }
}

@media only screen and (min-width: 992px) {
  .carousel .items img {
    margin: 0 100px;
  }
  .carousel-item {
    width: 70%;
  }
}

/* PERSONAL SHOPPER AND SUBSCRIBE */

.shoper {
  position: relative;
  background: #eee;
  width: 100% !important;
  border-radius: 20px;
}

.shoper .personal__shoper h2 {
  color: #0891b2;
}

.shoper .personal__shoper h2 span {
  color: #155e75;
  font-weight: 900;
  font-size: 25px;
}

.shoper .personal__shoper h5 {
  color: #155e75;
  font-weight: 600;
}

.shoper .personal__shoper .btn {
  padding: 10px 30px;
  border-radius: 4px;
  background: #ef4444;
  box-shadow: rgba(239, 0, 0, 0.178) 0px 15px 25px,
    rgba(225, 3, 3, 0.05) 0px 5px 10px;
  color: #fff;
}

.shoper .personal__shoper img {
  width: 100%;
  max-width: 300px;
}

.subscribe {
  background: hsla(0, 0%, 100%, 1);
  background: radial-gradient(
    circle,
    hsla(0, 0%, 100%, 1) 10%,
    hsla(229, 100%, 72%, 1) 80%
  );
  border-radius: 20px;
  display: block;
  margin: auto;
  width: 93%;
  padding-bottom: 150px;
}

.subscribe-items h2 {
  width: 100%;
  color: #f9fafb;
  margin-top: 30px;
  font-size: 20px;
}

.subscribe-items form {
  margin-top: 30px;
}

.subscribe-items input {
  width: 100%;
  padding: 12px;
  border: 2px solid #fff;
  border-radius: 4px;
  margin: 12px 0;
  outline: none;
  background: none;
}

.subscribe-items input::placeholder {
  color: #fff;
}

.subscribe-items .subscribeBtn {
  width: 100%;
  padding: 12px;
  border-radius: 4px;
  border: none;
  background: #667eea;
  color: #fff;
}

.subscribe-items input:focus ~ .subscribeBtn {
  background: #fff;
  color: #667eea;
}

.subscribe-items .subscribeBtn:hover {
  background: #667eea;
}

.subscribe-items span {
  display: block;
  color: #667eea;
  font-size: 0.8em;
}

.subscribe-items img {
  width: 100%;
  max-width: 300px;
  display:none;
}

@media only screen and (min-width: 768px) {
  .subscribe {
    margin: -80px auto !important;
    width: 95%;
    position: none;
  }
}
@media only screen and (min-width: 992px) {
  .subscribe {
    margin: 0 -150px !important;
    width: 400px;
    position: none;
  }
}
@media only screen and (min-width: 992px) {
  .shoper {
    height: 850px;
  }
  .subscribe {
    margin-top: 50px !important;
  }
}

/* footer */

.footer {
  background-color: #fff;
  background: radial-gradient(
    circle,
    rgba(255, 240, 240, 1) 5%,
    rgba(255, 255, 255, 1) 68%
  );
  padding: 20px 15px;
}

.footer-heading {
  letter-spacing: 2px;
  color: #334155;
  position: relative;
  padding-bottom: 12px;
}

.footer-heading:after {
  content: "";
  width: 25px;
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  border-bottom: 1px solid #667eea;
}

.a{
    text-decoration: none !important;
}

.footer-link a {
  color: #64748b;
  line-height: 40px;
  font-size: 14px;
  transition: all 0.5s;
}

.footer-link a:hover {
  color: #667eea;
}

.contact-info {
  color: #475569;
  font-size: 14px;
}

.footer-social-icon {
  font-size: 20px;
  height: 34px;
  width: 34px;
  padding: 5px;
  padding-bottom: 0;
  line-height: 40px;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
}

.facebook {
  background-color: #4e71a8;
  color: #ffffff;
}

.twitter {
  background-color: #55acee;
  color: #ffffff;
}

.google {
  background-color: #d6492f;
  color: #ffffff;
}

.apple {
  background-color: #424041;
  color: #ffffff;
}

.footer-alt {
  color: #475569;
  position: relative;
}

.footer-alt:before {
  content: "";
  background: #ee4444;
  border-radius: 200px;
  width: 20px;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  margin: -10px auto;
  display: block;
}

.footer .bottom{
  color: #a5a5a5
}

.footer .bottom .footer-alt{
  color: #a5a5a5;
}

.footer .bottom a{
  color: #a5a5a5;
}

@media only screen and (min-width: 992px) {
  .footer {
    margin-top: 50px;
  }
}

  .track_page_wrapper {
    /* margin-top: 10px; */
    padding: 15px 20px;
    width: 100%;
  }

  .track_page_wrapper .track {
    width: 100%;
    margin: auto;
  }

  .track2 {
    left: 50%;
    right: 50%;
    width: 90% !important;
    max-width: 800px;
    margin: auto;
  }

  .track_page_wrapper .track form {
    padding-bottom: 0;
    width: 100%;
    margin: auto;
  }

  .track_page_wrapper .track form h2,
  .track h2 {
    color: #ee4444
  }

  .track_page_wrapper .track form input {
    padding: 10px 8px;
    width: 100%;
    border: 2px solid #ee4444;
  }

  .track_page_wrapper .track form button {
    padding: 12px 8px;
    border: none;
    background-color: #ee4444;
    color: #fff;
    margin: 5px 0;
    width: 200px;
  }

  .order_details h1 {
    color: #ee4444;
  }

  .order_details h3 {
    color: #00406b;
    font-weight: 350;
    font-size: 18px;
    padding: 4px;
  }

  .order_details h3 span {
    color: #0007;
    font-weight: normal;
    font-size: 16px;
    padding: 5px;
    margin: 0;
  }

  .update .copy {
    width: max-content;
    padding: 0 13px 0 0;
    cursor: pointer;
    color: #00406b;
    font-weight: 900;
  }

  .update #tracking-no {
    color: #00406b;
  }


  @media only screen and (min-width: 768px) {
    section {
      width: 70%;
      margin: auto;
    }

    .track_page_wrapper {
      /* background-color: red; */
      width: 80%;
      margin: auto;
    }
  }

  /* track movement */

  .shipment_movement {
    padding-left: 40px;
  }

  .progress-container {
    position: relative;
    margin-bottom: 20px;
  }

  .progress-bar {
    position: absolute;
    top: 0;
    left: 20px;
    width: 2px;
    height: 100%;
    background-color: gray;
    transition: height 0.3s;
  }

  .progress-dots {
    position: absolute;
    top: 0;
    left: 15.9px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
  }

  .progress-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: gray;
    transition: background-color 0.3s;
  }

  .progress-container.active .progress-bar,
  .progress-container.active .progress-dot {
    background-color: seagreen;
  }

  .progress-container.inactive .progress-bar,
  .progress-container.inactive .progress-dot {
    background-color: #bbb;
  }

  .nextProgressBar {
    background-color: red;
  }

  .progress-container.active h4 {
    color: #00406b;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
  }

  .progress-container.active h6 {
    font-size: 14px;
  }

  .progress-container.active h5,
  .progress-container.inactive h5 {
    color: #777777;
    font-size: medium;
  }

  .progress-container.inactive {
    color: red;
    font-size: 10px;
    padding: 10px 0;
  }

  .progress-container.inactive h4 {
    font-size: 12px;
    color: #0004;
  }

  .content {
    width: auto;
    max-width: 400px;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
  }

  .content h4,
  .content h5,
  .content h6 {
    margin: 5px 20px;
    overflow: hidden;
    word-wrap: break-word;
  }

  .check-icon {
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    color: seagreen;
  }

  #nextProgressBar {
    background: red;
  }

  @keyframes blink {
    0% {
      background-color: #00406b;
    }

    50% {
      background-color: transparent;
    }

    100% {
      background-color: #00406b;
    }
  }

  /*ship_info*/
  #ship_info {
    max-width: 400px;
    margin: 50px 0;
    margin-bottom: 150px;
  }

  #ship_info h3 {
    color: teal;
  }

  #ship_info p {
    color: #203340;
  }
