@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "montserrat", sans-serif;
}

body {
  transition: transform 0.3s ease;
}

body.show-nav {
  /* width of the nav (200px) */
  transform: translateX(200px);
}

.contact-us .content h1 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  margin-top: 150px;
  transition: 0.5s;
}
.contact-us .content h1:hover {
  color: #3ce434;
}

.border {
  width: 160px;
  height: 2px;
  background: #ff0026;
  margin: 40px auto;
}

.contact-us {
  position: relative;
  min-height: 150vh;
  padding: 50px 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: url(../img/headerimage-min.jpg) no-repeat;
  background-size: cover;
}

.contact-us .content {
  max-width: 800px;
  text-align: center;
}

.contact-us .content h2 {
  font-size: 36px;
  font-weight: 500;
  color: #fff;
}
.contact-us .content p {
  font-weight: 300;
  color: #fff;
}

.container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.container .contactInfo {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.container .contactInfo .box {
  position: relative;
  padding: 20px 0;
  display: flex;
  transition: 0.5s;
}

.container .contactInfo .box:hover {
  margin-left: 50px;
  color: #3ce434;
}

.container .contactInfo .box .icon {
  min-width: 60px;
  height: 60px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 22px;
  transition: 0.5s;
}

.container .contactInfo .box .text {
  display: flex;
  margin-left: 20px;
  font-size: 16px;
  color: #fff;
  flex-direction: column;
  font-weight: 300;
}

.container .contactInfo .box .text h3 {
  font-weight: 500;
  color: #3ce434;
}

.container .contactInfo .box .text p {
  margin-top: 10px;
}

.contactForm {
  width: 40%;
}

.contactForm h2 {
  color: #fff;
  border-bottom: 2px solid #3ce434;
}

.contact-form p {
  float: left;
  font-size: 30px;
  border-bottom: 6px solid #3ce434;
  margin-bottom: 50px;
  padding: 13px 0;
}

.textbox {
  width: 100%;
  overflow: hidden;
  font-size: 20px;
  padding: 8px 0;
  margin: 8px 0;
  border-bottom: 1px solid #3ce434;
}

.textbox i {
  width: 26px;
  float: left;
  text-align: center;
}

.textbox input {
  border: none;
  outline: none;
  background: none;
  color: #fff;
  font-size: 18px;
  width: 200px;
  float: left;
  margin: 10px;
}

.textbox label {
  float: left;
  color: #3ce434;
  font-weight: 500;
  padding-left: 10px;
  font-size: 16px;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #d3d3d3;
}

:-ms-input-placeholder {
  /* Internet Explorer */
  color: #d3d3d3;
}

::placeholder {
  color: #d3d3d3;
}

.textbox textarea {
  border: none;
  outline: none;
  background: none;
  color: #fff;
  font-size: 18px;
  width: 80%;
  float: left;
  margin: 0 10px;
}

.btn {
  width: 100%;
  background: none;
  border: 2px solid #ff0026;
  color: #fff;
  padding: 5px;
  font-size: 18px;
  transition: 0.5s;
}

.btn:hover {
  background-color: #ff0026;
  color: #fff;
  cursor: pointer;
}

/* Media Queries */
@media (max-width: 968px) {
  .contact-us {
    padding: 0;
  }
  .container {
    flex-direction: column;
  }

  .container .contactInfo {
    margin-bottom: 40px;
  }
  .container .contactInfo {
    width: 100%;
  }
  .container .contactInfo .contactForm {
    width: 100%;
  }
}

@media (max-width: 845px) {
  .contact-us .content h1 {
    margin-top: 25px;
    font-size: 24px;
  }
  .contact-us .content p {
    font-weight: 150;
    color: #fff;
  }
  .contact-us {
    min-height: 100%;
  }
}

/* ===== Footer ===== */
.footer {
  background: #2a3a63;
  color: #fff;
  height: 450px;
  position: relative;
  width: 100%;
}

.footer .footer-content {
  margin: 0 50px;
  padding-top: 50px;
  height: 350px;
  display: flex;
}

.footer .footer-content h2 {
  color: #3ce434;
}

.footer .footer-content .footer-section {
  flex: 1;
  padding-top: 25px;
  align-items: center;
}

/* Footer About Us styles */
.footer .footer-content .about {
  margin-left: 10px;
}

.footer .footer-content .about p {
  font-size: 18px;
  margin-left: 5px;
  line-height: 1.5;
}

.footer .footer-content .about img {
  width: 200px;
  height: 50px;
}

.footer .footer-content .links {
  margin-left: 70px;
}

/* Footer Contact Styles */
.footer .footer-content .contact span {
  display: block;
  font-size: 20px;
  margin-bottom: 8px;
}

.footer .footer-content .contact .socials a {
  border: 1px solid grey;
  width: 45px;
  height: 41px;
  color: #fff;
  padding-top: 5px;
  margin-right: 5px;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.5s;
}

.footer .footer-content .contact .socials a:hover {
  color: #ff0026;
}

.footer .footer-content .footer-section {
  padding: 0;
}

/* Footer Links Styles */
.footer .footer-content .links ul {
  list-style: none;
}

.footer .footer-content .links ul a {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  transition: 0.5s;
  color: #fff;
  text-decoration: none;
}

.footer .footer-content .links ul a:hover {
  color: #ff0026;
  margin-left: 20px;
}

.footer .footer-bottom {
  height: 50px;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding-top: 10px;
}

/* ===== Media Queries ===== */
@media (max-width: 845px) {
  .footer {
    width: 100%;
    height: 750px;
    text-align: left;
    display: flex;
    margin-top: auto;
  }
  .footer .footer-content {
    margin: 0 20px;
    padding: 0;
    flex-direction: column;
  }
  .footer .footer-content {
    margin-bottom: 100px;
  }
  .footer .footer-content .about p {
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
  }
  .footer .footer-content .links {
    margin-left: 0;
  }

  .footer .footer-content .links ul a {
    font-size: 14px;
    margin-left: 5px;
  }

  .footer .footer-content .contact,
  .footer .footer-content .contact span {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .footer .footer-content .contact .socials a {
    border: 1px solid grey;
    width: 35px;
    height: 31px;
    font-size: 14px;
    margin-top: 5px;
  }

  .footer .footer-content .contact .socials {
    margin-bottom: 10px;
  }

  .footer .footer-content h2 {
    padding: 0;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  p:last-of-type {
    margin-bottom: 5px;
  }

  .footer .footer-content .links ul {
    color: #ff0026;
    padding: 0;
  }

  .footer .footer-bottom {
    margin: 20;
    font-size: 12px;
  }
}
