/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;

}



h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}


body {
  height: 100vh;
  width: 100vw;
  background-color: black;
}

.contact-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(../img/products/motherboard-black.jpg);
  background-size: cover;
  background-color: rgba(62, 62, 62, 0.522);
  background-blend-mode: multiply;
}

.parent-container {
  background-size: cover;
  background-position: center;
  background-image: linear-gradient(to bottom, #000000, #1f1f1f, #373737, #525252, #6e6e6e);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
}


#box {
  background: linear-gradient(to right, #fcf7f9, #d3f3f16b);
}


.text-container {
  margin: 150px 0px 40px;
}

.text-container h1 {
  font-size: 40px;
  color: white;
  font-weight: 300;
}

.Value-holder input {
  padding: 20px;
}

.Value-holder {
  margin: 10px 0px;
}

.Value-holder {
  width: 40vw;
}

::placeholder {
  text-align: center;
}

input:hover {
  background-color: rgb(179, 182, 184);
}

textarea:hover {
  background-color: rgb(179, 182, 184);
}

.send-btn {
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  color: black;
  display: block;
}

.send-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border: 1px solid white;
  border-radius: 8px;
  padding: 10px 30px;
  letter-spacing: 2px;



}

.btn-box {
  width: 100%;
  display: flex;
  justify-content: center;
}

@media(max-width:326px){
  .contact-container {
    width: 100%;
    height: 120vh;
   }
}


/*--------------------------------------------------------------
# appointment page css
--------------------------------------------------------------*/

*,
::after,
::before {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

.parent-container {
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.71);

}

.apt-text {
  color: white;
}


.appointment-main-text h1 {
  text-align: center;
  font-size: 50px;
}

.appointment-main-text {
  margin-top: 100px;
  margin-bottom: 50px;
}

.main-box-container {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.box {
  margin: 2px;
  width: 40vw;
  padding: 30px;
  background-color: rgba(246, 243, 243, 0.582);
  box-shadow: 1px 1px 5px grey;
  border-radius: 8px;
}

.box h1 {
  padding-top: 10px;
}

.box .blue-txt {
  font-weight: 700 !important;
}

.box p {
  text-align: center;
  font-size: 20px;
}

.appointment-main-text .main-box-container .home-page-button {
  align-items: center;
}

.btn-box .apt-btn {
  background-color: #3889ed;
  border-radius: 5px;
}

.btn-box .apt-btn>a {
  color: white;

}


.btn-box .apt-btn:hover {
  background-color: #00aff0;
  color: white;
  border: 1px solid white;
  border-radius: 10px;
  padding: 10px 30px;
  letter-spacing: 2px;
}

@media(max-width:376px) {

  .appointment-main-text h1 {
    text-align: center;
    font-size: 30px;

  }


  .main-box-container {
    display: block;
  }

  .box {
    width: 90vw;
    margin: 5px 0px 5px -5px;
  }
}

@media(max-width:1080px) {
  .Value-holder {
    width: 75vw;
  }

  .text-container h1 {
    font-size: 55px;
  }

  .text-container {
    margin: 90px 0px 30px;
  }


}


@media(max-width:811px) {
  .Value-holder {
    width: 85vw;
  }

  .text-container {
    margin: 80px 0px 40px;
  }
}


@media(max-width:450px){
  .text-container h1 {
    font-size: 40px;
  }
}

@media(max-width:376px) {
  .text-container h1 {
    font-size: 35px;
  }

  .Value-holder {
    width: 80vw;
  }
}


.text-container {
  margin: 80px 0px 40px;
}


