@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
/* font-family: "Inter", sans-serif; */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
p {
  margin: 0px;
}
:root {
  --themeGreen: #00f07d;
}
@font-face {
  font-family: "Cobe Heavy";
  src: url("./assets/fonts/Cobe_Heavy.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.header {
  position: sticky;
  top: 0;
  left: 0;
  background-color: white;
  z-index: 10;
}
.active{
    color: var(--themeGreen);
    margin-bottom: 2px solid var(--themeGreen);
}
.nav-text,
.green-btn,
.hero-heading h1,
.cobe-text {
  font-family: "Cobe Heavy", sans-serif;
}
.inter-text {
  font-family: "Inter", sans-serif;
}
.nav-logo,
.contact-div {
  width: 20%;
}
.nav-links {
  width: 50%;
}
.green-btn {
  background: linear-gradient(270deg, #04f17f 0%, #3ff79f 100%);
  color: black !important;
}
.hero-section{
  height: 80vh;
    position: relative;
}
.hero-truck{
    position: absolute;
}
.left-truck{
    left: 0;
    bottom: 2rem;
}
.right-truck{
    right: 0;
    bottom: 3rem;
}
.parcel-head{
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.hero-heading {
}
.hero-heading h1 {
  width: 80%;
  text-align: center;
  font-size: 85px;
  word-spacing: 30px;
}
.arrow-img {
  width: 10px;
  height: 25px;
}
.top-text {
  color: var(--themeGreen);
}
.service-text {
  color: #656565;
  width: 50%;
  text-align: center;
}
.step {
  width: 30%;
  /* background-color: aqua; */
  padding: 2rem;
}
.step p{
  text-align: center;
}
.icon-div {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3rem;
  background-color: var(--themeGreen);
  box-shadow: 0px 4px 15px 0px #00000026;
  padding: 0.5rem;
}
.icon-img {
  width: 35px;
  height: 35px;
}
.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.main-para-section {
  width: 80%;
  color: #656565;
  font-size: 12px;
}
.hero-laptop {
  margin-top: 8rem;
  position: relative;
  width: 100%;
  height: 50vh;
}
.laptop1 {
  position: absolute;
}
.our-prods-top {
  margin-top: 6rem;
}
.admin {
  margin-top: 3rem;
}
.iphone-home1,
.iphone-map1 {
  position: absolute;
}
.iphone-home1 {
  right: 23%;
}
.iphone-map1 {
  right: 15%;
}
.products {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.left-prod,
.right-prod {
  width: 30%;
}
.lap-graph {
  width: 30%;
}
.product {
  width: fit-content;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.prod-imgs {
  background: linear-gradient(90deg, #42f7a0 0%, #00f07d 100%);
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 0.5rem;
}
.prod-para {
  color: #656565;
}
.parcel-manager-app {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.manager-app-content {
  display: flex;
  justify-content: space-around;
  gap: 2rem;
}
.mobiles {
  width: 30%;
  display: flex;
  align-items: center;
}
.img1,
.img2,
.img3 {
  filter: drop-shadow(10px 17.1px 34.21px 0px #00000040);
}
.img1,
.img3 {
  height: 40vh;
  display: flex;
  align-items: center;
  width: auto;
  object-fit: contain;
  object-position: center;
}
.img1 img,
.img3 img {
  width: 100%;
}
.left-info-section,
.right-info-section {
  display: flex;
  padding: 1rem;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.5rem;
}
.product-head {
  font-size: 30px;
}
.prod-para {
  font-size: 15px;
}
.tab-frame {
  margin-top: 4rem;
  object-fit: contain;
  width: fit-content;
  border: 10px solid black;
  border-radius: 7px;
}
.tab-video{
  width: 100%;
  height: 100%;
  border-radius: 5px;
  /* background-image: url("./assets/ipad-frame.png");
  background-position: center;
  object-fit: contain; */
  object-fit: contain;
}
.laptop-section-2 {
  margin-top: 10rem;
  position: relative;
  display: flex;
  justify-content: space-between; /* Adjust this if needed */
  align-items: end;
  height: 50vh;
  width: 100%;
}

.iphone-btm,
.laptop-btm,
.tab-frame-btm {
  position: relative;
  /* Ensure images are sized properly */
}

.iphone-btm {
  max-width: 30%; /* Adjust width as needed */
  left: 15rem;
  z-index: 2;
}

.laptop-btm {
  max-width: 50%; /* Adjust width as needed */
}

.tab-frame-btm {
  max-width: 20%; /* Adjust width as needed */
  right: 15rem;
}
.featured-text{
  font-size: 20px;
}

.ipad {
  width: 320px;
  height: 480px;
  margin: auto;
  position: relative;
  border: solid #222;
  border-width: 7px 7px;
}
.ipad:after{
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #3f3f3f;
  top: -0.7rem;
  left: 0;
  right: 0;
  border-radius: 3000rem;
  margin: auto;
}
.footer-top {
  margin-top: 4rem;
  display: flex;
  width: 80%;
  justify-content: space-evenly;
  padding: 1rem 3rem;
  align-items: center;
  background: linear-gradient(90deg, #3ef79e 0%, #05f180 100%);
  gap: 1rem;
  border-radius: 1rem;
}
.playstore {
  background-color: #1b2b3d;
  padding: 0.5rem 3rem;
  border-radius: 10000px;
  display: flex;
  align-items: center;
}
.playstore-img {
  width: 40px;
  height: 40px;
}
.google-text {
  width: 80%;
  font-size: 45px;
}
.footer-div{
    display: flex;
    justify-content: space-between;
}

.footer {
  margin-top: 3rem;
  color: white;
  background-color: #1b2b3d;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 1rem 3rem;
}

.left-footer,.right-footer {
  display: flex;
  flex-direction: column;
  width: 30%;
  gap: 2rem;
}
.footer-logo {
    width: 30%;
  }
.request-demo {
  font-size: 15px;
}
.email-div {
  padding: 1rem 1.5rem;
  width: fit-content;
  border: 1px solid white;
  border-radius: 200px;
  width: 100%;
}
.user-email {
  background-color: transparent;
  width: 100%;
  font-size: 20px;
  outline: none;
}
.user-email:focus{
  background-color: transparent;
  outline: none;
}
.send-request {
  background: linear-gradient(90deg, #3ef89e 0%, #06f281 100%);
  padding: 1rem 1.5rem;
  color: #1b2b3d;
  width: 100%;
  border-radius: 200px;
  font-size: 20px;
  font-family: "Cobe Heavy", sans-serif;
}
.right-footer{
    gap: 1rem;
}
.social-icon-div {
  border: 1px solid white;
  border-radius: 4px;
  padding: 1rem;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-links {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}

.gotoz-logo{
    width: 30%;
}
.powered-div{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.right-footer h4, .right-footer h5{
    text-align: center;
}
div a{
    display: flex;
    gap: 1rem;
}
.white-logo{
    width: 15%;
}
.site{
    width: 100%;
    display: flex;
    justify-content: center;
}
.copy-right{
    width: 100%;
    text-align: center;
}
.download-text{
    width: max-content;
}


.loader {
  margin-top: 3rem;
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}

.truckWrapper {
  width: 200px;
  height: 100px;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: flex-end;
  overflow-x: hidden;
}
/* truck upper body */
.truckBody {
  width: 130px;
  height: fit-content;
  margin-bottom: 6px;
  animation: motion 1s linear infinite;
}
/* truck suspension animation*/
@keyframes motion {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0px);
  }
}
/* truck's tires */
.truckTires {
  width: 130px;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 10px 0px 15px;
  position: absolute;
  bottom: 0;
}
.truckTires svg {
  width: 24px;
}

.road {
  width: 100%;
  height: 1.5px;
  background-color: #282828;
  position: relative;
  bottom: 0;
  align-self: flex-end;
  border-radius: 3px;
}
.road::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  background-color: #282828;
  right: -50%;
  border-radius: 3px;
  animation: roadAnimation 1.4s linear infinite;
  border-left: 10px solid white;
}
.road::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  background-color: #282828;
  right: -65%;
  border-radius: 3px;
  animation: roadAnimation 1.4s linear infinite;
  border-left: 4px solid white;
}

.lampPost {
  position: absolute;
  bottom: 0;
  right: -90%;
  height: 90px;
  animation: roadAnimation 1.4s linear infinite;
}

/* General styles */
.hidden { display: none; }

/* Button styles */
.green-btn {
  background-color: #4CAF50;
  color: white;
  border: none;
  cursor: pointer;
}

/* Modal styles */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
}
.modal-input, textarea{
  border: 1px solid var(--themeGreen );
}

.modal-content {
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding: 20px;
  border-radius: 8px;
  width: 40%;
  height: auto;
  position: relative;
  padding: 0rem 1rem;
}
.form-container{
  display: flex;
  flex-direction: column;
  width: 80%;
}
.form-container label{
  margin-top: 1rem;
}
.close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.close:hover{
  color: red;
}
.request-text{
  margin-top: 1rem;
  font-size: 28px;
}
/* From Uiverse.io by CristianMontoya98 */ 
.modal-btn {
  margin-top: 1rem;
  background: var(--themeGreen);
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  z-index: 100;
  overflow: hidden;
  width: fit-content;
  padding: 0.5rem 1.5rem;
  margin-bottom: 1rem;
  border: 1px solid var(--themeGreen);
 }
 
 .modal-btn:hover {
  color: black;
 }
 
 .modal-btn:after {
  content: "";
  background: white;
  position: absolute;
  z-index: -1;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(-45deg) scale(0, 1);
  transition: all 0.5s;
 }
 
 .modal-btn:hover:after {
  transform: skewX(-45deg) scale(1, 1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
 }
 .form-container input, .form-container textarea{
  width: 80%;
 }


/* Loading screen styles */
.my-loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  font-weight: bold;
}

.my-loader {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Toast styles */
#toastMessage {
  position: fixed;
  top: 5%;
  right: 15%;
  background: #333;
  color: hsl(0, 0%, 100%);
  padding: 10px;
  border-radius: 5px;
  z-index: 1001;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


@keyframes roadAnimation {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-350px);
  }
}


::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-thumb {
  background-color: var(--themeGreen);
}
@media (max-width: 1080px){
  .hero-heading{
    width: 80%;
  }
  .hero-heading h1{
    font-size: 50px;
    word-spacing: 5px;
  }
  .left-truck{
    top: -1rem;
  }
  .right-truck{
    bottom: 6rem;
  }
}
@media (max-width: 820px){
  .hero-heading{
    width: 100%;
    height: 30vh;
    align-items: center;
    justify-content: center;
  }
  .hero-heading h1{
    font-size: 35px;
  word-spacing: 10px;
  }
  .nav-logo{
    width: 40%;
  }
  .left-truck{
    top: 0;
  }
  .right-truck{
    bottom: 6rem;
  }
  .laptop-section-2{
    height: 30vh;
    align-items: start;
  }
  .iphone-home1{
    /* width: 100px; */
    height: auto;
    right: 0rem;

  }
  .iphone-btm{
    left: 2rem;
  }
  .iphone-btm img{
    width: 100px;
    height: auto;
  }
  .tab-frame-btm{
    right: 2rem;
  }
  .tab-frame-btm img{
    width: 500px;
    height: auto;
  }
}

@media (max-width: 500px){
  .hero-section{
    height: fit-content;
  }
  .hero-heading{
    height: 30vh;
    justify-content: center;
  }
  .hero-heading h1{
    width: 100%;
    font-size: 25px;
  word-spacing: 10px;
  }
  .nav-logo{
    width: 40%;
  }
  .hero-truck{
    width: 50%;
  }
  .left-truck{
    top: 0;
  }
  .right-truck{
    right: 0rem;
    bottom: 0rem;
    overflow: hidden;
    /* display: none; */
  }
  .parcel-head h2{
    width: 95%;
    font-size: 30px;
    text-align: center;
  }
  .main-icons{
    display: flex;
    flex-direction: column !important;
    width: 100%;
  }
  .step{
    width: 100%;
  }

  .products{
    flex-direction: column;
    align-items: center;
  }
  .left-prod, .right-prod, .lap-graph{
    width: 100%;
  }
  .product{
    width: 90%;
    align-items: center;
    text-align: center;
    padding: 1rem;
  }
  .prod-text{
    width: 100%;
  }
  .prod-text p{
    width: 100%;
    text-align: center;
  }
  #services p{
    font-size: 20px;
  }
  .featured-text{
      font-size: 25px;
      text-align: center;
  }
  .manager-app-content{
    flex-direction: column;
    align-items: center;
  }
  .left-info-section, .right-info-section{
    width: 100%;
  }
  .mobiles{
    width: 90%;
  }
  .admin-panal-head h2{
    font-size: 17px;
  }
  .my-info-card{
    align-items: center;
    gap: 1rem;
  }
  .card-para{
    font-size: 20px;
  }
  .prod-para{
  font-size: 15px;
  }
  .prod-img-container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-top{
    width: 100%;
    flex-direction: column;
    align-items: start;
  }
  
  .white-logo{
    width: 150px;
  }
  .google-text{
    text-align: center;
    font-size: 20px;
    margin-bottom: 1rem;
  }
  .playstore{
    width: fit-content;
    padding: 0.5rem 0.7rem;
  }
  .download-text{
    text-align: center;
    font-size: 10px;
  }
  .service-text{
    width: 95%;
    font-size: 15px;
  }
  .footer-div{
    flex-direction: column;
    gap: 1rem;
  }
  .left-footer, .right-footer{
    width: 100%;
  }
  .copy-right{
    font-size: 10px;
  }
  .footer{
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .map-text{
    font-size: 10px;
  }
  .footer-a-tag{
    display: flex;
    align-items: center;
  }
  .laptop-section-2{
    display: flex;
    gap: 1rem;
    align-items: center;
    
  }
  .hero-laptop{
    margin-top: 0rem;
    position: relative;
  }
  .iphone-home1{
    width: 100px;
    height: auto;
    right: 0rem;

  }
  .iphone-map-2{
    display: none;
  }
  .all-in-one{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

