@import url("https://fonts.googleapis.com/css2?family=Krub:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Krub:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  /* font-family: "Rubik", sans-serif; */
  /* font-family: "Cabin", sans-serif; */

  /* font-family: "Inter", sans-serif; */
  /* font-family: "Krub", sans-serif; */
}
.navbar {
  background-color: #ffffff;
}

.navbar ul a {
  font-weight: 600;
  font-size: 16px;
  color: #7e7e7e;
  margin-left: 20px;
  font-family: "Krub", sans-serif;
}
.navbar-brand {
  font-weight: 600;
  font-size: 30px;
  color: #262626;
  font-family: "Cabin", sans-serif;
}
.navbar a:hover {
  color: #262626 !important;
}
.icons a {
  margin-left: 5px !important;
}
.navbar button {
  border: #000000 solid 2px !important;
  color: #000 !important;
  padding: 10px !important;
}
.navbar-toggler-icon {
  background-image: none;
  background-color: #000;
  width: 30px;
  height: 3px;
  position: relative;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: "";
  display: block;
  background-color: #000;
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
}

.navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler-icon::after {
  top: 8px;
}
@media (max-width: 767px) {
  .icons {
    display: flex !important;
    flex-direction: row !important;
  }
  .icons li {
    margin-left: 15px !important;
  }
}

.header {
  .row {
    width: 80% !important;
  }
  width: 100%;
  height: 100vh;
  background-image: url("../img/header.png");
  .header-content {
    h1 {
      font-weight: 700;
      font-size: 60px;
      font-family: "Inter", sans-serif;
      color: #2b2b2b;
    }
    p {
      font-weight: 500;
      font-size: 16px;
      font-family: "Inter", sans-serif;
      color: #2b2b2b;
    }
    .logyistics {
      height: 25px;
      background: #041c3780;
      color: #fff;
      width: 50%;
      span {
        font-family: "Rubik", sans-serif;
        display: inline-block;
        width: 2%;
        height: 25px;
        background-color: #1ccdc3;
      }
      p {
        font-weight: 400;
        font-size: 14px;
        color: #fff;
      }
    }
    button {
      border: none;
      background-color: #1ccdc3 !important;
      color: #fff;
      font-weight: 500;
      font-size: 18px;
      padding: 10px 20px !important;
      border-radius: 3px;
    }
  }
}
@media (max-width: 768px) {
  .row {
    width: 95% !important;
  }
  .header {
    padding: 10px 5px;
    height: auto !important;

    h1 {
      font-weight: 700 !important;
      font-size: 22px !important;
    }
    .logyistics {
      width: 95% !important;
    }
    p {
      margin-left: 0 !important;
    }
  }
  .header .row {
    margin-top: 100px !important;
  }
}
/* end header style */

/* start screen style */

.screens h2 {
  font-size: 36px;
  font-weight: 700;
}
.screens img {
  height: 550px;
}

.owl-carousel {
  width: 80%;
  margin: 0 auto;
}

.owl-carousel .owl-dots {
  display: none;
}

.arrows {
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}

.arrow {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #ffffff;
}

.screens span {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}

.right {
  background-color: #1ccdc3;
}

/* .right {
  background-color: #ffffff;
} */

@media (max-width: 768px) {
  .arrow {
    width: 75px;
    height: 75px;
  }
  .arrow span {
    width: 35px;
    height: 35px;
  }
  .screens img {
    width: 90%;
    height: 500px;
  }
}

/* end screen style */

/* start offer style */
.offer h2 {
  font-weight: 700;
  font-size: 50px;
  color: #12141d;
}
.cart {
  border-radius: 8px;
  box-shadow: #f2f5f6;
}
.cart h4 {
  font-weight: 700;
  font-size: 24px;
  color: #000000;
}
.cart p {
  font-weight: 400;
  font-size: 18px;
  color: #404040;
}

@media (max-width: 768px) {
  .offer h2 {
    font-weight: 700;
    font-size: 30px;
    color: #12141d;
  }
  .offer {
    padding: 10px !important;
  }
  .offer h2 {
    padding-left: 10px !important ;
  }
}

.contact {
  background-color: #f4f4f4;
}
.contact h6 {
  font-weight: 400;
  font-size: 14px;
  font-family: "Rubik", sans-serif;
}
.contact h6 span {
  width: 4px;
  height: 23px;
  background-color: #1ccdc3;
}
.content h3 {
  font-weight: 600;
  font-size: 35px;
  color: #2b2b2b;
  font-family: "Inter", sans-serif;
}
.content p {
  font-weight: 500;
  font-size: 16px;
  color: #2b2b2b;
  font-family: "Inter", sans-serif;
}
.d-flex h5 {
  font-weight: 500;
  font-size: 14px;
  color: #2b2b2b;
}
.d-flex p {
  font-weight: 500;
  font-size: 14px;
  color: #2b2b2b;
}
.send input,
textarea {
  background: transparent !important;
  border-radius: 8px !important;
  border: 1px solid #4e5683 !important;
  color: #2b2b2b;
}
.send input::placeholder {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.contact textarea ::placeholder {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #2b2b2b;
}
.send button {
  border-radius: 8px;
  background-color: #1ccdc3;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  border: 0;
}

/* end offer style */

/* start manage style */

.manage h1 {
  font-weight: 700;
  font-size: 48;
  color: #111827;
  font-family: "Inter", sans-serif;
}
.manage p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18;
  color: #111827;
}
.get h6 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18;
  color: #111827;
}
.img1 img {
  margin-top: -150px !important;
}

.img2 img {
  margin-bottom: -250px !important;
}

@media (max-width: 768px) {
  .manage h1 {
    font-size: 32px;
  }
  .images {
    flex-direction: column !important;
  }
  .img1 img {
    margin-top: 0 !important;
    padding-left: 30px !important;
  }

  .img2 img {
    padding-left: 30px !important;
    margin-bottom: 0 !important;
  }
  .links {
    width: 75% !important;
  }
}
/* end manage style */

/* start footer style */

.footer {
  background-color: #000000;
}
.footer a {
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  font-family: "Cairo", sans-serif;
}
.footer h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
}

.footer p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
}
.call p {
  font-weight: 500;
  font-size: 14px;
  font-family: "Krub", sans-serif;
}
.call span {
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  font-family: "Krub", sans-serif;
}
@media (max-width: 768px) {
    .footer .logo img{
        width: 75% !important;
    }
}
