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

body {
  font-family: 'Poppins', sans-serif;
  color: #000;
}

.head {
  background-image: url(assets/banner/main.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 65vh;
  width: 100%;
  position: relative;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2% 6%;
}

nav img {
  height: 80px;
  border-radius: 5px;
}

.nav-link {
  flex: 1;
  text-align: right;
}

.nav-link ul {
  list-style: none;
}

.nav-link ul li {
  display: inline-block;
  padding: 8px 12px;
  position: relative;
}

.nav-link ul li a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-link ul li a:hover {
  color: #f44336;
}

.nav-link ul li::after {
  content: "";
  width: 0%;
  height: 2px;
  background: #f44336;
  display: block;
  margin: auto;
  transition: 0.5s;
}

.nav-link ul li:hover::after {
  width: 100%;
}

.textbox {
  width: 90%;
  color: rgb(170, 95, 52);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.textbox h1 {
  font-size: 56px;
  font-weight: 700;
}

.textbox p {
  margin: 10px 0 40px;
  font-size: 18px;
  color: #222;
}

.h-btn {
  display: inline-block;
  text-decoration: none;
  color: #000;
  border: 1px solid #000;
  border-radius: 15px;
  padding: 12px 34px;
  font-size: 15px;
  background: transparent;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.4s ease;
}

.h-btn:hover {
  background: #0f0743;
  color: #fff;
  border-color: #f44336;
}

#1,
#2 {
  display: none;
}

.fa-solid {
  display: none;
}

.mark {
  margin-top: 40px;
  height: 150px;
  width: 100%;
  background-color: rgb(8, 8, 32);
}

.mark .maq {
  margin-top: 20px;
}

.mark .maq img {
  height: 100px;
  width: 150px;
  margin-right: 140px;
}

.mhead {
  margin-top: 40px;
  text-align: center;
  color: rgb(8, 8, 62);
  font-size: 56px;
}

.p {
  font-size: 18px;
  text-align: center;
  color: #000;
}

.box {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 25vw;
  display: flex;
  gap: 80px;

}

.fb {
  border-radius: 9px;
  height: 400px;
  width: 300px;
  background-color: #ffffff;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.fb:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.3);
}

.fb img {
  position: absolute;
  height: 220px;
  width: 270px;
  margin-top: 10px;
  margin-left: 12px;
}

.fb button {
  margin-top: 250px;
  margin-left: 10px;
  height: 30px;
  width: 50px;
  border-radius: 5px;
  border: #ffffff;
  color: rgb(21, 0, 255);
  background-color: #ffffffb8;
  box-shadow: 0 2px 2px 0 black;
}

.ui i {
  margin-top: 25px;
  margin-left: 15px;
  size: 15px;
}

.ut {
  margin-top: 15px;
  font-size: 15px;
  color: #cbc7c7;
}

.user {
  display: flex;
  gap: 40px;
}

.subs {
  background-image: url(assets/banner/subs.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 75vh;
  width: 80%;
  position: relative;
  border: 1px solid rgb(209, 199, 199);
  border-radius: 15px;
  margin-left: 130px;
}

.suc {
  color: #00bfa6;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  padding-left: 700px;
  padding-top: 80px;
  animation: fadeInDown 1s ease-in-out;
}

.h {
  color: #160064;
  font-size: 40px;
  font-weight: 600;
  display: inline-block;
  padding-left: 500px;
  padding-top: 10px;
  animation: fadeInDown 1s ease-in-out;
}

.ps {
  color: #000000;
  font-size: 14px;
  padding-left: 500px;
  padding-top: 10px;
}

.check {
  list-style: none;
  display: flex;
  gap: 30px;
  color: #160064;
  padding-left: 590px;
  padding-top: 20px;
  font-size: 20px;
}

.hh1 {

  height: 50px;
  width: 550px;
  border-radius: 14px;
  box-shadow: 0 2px 2px 0 black;
  padding-left: 20px;
  margin-top: 20px;
  margin-left: 450px;
}

.hh2 {
  margin-top: 20px;
  margin-left: 450px;
}

.hh3 {
  padding: 8px 34px;
  font-size: 18px;
  color: #ffffff;
  background-color: #0a2560;
  border-radius: 8px;
  margin-top: 20px;
  margin-left: 650px;
}

.inputs {
  display: block;
}

.footer {
  display: flex;
  justify-content: space-between;
  padding: 40px 60px;
  background: #fff;
  flex-wrap: wrap;
}

.footer .left,
.footer .nav,
.footer .quick-links,
.footer .contact {
  flex: 1;
  min-width: 200px;
  margin-bottom: 20px;
}

.footer .left img {
  width: 150px;
  margin-bottom: 15px;
}

.social-icons {
  margin-top: 15px;
}

.social-icons a {
  margin-right: 15px;
  font-size: 20px;
  color: #121922;
  text-decoration: none;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #00c67e;
}

.footer h3 {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.footer ul {
  list-style: none;
  padding-left: 0;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer ul li a {
  color: #666;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
}

.footer ul li a:hover {
  color: #00c67e;
}

.contact .item {
  display: flex;
  margin-bottom: 20px;
}

.contact .icon {
  margin-right: 12px;
  font-size: 24px;
  color: #888;
  flex-shrink: 0;
}

.contact .details {
  font-size: 14px;
  color: #555;
}

.contact .details strong {
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
  color: #121922;
}




@media (max-width: 700px) {
  .head {
    background-image: url(assets/banner/main.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 65vh;
    width: 100%;
    position: relative;
  }

  .textbox h1 {
    font-size: 28px;
  }

  .nav-link ul li {
    display: block;
    padding: 20px;
  }

  .nav-link ul li a {
    color: #fff;
    font-size: 20px;
  }

  .nav-link {
    position: absolute;
    background: #f44336;
    height: 100vh;
    width: 200px;
    top: 0;
    right: -200px;
    text-align: left;
    z-index: 2;
    transition: right 0.5s ease;
  }

  nav .fa-solid {
    display: block;
    color: #000;
    margin: 10px;
    font-size: 25px;
    cursor: pointer;
  }

  .nav-link .fa-solid {
    color: #fff;
    margin: 20px;
    font-size: 24px;
    cursor: pointer;
  }

  .nav-link ul {
    padding: 30px;
  }

  .mark {
    margin-top: 20px;
    height: 75px;
    width: 100%;
    background-color: rgb(8, 8, 32);
  }

  .mark .maq img {
    height: 50px;
    width: 75px;
    margin-right: 70px;
  }

  .mhead {
    font-size: 18px;
    text-align: center;
  }

  .pp .p {
    font-size: 8px;
  }

  .box {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 20PX;
    display: flex;
    flex-direction: column;
    gap: 10px;



  }
  .fb{
    margin-left: 60px;
  }

  .ui i {
    margin-top: 25px;
    margin-left: 15px;
    size: 15px;
  }

  .ut {
    margin-top: 15px;
    font-size: 15px;
    color: #cbc7c7;
  }

  .user {
    display: flex;
    gap: 40px;
  }

  .f1 {
    display: none;
  }

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

  body {
    font-family: "Poppins", sans-serif;
    background-color: #f8f9fb;
  }


  .footer {
    flex-direction: column;
    padding: 30px 20px;
  }

  .footer .left,
  .footer .nav,
  .footer .quick-links,
  .footer .contact {
    margin-bottom: 30px;
  }

  .details p {
    display: none;
  }

}