@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400&display=swap");
.paragraph {
  font-size: 1.1rem;
  font-weight: 400;
  font-family: Roboto;
}

.btn {
  font-family: Roboto;
}

body {
  color: black;
}

.container1 {
  padding: 0;
  margin: 0 mx-auto;
}

.topBackground {
  background-color: #f78b00;
  width: 100%;
  height: 31.25rem;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

header .container {
  max-width: 62.5rem;
}

header .nav-item a {
  font-size: 1.1rem;
  color: #00285f;
  font-family: Roboto;
}

header .navbar .navbar-brand {
  font-size: 2.3rem;
  font-weight: 400;
  color: #00285f;
}

header .navbar .navbar-brand span {
  font-weight: 700;
}

header .navbar .dropdown .dropdown-menu {
  border-color: #00285f;
}

header .navbar .dropdown .dropdown-menu .dropdown-item {
  transition: 0.4s;
}
header .navbar .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #00285f;
  color: #fff;
}

header .navbar form button {
  max-width: 9.4rem;
  height: 2.5rem;
  color: #00285f;
  border-color: #00285f;
  transition: 0.4s;
}
header .navbar form button:hover {
  background-color: #00285f;
}

.textBox .title {
  font-size: 2.25rem;
  font-weight: 700;
}

.content {
  max-width: 62.5rem;
}

.content .carousel {
  background-color: #00285f;
  max-width: 62.5rem;
  width: 100%;
  height: 31.2rem;
  color: #fff;
}

.content .carousel .textBoxCarousel .paragraph {
  font-size: 2em;
  font-weight: 600;
}

.content .carousel .carousel-item a img {
  height: 25rem;
}

.content .catalog .searchCarDiv {
  background-color: #ededed;
  height: 11.1rem;
}

.content .catalog .searchCarDiv input {
  color: black;
  font-size: 1.1rem;
  font-weight: 400;
}

.content .catalog .searchCarDiv button {
  background-color: #00285f;
  max-width: 200px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}

.content .catalog .divGrid {
  padding: 0;
}

.content .catalog .divGrid .card {
  background-color: #ededed;
  border: 0;
  padding: 1.25rem;
  max-width: 100%;
  height: 100%;
}

.content .catalog .divGrid .card .imgBox {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 16rem;
}

.content .catalog .divGrid .card .btnBuy {
  background-color: #00285f;
  border: none;
  font-size: 1.1rem;
  font-weight: 700;
}

.content .catalog .divGrid .card .card-text {
  font-style: italic;
  color: rgba(0, 0, 0, 0.5803921569);
}

.content .catalog .divGrid .card .card-title {
  font-size: 1.1rem;
  font-weight: 700;
}

.content .about .contentBox {
  background-color: #ededed;
  display: flex;
}

.content .about .contentBox .imgBox {
  background-color: #d9d9d9;
  display: flex;
  justify-content: center;
}

.content .about .contentBox .imgBox img {
  max-width: 18.75rem;
}

.content .about .contentBox .textSection .sectionTitle {
  display: flex;
  justify-content: flex-end;
  font-weight: 700;
}

.content .about .contentBox .textSection .sectionText {
  color: rgba(0, 0, 0, 0.5803921569);
  text-align: end;
}

.features {
  background-color: #ededed;
}

.features .container {
  max-width: 62.5rem;
  margin: 3rem auto;
}

.features .featureBox {
  background-color: #fff;
}

.features .featureBox .feature {
  border: 2px solid #ededed;
  max-width: 26.9rem;
  width: 100%;
}

.features .featureBox .feature .featureText {
  font-weight: 500;
}

.features .featureBox .feature .featureTitle {
  color: black;
  font-weight: 700;
}

.contact {
  background-color: #f78b00;
  color: #fff;
}

.contact .container {
  max-width: 62.5rem;
}

.contact .paragraph {
  font-weight: 700;
  margin-top: 2rem;
}

.contact a {
  font-family: Roboto;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  padding: 0.5rem 0;
}

.contact a i {
  font-size: 1.8rem;
  margin-right: 1rem;
}

footer {
  background-color: #00285f;
  color: white;
}

footer .paragraph {
  font-size: 0.75rem;
  font-weight: 300;
}

@media (max-width: 770px) {
  .content .carolseuDiv {
    display: none;
  }
  .topBackground {
    height: 10rem;
  }
}
@media (max-width: 600px) {
  .content .about .contentBox .imgBox img {
    display: none;
  }
  .features .featureBox .row {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .features .featureBox .imgBox img {
    display: none;
  }
  .features .featureBox .feature {
    width: 60%;
  }
}

/*# sourceMappingURL=style.css.map */
