


.contact-form-label {
  color: var(--font-color);
  font-family: "DM Sans", sans-serif;
  font-size: 0.9rem;
  line-height: 1.2;
}
.lead.colsub {
  background: rgba(229, 152, 64, 0.7); 
  backdrop-filter: blur(-500px); 
  font-weight: 500;
  border-radius: 13px;
  padding: 6px;
  border: none !important;
  color: white; 
}
.colsub{
  color: #fafafa;
}
label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.contact-form-input {
  color: var(--font-color);
  background-color: #9690a214;
  border: 1px solid transparent;
  border-radius: 0.35rem;
  margin-top: 0.5rem;
  padding: 8px 12px;
}

.w-input,
.w-select {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.contact-form-block {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.contact-us-flex-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.link-fancy {
  color: #fafafa;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.link-fancy:hover {
  color: #fafafa;
}

.link-fancy:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  transform-origin: left;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(
    90deg,
    #fafafa 0,
    #fafafa 25%,
    transparent 0,
    transparent 50%,
    #fafafa 0,
    #fafafa 75%,
    transparent 0,
    transparent
  );
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 400% 1px;
  transition: background-position 0.8s ease-in-out;
}

@media screen and (max-width: 992px) {

  .navlef{
    margin-left: unset !important;
  }
.navri{
  margin-right: unset !important;
}
  .colsub{
    color: #ffffff !important;
  }

  .bg-cover {
    position: relative; 
    overflow: hidden; 
}

.bg-cover::before {
    content: ""; 
    position: absolute;
    top: 0; 
    left: 0;
    right: 0; 
    bottom: 0; 
    background-color: rgba(0, 0, 0, 0.5); 
    border-radius: 0 0 50px 50px; 
    z-index: 1; 
}

.containercrt {
    position: relative; 
    z-index: 2; 
}
  
  .imagenonsub {
    margin-left: unset !important;
  }
  .textmain {
    margin-top: 15px;
  }
  .boxsub {
    box-shadow: unset !important;
  }
  .containercrt {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .navmain {
    padding: unset !important;
  }
  .buttonmain {
    border: none !important;
    border-radius: unset !important;
    box-shadow: unset !important;
  }
  .textsubcnt {
    text-align: center !important;
  }
  .navtop{
    top: 120px !important;
  }
  .btnsub{
    background-color: #e59840;
    border: unset !important;
  }
  .imagenon span,
  .navbar-nav .nav-link {
      color: unset !important; 
      font-weight: bold;
      transition: color 0.3s ease;
  }
  
  
  .navbar.scrolled .imagenon span,
  .navbar.scrolled .nav-link {
      color: unset !important; 
  }
}

@media screen and (max-width: 600px) {
  .navlef{
    margin-left: unset !important;
  }
.navri{
  margin-right: unset !important;
}
  .imagenon span,
  .navbar-nav .nav-link {
      color: unset !important; 
      font-weight: bold;
      transition: color 0.3s ease;
  }
  
  
  .navbar.scrolled .imagenon span,
  .navbar.scrolled .nav-link {
      color: unset !important; 
  }
  .containercrt {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .textmaincnt {
    text-align: center !important;
  }
  .textsubcnt {
    text-align: center !important;
  }
  .contact-form-label {
    font-size: 14px;
  }

  .contact-form-input {
    font-size: 16px;
    padding: 10px;
  }

  .btn {
    font-size: 16px;
    width: 100%;
  }

  .grouped-inputs .row {
    flex-direction: column;
  }

  .grouped-inputs .row .col {
    width: 100%;
    margin-bottom: 15px;
  }

  #Message {
    height: 120px;
  }
  .navmain {
    padding: unset !important;
  }
  .imagenon {
    display: none;
  }
  .navtop{
    top: 100px !important;
  }
  .buttonmain {
    border: none !important;
    border-radius: unset !important;
    box-shadow: unset !important;
  }
  .iconmain{
    display: unset !important;
  }
}
