:root {
  font-size: 10px;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
body {
  background-color: #000000;
  color: white;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.checkmark {
  width: 1rem;
  height: 1rem;
  background-color: #1e1e1e4b;
  border-radius: 50%;
  vertical-align: middle;
  border: 0.1px solid gray;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}
.checkmark:checked {
  background-color: #1e8efa;
}
.container {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.footer-sec {
  display: grid;
  align-items: center;
  justify-items: center;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  background: linear-gradient(to top, #000, #1e1e1e4b) !important;
  padding: 0 20rem;
  border-top: 1px solid rgb(128, 128, 128);
  border-radius: 12px;
  align-items: center;
}
.header {
  grid-column: 1/3;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.head {
  color: #545454;
}
.icon-sec {
  grid-column: 2/-1;
  align-self: self-start;
}
.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.heading-primary {
  font-size: 3rem;
  line-height: 1.05;
  margin-bottom: 3.2rem;
}
.contact-ptn,
.contact-ptn {
  display: inline-block;
  width: 30%;
  padding: 0.5rem 1rem;
  text-decoration: none;
  font-size: 2rem;
  background-color: #1e1e1e4b;
  color: #d9d9d9;
  border-radius: 3px;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.4s;
  border: none;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  border: 0.01px solid #d9d9d91d;
}
.contact-ptn:hover,
.contact-ptn:active {
  color: #d9d9d9;
  background-color: #1e8efa;
}
.form-label {
  font-size: 1.1rem;
}
.form-inputs {
  display: flex;
  flex-direction: column;
}
.namil-form {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}
.email,
.name {
  background-color: #1e1e1e4b;
  border: 0.1px solid #d9d9d91d;
  padding: 0.5rem 0;
  width: 12rem;
  border-radius: 5px;
}
.email::placeholder,
.name::placeholder {
  transform: translate(6px, 0);
}
.message {
  width: 25rem;
  height: 7rem;
  border-radius: 8px;
  border: none;
  background-color: #1e1e1e4b;
  border: 0.1px solid #d9d9d91d;
}
.message::placeholder {
  transform: translate(5px, -2.2rem);
}
.message-flex {
  display: flex;
  flex-direction: column;
}
.check-flex {
  display: flex;
  /* justify-content: center; */
  /* flex-direction: column; */
  align-items: center;
  margin: 1rem 0;
  gap: 1rem;
}
/* 
.checkmark{
    display: inline-block;
    padding: 1rem;
} */

.icon {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  padding: 6px;
  stroke: #fff;
  border: 1px groove #d9d9d979;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  opacity: 0.5;
  border-bottom: none;
  /* padding: 10px; */
  /* box-shadow: 1rem 1rem 2rem rgba(1, 0, 0, 0.5); */
}
.icon-box {
  display: flex;
  gap: 1rem;
  align-items: center;
  /* flex-direction: column; */
}
.connect {
  font-size: 1.2rem;
  color: #bababa;
}
.icon-social {
  /* display: inline-block; */
  width: 2rem;
  height: 2rem;
}
.icon-bag {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.nav {
  display: flex;
  align-items: center;
  padding: 0 4rem;
  justify-content: space-between;
  /* border-bottom: 2px solid #2c2e39; */
}
.nav-title {
  font-size: 2rem;
  margin: 0;
}
.nav-list {
  display: flex;
  align-items: center;
  list-style: none;
  align-self: center;
  margin-bottom: 0;
}
.nav-link {
  text-decoration: none;
  color: inherit;
  font-size: 1rem;
}
.nav-foot {
  width: 100%;

  display: flex;
  /* gap: 10rem; */
  justify-content: space-between;
  align-items: center;
  /* justify-content: center; */

  margin-top: 5rem;
}
.finsher {
  display: flex;
  gap: 2rem;
  margin-top: 3rem;
}
.nav-link {
  color: #94a3b8;
}

@media screen and (max-width: 980px) {
  .footer-sec {
    column-gap: 4rem;
  }
  :root {
    font-size: 9px;
  }
  .container {
    margin: 0 auto;
  }
}
@media screen and (max-width: 650px) {
  .footer-sec {
    column-gap: 2rem;
    padding: 0 3rem;
  }
  :root {
    font-size: 8px;
  }
  .container {
    margin: 0 auto;
  }
}

@media screen and (max-width: 580px) {
  .footer-sec {
    column-gap: 2rem;
    padding: 0 3rem;
  }
  :root {
    font-size: 8px;
  }
  .container {
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .footer-sec {
    column-gap: 2rem;
    padding: 0 3rem;
  }
  :root {
    font-size: 8px;
  }
  .container {
    margin: 0 auto;
  }

  .footer-sec {
    grid-template-columns: none;

    column-gap: 2rem;
    padding: 0 0rem;
  }
  .icon-sec {
    margin-top: 3rem;
    transform: translate(30px);
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /* flex-direction: column; */
    gap: 4rem;
    justify-self: center;
  }
  .nav-foot {
    justify-content: center;
  }
  .nav {
    padding: 0 0;
  }
  .finsher {
    display: flex;
    gap: 1rem;
    margin-top: 3rem;
  }
  .icon-box {
    display: flex;
    gap: 1rem;
    flex-direction: column;
  }
}
