* {
  padding: 0;
  margin: 0;
  /* border: 2px solid red; */
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.container {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-direction: column;
  /* gap: 20px; */
  padding: 0;
  width: 100%;
   color: rgba(31, 41, 55, 1);
  /* height: 100vh; */
  /* position: relative; */
  background-color: rgba(255, 255, 255, 1);
}
.content {
  display: flex;
  width: 100%;
  /* justify-content: space-between; */
  /* gap: 20px; */
  height: 100vh;

  /* border: 2px solid red; */
  position: relative;
}
.familyimg {
  width: 50%;
  height: 100%;
  /* border: 2px solid red; */
  position: relative;
}
.desktop {
  /* width: 60%; */
  width: 100%;
  height: 100%;
  /* border: 2px solid red; */
}
.overview {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 122, 24, 0.7);
}
.overviewwriteup {
  width: 60%;
  text-align: center;
  /* line-height: 1.7; */
  color: rgba(255, 255, 255, 1);
}
.overviewwriteup h2 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.overviewwriteup p {
  line-height: 1.5;
  font-size: 1rem;
  /* width: 50%; */
}
.desktop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.writing {
  /* border: 2px solid red; */
  padding: 30px 50px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  /* border: 2px solid red; */
  width: 65%;
  position: relative;
}
.chukslogin {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.chukslogin h3 {
  font-family: "Island Moments", cursive;
  color: rgba(255, 122, 24, 1);
  font-size: 36px;
  font-weight: 300;
}
.chukslogin p {
  font-size: 23px;
  font-weight: 400;
}
.input {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  width: 100%;
  font-size: 12px;
  color: rgba(59, 71, 88, 1);
  /* line-height: 1.5; */
  /* font-weight: 200; */
  /* border: 2px solid red; */
  position: relative;
   /* letter-spacing: 1px; */
}
.input p {
  margin-top: 10px;
  position: absolute;
  bottom: -22px;
  right: 0;
  color: rgba(30, 136, 229, 1);
}
.input p:hover{
    color: rgba(255, 122, 24, 1);
    cursor: pointer;
}
.input input {
  /* width: 100%; */
  padding: 12px;
  border: 1.5px solid rgba(189, 189, 189, 1);
  border-radius: 5px;
  margin-top: 5px;
}

.input input:focus {
  outline: none;
  border: 1px solid rgba(30, 136, 229, 1);
}
.continue {
  /* margin-top: 20px; */
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.continue button:hover{
    cursor: pointer;
    transform: scale(1.02);
}
.continue p{
    font-size: 11px;
     color: rgba(59, 71, 88, 1);
      /* letter-spacing: 1px; */
}

.gandf {
  width: 100%;
  padding: 13px;
  font-family: "Poppins", sans-serif;
  /* letter-spacing: 1px; */
  background-color: rgba(255, 255, 255, 1);
  border: 1.5px solid rgba(189, 189, 189, 1);
  border-radius: 8px;
   color: rgba(59, 71, 88, 1);
    transition: transform 0.4 ease;
}
.contbtn {
  margin-top: 15px;
  background-color: rgba(255, 122, 24, 1);
  color: rgba(255, 255, 255, 1);
  border: none;
  width: 100%;
  padding: 13px;
  font-family: "Poppins", sans-serif;
  /* letter-spacing: 1px; */
  border-radius: 8px;
   transition: transform 0.4s ease;
}
.create{
    display: flex;
    font-size: 12px;
    gap: 4px;
     /* letter-spacing: 1px; */
       color: rgba(59, 71, 88, 1);
}
.create a{
    text-decoration: none;
   color: rgba(30, 136, 229, 1);
}
.create a:hover{
    color: rgba(255, 122, 24, 1);
}
footer {
  background-color: #62412e;
  padding: 30px 60px;
  /* gap: 10px; */
}
.docs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}
.chuks {
  width: 200px;
  color: rgba(255, 255, 255, 1);
  line-height: 1.5;
  font-size: 17px;
}
.chuks h3 {
  font-family: "Island Moments", cursive;
  color: rgba(255, 122, 24, 1);
  font-size: 38px;
  font-weight: 300;
}
.links {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  line-height: 2.2;
  color: rgba(255, 255, 255, 1);
}
.links h3 {
  font-size: 20px;
}
.links a {
  text-decoration: none;
  color: antiquewhite;
}
.contact {
  line-height: 2.2;
}
.contact h3 {
  font-size: 20px;
  color: rgba(255, 255, 255, 1);
}
.contact p {
  color: antiquewhite;
  font-size: 12px;
}
.socials {
  color: antiquewhite;
  font-size: 12px;
  line-height: 2.2;
}
.rights {
  color: antiquewhite;
  font-size: 12px;
  margin-top: 30px;
}
@media (max-width:700px){
  footer{
    display: none;
  }
  .familyimg{
    display: none;
  }
  .writing{
    width: 100%;
    justify-content: flex-start;
  padding: 30px 20px;
    
  }
  .contents{
    width: 100%;
  }
}