@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-family: "Montserrat", serif;
}

/* .nav-link {
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #ffffff;
}
.nav-link:hover {
  color: #ffffff;
}
.navbar {
  background: rgba(0, 0, 0, 0.7);
}
.navbar ul li a {
  margin: 0px 13px;
}
.navbar-brand {
  margin-left: 69px;
}
ul {
  margin-right: 69px;
} */
/* .navbar-expand-lg .navbar-nav .nav-link {
  font-size: 16px;
  color: red;
} */

.navbar {
  background: rgba(0, 0, 0, 0.7);
}

.contact-hero-section2 {
  height: 100vh;
  background-image: url(http://kvn.prodmax.tech/assets/images/contactus/contact_us_bg.jpg);
  /* background-image: url(http://kvn.prodmax.tech/passcode/assets/images/contactus/contact_us_bg.jpg) !important; */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: -97px;
  /* position: relative; */
}
.contact-hero-head {
  font-family: "Montserrat";
  font-size: 64px;
  font-weight: 600;
  line-height: 96px;
  /* color: red; */
  color: #ffffff;
  position: absolute;
  bottom: 44px;
}
.contact-us-right-bg {
  position: absolute;
  bottom: 0;
  right: 0;
}

.contact-us-heading {
  font-family: "Montserrat", serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 72px;
  color: #000000;
}

.contact-us-text {
  color: #000000;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  line-height: 35.19px;
  margin-top: 15px;
}
.contact-us-para1 {
  font-family: "Montserrat";
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #000000;
  margin-top: 20px;
}
.contact-us-para2 {
  color: #000000;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 10px;
}
.contect-us-para2-margintop {
  margin-top: 10px;
}
.logo-left-margin {
  margin-left: 25px;
}
.form-heading {
  font-family: "Montserrat";
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  color: #000000;
}
.form-para {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
}

.form-container {
  background-color: #f3f3f3;
  padding: 30px;
  border-radius: 10px;
  /* width: 515px; */
}

.form-control-no-border {
  border: none;
  border-bottom: 2px solid #b8b8b8;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding-left: 0;
  border-radius: 0px;
}

.form-control-textarea {
  border: none;
  border-bottom: 2px solid #b8b8b8;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  resize: none;
  border-radius: 0px;
}

.form-label {
  /* font-weight: 600; */
  margin-bottom: 8px;
  color: #bfbfbf;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.form-control-no-border,
.form-control-textarea {
  margin-bottom: 1px solid #b8b8b8;
}

.send-enquiry {
  border: 1px solid #bf2429;
  border-radius: 5px;
  color: #000000;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 20px;
}
.send-enquiry:hover {
  border: 1px solid #bf2429;
  color: #000000;
  background-color: #f3f3f3;
}

/* footer section */

.footer_section {
 
 
  block-size: 100% 100%;
  padding-top: 72px;
}

.footer-para {
  padding-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: 0.5px;
}
.footer-head {
  font-size: 20px;
  font-weight: 600;
  line-height: 22.4px;
  letter-spacing: 2px;
}

.footer-para2 {
  font-size: 13.56px;
  font-weight: 400;
  line-height: 22.4px;
  padding-top: 50px;
}
.card-img-5 {
  height: 244px;
}
.card-img-8 {
  height: 244px;
}
.card-img-9 {
  height: 244px;
}

@media only screen and (max-width: 600px) {
  .contact-hero-section2 {
    margin-top: -117px;
    height: 100vh;
  }

  .contact-hero-head {
    /* margin-top: 343px; */
    font-size: 30px;
    font-weight: 600;
    /* color: red; */
  }

  /* .contact-hero-section2 {
    margin-top: -350px;
  } */

  /* .contact-hero-head {
    font-size: 30px;
    font-weight: 600;
    color: green;
  } */

  .contact-us-right-bg {
    display: none;
  }

  .contact-us-heading {
    font-size: 26px;
    margin: 0px 15px;
  }

  .contact-us-text {
    font-size: 14px;
    font-weight: 400;
    margin: 0px 15px;
  }

  .contact-us-para1 {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 15px;
  }

  .contact-us-para2 {
    font-size: 14px;
    font-weight: 400;
    margin: 0px 15px;
  }
  .contact-us-social-icon {
    margin: 10px 15px;
  }
  .form-heading {
    font-size: 26px;
    font-weight: 600;
  }
  .form-para {
    font-size: 14px;
    font-weight: 400;
  }

  .send-enquiry {
    font-size: 14px;
    font-weight: 600;
  }

  .form-label {
    font-size: 14px;
  }
}
