:root {
  --primari-color: #027aeb;
  --primari-secend-color: #729304;
  --primari-gray-color: #b3b3b3;
  --primari-black-color: #424242;
}

#contant .contant_top {
  width: 100%;
  height: 40vh;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.7176470588), rgba(0, 0, 0, 0.4392156863)), url(./img/contact.jpg);
  color: white;
  display: grid;
  place-content: center;
  background-size: cover;
  text-align: center;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
#contant .contant_top h1 {
  font-size: 3vw;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-family: "PT Serif", serif;
}
#contant .contant_top p {
  line-height: 170%;
  font-weight: 600;
  color: rgb(226, 226, 226);
  letter-spacing: 1px;
  text-transform: capitalize;
  font-size: 1vw;
  letter-spacing: 3px;
  font-weight: 300;
}
#contant .contant_top img {
  width: 50px;
  margin: auto;
}
#contant .contant_bottom {
  width: 100%;
  padding: 0px 0;
}
#contant .contant_bottom .contact {
  width: 100%;
}
#contant .contant_bottom .contact .top {
  width: 80%;
  display: flex;
  justify-content: space-between;
  transform: translateY(110px);
  margin: 0 auto;
}
#contant .contant_bottom .contact .top .titem {
  width: 30%;
  text-align: center;
  background-color: white;
  padding: 30px 10px;
  height: 220px;
  border: 1px solid rgba(96, 161, 52, 0.418);
  border-radius: 5px;
}
#contant .contant_bottom .contact .top .titem .socal {
  padding: 5px 0;
}
#contant .contant_bottom .contact .top .titem .socal i {
  font-size: 20px;
  padding: 0 10px;
  color: var(--primari-secend-color);
}
#contant .contant_bottom .contact .top .titem i {
  font-size: 40px;
  color: rgb(102, 102, 102);
}
#contant .contant_bottom .contact .top .titem h2 {
  font-size: 1.3vw;
  text-transform: uppercase;
  color: var(--primari-secend-color);
  font-weight: 500;
  padding: 10px 0;
  letter-spacing: 1px;
}
#contant .contant_bottom .contact .top .titem a {
  color: rgba(71, 71, 71, 0.733);
  text-transform: capitalize;
  font-size: 0.8vw;
}
#contant .contant_bottom .contact .top .titem a p {
  color: rgba(71, 71, 71, 0.733);
  text-transform: capitalize;
  font-size: 0.8vw;
}
#contant .contant_bottom .contact .top .titem p {
  color: rgba(71, 71, 71, 0.733);
  text-transform: capitalize;
  font-size: 0.8vw;
}
#contant .contant_bottom .contact .bottom {
  width: 100%;
  padding: 150px 0;
  background-color: var(--primari-color);
}
#contant .contant_bottom .contact .bottom .bottom_content {
  display: flex;
  width: 70%;
  margin: auto;
  justify-content: space-between;
}
#contant .contant_bottom .contact .bottom .bottom_content .left {
  width: 40%;
  color: white;
}
#contant .contant_bottom .contact .bottom .bottom_content .left h1 {
  font-size: 2.5vw;
  text-transform: capitalize;
  letter-spacing: 2px;
}
#contant .contant_bottom .contact .bottom .bottom_content .left h3 {
  color: rgb(233, 233, 233);
  padding: 5px 0;
  font-weight: 400;
  font-size: 1vw;
  letter-spacing: 1px;
  padding: 15px 0;
  text-transform: capitalize;
}
#contant .contant_bottom .contact .bottom .bottom_content .left h3 span {
  font-weight: 500;
  font-size: 1vw;
  letter-spacing: 1px;
  color: #a1d101;
}
#contant .contant_bottom .contact .bottom .bottom_content .left p {
  padding: 5px 0;
  color: rgba(255, 255, 255, 0.6901960784);
  font-size: 0.9vw;
  line-height: 200%;
  font-weight: 300;
  letter-spacing: 1px;
}
#contant .contant_bottom .contact .bottom .bottom_content .right {
  width: 40%;
}
#contant .contant_bottom .contact .bottom .bottom_content .right form {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#contant .contant_bottom .contact .bottom .bottom_content .right form label {
  color: white;
  text-transform: capitalize;
  letter-spacing: 1px;
}
#contant .contant_bottom .contact .bottom .bottom_content .right form input,
#contant .contant_bottom .contact .bottom .bottom_content .right form textarea {
  border: none;
  outline: none;
  border-bottom: 1px solid white;
  background-color: unset;
  padding: 5px;
  margin-bottom: 40px;
  color: white;
  resize: vertical;
  max-height: 150px;
  padding-left: 15px;
}
#contant .contant_bottom .contact .bottom .bottom_content .right form input::placeholder,
#contant .contant_bottom .contact .bottom .bottom_content .right form textarea::placeholder {
  color: rgb(214, 214, 214);
  font-size: 15px;
  font-weight: 200;
  letter-spacing: 1px;
}
#contant .contant_bottom .contact .bottom .bottom_content .right form button {
  padding: 10px;
  outline: none;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 5px;
  cursor: pointer;
}

@media (max-width: 768px) {
  #contant .contant_top {
    background-position: 25% center;
  }
  #contant .contant_top h1 {
    font-size: 10vw;
  }
  #contant .contant_top p {
    font-size: 5vw;
    padding: 10px;
  }
  #contant .contant_top img {
    width: 50px;
    margin: auto;
  }
  #contant .contant_bottom {
    padding: 0;
  }
  #contant .contant_bottom .contact {
    margin-top: -70px;
  }
  #contant .contant_bottom .contact .top {
    width: 85%;
    transform: translateY(90px);
    flex-wrap: wrap;
  }
  #contant .contant_bottom .contact .top .titem {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    height: 150px;
    margin-bottom: 15px;
    box-shadow: 0 0 50px rgba(214, 214, 214, 0.699);
    border: none;
  }
  #contant .contant_bottom .contact .top .titem i {
    font-size: 30px;
  }
  #contant .contant_bottom .contact .top .titem h2 {
    font-size: 4vw;
    padding: 5px 0;
  }
  #contant .contant_bottom .contact .top .titem p {
    font-size: 3vw;
    text-wrap: wrap;
  }
  #contant .contant_bottom .contact .top .titem a {
    font-size: 3vw;
    text-wrap: wrap;
  }
  #contant .contant_bottom .contact .bottom {
    width: 100%;
    padding: 100px 0;
    padding-bottom: 30px;
  }
  #contant .contant_bottom .contact .bottom .bottom_content {
    width: 90%;
    flex-wrap: wrap;
  }
  #contant .contant_bottom .contact .bottom .bottom_content .left {
    width: 100%;
    text-align: center;
    color: white;
  }
  #contant .contant_bottom .contact .bottom .bottom_content .left h1 {
    font-size: 7vw;
  }
  #contant .contant_bottom .contact .bottom .bottom_content .left h3 {
    font-size: 5vw;
    padding: 5px;
  }
  #contant .contant_bottom .contact .bottom .bottom_content .left h3 span {
    font-size: 5vw;
  }
  #contant .contant_bottom .contact .bottom .bottom_content .left p {
    padding: 0px 0;
    font-size: 3.5vw;
  }
  #contant .contant_bottom .contact .bottom .bottom_content .right {
    width: 100%;
    margin-top: 30px;
  }
  #contant .contant_bottom .contact .bottom .bottom_content .right form {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  #contant .contant_bottom .contact .bottom .bottom_content .right form label {
    color: white;
    text-transform: capitalize;
    letter-spacing: 1px;
  }
  #contant .contant_bottom .contact .bottom .bottom_content .right form input,
  #contant .contant_bottom .contact .bottom .bottom_content .right form textarea {
    margin-bottom: 20px;
    padding-left: 10px;
  }
  #contant .contant_bottom .contact .bottom .bottom_content .right form input::placeholder,
  #contant .contant_bottom .contact .bottom .bottom_content .right form textarea::placeholder {
    color: rgb(214, 214, 214);
    font-size: 15px;
    font-weight: 200;
    letter-spacing: 1px;
  }
  #contant .contant_bottom .contact .bottom .bottom_content .right form button {
    padding: 10px;
    outline: none;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
  }
}/*# sourceMappingURL=contact.css.map */