:root{
    --height : 5vh;
}

#above-footer {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: rgb(83, 104, 223);
  color: white;
}
#text-1 {
  margin: 3rem;
  font-size: 0.9rem;
}
#text-2 {
  margin: 3rem;
  margin-top: 0;
  font-weight: bolder;
  text-align: center;
  font-size: 1.9rem;
  width: 30vw;
  margin-bottom: 0.3em;
}
#contact-email {
  margin: 2rem;
  display: flex;
}
#contact {
  background-color: rgb(250, 87, 87);
  color: white;
  border: 1px solid rgb(250, 87, 87);
  border-radius: 3px;
  margin-right: 0.3rem;
  padding-right: 1vw;
  padding-left: 1vw;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  cursor: pointer;
  margin-left: 1rem;
  height: 5.6vh;
}
#contact:hover {
  background-color: white;
  color: rgb(250, 87, 87);
}

#mail-inp{
    outline: none;
    border: 1px solid white;
    height: 4vh;
    padding: 0;
    border-radius: 2px;
    width: 95%;
}
#mail-id{
    border-radius: 4px;
    border: 1px solid white;
    background: white;
    width: 20vw;

}
#inp{
    box-sizing: unset;
    background: white;
    border: 1px solid white;
    border-radius: 4px;
    position: relative;
    width: 99%;
    display: flex;
    /* margin-top: 0.1rem; */

}

#error{
    position: absolute;
    right: 0.2rem;
    display: none;
}
#texterror{
    font-size: 0.5rem;
    padding: 0.3rem;
    display: none;
}
@media (max-width:980px) {
    #mail-id{
        width: 25vw;
    }
}



@media (max-width:760px) {
    #text-2{
        width: 50vw;
    }
    #mail-id{
        width: 35vw;
    }
}
@media (max-width:580px) {
    #text-2{
        width: 50vw;
    }
    #contact-email{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
    }
    #mail-id{
        width: 50vw;
    }
    #contact{
        width: 50vw;
        margin: 1.5rem;
    }
}
@media (max-width:464px) {
    #text-2{
        width: 70vw;
    }
    #mail-id{
        width: 70vw;
    }
    #contact{
        width: 70vw;
    }
}
@media (max-width:360px) {
    #text-2{
        width: 90vw;
    }
    #mail-id{
        width: 90vw;
    }
    #contact{
        width: 90vw;
    }
    #contact-email{
        width: 100vw;
        box-sizing: border-box;
    }
}

#above-footer{
    margin-bottom: 0;
}
