* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}
input {
  outline: none;
}
.contact {
  min-height: 100vh;
  width: 100vw;
  background: linear-gradient(120deg, #061a34, #020c18);

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.bigc {
  position: absolute;
  height: 100vh;
  top: -30%;
  left: -200px;
}
.minc {
  position: absolute;
  height: 30vh;
  bottom: -10%;
  right: 300px;
}
.midc {
  position: absolute;
  height: 55vh;
  bottom: 23%;
  right: -100px;
}
.lin {
  position: absolute;
  height: 90vh;
  bottom: 0%;
  left: 8%;
}
.contac {
  min-height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
/* //////////////////////////////////////////////////////////// */
a {
  text-decoration: none;
  color: White;
}
ul {
  list-style: none;
}
li {
  padding: 0rem 2rem;
}
.hide {
  overflow: hidden;
}
#logo {
  color: white;

  font-size: 3rem;
  text-decoration: none;
  z-index: 5;
}
.nav-header {
  position: absolute;
  margin: auto 5vw auto 5vw;
  width: 90vw;
  display: flex;
  height: 10vh;
  top: 0%;
  align-items: center;
  justify-content: space-between;
  z-index: 5;
}
.burger {
  position: fixed;
  right: 2%;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 2.5rem;
  width: 3rem;
  z-index: 4;
}
.logos {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 2.5rem;
  width: 3rem;
  z-index: 4;
}
.line1,
.line2 {
  background-color: aliceblue;
  height: 3px;
  border-radius: 2rem;
  width: 3.5rem;
  pointer-events: none;
  z-index: 4;
}

.navbox {
  height: 100vh;
  width: 100vw;
  background-image: linear-gradient(to right, #072142, #8c2b7a 42%, #ff4d5a);
  position: fixed;
  z-index: -1;
  transform: translateY(-110%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.nav {
  height: 90vh;
  width: 50vw;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  font-size: calc(1.4rem + 1vw);
  color: white;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  padding: 1rem;
  cursor: pointer;
  z-index: 3;
}

.backtext {
  position: absolute;
  font-size: 12vw;
  z-index: -1;
  font-family: "Montserrat", sans-serif;
  background: -webkit-linear-gradient(to right, #ff4d5a, #8c2b7a, #072142);
  background: linear-gradient(to right, #ff4d5a, #8c2b7a, #072142);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 2;
}

/* ////////////////////////////////////////////////////////// */

.contact-container {
  min-height: 90vh;
  width: 90vw;
  display: flex;
}

.glass {
  min-height: 93vh;
  width: 95vw;

  background: linear-gradient(
    120deg,
    rgba(70, 70, 70, 0.8),
    rgba(58, 57, 57, 0.2)
  );
  border-radius: 33px;
  z-index: 2;
  backdrop-filter: blur(23px);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-self: center;
}
.right {
  height: 90vh;
  margin: 1rem;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.left {
  height: 90vh;
  width: 50%;
  margin: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: baseline;
  justify-items: center;
  color: beige;
  display: flex;
  flex-grow: 1;
}

input {
  margin: 1rem 0rem;
  width: 16rem;
  border: none;
  height: 2rem;
  border-radius: 10px;
  padding: 1rem;
}
textarea {
  margin: 1rem 0rem;
  width: 16rem;
  border: none;
  font-family: "poppins";
  font-size: 0.8rem;
  border-radius: 10px;
  padding: 1rem;
  height: 25vh;
  outline: none;
}

.formbtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.formbtn p {
  margin-left: 0.2rem;
}
.right h1 {
  color: white;
}

.right h2 {
  color: white;
  font-size: 6rem;
}
.right h3 {
  font-size: 4rem;
  background: -webkit-linear-gradient(120deg, #fe7a70, #ffd57d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
form {
  height: 95%;
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
button {
  margin: 1rem 0rem;
  align-self: flex-end;
  padding: 0.8rem 1.2rem;
  color: black;
  font-family: "Montserrat", sans-serif;
  background: -webkit-linear-gradient(120deg, #fe7a70, #ffd57d);

  border: none;
  border-radius: 6px;
  cursor: pointer;

  font-size: 0.8rem;
}

.othr {
  height: 20vh;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

ul {
  list-style: none;
}
li {
  display: flex;
  margin: 1rem;
  align-items: center;
  color: white;
}
a {
  text-decoration: none;
  color: white;
}

.add {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.add img {
  height: 1.2rem;
  margin-right: 7px;
}
.social {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
h1 {
  font-size: calc(2rem + 1vw);
}

.cont {
  margin-left: 4rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 769px) {
  .contact-container {
    align-content: center;
    justify-content: center;
  }

  .glass {
    align-self: center;
    top: 10px;
    min-height: 170vh;
    width: 95vw;
    margin: 2vh 1vh;

    flex-wrap: wrap;
  }
  form {
    align-self: center;
  }
  .right h3 {
    width: 15rem;
  }
  button {
    margin-top: rem;
    align-self: flex-start;
  }

  .social img {
    padding: 0.5rem;
  }
  .othr {
    height: 35vh;
    width: 95vw;
    align-self: center;
  }
}
