@import url("https://fonts.googleapis.com/css2?family=Handjet:wght@200;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
}

a {
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 0.5rem;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background-image: linear-gradient(135deg, #e94929 0%, #e72357 100%);
  border-radius: 0.1rem;
}

.grid-1 {
  width: calc(8.3333333333% - 20px);
}

.grid-2 {
  width: calc(16.6666666667% - 20px);
}

.grid-3 {
  width: calc(25% - 20px);
}

.grid-4 {
  width: calc(33.3333333333% - 20px);
}

.grid-5 {
  width: calc(41.6666666667% - 20px);
}

.grid-6 {
  width: calc(50% - 20px);
}

.grid-7 {
  width: calc(58.3333333333% - 20px);
}

.grid-8 {
  width: calc(66.6666666667% - 20px);
}

.grid-9 {
  width: calc(75% - 20px);
}

.grid-10 {
  width: calc(83.3333333333% - 20px);
}

.grid-11 {
  width: calc(91.6666666667% - 20px);
}

.grid-12 {
  width: calc(100% - 20px);
}

[class*=grid-] {
  float: left;
  min-height: 1px;
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 760px) {
  [class*=grid-] {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}

.offset-1 {
  margin-left: calc(8.3333333333% + 10px);
}

.offset-2 {
  margin-left: calc(16.6666666667% + 10px);
}

.offset-3 {
  margin-left: calc(25% + 10px);
}

.offset-4 {
  margin-left: calc(33.3333333333% + 10px);
}

.offset-5 {
  margin-left: calc(41.6666666667% + 10px);
}

.offset-6 {
  margin-left: calc(50% + 10px);
}

.offset-7 {
  margin-left: calc(58.3333333333% + 10px);
}

.offset-8 {
  margin-left: calc(66.6666666667% + 10px);
}

.offset-9 {
  margin-left: calc(75% + 10px);
}

.offset-10 {
  margin-left: calc(83.3333333333% + 10px);
}

.offset-11 {
  margin-left: calc(91.6666666667% + 10px);
}

.offset-12 {
  margin-left: calc(100% + 10px);
}

@media screen and (max-width: 760px) {
  .offset-1, .offset-2, .offset-3, .offset-4, .offset-5, .offset-6, .offset-7, .offset-8, .offset-9, .offset-10, .offset-11, .offset-12 {
    margin-left: 0;
  }
}
.row {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 760px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.row:after, .row:before {
  content: "";
  display: table;
  clear: both;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 760px) and (max-width: 1200px) {
  .container {
    max-width: 760px;
  }
}
@media screen and (max-width: 760px) {
  .container {
    max-width: 480px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.container:after, .container:before {
  content: "";
  display: table;
  clear: both;
}

main.container-main {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

header.info-header {
  width: 100%;
  height: 60%;
  text-align: center;
  font-family: "Kaushan Script", cursive;
  font-style: italic;
}
header.info-header h1 {
  font-size: 7rem;
  font-weight: 700;
  background-image: linear-gradient(45deg, #ff0000, #c70000);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
header.info-header p {
  font-size: 8rem;
}
header.info-header p span {
  color: red;
}
@media screen and (max-width: 760px) {
  header.info-header h1 {
    margin-top: 5rem;
    font-size: 6rem;
  }
  header.info-header p {
    font-size: 6rem;
  }
  header.info-header p span {
    font-size: 6rem;
  }
}

section.motor-section {
  position: relative;
  height: 40%;
  max-height: 40rem;
  padding: 0 1rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
  background-color: rgba(107, 104, 104, 0.3176470588);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 3px 10px 35px 11px rgba(0, 0, 0, 0.561);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 760px) {
  section.motor-section {
    padding: 1rem;
    align-items: end;
    max-height: 35rem;
  }
}
section.motor-section section.section-img-content {
  max-width: 70rem;
  position: absolute;
  top: -15em;
  left: 28rem;
}
@media screen and (min-width: 760px) and (max-width: 1200px) {
  section.motor-section section.section-img-content {
    left: 22rem;
    width: 55rem;
  }
}
@media screen and (max-width: 760px) {
  section.motor-section section.section-img-content {
    left: 0rem;
    top: -14rem;
  }
}
section.motor-section section.section-img-content img {
  width: 100%;
  height: auto;
  transition: opacity 0.5s ease;
}
section.motor-section div.info-text {
  width: 100% !important;
  font-family: "Handjet", cursive;
}
@media screen and (max-width: 760px) {
  section.motor-section div.info-text {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: flex-start !important;
  }
  section.motor-section div.info-text div p,
  section.motor-section div.info-text div h4 {
    font-size: 1.8rem !important;
  }
}
section.motor-section div.info-text div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
section.motor-section div.info-text p.info-p {
  font-weight: 200;
  font-size: 2rem;
  color: #fff;
  text-shadow: 0 0 1rem #000;
}
section.motor-section div.info-text h4.info-h4 {
  font-size: 3rem;
  font-weight: 700;
}
section.motor-section p.slogan {
  font-family: "Kaushan Script", cursive;
  font-size: 3rem;
  font-style: italic;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 760px) {
  section.motor-section p.slogan {
    display: none;
  }
}
section.motor-section div.colors {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 1rem;
  right: 8rem;
}
section.motor-section div.colors div {
  max-width: 100%;
  width: 5rem;
  height: 5rem;
  border-radius: 10%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../assets/img/colorYellow.png");
  cursor: pointer;
}
section.motor-section div.colors div:nth-child(1) {
  background-image: url("../../assets/img/colorBlack.png");
}
@media screen and (max-width: 760px) {
  section.motor-section div.colors div {
    width: 4rem;
    height: 4rem;
  }
}
@media screen and (min-width: 760px) and (max-width: 1200px) {
  section.motor-section div.colors {
    bottom: 10rem;
    right: 15rem;
  }
}
@media screen and (max-width: 760px) {
  section.motor-section div.colors {
    bottom: 14rem;
    right: 14rem;
  }
}

html {
  background-image: url("../../assets/img/bg4.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100%;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animateIn {
  animation: fadeIn 1s ease-in-out forwards;
}/*# sourceMappingURL=App.css.map */