.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.container {
  max-width: 1450px;
}

.relative {
  position: relative;
  z-index: 4;
}

.absolute {
  position: absolute;
}

.bg_overlay {
  background-position: center !important;
  background-size: cover !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-family: "Milliard";
}

* {
  margin: 0;
  border: 0;
}

.row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.7);
  padding-left: calc(var(--bs-gutter-x) * 0.7);
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

a {
  text-decoration: none;
  color: inherit;
  font-size: 18px;

  &:hover {
    color: inherit;
  }
}

small {
  font-size: 15px;
  line-height: 21px;
  color: #666666;
}

h1 {
  font-size: 78px;
  font-weight: 900;
  line-height: 92px;
}

h2 {
  font-size: 54px;
  line-height: 64px;
  font-weight: 700;
  margin-bottom: 25px;
}

h3 {
  font-size: 42px;
  line-height: 55px;
  font-weight: 700;
  margin-bottom: 10px;
}

h4 {
  font-size: 32px;
  font-weight: 300;
  line-height: 45px;
}

h5 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}

h6 {
  font-family: "Milliard Book";
  text-transform: uppercase;
  font-size: 22px;
  color: #3a393e;
}

p {
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  color: #666666;
}

.flex {
  display: flex;
}
.flex.align-center {
  align-items: center;
}
.flex.justify-center {
  justify-content: center;
}
.flex.space-between {
  justify-content: space-between;
}

.pt-40 {
  padding-top: 40px;
}

.p-80 {
  padding: 80px 0;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1450px) {
  h1 {
    font-size: 61px;
    line-height: 73px;
  }
}
