@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.top-nav {
  background-color: #000;
  display: flex;
  justify-content: right;
  color: #fff;
}

.top-nav ul {
  display: flex;
  list-style: none;
  gap: 20px;
  padding: 10px;
  margin-right: 100px;
}

.top-nav ul li a {
  text-decoration: none;
  color: #fff;
}

header {
  background-image: url("../img/Vehicle-Tracking.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 80dvh;
  font-family: Inter, sans-serif;
}

.header-nav-container {
  background-color: rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid #eee;
}

.header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  width: 85%;
  margin: auto;
}

.logo-links {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-nav-links ul {
  display: flex;
  list-style: none;
  gap: 20px;
}

.header-nav-links ul li a {
  text-decoration: none;
  color: #fff;
}

.search {
  display: flex;
  gap: 20px;
}

.search-icon {
  background: transparent;
  border: none;
  color: #fff;
}

.search-track-btn {
  border: none;
  padding: 0 25px;
  line-height: 50px;
  border-radius: 5px;
  height: 50px;
  width: 99px;
  background-color: rgb(24, 105, 254);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
}

.main-header-container {
  height: 63dvh;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
}

.main-header {
  display: flex;
  flex-direction: column;
  margin-left: 100px;
}

.main-header-title {
  font-size: 64px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  color: #fff;
}

.main-header div {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  font-family: Inter, sans-serif;
}

.home-link a {
  text-decoration: none;
  color: rgb(24, 105, 254);
  font-family: Inter, sans-serif;
  font-weight: 500;
  padding: 10px;
  border-radius: 5px;
}

.main-header p {
  color: #fff;
}

.track-package-section {
  width: 40%;
  margin: auto;
  min-height: 50dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.track-package-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.track-package-title {
  color: rgb(89, 89, 91);
  font-size: 30px;
  line-height: 40px;
  font-family: "Roboto", sans-serif;
}

.track-package-details {
  color: rgb(88, 88, 90);
  font-size: 15px;
  line-height: 21px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  opacity: 0.5;
}

.track-package-form form {
  display: flex;
  width: 90%;
}

.tracking-code {
  flex: 1;
  border: 1px solid rgb(206, 212, 218);
  height: 50px;
  padding: 10px;
  border-right: none;
  font-size: 17px;
  outline: none;
}

.track-package-form form button {
  width: 150px;
  border: none;
  background-color: rgb(68, 73, 236);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.about-top-section {
  display: flex;
  width: 97%;
  min-height: 100dvh;
  gap: 50px;
  margin: auto;
  padding: 100px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.about-top-section-left {
  width: 100%;
  position: relative;
}

.about-top-section-left-image1 {
  position: relative;
  bottom: -50px;
}

.about-top-section-left-image2 {
  position: relative;
  left: -50px;
}

.about-top-section-left-image3-container {
  background-color: #fff;
  position: absolute;
  left: 55%;
  bottom: -5%;
  z-index: 1000;
}

.about-top-section-left-details-container {
  position: absolute;
  top: 0;
  right: -20px;
}

.about-top-section-left-details-container div {
  background-color: #fff;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
  width: 200px;
  height: 202px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.about-top-section-left-details-container div h1 {
  color: rgb(24, 105, 254);
  font-size: 64px;
}

.about-top-section-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-top-section-subtitle {
  color: rgb(24, 105, 254);
  font-size: 16px;
}

.about-top-section-title {
  font-size: 40px;
  color: rgb(12, 17, 24);
}

.about-top-section-content {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.about-top-section-right ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.about-top-section-right ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  color: rgb(12, 17, 24);
}

.about-top-section-author {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

/* .about-top-section-author-image {
} */

.about-top-section-author-details {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}

.about-top-section-author-details p {
  color: rgb(77, 87, 101);
  font-size: 14px;
  font-weight: 500;
  padding-top: 5px;
  border-top: 1px solid #eee;
}

.skills-section {
  background-color: rgb(249, 249, 249);
  min-height: 90dvh;
  display: flex;
  align-items: center;
}

.skills-container {
  width: 85%;
  margin: auto;
  display: flex;
  gap: 20px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.skills-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.skills-subtitle {
  font-weight: 600;
  color: rgb(24, 105, 254);
}

.skills-title {
  font-size: 40px;
  color: rgb(12, 17, 24);
}

.skill-detail-top {
  color: rgb(61, 69, 94);
  font-family: Inter, sans-serif;
}

.skills-progress-area {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.skill-detail-title,
.skill-detail-percent {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: rgb(12, 17, 24);
  font-size: 18px;
  font-weight: 500;
}

.skill-detail {
  display: flex;
  justify-content: space-between;
  width: 85%;
}

.skill-type-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.skill-count {
  height: 5px;
  width: 100%;
  background-color: rgb(224, 224, 224);
}

.skill-progress {
  height: 100%;
  width: 85%;
  background-color: rgb(24, 105, 254);
}

.skill-progress1 {
  height: 100%;
  width: 80%;
  background-color: rgb(24, 105, 254);
}

.skill-progress2 {
  height: 100%;
  width: 90%;
  background-color: rgb(24, 105, 254);
}

.skill-progress3 {
  height: 100%;
  width: 75%;
  background-color: rgb(24, 105, 254);
}

.skills-right {
  width: 100%;
  display: flex;
  gap: 20px;
}

.skills-right img {
  width: 306px;
}

.skill-image-2 {
  margin-top: 70px;
}

.partners-section {
  min-height: 60dvh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partners-section-container {
  width: 85%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.partners-heading {
  display: flex;
  justify-content: center;
  align-items: center;
}

.partners-heading-content {
  color: rgb(61, 69, 94);
  width: 746px;
  font-family: Inter, sans-serif;
  text-align: center;
}

.partners-container {
  display: flex;
  justify-content: space-between;
}

.partners {
  filter: grayscale(1);
  transition: all 0.3s ease;
}

.partners:hover {
  filter: grayscale(0);
}

/* Services styling */

.services-section {
  width: 85%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 150px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.service-subtitle {
  font-weight: 600;
  color: rgb(24, 105, 254);
  text-align: center;
}

.service-title {
  color: rgb(12, 17, 24);
  font-size: 40px;
  text-align: center;
}

.services-container {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 33%;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.service-image-container {
  position: relative;
}

.service-icon {
  position: absolute;
  bottom: -27px;
  right: 7%;
  border: 10px solid rgb(24, 105, 254);
  border-radius: 50%;
}

.service-details {
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 50px 20px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.service-details h5 {
  color: rgb(12, 17, 24);
  font-size: 24px;
}

.service-btn-wrapper a {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  color: rgb(12, 17, 24);
  width: 90%;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.service-btn-wrapper a span {
  background-color: rgb(24, 105, 254);
  color: #fff;
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: grid;
  place-content: center;
}

.contact-btn-section {
  margin-top: 50px;
  display: flex;
  position: relative;
}

.contact-btn-details-wrapper {
  position: absolute;
  min-height: 354px;
  width: 636px;
  padding: 40px 50px;
  right: 10%;
  top: 21%;
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  background-image: url("../img/bg.png");
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.contact-btn-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-btn-subtitle {
  font-weight: 600;
}

.contact-btn-title {
  font-size: 40px;
  line-height: 53px;
}

.contact-btn-wrapper a,
.send-message-btn a {
  background-color: rgb(24, 105, 254);
  color: #fff;
  border-radius: 4px;
  font-size: 18px;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-decoration: none;
  padding: 15px 30px;
  font-weight: 500;
  transition: all 0.3s ease-in;
}

.contact-btn-wrapper a:hover,
.send-message-btn a:hover {
  opacity: 0.6;
}

/*Contact page styles */
main {
  background-color: #eee;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.contact-us-wrapper {
  min-height: 100dvh;
  width: 85%;
  gap: 20px;
  margin: auto;
  display: flex;
  align-items: center;
}

.message-us-wrapper h3 {
  text-align: center;
  font-size: 36px;
  border-bottom: 2px solid rgb(24, 105, 254);
  padding-bottom: 4px;
}

.message-us-wrapper {
  flex-basis: 60%;
  background-color: #fff;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-us-input-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.contact-us-input {
  width: 50%;
  background-color: #eee;
  padding: 0 40px;
  height: 60px;
  display: flex;
  gap: 5px;
  align-items: center;
}

.contact-us-input span i,
.contact-us-textarea span i {
  display: inline-block;
  margin-bottom: 5px;
  color: rgb(61, 69, 94);
}

.contact-us-input input,
.contact-us-input select,
.contact-us-textarea textarea {
  width: 90%;
  border: none;
  background-color: #eee;
  color: rgb(61, 69, 94);
}

.contact-us-textarea {
  width: 100%;
  background-color: #eee;
  padding: 0 40px;
  height: 60px;
  display: flex;
  gap: 5px;
  align-items: center;
}

.send-message-btn {
  text-align: center;
  margin-top: 30px;
}

.contact-info-wrapper {
  flex-basis: 40%;
  background-color: rgb(24, 105, 254);
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px;
}

.contact-info-wrapper h3 {
  text-align: center;
  color: #fff;
  font-size: 36px;
  border-bottom: 2px solid #fff;
  padding-bottom: 4px;
}

.contact-detail-container {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-detail-container h6 {
  font-size: 20px;
  color: rgb(12, 17, 24);
}

.contact-detail {
  display: flex;
  gap: 5px;
}

.contact-detail-icon {
  background-color: rgb(22, 25, 34);
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  display: grid;
  place-content: center;
}

.contact-detail p {
  color: rgb(61, 69, 94);
}

/* footer styles */

footer {
  min-height: 70dvh;
  background-color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.footer-wrapper {
  width: 85%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-top: 100px;
}

.footer-header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}

footer h2 {
  border-bottom: 1px solid #ccc;
}

.footer-title {
  font-size: 30px;
  color: #fff;
}

.subscribe-div {
  color: #fff;
  width: 85%;
  margin: auto;
  margin-top: 100px;
  display: flex;
  gap: 200px;
  justify-content: space-between;
}

.logo-socials {
  flex-basis: 27%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.logo-socials img {
  width: 100%;
}

.logo-socials ul {
  display: flex;
  gap: 20px;
  list-style: none;
}

.logo-socials ul li {
  width: 40px;
  height: 40px;
  background-color: rgb(32, 37, 44);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-socials ul li a {
  color: #fff;
}

.subscribe {
  flex-basis: 73%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.subscribe-title {
  font-size: 24px;
}

.subscribe form {
  display: flex;
  align-items: center;
  background-color: rgb(32, 37, 44);
  width: 40%;
  height: 55px;
  gap: 10px;
  padding: 0 20px;
  border-radius: 5px;
}

.subscribe form input {
  flex: 1;
  border: none;
  background-color: rgb(32, 37, 44);
  color: rgb(24, 105, 254);
  outline: none;
  font-size: 17px;
}

.subscribe form .fa-envelope {
  color: rgb(61, 69, 94);
}

.subscribe form button {
  background: transparent;
  color: rgb(24, 105, 254);
  border: none;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

.main-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgb(22, 25, 34);
  color: #fff;
  font-family: Inter, sans-serif;
  height: 70px;
  padding: 0 50px;
  margin-top: 100px;
}

.main-footer ul {
  display: flex;
  gap: 20px;
  list-style: none;
}

.main-footer ul li a {
  color: #fff;
  text-decoration: none;
  font-family: "Inter", sans-serif;
}

.footer-load-more-btn {
  background-color: rgb(24, 105, 254);
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  width: 181px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 5px;
  padding: 0 30px;
}

#aboutus-header {
  background-image: url("../img/breadcrumb.png");
}
