@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Montaga&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: gilmer-regular;
  src: url(../fonts/Gilmer\ Regular.otf);
}

@font-face {
  font-family: gilmer-medium;
  src: url(../fonts/Gilmer\ Medium.otf);
}

/* body {
  font-family: gilmer-regular, sans-serif;
  background: url(../images/optimized-images/body_bg_image.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
} */

header {
  padding: 10px 0px;
  /* background: #ffffff73; */
  position: absolute;
  width: 100%;
  z-index: 99;
}

h3 {
  font-family: Montaga, sans-serif;
  color: #2a3f70 !important;
}

/* Body Styles */

#banner_section {
  position: relative;
}

.call-btn {
  border: 1.5px solid #0d3e80;
  background: #0d3e80;
  padding: 10px;
  border-radius: 5px;
  width: 190px;
  float: right;
  text-align: center;
}

.call-btn a svg {
  font-size: 20px;
}

.call-btn span {
  color: #fff;
  cursor: pointer;
  margin-left: 3px;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
}

.call-btn a {
  text-decoration: none;
  color: #0d3e80;
}

.call-btn a:visited {
  text-decoration: none;
  color: #0d3e80;
}

.call-btn a:active {
  text-decoration: none;
  color: #0d3e80;
}

.hero_banner_image img {
  width: 100%;
  height: 85vh;
}

#project_overivew {
  position: absolute;
  bottom: 0;
  background: #ffffff59;
  backdrop-filter: blur(3px);
  width: 100%;
  padding: 32px 0px;
}

.banner_enquirenow_header {
  display: none;
}

.intl-tel-input .flag-container {
  max-height: 44px !important;
}

form#banner_form input[type="text"],
input[type="email"],
form#footer_form input[type="text"],
input[type="email"],
#sticky_form input[type="text"],
input[type="email"] {
  padding-left: 15px;
}

form#banner_form label,
form#footer_form label {
  color: red;
  margin-top: 10px;
  font-size: 14px;
}

body #sticky_form input.phone {
  border: none;
  outline: none;
  padding-top: 5px;
}

#sticky_form input {
  height: 45px;
}

#sticky_form input[type="tel"] {
  width: 100% !important;
  border: 0 !important;
  height: 45px !important;
  background: transparent !important;
  border-bottom: 1px solid grey !important;
  margin-bottom: 13px !important;
}

form#banner_form input {
  width: 100%;
  color: black;
  background: white;
  border: 1px solid #2a3f70;
  height: 45px;
  border-radius: 5px;
}

input#banner_input_submit {
  transition: all 0.6s ease;
  border: none;
  background: #2a3f70 !important;
  color: white !important;
  border-radius: 10px;
}

#privacy_tc_policy .checkbox-inline {
  display: flex;
  gap: 10px;
  margin-top: 0;
  position: relative;
  align-items: center;
}

#privacy_tc_policy .checkbox-inline input {
  position: relative;
  top: 0;
  margin-top: 2px;
  width: 20px;
}

.privacy_policy_tc {
  font-family: gilmer-regular, sans-serif;
  color: black;
  font-size: 10px;
}

.iti__country-container {
  height: 45px;
}

@media only screen and (max-width: 1024px) {
  body {
    font-family: gilmer-regular, sans-serif;
    background: url(../assets/images/body_bg_image.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
  }

  header {
    position: unset;
  }

  .hero_banner_image img {
    height: 50vh;
  }

  .banner_enquirenow_header {
    display: block;
  }

  section#project_overivew {
    position: static;
    padding: 10px;
    background: #fbb53b;
    margin: 30px auto;
    border-radius: 30px;
    width: 90%;
  }

  form#banner_form input::placeholder {
    color: white;
  }

  form#banner_form input {
    width: 100%;
    color: white;
    background: transparent;
    border: 1px solid white;
    height: 45px;
    border-radius: 5px;
  }

  form#banner_form input#banner_input_submit {
    background: #2a3f70 !important;
    color: white !important;
    border: none;
  }

  .banner_enquirenow_header h4 {
    color: white;
    font-size: 30px;
    text-align: center;
    margin-bottom: 25px;
    font-family: Montaga, sans-serif;
    letter-spacing: 8px;
  }

  form#banner_form {
    border: 1px solid white;
    border-radius: 30px;
    padding: 25px;
  }

  form#banner_form input {
    margin-bottom: 10px !important;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
  }

  form#banner_form label,
  form#footer_form label {
    margin-bottom: 10px;
  }

  .privacy_policy_tc {
    font-size: 15px;
  }
}

@media only screen and (max-width: 768px) {
  header {
    position: unset;
  }

  .hero_banner_image img {
    height: auto;
  }

  .banner_enquirenow_header {
    display: block;
  }

  section#project_overivew {
    position: static;
    padding: 10px;
    background: #fbb53b;
    margin: 30px auto;
    border-radius: 30px;
    width: 90%;
  }

  form#banner_form input::placeholder {
    color: white;
  }

  form#banner_form input {
    width: 100%;
    color: white;
    background: transparent;
    border: 1px solid white;
    height: 45px;
    border-radius: 5px;
  }

  form#banner_form input#banner_input_submit {
    background: #2a3f70 !important;
    color: white !important;
    border: none;
  }

  .banner_enquirenow_header h4 {
    color: white;
    font-size: 30px;
    text-align: center;
    margin-bottom: 25px;
    font-family: Montaga, sans-serif;
    letter-spacing: 8px;
  }

  form#banner_form {
    border: 1px solid white;
    border-radius: 30px;
    padding: 25px;
  }

  form#banner_form input {
    margin-bottom: 10px !important;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
  }

  form#banner_form label,
  form#footer_form label {
    margin-bottom: 10px;
  }
}


.banner_colored_logo {
  position: relative;
  right: 15%;
}

@media(max-width:650px) {
  .banner_colored_logo {
    position: relative;
    right: 0px;
  }
}