@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

.anton-regular {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Cal+Sans&family=Sansation:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
.sansation-light {
  font-family: "Sansation", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.sansation-regular {
  font-family: "Sansation", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.sansation-bold {
  font-family: "Sansation", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.sansation-light-italic {
  font-family: "Sansation", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.sansation-regular-italic {
  font-family: "Sansation", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.sansation-bold-italic {
  font-family: "Sansation", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.cal-sans-regular {
  font-family: "Cal Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body
  {
    font-family: 'Cal Sans', sans-serif;
    background-color: #f8f9fa;
  }
  
  .navbar {
    /* background-color: #f8f9fa; */
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  
  /* Center logo */
  /*.navbar-brand {*/
  /*  display: flex;*/
  /*  justify-content: center;*/
  /*  align-items: center;*/
    /*position: absolute; */
  /*  left: 50%;*/
  /*  transform: translateX(-50%);*/
  /*}*/
  
  /* Navbar items */
  .navbar-nav {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .navbar-nav .nav-item {
    margin: 0 15px;
  }
  
  /* Phone number on left */
  .navbar .d-flex .mr-3 {
    font-size: 14px;
    color: #000;
  }
  
  /* Navbar menu items styling */
  .nav-link {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
  }
  
  /* Navbar toggler button */
  .navbar-toggler {
    z-index: 1060;
  }
  
  
  /* Active Link */
  .navbar-nav .nav-link.active {
    color: #007bff;
    font-weight: bold;
  }
  .banner-h{
    font-size: 4rem;
    color: #fff;
  }
  img.logo {
    max-width: 500px;
    filter: brightness(0) invert(1);
  }
  img.project-logo {
    max-width: 150px;
    /*filter: brightness(0) invert(1);*/
  }
  
  /* Absolute Navbar Adjustment */
  .absolute-nav {
    position: absolute;
    z-index: 2;
    margin-top: 8rem;
  }
  
  /* Navbar in expanded state */
  .navbar-expand-lg .navbar-nav {
    flex-direction: column !important;
    height: 100vh;
    width: 300px;
    background: #ddd;
  }
  
  /* Modal styling */
  .modal.right .modal-dialog {
    position: fixed;
    margin: 0;
    right: 0;
    height: 100vh;
    width: 30%;
  }
  
  .modal.right .modal-content {
    height: 100vh;
    border-radius: 0;
    background: #000;
  }
  
  .modal-header {
    justify-content: space-between;
  }
  
  .closeicon {
    width: 30px;
    filter: brightness(0);
  }
  
  .menuicon {
    width: 50px;
    filter: brightness(0);
  }
  .modal-menu {
    position: fixed;
    top: 0;
    right: -100%;
    min-width: 400px;
    height: 100%;
    background: #000000;
    z-index: 9999;
    transition: right 0.3s ease-in-out;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
  }

  .modal-menu.active {
    right: 0;
  }

  .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #ddd;
  }

  .modal-body ul {
    list-style: none;
    padding: 1rem;
  }

  .modal-body li {
    margin-bottom: 1rem;
  }

  .toggleMenu {
    cursor: pointer;
  }

.company-pmry-color{
  color: #BE9B3F;
}
.company-pmry-color:hover{
  color: #1E1E1E;
}
.filter-white {
  filter: brightness(0) invert(1);
}
.header-img{
    border-radius: 9pc;
}
  
.form-control-2 {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff00;
  background-clip: padding-box;
  border: none;
  border-bottom: 2px solid;
  border-radius: inherit;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control-2:focus-visible {
  color: #ffffff;
  background-color: #ffffff00;
  border-color: #ffffff;
  outline: 0;
}
.form-select-2 {
  --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
  display: block;
  width: 100%;
  /* padding: .375rem 2.25rem .375rem .75rem; */
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: none;
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border-bottom: 2px solid #fff;
  border-radius: 0px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.card.h-100.shadow-sm {
  border-radius: 30px;
  filter: drop-shadow(2px 4px 6px #be9b3f);
  padding-top: 30px;
}
.heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 2.4rem;
  line-height: 2.5rem;
}
.modal-content {
    background-color: rgba(0, 0, 0, 0.85); /* Black background with some transparency */
}