* {
  margin: 0;
  padding: 0;
}
.main {
  width: 100%;
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 50%),
    url(wasatch.jpg);
  background-position: center;
  background-size: cover;
  height: 100vh;
}
.navbar {
  width: 1200px;
  height: 75px;
  margin: auto;
}
.icon {
  width: 200px;
  float: left;
  height: 70px;
}
.menu {
  width: 400px;
  float: left;
  height: 70px;
}
.menu a {
  font-size: 0.7vw;
  font-weight: 10;
}
.before-text {
  margin: 50px;
  font-size: 35px;
  color: #02ffff;
}
.before {
  width: 250px;
  margin-left: 570px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.after-text {
  font-size: 40px;
  margin-left: 620px;
  color: #fff;
}
.after {
  width: 250px;
  height: 200px;
  margin-left: 570px;
  margin-bottom: 20px;
}
ul {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul li {
  list-style: none;
  margin-left: 62px;
  margin-top: 27px;
  font-size: 14px;
}
ul li a {
  text-decoration: none;
  color: #fff;
  font-family: Arial;
  font-weight: bold;
  transition: 0.4s ease-in-out;
}
ul li a:hover {
  color: #0077ff;
}
.contact-container {
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.contact-left {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
}
.contact-left-title h2 {
  font-weight: 600;
  color: #0077ff;
  font-size: 40px;
  margin-bottom: 5px;
}
.contact-left-title hr {
  border: none;
  width: 420px;
  height: 5px;
  background-color: #0077ff;
  border-radius: 10px;
  margin-bottom: 20px;
}
.contact-inputs {
  width: 350px;
  height: 50px;
  border: none;
  outline: none;
  padding-left: 30px;
  font-weight: 700;
  color: #000000;
  border-radius: 50px;
}
.contact-left textarea {
  height: 140px;
  padding-top: 15px;
  border-radius: 20px;
}
.contact-inputs:focus {
  border: 4px solid #76c7f7;
}
.contact-inputs::placeholder {
  color: #666;
}
.contact-left button {
  display: flex;
  align-items: center;
  padding: 15px 30px;
  font-size: 20px;
  color: #ffffff;
  gap: 10px;
  border: none;
  border-radius: 50px;
  background-color: #0077ff;
  cursor: pointer;
  color: #ffffff;
}
.contact-left button img {
  height: 15px;
}
.content {
  width: 1200px;
  height: auto;
  margin: auto;
  color: #ffffff;
  position: relative;
}
.content .par {
  padding-left: 20px;
  padding-bottom: 25px;
  font-family: Arial;
  letter-spacing: 1.2px;
  line-height: 30px;
  font-size: 25px;
  color: #a59e9e;
}
.content h1 {
  font-family: "Times New Roman";
  font-size: 75px;
  padding-left: 20px;
  margin-top: 9%;
  letter-spacing: 2px;
}
.content button {
  gap: 10px;
  display: flex;
  align-items: center;
  padding: 15px 30px;
  background-color: #0077ff;
  border: none;
  border-radius: 50px;
  margin-left: 40px;
  font-size: 20px;
  cursor: pointer;
  transition: 0.4s ease;
}
.content button {
  text-decoration: underline;
  text-decoration-color: #0077ff;
  color: #ffffff;
  transition: 0.3s ease;
}
.content button:hover {
  background-color: #65adff;
  text-decoration-color: #65adff;
}
.content button img {
  height: 15px;
}
.content span {
  color: #0077ff;
  font-size: 65px;
}
.content3 {
  width: 1200px;
  height: auto;
  margin: auto;
  color: #fff;
  position: relative;
}
.content3 h1 {
  font-family: "Times New Roman";
  font-size: 50px;
  padding-left: 10px;
  margin-top: 5%;
  letter-spacing: 2px;
}
.cn3:hover {
  background-color: #fff;
}
.content3 span {
  color: #0077ff;
  font-size: 65px;
}
.content2 {
  width: 1200px;
  height: 500px;
  color: #fff;
  margin-top: 140px;
  margin-left: 150px;
  font-size: 60px;
  position: relative;
}
.content2 .par2 {
  padding-left: 20px;
  padding-bottom: 25px;
  font-family: Arial;
  letter-spacing: 1.2px;
  line-height: 30px;
}
.content2 h1 {
  font-family: "Times New Roman";
  font-size: 50px;
  padding-left: 20px;
  margin-top: 9%;
  letter-spacing: 2px;
}
.content2 button {
  gap: 10px;
  display: flex;
  align-items: center;
  padding: 15px 30px;
  background-color: #0077ff;
  border: none;
  border-radius: 50px;
  margin-top: 25px;
  margin-left: 30px;
  font-size: 20px;
  cursor: pointer;
  transition: 0.4s ease;
  text-decoration: none
}
.content2 button {
  text-decoration: underline;
  text-decoration-color: #0077ff;
  color: #ffffff;
}
.content2 button:hover {
  background-color: #65adff;
  text-decoration-color: #65adff;
}
.content2 button img {
  height: 15px;
}
.content2 span {
  color: #0077ff;
  font-size: 65px;
}
::placeholder {
  color: #fff;
  font-family: Arial;
}
@media screen and (max-width: 1200px) {
  /*Normal Screen*/

  .navbar {
    width: 100%;
    height: 100px;
  }
  ul {
    margin-left: 30px;
  }
  ul li {
    margin-left: 60px;
  }
  ul li a {
    font-size: 1.6vw;
  }
  .content {
    width: 100%;
  }
  .content h1,
  .content span {
    font-size: 4.5vw;
  }
  .content .par {
    width: 90%;
    font-size: 1.5vw;
  }
  .content .cn {
    width: 13%;
    height: 3.5vw;
    font-size: 1.8vw;
  }
  .content a {
    font-size: 1.6vw;
  }
  .content2 {
    width: 100%;
  }
  .content2 h1,
  .content2 span {
    font-size: 4.5vw;
  }
  .content2 .par2 {
    width: 90%;
    font-size: 1.5vw;
  }
  .content2 .cn2 {
    width: 13%;
    height: 3.5vw;
    font-size: 1.8vw;
  }
  .content2 a {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 830px) {
  /*For tablet*/
  html,
  body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }
  .content {
    margin-top: 120px;
    width: 80%;
    margin-left: 40px;
  }
  .content h1,
  .content span {
    font-size: 6vw;
  }
  .content .par {
    width: 90%;
    font-size: 1.8vw;
  }
  .content .cn {
    width: 100px;
    height: 35px;
    font-size: 2vw;
  }
  .content .cn a {
    font-weight: 100;
    font-size: 15px;
  }
  .content a {
    font-size: 2vw;
  }
  .content2 {
    margin-top: 120px;
    width: 80%;
    margin-left: 40px;
  }
  .content2 h1,
  .content2 span {
    font-size: 6vw;
  }
  .content2 .par2 {
    width: 90%;
    font-size: 2vw;
  }
  .content2 .cn2 {
    width: 15%;
    height: 4.5vw;
    font-size: 2vw;
  }
  .content2 a {
    font-size: 2vw;
  }
  .icon {
    margin-left: 300px;
    width: 100%;
    margin-top: 15px;
    font-size: 4vw;
  }
  .menu {
    width: 100%;
  }
  ul {
    margin-top: -5px;
    margin-left: 5px;
  }
  ul li {
    margin-left: 60px;
  }
  ul li a {
    font-size: 2vw;
  }
  .main {
    padding-left: 20px;
    height: 180vh;
  }

  @media screen and (max-width: 600px) {
    /*IPAD*/
    html,
    body {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      overflow-x: hidden;
    }
    .content {
      margin-top: 80px;
    }
    .content .par {
      width: 100%;
      font-size: 18px;
      margin-left: -50px;
    }
    .icon {
      margin-left: 180px;
      font-size: 3vw;
    }
    ul {
      margin-top: -25px;
      margin-left: -5x;
    }
    ul li {
      margin-left: 50px;
    }
    ul li a {
      font-size: 2vw;
    }
  }

  @media screen and (max-width: 450px) {
    /*mobile*/
    html,
    body {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      overflow-x: hidden;
    }
    .menu {
      position: relative;
      right: 25px;
    }
    .content .cn {
      width: 160px;
      height: 50px;
      background: #0077ff;
      border: none;
      margin-bottom: 10px;
      margin-left: 20px;
      font-size: 20px;
      border-radius: 10px;
      cursor: pointer;
      transition: 0.4s ease;
    }
    .content2 {
      width: 100%;
      font-size: 50px;
    }
    .content2 a {
      font-size: 7.5vw;
    }
    .content2 .cn2 a {
      font-size: 4vw;
    }
    .content .par {
      width: 100%;
      font-size: 18px;
      margin-left: -49px;
    }
    .ourservices {
      font-size: 30px;
    }
    .icon {
      width: 30%;
      height: 30%;
      margin-left: 265px;
    }
    ul {
      margin-top: -25px;
    }
    ul li {
      margin-left: 42px;
    }
    ul li a {
      font-size: 2vw;
    }
    .content2 .cn2 {
      width: 40%;
      margin-left: 30px;
    }
    .content3 {
      margin-top: 100px;
      width: 100%;
      height: 50%;
    }
    .menu a {
      font-size: 12px;
      text-decoration: underline;
      color: #0084ff8e;
      text-decoration-thickness: 2px;
    }
    .menu:hover {
      color: #77b0fa;
    }
    .contact-container {
      display: flex;
      align-items: center;
      justify-content: space-evenly;
    }
    .contact-left-title {
      padding-top: 60px;
    }
  }
}