*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 73px;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
}

a {
  text-decoration: none;
}

img {
  height: auto;
}

input,
button,
textarea,
select {
  font-family: inherit;
}

button {
  border: none;
  cursor: pointer;
}

textarea {
  resize: vertical;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1 {
  font-size: 3.2rem;
  text-transform: uppercase;
}

.section-title {
  margin-bottom: 1em;
  font-size: 2.8rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.navbar {
  text-transform: uppercase;
  z-index: 5;
}
.navbar .navbar-brand {
  color: #000;
  font-size: 2rem;
}
.navbar .hamburger {
  padding: 10px;
}
.navbar .navbar-toggler {
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar .hamburger-box,
.navbar .hamburger-inner,
.navbar .hamburger-inner::before,
.navbar .hamburger-inner::after {
  width: 30px;
}
.navbar .hamburger-inner,
.navbar .hamburger-inner::before,
.navbar .hamburger-inner::after {
  height: 3px;
}

.header {
  padding-top: 70px;
  overflow-x: hidden;
}
.header .row {
  --bs-gutter-x: 0;
}
.header .container {
  padding-left: 0;
  padding-right: 0;
}
.header .header-text {
  position: relative;
  padding: 0 0.5em;
}
.header .header-text .btn {
  font-size: 1.8rem;
}
.header .icon {
  position: absolute;
  top: -10px;
  right: -70px;
  width: 280px;
  height: 280px;
  opacity: 0.028;
  rotate: 15deg;
  z-index: -1;
}
.header .hello-pic {
  height: 240px;
  background-size: cover;
  background-position: center;
  background-image: url("./../img/lamborghini-5922863_1280.jpg");
}

.stats {
  font-weight: lighter;
}
.stats img {
  margin-bottom: 0.5em;
  width: 50px;
}

.aboutus {
  padding: 3em 0;
}

.aboutus-payments h3 {
  font-weight: bold;
  font-size: 2rem;
}

.services {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.services .card {
  padding-left: 0;
  padding-right: 0;
}
.services .card img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services .card-title {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
}
.services .service-icon {
  position: absolute;
  width: 500px;
  height: 500px;
  opacity: 0.028;
  z-index: -1;
}
.services .service-icon-one {
  top: -160px;
  left: -200px;
}
.services .service-icon-two {
  bottom: -120px;
  right: -250px;
}

.contact iframe {
  width: 100%;
}
.contact .contact-box {
  text-align: center;
}
.contact .contact-fb {
  width: 32px;
  vertical-align: -9px;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer img {
  width: 36px;
}

@media (min-width: 576px) {
  .services .service-icon-one {
    top: -160px;
    left: -100px;
  }
  .services .service-icon-two {
    bottom: -150px;
    right: -200px;
  }
}
@media (min-width: 992px) {
  html {
    scroll-padding-top: 67px;
  }
  body {
    font-size: 1.8rem;
  }
  h1 {
    font-size: 3.6rem;
  }
  .header .icon {
    top: -60px;
    right: -60px;
    width: 360px;
    height: 360px;
  }
  .header .hello-pic {
    height: 400px;
  }
}
@media (min-width: 1600px) {
  .services .service-icon-one {
    top: -40px;
    left: -20px;
  }
  .services .service-icon-two {
    bottom: -100px;
    right: 50px;
  }
}
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}/*# sourceMappingURL=style.css.map */