:root{
    --gray:#231f20;
    --gray2:#333333;
    --green:#79b534;
}
body,html{
    padding:0;
    margin:0;
    font-size: 16px;
}
body,p,ul,li,div,span,input,label,textarea{
    font-family: "Roboto", sans-serif;
}
h2, h3{
    font-family: Helvetica, sans-serif;
    font-size: 37px;
    font-weight: 700;
}
#response{
    font-size: 1.5rem;
    margin: 5px 0;
    background: var(--gray);
}
#response.success{
    font-size: 1.25rem;
    margin: 5px 0;
    background: var(--gray);
    padding: 16px;
    text-align: center;
}
footer{
    padding:0 16px;
    margin-bottom:16px;
}
.innerhold{
    max-width:1000px;
    margin: 0 auto;
    padding:0 16px;
}
header .innerhold{
    padding-top:50px;
    position: relative;
    margin-bottom:50px;
}
header img{
    max-width: 100%;
}
header div > span{
    font-family: "Roboto", sans-serif;
    position: absolute;
    top:0;
    left:0;
    padding:50px 0;
    text-align: center;
    width: 50%;
    display: flex;
    flex-direction: column;
    font-weight: 300;
    font-size: clamp(12px, 2vw, 17px);
    height: 44%;
    align-items: center;
    justify-content: center;
}
header h2{
        font-size: clamp(12px, 4vw, 37px);
        margin: 0;
        padding: 0;
}
header h3{
    font-weight: 400;
    font-size: clamp(12px, 3.5vw, 30px);
    margin: 0 0 16px;
        padding: 0;
}
.twoby .innerhold{
display: flex;
gap:32px;
justify-content: center;
align-items: center;
margin-bottom:50px;
}
.ceterleft{
    text-align: center;
    width: 45%;
}
.twobytwo{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.twobytwo img{
    max-width: 100%;
    height: auto;
}
.twobytwo div{
    position: relative;
}
.twobytwo h3{
    margin: 0 0 4px;
    font-size: 1.3rem;
}
.twobytwo div > span{
    position:absolute;
    z-index: 1;
    color: #fff;
    display:flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    top:0;
    left:0;
    font-size: 12px;
    font-weight: 300;
}
.twobytwo div span img{
    height: 50px;
    width: auto;
    margin-bottom: 16px;
}
.maincopy p{
    font-size: 18px;
    margin-bottom:50px;
}
.fourgreen{
    display: flex;
    gap:16px;
    text-align: center;
}
.fourgreen div img{
    max-width: 100%;
    height: auto;
}
.fourgreen p{
    margin: 16px auto;
    max-width: 90%;
}
.graybg{
    background:hsl(195, 4%, 39%);
    color:#fff;
    padding:50px 0;
    margin:50px 0;
}
.graybg .innerhold{
    display: flex;
    gap: 32px;
}
.sidehold{
    width:43%;
}
.formhold{
    width:57%;
}
input{
    font-size: 12px;
    font-weight: 300;
    padding:14px;
    width:100%;
    box-sizing: border-box;
}
.radiohold input{
    width:auto;
    font-size: 12px;
    font-weight: 300;
}
.radiohold{
    width:auto;
    font-size: 12px;
    font-weight: 300;
    margin-bottom:16px;
}
.radiohold label{
    display: inline-block;
    margin-left:24px;
}
input::placeholder{
    color:var(--gray);
}
input[type="radio"] {
  vertical-align:text-bottom;
}
.twoup{
    display: flex;
    flex-wrap: nowrap;
    gap: 8.333%;
    margin-bottom: 24px;
}
textarea{
    width: 100%;
    height: 5rem;
    padding:16px;
    box-sizing: border-box;
    font-weight: 300;
    margin-bottom:16px;
}
.register{
    width: auto;
    color:#fff;
    background:var(--green);
    border:none;
    font-family: Helvetica, sans-serif;
    font-size: 21px;
    cursor:pointer;
}
.register:hover{
    opacity: 0.8;
}
footer img{
    width:auto;
    height:60px;
}
.footerthree{
    display: flex;
    font-size:12px;
    color:var(--gray);
    justify-content:space-between;
    align-items: center;
    gap: 32px;
}
.footerthree a{
    font-size:12px;
    color:var(--gray);
    text-decoration: none;
}
footer p{
    text-align: center;
    color:var(--gray);
    font-size: 20px;
}
footer p a{
    text-decoration: none;
    color:var(--gray);
}
.greentxt{
    color:var(--green);
}
.radiohold br{
        display: none;
    }
    .headbtn{
        bottom:3.8%;
        right: 3.8%;
        position:absolute;
            width: auto;
    color:#fff;
    background:var(--green);
    border:none;
    font-family: Helvetica, sans-serif;
    font-size: 21px;
    cursor:pointer;
    display: inline-block;
    text-decoration: none;
    padding:10px 16px;
    }
@media only screen and (max-width: 900px) {
    .radiohold br{
        display: block;
    }
.graybg .innerhold{
    display: flex;
    gap: 32px;
    flex-direction: column;
}
.sidehold{
    width:100%;
}
.formhold{
    width:100%;
}
.twoup{
    flex-direction: column;
    gap:16px;
    margin-bottom:16px;
}

    .footerthree{
        flex-wrap: wrap;
    justify-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    gap: 32px;
}
.ftext{
    display: block;
    width: 100%;
}
.oimg{
  order:1;
}
.zimg{
    order:1;
}
.fourgreen{
    flex-wrap: wrap; 
}
.fourgreen div{
    width: 47%;
}
}
@media only screen and (max-width: 768px) {
.twoby .innerhold{
    flex-direction: column;
    gap:0;
}
.ceterleft{
    width:100%;
}
.ceterleft h2{
    margin-top:0;
    padding-top:0;
}
.ceterleft br{
    display:none;
}

.twobytwo {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    text-align: center;
}
header .innerhold, header div > span{
    padding-top:16px;
}
header .innerhold{
    margin-bottom: 32px;
}
.twobytwo div > img {
    max-width: 80%;
    height: auto;
    margin: 0 auto;
}
header h3{
    margin: 0 0 8px;

}
   .headbtn{
    bottom: 5%;
    right: 5%;
    font-size: 18px;
   }
}
