*{
    padding: 0;
    margin: 0;
    /* border: 2px solid red; */
    font-family: "Poppins", sans-serif;
   box-sizing: border-box;
}
.container{
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
    /* gap: 20px; */
    padding: 0;
    width: 100%;
    /* 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; */
}
.familyimg{
    width: 50%;
    height: 100%;
    /* border: 2px solid red; */
    position: relative;
}
.desktop{
    /* width: 60%; */
    width: 100%;
    height: 100%;
    /* border: 2px solid red; */
}
.desktop img{
 width: 100%;
 height: 100%;
 object-fit: cover;
}
.writing{
    /* border: 2px solid red; */
    padding: 20px 50px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.mainwritecontent{
    /* border: 2px solid red; */
    padding: 60px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    height: 95%;
    position: relative;
}
.nav{
    display: flex;
    justify-content: space-between;
    width: 100%;
    /* margin-top: -25px; */
}
.nav h2{
    font-family: 'Island Moments', cursive;
    color: rgba(255, 122, 24, 1);
    font-size: 38px;
    font-weight: 300;
}
.signin{
    padding: 10px 32px;
    border: 2px solid rgba(30, 136, 229, 1);
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 1);
    color:rgba(30, 136, 229, 1);
     transition: transform 0.4 ease;
}
.signin:hover{
    cursor: pointer;
     color: rgba(255, 122, 24, 1);
     border: 2px solid rgba(255, 122, 24, 1);
      transform: scale(1.02);
}
.writecontent{
    font-size: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 90%;
}
.writecontent h2{
    font-size: 1.5rem;
}
.question ul{
    list-style: none;
}
.questionleft ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; 
    gap: 10px;
}
.questionleft li{
    display: flex;
    gap: 10px;
    align-items: center;
    /* justify-content: center; */
}
.questionright ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; 
    gap: 10px;
}
.questionright li{
    display: flex;
    gap: 10px;
    align-items: center;
    /* justify-content: center; */
}
.question{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
.eatery{
    background-color: rgba(255, 225, 196, 1);
    width: 25px;
    height: 25px;
    border-radius: 5px;
}
.buttons{
     width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    /* border: 2px solid red; */
}
.buttons a{
    width: 100%;
}
.learn{
    width: 100%;
     padding: 9px;
    border: none;
    border-radius: 9px;
    border: 2px solid rgba(30, 136, 229, 1);
    background-color: rgba(255, 255, 255, 1);
    color:rgba(30, 136, 229, 1);
}
.start{
    padding: 10px;
    border: none;
    border-radius: 9px;
    width: 100%;
    background-color:rgba(255, 122, 24, 1) ;
    color:rgba(255, 255, 255, 1);
}
.start:hover{
    cursor: pointer;
    
}
.footer{
    margin-top: 20px;
    display: flex;
    /* border: 2px solid red; */
    font-size: 10px;
    padding: 20px 0px;
    width: 88%;
    gap: 5px;
    border-top: 1px solid rgb(223, 223, 223);
    justify-content: center;
    align-items: center;
}
.footer span{
    color: rgba(30, 136, 229, 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;
}
.mobile{
    display: none;
    width: 99.5vw;
    margin-top: 20px;
    /* height: auto; */
    position: relative;
}
.mobile svg{
    width: 100%;
    /* height: 200px; */
    /* border: 2px solid red; */
}
.navmobile{
    display: none;
    /* display: flex; */
    /* flex-direction: column; */
    justify-content: center;
    width: 100%;
    position: relative;
    /* height: 200px; */
    /* border: 2px solid red; */
}
.navmobile h2{
     font-family: 'Island Moments', cursive;
    color: rgba(255, 122, 24, 1);
    font-size: 38px;
    font-weight: 300;
}
.signin2{
    padding: 10px 32px;
    border: 2px solid rgba(30, 136, 229, 1);
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 1);
    color:rgba(30, 136, 229, 1);
     transition: transform 0.4 ease;
     /* margin-bottom: 50px; */
     position: absolute;
     z-index: 1000;
     right: 20px;
     bottom: -50px;
     /* border: 2px solid red; */
}
.signin2:hover{
    cursor: pointer;
     color: rgba(255, 122, 24, 1);
     border: 2px solid rgba(255, 122, 24, 1);
      transform: scale(1.02);
}

@media(max-width:810px){
    .desktop{
        display: none;
    }
    .mobile{
        display: flex;
    }
    footer{
        display: none;
    }
    .nav{
        display: none;
    }
    .navmobile{
    display: flex;
}
    .content{
        flex-direction: column;
        justify-content: center;
        height: auto;
    }
    .writing{
        width: 100%;
        padding: 10px 30px;
    }
    .mainwritecontent{
        width: 100%;
    }
    .writecontent{
        width: 100%;
    }
    .question{
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }
    .questionleft{
        width: 100%;
    
    }
    .questionleft{
        width: 100%;
    
    }
    .questionright{
        width: 100%;

    }
    .question ul li{
        padding: 10px;
        background-color: rgba(243, 244, 246, 1);
        border-radius: 5px;
        width: 100%;
        align-items: normal;
        /* margin-right: 1000px; */
    }
}