@import "base.css";
@import "contactMeResponsive.css";
.gcssForbox {
    height: 500px;
    width: 30%;
    background-color: rgb(0, 184, 114);
    border-radius: 8px;
    position: relative;
    box-shadow: 0px 0px 80px #A0A0A0;
}

.box-container {
    height: 100vh;
    margin-top: 56px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*box1*/
.box-container .box1 {
    background-color: white;
}

.form{
    width: 100%;
    background:white;
    padding: 10px;
    border-radius: 8px;
}
.form h2{
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}
form{
    margin-top: 15px;
    width: 400px;
    font-size: 0px;
}
input{
    width: 100%;
    height: 50px;
    padding: 0 15px;
    background-color: rgb(236, 236, 236);
    border: 1px solid #bbb;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    color: black;
    transition: all 0 ease-in-out;
}
input[type="text"]:valid, input[type="email"]:valid, textarea:valid {
    background: #fff url(../img/checkmark.png) no-repeat 96% center;
    background-size: 13px 13px;
}
input + input {
    margin-top: 15px;
}

input:focus{
    border: 1px solid #61cafd;
}
input[type="reset"]{
    width: 110px;
    height: 47px;
    text-align: center;
    background-color: white;
    border: 1px solid #61cafd ;
    font-size:  600;
    letter-spacing: 0.2;
    color: #61cafd;
}
input[type="reset"]:hover {
    border: 1px solid  black ;
    color:#00aaff ;
    background: #367291;
}
input[type="submit"] {
    width: 110px;
    height: 47px;
    text-align: center;
    background-color: #61cafd ;
    border: 1px solid #61cafd ;
    font-size:  600;
    letter-spacing: 0.2;
    color: white;
}
input[type="submit"]:hover {
    border: 1px solid  #61cafd ;
    color: white;
    background-color: #2fc4ab;
}
.form textarea{
    resize: none;
    overflow: auto;
    width: 100%;
    height: 150px;
    padding: 0 15px;
    background-color: rgb(236, 236, 236);
    border: 1px solid #bbb;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    color: black;
    transition: all 0.25s ease-in-out;
    margin-top: 15px;
    padding: 5px;
}
.buttons{
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;

}
.buttons input{
    margin-top: 10px;
    width: 100%;
    background-color: rgba(0,150,126,0.85);
}

/*box1*/

/*box2*/

.box-container .box2 {
    background-color: rgb(85, 96, 233);
}

.box-container .box2 i {
    font-size: 70px;
    color: white;
    width: 100%;
    text-align: center;
    margin-top: 25px;
}

.box-container .box2 h2 {
    color: white;
    text-align: center;
    font-size: 30px;
}

.box-container .box2 h3 {
    margin-top: 100px;
    color: white;
    text-align: center;
    font-size: 30px;
}

.box-container .box2 p {
    color: white;
    font-size: 20px;
    text-align: center;
}

.box-container .box2 p:last-child {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
}

/*box2*/

/*box3*/

.box-container .box3 {
    background-color: white;
}

.box-container .box3 i {
    font-size: 70px;
    color: black;
    width: 100%;
    text-align: center;
    margin-top: 25px;
}

.box-container .box3 h2 {
    color: black;
    text-align: center;
    font-size: 30px;
}

.box-container .box3 h3 {
    margin-top: 100px;
    color: black;
    text-align: center;
    font-size: 30px;
}

.box-container .box3 p {
    color: black;
    font-size: 20px;
    text-align: center;
}
.box-container .box3 a {
    color: black;
    font-size: 20px;
    display: flex;
    justify-content: center;
}
.box-container .box3 p:last-child {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
}
/*box3*/
