@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
.head {
  font-family: "Raleway", sans-serif;
  font-size: 2.3rem;
  font-weight: 600;
}

.text {
  font-family: "Raleway", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 40px;
}
@media (max-width: 768px) {
  .text {
    font-family: "Raleway", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 30px;
  }
}

.home {
  background-image: url("../img/banner.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 75vh;
}
.home h1 {
  font-family: "Raleway", sans-serif;
  font-size: 3rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .home h1 {
    font-family: "Raleway", sans-serif;
    font-size: 2rem;
    font-weight: 700;
  }
}

.about {
  background-color: #f4f4f4;
  padding: 2rem 0;
}
.about p {
  line-height: 40px;
}
@media (max-width: 768px) {
  .about p {
    line-height: 30px;
  }
}

.deets .deets-card {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border: none;
}
.deets .deets-card .head {
  font-family: "Raleway", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
}
.deets .card-1 {
  background-color: #fbe9e9;
}
.deets .card-2 {
  background-color: rgba(231, 173, 1, 0.1411764706);
}
.deets .card-3 {
  background-color: rgba(116, 172, 196, 0.1882352941);
}

.table-responsive {
  font-family: "Raleway", sans-serif;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive .table {
  border: 1px solid #6074e6 !important;
  margin-bottom: 0;
}
.table-responsive .table th,
.table-responsive .table td {
  vertical-align: middle;
  padding: 1rem;
  border: 1px solid #6074e6 !important;
}
.table-responsive .table thead.bg-light {
  background-color: #f8f9fa;
}
.table-responsive .table thead th {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.table-responsive .table strong {
  color: #860f0f;
}
.table-responsive .table p {
  margin-bottom: 0;
}
.table-responsive .bg-red {
  background-color: rgba(231, 173, 1, 0.1411764706);
}
.table-responsive .bg-blue {
  background-color: rgba(134, 15, 15, 0.1254901961);
}

@media (max-width: 575.98px) {
  .table-responsive .table td {
    min-width: 200px;
  }
  .table-responsive .table td:first-child {
    min-width: 120px;
  }
}
.footer {
  background-color: rgba(134, 15, 15, 0.5647058824);
}

.form-control,
.form-select {
  border: 0 !important;
  border-bottom: 1px solid #2a3362 !important;
  border-radius: 0 !important;
}
.form-control::-moz-placeholder, .form-select::-moz-placeholder {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
.form-control::placeholder,
.form-select::placeholder {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
.form-control:focus,
.form-select:focus {
  box-shadow: none !important;
}

.form-check-label,
option {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.amount-sum {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
}

.btn-submit {
  font-family: "Raleway", sans-serif;
  font-size: 20px !important;
  font-weight: 600;
  background: #a21515 !important;
}
.btn-submit:hover {
  background: #860f0f !important;
}

.hidden {
  display: none;
}

.speed h3 span {
  font-size: 24px;
}