.primary-btn {
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #1B1B1B;
  padding: 0 40px;
  background-color: #fff;
  transition: 0.2s;
  font-weight: 500;
  border-radius: 50px;
}
.primary-btn:hover {
  background-color: #e02626;
  color: white;
}
@media (max-width: 1024px) {
  .primary-btn {
    padding: 0 20px;
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  .primary-btn {
    padding: 0 15px;
    font-size: 12px;
  }
}
.link-btn {
  display: inline-block;
  font-size: 14px;
  color: white;
  transition: 0.2s;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.link-btn:hover {
  text-decoration: none;
}
.owl-nav-type1 {
  display: flex;
  justify-content: center;
}
.owl-nav-type1 button {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #FD0000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-indent: -999px;
}
.owl-nav-type1 button span {
  width: 10px;
  height: 20px;
  background-image: url(../images/slider-arrow.svg);
  background-repeat: no-repeat;
}
.owl-nav-type1 button.owl-next {
  transform: rotate(180deg);
}
.vh {
  min-height: 100vh;
  height: 600px;
}
@media (max-width: 1279px) {
  .vh {
    min-height: auto;
    height: auto;
  }
}
.input-field {
  background-color: #2C2B2B;
  height: 50px;
  padding: 0 15px;
  border: 1px solid #333;
  font-size: 16px;
  width: 100%;
  color: #e0e0e0;
  border-radius: 5px;
}
.input-field:focus {
  outline: none;
  border-bottom: 2px solid #FD0000;
}
.input-textarea {
  background-color: #2C2B2B;
  height: 50px;
  padding: 0 15px;
  border: 1px solid #333;
  font-size: 16px;
  width: 100%;
  color: #e0e0e0;
  border-radius: 5px;
  height: 100px;
  max-width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.input-textarea:focus {
  outline: none;
  border-bottom: 2px solid #FD0000;
}
.submit-btn {
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #1B1B1B;
  padding: 0 40px;
  background-color: #fff;
  transition: 0.2s;
  font-weight: 500;
  border-radius: 50px;
  background-color: #FD0000;
  color: white;
  border: 0;
  font-size: 15px;
  outline: none;
  font-weight: 600;
  cursor: pointer;
}
.submit-btn:hover {
  background-color: #e02626;
  color: white;
}
@media (max-width: 1024px) {
  .submit-btn {
    padding: 0 20px;
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  .submit-btn {
    padding: 0 15px;
    font-size: 12px;
  }
}
.disable-aos-animate {
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}
#achievements-banner {
  padding: 150px 0;
}
#achievements-banner .container {
  text-align: center;
}
#achievements-banner h1 {
  color: #e02626;
  margin-top: 0;
  font-size: 100px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 80%;
}
#achievements-banner p {
  color: #e0e0e0;
}
@media (max-width: 1023px) {
  #achievements-banner {
    padding: 100px 0;
  }
  #achievements-banner h1 {
    font-size: 36px;
  }
}
#achievements-listing .row {
  min-width: 100%;
  padding: 50px 0;
}
#achievements-listing .row .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#achievements-listing .row figure img {
  width: 200px;
  object-fit: contain;
  height: 200px;
}
#achievements-listing .row:nth-child(even) .container {
  flex-direction: row-reverse;
}
#achievements-listing .row .col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
#achievements-listing .row .col.content {
  padding: 0  60px;
}
#achievements-listing .row .col.content h2 {
  color: #FD0000;
  font-size: 30px;
  margin-top: 0;
  font-weight: 500;
}
#achievements-listing .row .col.content p {
  color: #e0e0e0;
}
#achievements-listing .row .col.content a {
  text-decoration: underline;
}
#achievements-listing .row .col.content img {
  width: 100%;
  height: auto;
}
#achievements-listing .row .col.img {
  position: sticky;
  top: 50px;
}
#achievements-listing .row:last-child {
  border: 0;
}
@media (max-width: 767px) {
  #achievements-listing .row {
    padding: 20px 0;
    overflow: hidden;
  }
  #achievements-listing .row .container {
    flex-direction: column;
  }
  #achievements-listing .row:nth-child(even) .container {
    flex-direction: column;
  }
  #achievements-listing .row .col.content {
    padding: 0;
    text-align: center;
  }
  #achievements-listing .row .col.img {
    min-width: 100%;
    text-align: center;
    position: static;
  }
  #achievements-listing .row:not(:last-child) {
    border-bottom: 1px solid #666;
  }
}
#more-coming h2 {
  text-align: center;
  color: #FD0000;
  font-size: 60px;
}
@media (max-width: 767px) {
  #more-coming h2 {
    font-size: 30px;
  }
}
