﻿@import url('https://fonts.googleapis.com/css2?family=Overpass:wght@400;700&display=swap');

@media (min-width: 1400px) {

}

@media (min-width: 1200px) {
 
}

@media (min-width: 993px) and (max-width: 1999px) {
    

}

@media (max-width: 992px) {
   
}

@media (max-width: 768px) {
 .btn-forms {
  background: rgb(12,35,65);
  color: white;
  border-style: none;
  border-radius: 15px;
  width: calc(11vw + 11vh);
  box-shadow: rgb(59, 59, 64) 4px 3px 7px;
  font-size: 0.7rem;
} 
}

@media (max-width: 576px) {
    .btn-forms {
  background: rgb(12,35,65);
  color: white;
  border-style: none;
  border-radius: 15px;
  width: calc(11vw + 11vh);
  box-shadow: rgb(59, 59, 64) 4px 3px 7px;
  font-size: 0.7rem;
}
    .mt-5 {
  margin-top: 1.5rem !important;
}
}

@media (max-width: 375px) {
    .btn-forms {
  background: rgb(12,35,65);
  color: white;
  border-style: none;
  border-radius: 15px;
  width: calc(11vw + 11vh);
  box-shadow: rgb(59, 59, 64) 4px 3px 7px;
  font-size: 0.7rem;
}
    .form-select {
        padding: 0rem 2rem 0rem 0.29rem;
    }
      .mt-5 {
    margin-top: 3rem !important;
  }
}

