/* ========================
    Importing [ Tools ]    
======================== */
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (min-width: 576px) {
  .container {
    padding: 0;
    max-width: 540px !important;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 720px !important;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 1010px !important;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1240px !important;
  }
}

.large-container {
  width: 100%;
  max-width: 1366px !important;
  margin: 0 auto;
}

[data-aos=rotate] {
  transform: rotate(0deg);
}

[data-aos=rotate].aos-animate {
  transform: rotate(360deg);
}

[data-aos=to-grow] {
  width: 0%;
}

[data-aos=to-grow].aos-animate {
  width: 95%;
}

span.label,
h1.label {
  font: 600 18px "Rubik";
  color: #C00D0E;
  text-transform: uppercase;
  line-height: 120%;
}
@media screen and (min-width: 992px) {
  span.label,
  h1.label {
    font-size: 21px;
  }
}

span.tag {
  font: 400 16px 400;
  color: #fff;
  background-color: #2e2e2e;
  padding: 8px;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
@media screen and (min-width: 992px) {
  span.tag {
    font-size: 16px;
  }
}

.uppercase {
  text-transform: uppercase;
}

.cta-btn.white .btn-text {
  background-color: #fff !important;
  border: 1px solid #C00D0E !important;
  color: #C00D0E !important;
}
.cta-btn.white .btn-fitting {
  background-color: #C00D0E !important;
}
.cta-btn.white:hover p.btn-text {
  border-color: #ef1112 !important;
  color: #ef1112 !important;
}
.cta-btn.white:hover p.btn-fitting {
  background-color: #ef1112 !important;
}
.cta-btn.white.active p.btn-text {
  border-color: #ef1112 !important;
  color: #ef1112 !important;
}
.cta-btn.white.active p.btn-fitting {
  background-color: #ef1112 !important;
}
