/*==========  GLOBAL  ==========*/
/*********************
BREAKPOINTS
*********************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.titillium-web-extralight {
  font-family: "Titillium Web", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.titillium-web-light {
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.titillium-web-regular {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.titillium-web-semibold {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.titillium-web-bold {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.titillium-web-black {
  font-family: "Titillium Web", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.titillium-web-extralight-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.titillium-web-light-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.titillium-web-regular-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.titillium-web-semibold-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.titillium-web-bold-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: italic;
}

::-moz-selection {
  background-color: black;
  color: white;
}

::selection {
  background-color: black;
  color: white;
}

*,
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
  scroll-margin-top: 50px;
}

body {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #232323;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s linear;
}
a:hover {
  color: inherit;
  opacity: 0.8;
  text-decoration: none;
}

ul {
  padding-left: 0;
  list-style: none;
}

.button {
  font-family: "rregular", sans;
  background: #ee0d08;
  color: white;
  line-height: 1;
  font-size: 1.2rem;
  border: 1px solid #ee0d08;
  transition: all 0.2s linear;
  padding: 15px 30px;
}
.button:hover {
  background-color: #232323;
  border: 1px solid transparent;
  color: white;
}
@media (max-width: 37.5em) {
  .button {
    font-size: 1rem;
  }
}

@media (max-width: 37.5em) {
  h1 {
    font-size: 21px;
  }
}

@media (max-width: 37.5em) {
  h3 {
    font-size: 18px;
  }
}

.button-default {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0.3rem 1.5rem;
  border: 1px solid black;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.2s linear;
}
.button-default:hover {
  background-color: black;
  color: white;
  opacity: 1;
}
.button-default:hover span.arrow {
  margin-left: 5px;
}

span.arrow {
  width: 30px;
  height: 30px;
  background-color: #000;
  border-radius: 50px;
  color: white;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s linear;
  margin-right: -15px;
}
@media (max-width: 37.5em) {
  span.arrow {
    width: 20px;
    height: 20px;
    background-color: #000;
  }
}
span.arrow:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: white;
}

.button-default.white {
  color: white;
  border-color: white;
}
.button-default.white:hover {
  background-color: white;
  border-color: white;
  color: black;
}
.button-default.white span.arrow {
  background-color: white;
}
.button-default.white span.arrow:after {
  color: black;
}

.subtitle {
  text-transform: uppercase;
  font-size: 18px;
}
@media (max-width: 37.5em) {
  .subtitle {
    font-size: 15px;
  }
}

b {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
}

#Up {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 9;
  transform: rotate(-90deg);
  animation: fadeIn 1s ease forwards;
  animation-delay: 2s;
  opacity: 0;
}
#Up .arrow {
  width: 40px;
  height: 40px;
  transition: all 0.2s linear;
}
#Up .arrow:hover {
  opacity: 0.8;
}
@media (max-width: 37.5em) {
  #Up {
    right: 20px;
    bottom: 20px;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
form button {
  color: black;
}

#nav-icon3 {
  width: 60px;
  height: 45px;
  position: relative;
  margin: 50px auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

/* Icon 1 */
#nav-icon3 {
  width: 35px;
  height: 25px;
  position: relative;
  margin: 0 auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon3:focus, #nav-icon3:active {
  outline: none;
  outline-width: 0;
  box-shadow: none;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #ee0d08;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

/* Icon 3 */
#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 11px;
}

#nav-icon3 span:nth-child(4) {
  top: 23px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.race-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s linear;
}

.race-by {
  --uib-size: 80px;
  --uib-speed: 1.4s;
  --uib-color: #ee0d08;
  --uib-line-weight: 5px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--uib-line-weight);
  width: var(--uib-size);
  border-radius: calc(var(--uib-line-weight) / 2);
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.race-by::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--uib-color);
  opacity: 0.1;
}

.race-by::after {
  content: "";
  height: 100%;
  width: 100%;
  border-radius: calc(var(--uib-line-weight) / 2);
  animation: raceBy var(--uib-speed) ease-in-out infinite;
  transform: translateX(-100%);
  background-color: var(--uib-color);
}

@keyframes raceBy {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
/*==========  LAYOUT  ==========*/
header .navbar-toggler,
footer .navbar-toggler {
  border: none;
}
header .navbar-toggler:focus,
footer .navbar-toggler:focus {
  outline: none;
}
header .navbar,
footer .navbar {
  transition: all 0.2s linear;
  padding: 1rem 0rem;
}
@media (max-width: 37.5em) {
  header .navbar,
  footer .navbar {
    background-color: white;
    padding: 0.5rem;
  }
}
header .navbar.scroll-effect,
footer .navbar.scroll-effect {
  border-bottom: none;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 10px 0px 40px rgba(0, 0, 0, 0.5);
}
header .navbar .navbar-toggler:focus, header .navbar .navbar-toggler:active,
footer .navbar .navbar-toggler:focus,
footer .navbar .navbar-toggler:active {
  box-shadow: none;
}
header .navbar-nav,
footer .navbar-nav {
  font-family: "Titillium Web", sans-serif;
}
@media (max-width: 37.5em) {
  header .navbar-nav,
  footer .navbar-nav {
    margin-top: 2rem;
    height: 100vh;
  }
}
header .navbar-nav .nav-item,
footer .navbar-nav .nav-item {
  margin: 0rem 2rem;
  position: relative;
}
@media (max-width: 37.5em) {
  header .navbar-nav .nav-item,
  footer .navbar-nav .nav-item {
    margin: 0.3rem 0;
  }
}
header .navbar-nav .nav-item .dropdown button,
footer .navbar-nav .nav-item .dropdown button {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  font-weight: 600;
}
@media (max-width: 37.5em) {
  header .navbar-nav .nav-item .dropdown button,
  footer .navbar-nav .nav-item .dropdown button {
    font-size: 1.2rem;
  }
}
header .navbar-nav .nav-item .dropdown .dropdown-menu,
footer .navbar-nav .nav-item .dropdown .dropdown-menu {
  border-radius: 5px;
  min-width: 60px;
}
header .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-item,
footer .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-item {
  font-weight: 400;
}
header .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-item:hover,
footer .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}
header .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-item.active,
footer .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-item.active {
  background-color: transparent;
  font-weight: 600;
  color: black;
}
header .navbar-nav .nav-item .nav-link,
footer .navbar-nav .nav-item .nav-link {
  font-weight: 400;
  font-size: 1rem;
  padding: 0;
  transition: all 0.2s linear;
}
@media (max-width: 37.5em) {
  header .navbar-nav .nav-item .nav-link,
  footer .navbar-nav .nav-item .nav-link {
    color: black;
    font-size: 1.5rem;
  }
}
header .navbar-nav .nav-item .nav-link:after,
footer .navbar-nav .nav-item .nav-link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 1px;
  background-color: #000;
  transition: all 0.2s linear;
}
@media (max-width: 37.5em) {
  header .navbar-nav .nav-item .nav-link:after,
  footer .navbar-nav .nav-item .nav-link:after {
    bottom: 3px;
  }
}
header .navbar-nav .nav-item .nav-link:hover,
footer .navbar-nav .nav-item .nav-link:hover {
  color: #232323;
}
header .navbar-nav .nav-item .nav-link:hover:after,
footer .navbar-nav .nav-item .nav-link:hover:after {
  width: 100%;
}
header .navbar-nav .nav-item .nav-link.active,
footer .navbar-nav .nav-item .nav-link.active {
  color: #232323;
  font-weight: 700;
}
header .navbar-nav .nav-item .nav-link.active:after,
footer .navbar-nav .nav-item .nav-link.active:after {
  width: 100%;
}

@media (max-width: 37.5em) {
  #Menu {
    padding-top: 2rem;
  }
}

.dropdown-menu-mobile {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 70%;
}
@media (max-width: 37.5em) {
  .dropdown-menu-mobile {
    display: flex;
  }
}
.dropdown-menu-mobile .dropdown-item.active {
  background-color: transparent;
  font-weight: 600;
  color: black;
}

footer {
  background-image: url("../img/img-contactus.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  padding-top: 100px;
  padding-bottom: 20px;
}
@media (max-width: 37.5em) {
  footer {
    padding-top: 40px;
    text-align: center;
  }
}
footer .phone {
  display: none;
}

form button {
  background-color: transparent;
}
form input.form-control,
form textarea.form-control {
  border: none;
  border-bottom: 1px solid black;
  border-radius: 0;
  padding-left: 0;
  padding-bottom: 0;
}
form input.form-control::-moz-placeholder, form textarea.form-control::-moz-placeholder {
  color: #a0a0a0;
  text-transform: uppercase;
}
form input.form-control::placeholder,
form textarea.form-control::placeholder {
  color: #a0a0a0;
  text-transform: uppercase;
}
form input.form-control:focus, form input.form-control:active,
form textarea.form-control:focus,
form textarea.form-control:active {
  outline: none;
  box-shadow: none;
  border-color: black;
}

.form-wrapper {
  background-color: white;
  border-radius: 50px;
  padding: 50px 40px;
}
@media (max-width: 37.5em) {
  .form-wrapper {
    border-radius: 20px;
    padding: 30px 20px;
  }
}

#Hero {
  min-height: 50vh;
  min-height: 50dvh;
  min-height: 50dvi;
  /* background-image: url("../img/img-header.png"); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: black;
}
@media (max-width: 37.5em) {
  #Hero {
    min-height: 500px;
  }
}
#Hero h1 {
  margin-top: 0;
  font-size: 75px;
}
@media (max-width: 37.5em) {
  #Hero h1 {
    font-size: 36px;
  }
}
@media (max-width: 37.5em) {
  #Hero .button-default {
    max-width: 90%;
    margin: 0 auto;
  }
}

.bg-blue {
  background-color: #2953b6;
}

.bg-gray {
  background-color: #f5f5f5;
}

.vh-50 {
  min-height: 50vh;
}

@media (min-width: 70em) {
  .vh-75 {
    min-height: 75vh;
  }
}

@media (min-width: 70em) {
  .w-md-75 {
    width: 75%;
  }
}

@media (max-width: 37.5em) {
  #Intro {
    min-height: 38vh;
  }
  #Intro h1 {
    font-size: 19px;
  }
}

#Partnership {
  min-height: 50vh;
  min-height: 50dvh;
  min-height: 50dvi;
  background-image: url("../img/img-partnership.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.swiper {
  width: 90%;
  margin-left: 10%;
}
@media (max-width: 37.5em) {
  .swiper {
    min-height: 330px;
    margin: 0 auto;
  }
}
@media (min-width: 64em) {
  .swiper {
    height: 400px;
  }
}
@media (min-width: 120em) {
  .swiper {
    height: 500px;
  }
}

@media (max-width: 37.5em) {
  .logotype {
    width: 100px;
  }
}

#MainSwiper .swiper-item img {
  border-radius: 20px;
}
#MainSwiper .swiper-item .swiper-item-content {
  padding: 20px;
}

.navigation-wrapper {
  position: relative;
  width: 130px;
}
.navigation-wrapper > div {
  background-color: #2953b6;
  border-radius: 50px;
  padding: 0.4rem 1rem;
  width: 46px;
}
.navigation-wrapper > div:after {
  color: white;
  font-size: 1rem;
}

#Locations {
  background-image: url("../img/map.jpg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 37.5em) {
  #Locations {
    background-position: top right;
  }
}

#products ul li {
  font-size: 2rem;
  border-bottom: 1px solid;
  padding: 0.7rem 0;
}
@media (max-width: 37.5em) {
  #products ul li {
    font-size: 1.3rem;
  }
}/*# sourceMappingURL=main.css.map */