body{
    font-family: -apple-system, BlinkMacSystemFont, "segoe ui", Roboto, Helvetica, Arial, sans-serif, "apple color emoji", "segoe ui emoji", "segoe ui symbol";
    background-color: whitesmoke;
}

/* img section */
#container1{
    width: 60%;
    margin: auto;
    text-align: center;
}
#main{
    height: 6000px;
    border: 1px solid red;
}
#img{
    width: 450px;
    height: 350px;
    transform: translateX(50%);
    margin-bottom: 0;
    padding-bottom: 0px;
    padding-top: 100px;
}
.tag_line{
    margin: auto;
    font-size: 50px;
    color: #282828;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0.01em;
    margin-top: 0px;
    padding-top: 0px;
}

/* input section */
#email_start{
    display: grid;
    grid-template-columns: 650px;
    grid-template-rows: repeat(2,50px);
    gap: 20px;
    margin-top: 50px;
    justify-content: center;
}

#email_start>input{
    border: 2px solid black;
    border-radius: 9px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.2px;
}
#email_start>button{
    border: none;
    background-color: #16c899;
    color: aliceblue;
    border-radius: 9px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.2px;
    transition: 0.5s ease-out;
}
#start-w-email:hover{
    background-color: #282828;
}
#start-w-email{
    margin-bottom: 0px;
    padding-bottom: 0px;
}


/* google sign up */
#err{
    display: none;
}


#textun{
    margin-top: 0px;
    padding-top: 0px;
}
#g-signup{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: black;
}
#g-signup img{
    height: 40px;
}
#g-signup>h3>a{
   color: black;
}



/* display divs */
#displaymain{
    display: flex;
    flex-direction: column;
    gap:50px;
    margin-top: 150px;
}
.functional:nth-child(odd){
    display: flex;
    flex-direction: row;
    align-items: center;
}
.functional:nth-child(even){
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
#functionalimg{
    width: 150%;
    height: 70%;
}
#functionalimg>img{
    width: 100%;
    height: 100%;
}

.text_area{
    padding:150px;
    padding-left: 50px;
    width: 100%;
}
.btn_area{
    width: 120%;
    height: max-content;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: repeat(3,1fr);
    align-self: flex-start;
    padding:40px;
    gap: 20px;
}
.btn_area>button{
    height: 90px;
    width: 110%;
    padding: 20px;
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    border-radius: 5px;
    border: none;
    background-color: white;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 15%);
    transition: 0.5s;
}


#change-img{
    transition: 0.5s;
    width: 90%;
    margin-left: 20px;
}
.heading{
    margin: auto;
    font-size: 50px;
    color: #282828;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0.01em;
    margin-bottom: 50px;
}
.paraex{
    color: #7f8488;
    letter-spacing: normal;
    font-size: 27px;
    line-height: 46px;
    font-weight: 500;
}


.paraex>strong,a{
    color: #727577;
    letter-spacing: normal;
    font-weight: 700;
}

#last_text{
    text-align: center;
}
.ending_tag_line{
    text-align: center;
    font-size: 28px;
    color: #282828;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0.01em;
    margin-top: 0px;
    padding-top: 0px;
}

#last_start{
    width: 16%;
    height: 55px;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    background-color: #00ad95;
    border-radius: 7px;
    margin: auto;
    border: none;
    transition: 0.5s ease-out;
}
#last_start:hover{
    background-color: #282828;
}

/* box containers */

#box_container{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
    width: 90%;
    margin: auto;
    text-align: center;
    background-color: white;
    padding: 70px;
}
.box>p{
    font-size: 25px;
    margin-top: 0px;
    padding-top: 0px;
}
