* {
  padding: 0;
  margin: 0;
  font-family: "Lato", system-ui;
}
:root {
  --primary-color: #f47435;
  --secondary-color: #9e9e9e;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
}
.body {
  overflow-x: hidden;
}

:root {
  --primary-color: #f47435;
  --secondary-color: #9e9e9e;
}

header {
  background-color: var(--secondary-color);
  position: sticky;
  top: 0;
  z-index: 1000;
}
.icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--primary-color);
  margin-left: 0;
  padding: 5px 50px;
}
.icon a {
  color: black;
}

.main {
  flex: 1;
}
/* Ensure the logo and nav are aligned */
.logo .navbar-brand img {
  height: 110px; /* Adjust the size as needed */

  padding: 7px;
  margin-left: 40px;
}

.navbar {
  padding-left: 0;
  margin-left: 0;
}

.navbar-nav .nav-item a {
  font-weight: 700;
  font-size: 16px;
}

/* this issue*/
.navbar-nav .nav-item span {
  color: var(--primary-color);
}
.navbar-nav .nav-item a:hover {
  color: var(--primary-color);
}
/* this issue end */

.contact-nav i {
  color: var(--primary-color);
}
.contact-nav .p1 {
  font-size: small;
  font-weight: 600;
}
.contact-nav .p1 span {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 600;
}
.contact-nav .p2 {
  padding-right: 10px;
  font-size: x-small;
  font-weight: 400;
}
.contact-nav .p2 span {
  font-size: small;
  font-weight: 500;
  color: var(--primary-color);
}
.navbar-nav .nav-link:hover {
  color: var(--primary-color) !important;
}
.nav-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 70px;
  position: relative;
}

.nav-container .divider {
  width: 2px;
  height: 40px;
  background-color: white;
}

.navbar-collapse.show,
.collapsing {
  position: absolute;
  width: 200px !important;
  background-color: var(--secondary-color);
  left: 0 !important;
  top: 68px;
  margin-left: -150px;
  z-index: 1000;
  text-align: center;
}

@media (max-width: 500px) {
  .navbar-brand img {
    height: 70px !important;
    margin-left: 5px !important;
  }
  .contact-nav {
    display: none;
  }
  .divider {
    display: none;
  }
  .navbar-collapse.show,
  .collapsing {
    top: 60px;
  }
}
@media (max-width: 991px) {
  .navbar {
    order: 2;
  }
  .contact-nav {
    order: 1;
  }
  .divider {
    order: 1;
  }
}
@media (max-width: 500px) {
  /* .bottom {
    display: none;
  } very good, display none kia hua wo bechara kha sy ay :( mujay khud samj ni a rha ab card center kasry ho gay */
  .line {
    display: none;
  }
  .top {
    padding: 20px 0;
    height: 100%;
    text-align: center;
  }
  .icon-edit {
    padding: 0;
  }
  .top .info {
    flex-direction: column;
  }
  .section4 {
    padding: 0 10px;
  }
  .section4 img {
    padding-left: 0;
    margin-bottom: 10px;
  }
}

/* after header */
.main-peckage {
  padding: 50px 0;
  background-color: #201e1f;
}
.main-heading {
  padding: 50px 0;
}
.main-heading ul {
  display: flex;
  justify-content: center;
}
.main-heading ul li {
  list-style: none;
  text-decoration: none;
  border: 2px solid var(--primary-color);
  padding: 0 15px;
  font-weight: 600;
  font-size: 23px;
}
.main-heading .li1 {
  border-right: none;
  background-color: var(--primary-color);
  color: white;
}
.main-heading .li2:hover {
  background-color: var(--primary-color);
  color: white;
}
.main-heading .li2 a:hover {
  color: white;
}
.main-heading .li2 a {
  text-decoration: none;
  color: var(--primary-color);
}

/* card */
/* .container-fluid {
  margin-left: 70px}*/

.responsive .card  {
  /* width: 287px;  check in tab*/
  min-height: 500px;
  background-color: #201e1f;
  border: 2px solid var(--primary-color);
}
.responsive {
  margin: 20px 0;
  padding: 0 25px;

/* OK? laptop ma krnay dai open  widht is lia di thi cards bohat baray atay laptop mai*/
}
.responsive:hover {
  transform: scale(1.05);
  transition-delay: 0.2s;
  transition: transform 0.5s ease;
}



.responsive .card .bottom .Internet {
  margin-top: -3px;
  margin-left: -2px;
}
.responsive .card .bottom .span1 {
  padding: 2px 7px;
  background-color: var(--secondary-color);
  font-size: 15px;
  font-weight: 700;
}

.responsive .card .bottom .p1 {
  /* margin-top: -15px; */
  font-size: 96px;
  font-weight: 900;
  color: white;
}
.responsive .card .bottom .p2 {
  font-size: 25px;
  font-weight: 900;
}
.responsive .card .bottom .p1 span {
  font-size: 15px;
}

.responsive .card .top-div {
  background-color: var(--primary-color);
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.responsive .card .bottom-div .item {
  padding-top: 10px;
}
.responsive .card .bottom-div {
  padding-left: 15px;
  padding-bottom: 20px;
  padding-right: 10px;
}
.responsive .card .bottom-div .item p {
  font-size: 12px;
  padding-left: 10px;
  color: white;
}
.responsive .card .bottom-div h4 {
  font-weight: 900;
  color: white;
  padding-top: 10px;
}
.responsive .card .bottom-div .btn {
  color: white;
  background-color: var(--primary-color);
  padding: 5px 30px;
}
.responsive .card .button a {
  list-style: none;
  text-decoration: none;
  color: white;
}
.responsive .card .bottom-div .button {
  padding-top: 20px;
}
.responsive .card .bottom-div .last-p {
  color: var(--primary-color);
}
.responsive .card .btn:hover {
  background-color: #201e1f;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
@media (max-width: 400px) and (min-width: 300px) {
  .img-text {
    width: 300px;
    position: absolute;
    right: 30px;
    top: 200px;
  }
  .img-text h4 {
    font-size: 2rem;
    font-weight: 900;
    color: white;
  }
  .img-text p {
    font-size: 0.7rem;
    color: white;
    line-height: 1.3;
  }
  .main .icon .timer i {
    display: none;
  }
  .main .icon .timer p {
    display: none;
  }
}
