@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    /* The image width */
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    /* The image width */
  }
}


* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Poppins";
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
}

.container {
  max-width: 1520px;
  width: 100%;
}
@media screen and (max-width: 1639px) {
  .container {
    max-width: 1366px;
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media screen and (max-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (max-width: 576px) {
  .container {
    max-width: 540px;
  }
}

.section-image {
  position: relative;
  height: 100%;
}
.section-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  .section-image {
    width: 100%;
  }
  .section-image img {
    width: 100%;
  }
}
.section-image .team {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 6px 63px 10px;
}
.section-image .team .head {
  font-size: 40px;
  line-height: 45px;
  color: #000;
}
@media screen and (max-width: 575px) {
  .section-image .team .head {
    font-size: 35px;
  }
}
.section-image .team .num {
  font-weight: 600;
  font-size: 60px;
  line-height: 74px;
  color: #9B0027;
  margin-top: -5px;
}
@media screen and (max-width: 575px) {
  .section-image .team .num {
    font-size: 40px;
  }
}
.section-title {
  color: #9B0027;
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .section-title {
    font-size: 16px;
  }
}
.section-title::before {
  width: 29px;
  height: 2px;
  background-color: #9B0027;
  display: inline-block;
  margin-right: 7px;
  content: "";
}
.section-heading {
  font-weight: 600;
  font-size: 44px;
  line-height: 70px;
  color: #000;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .section-heading {
    font-size: 35px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 575px) {
  .section-heading {
    font-size: 30px;
    line-height: 40px;
  }
}

.description-text {
  color: #3B3B3B;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 16px;
  font-weight: 400;
}

.clickable-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.image-modal .modal-content {
  background: transparent;
  border: 0;
}
.image-modal img {
  max-width: 100%;
  height: 100%;
}
@media screen and (max-width: 575px) {
  .image-modal img {
    max-width: 400px;
    margin: 0 auto;
    background-color: transparent;
  }
}
@media screen and (max-width: 400px) {
  .image-modal img {
    max-width: 300px;
  }
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 144px;
  border-radius: 46px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 46px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.btn-primary {
  padding: 0 5px 0 14px;
  background-color: #9B0027;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid #9B0027;
  transition: 0.2s ease-in-out all;
}
.btn-primary span {
  width: 34px;
  height: 34px;
  border-radius: 100%;
  background-color: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease-in-out all;
}
.btn-primary span i {
  font-size: 16px;
}
.btn-primary:hover {
  background-color: transparent;
  color: #fff;
  border: 2px solid #9B0027;
}
.btn-primary:hover span {
  background-color: #9B0027;
  color: #000;
}
.btn-primary-outline {
  background-color: transparent;
  color: #000;
  transition: 0.2s ease-in-out all;
}
.btn-primary-outline span {
  background-color: #9B0027;
  color: #fff;
  transition: 0.2s ease-in-out all;
}
.btn-primary-outline:hover {
  background-color: #9B0027;
  color: #fff;
}
.btn-primary-outline:hover span {
  background-color: #fff;
  color: #000;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #000;
}
header .navbar {
  background-color: transparent;
  padding: 0;
}
header .navbar .navbar-brand {
  padding: 12px 0;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  header .navbar .navbar-brand img {
    max-width: 100px;
  }
}
header .navbar .navbar-brand img.white-bg-logo {
  display: none;
}
header .navbar .navbar-toggler {
  padding: 0;
  border: 0;
}
header .navbar .navbar-toggler .navbar-toggler-icon {
  width: 42px;
  height: 42px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23FE0018' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
@media screen and (max-width: 992px) {
  header .navbar .offcanvas {
    padding: 20px;
  }
}
header .navbar .navbar-nav {
  height: 90px;
}
@media screen and (max-width: 992px) {
  header .navbar .navbar-nav {
    height: auto;
    margin-left: 0 !important;
  }
}
header .navbar .navbar-nav li {
  padding: 0 16px;
  height: 100%;
}
@media screen and (max-width: 992px) {
  header .navbar .navbar-nav li {
    height: auto;
    margin-bottom: 20px;
  }
}
header .navbar .navbar-nav li.cross-canvas {
  display: none;
}
@media screen and (max-width: 992px) {
  header .navbar .navbar-nav li.cross-canvas {
    display: block;
    text-align: right;
  }
}
header .navbar .navbar-nav li.cross-canvas i {
  font-size: 20px;
  color: #000;
  cursor: pointer;
  padding: 20px;
}
header .navbar .navbar-nav li .nav-link {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 90px;
  padding: 0;
  padding-right: 5px;
  padding-left: 5px;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
header .navbar .navbar-nav li .nav-link:after {
  display: block;
  background: #9B0027;
  height: 2px;
  width: 0;
  position: absolute;
  bottom: 28px;
  content: "";
  left: 5px;
  transition: all 400ms;
}
header .navbar .navbar-nav li .nav-link.active {
  color: #fff;
  font-weight: 600;
}
header .navbar .navbar-nav li .nav-link.active:after {
  width: calc(100% - 10px);
}
header .navbar .navbar-nav li .nav-link:hover {
  color: #fff;
}
header .navbar .navbar-nav li .nav-link:hover:after {
  width: calc(100% - 10px);
}
@media screen and (max-width: 992px) {
  header .navbar .navbar-nav li .nav-link {
    color: #000;
    line-height: 30px;
  }
  header .navbar .navbar-nav li .nav-link::after {
    content: none;
  }
  header .navbar .navbar-nav li .nav-link.active {
    color: #9B0027;
  }
}
header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-animation: slide-down 0.7s;
  animation: slide-down 0.7s;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
}
header.fixed .navbar {
  background-color: #fff;
}
header.fixed .navbar .navbar-brand .white-bg-logo {
  display: block;
}
header.fixed .navbar .black-bg-logo {
  display: none;
}
header.fixed .navbar .navbar-nav .nav-link {
  color: #000;
}
header.fixed .navbar .navbar-nav .nav-link.active, header.fixed .navbar .navbar-nav .nav-link:hover {
  color: #000;
}

@-webkit-keyframes slide-down {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}

@keyframes slide-down {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
.footer {
  background-color: #000;
  padding: 100px 0 60px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 60px 0 40px;
  }
}
@media screen and (max-width: 991px) {
  .footer .row {
    --bs-gutter-y: 25px;
  }
}
.footer-section-heading {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 24px;
}
.footer-section-img {
  max-width: 121px;
  max-height: 60px;
}
.footer-section-desc {
  margin-top: 16px;
  font-size: 16px;
  line-height: 24px;
  color: #8C8C8C;
}
.footer-section-menu {
  list-style: none;
  padding: 0px;
  margin-top: 34px;
}
.footer-section-menu li {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 10px 0;
}
.footer-section-menu li a {
  font-size: 16px;
  line-height: 24px;
  color: #8C8C8C;
  text-decoration: none;
  transition: 0.2s ease-in-out all;
}
.footer-section-menu li a:hover {
  color: #9B0027;
}
.footer-section-contact {
  margin-top: 34px;
}
.footer-section-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}
.footer-section-contact-item-img {
  max-width: 32px;
}
.footer-section-contact-item-desc .heading {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 2px;
}
.footer-section-contact-item-desc .desc {
  font-size: 16px;
  line-height: 24px;
  color: #8C8C8C;
}
.footer .mail-send {
  margin-top: 34px;
}
.footer .mail-send-form {
  position: relative;
}
.footer .mail-send-form .footer-section-input {
  width: 100%;
  padding: 11px 29px;
  padding-right: 60px;
  border-radius: 30px;
  border: 0;
  outline: none;
  color: #3B3B3B;
  font-size: 18px;
  line-height: 31px;
}
.footer .mail-send-form .submit {
  position: absolute;
  top: 2px;
  right: 2px;
  background: #9B0027;
  padding: 0;
  min-width: 50px;
  height: 50px;
  text-align: center;
  border: none;
  overflow: hidden;
  color: #fff;
}
.footer .mail-send-form .submit:hover {
  border: 2px solid #9B0027;
  background-color: transparent;
  color: #000;
}
.footer .socials {
  margin-top: 45px;
}
.footer .socials-icons {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer .socials-icons a {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  text-decoration: none;
  color: #8C8C8C;
  transition: 0.3s ease-in-out all;
}
.footer .socials-icons a:hover {
  background: #9B0027;
  color: #fff;
}

.copyright {
  padding: 18px 0px;
  border-top: 1px solid #282828;
  background-color: #000;
}
.copyright-text {
  color: #8C8C8C;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  line-height: 24px;
}
@media screen and (max-width: 575px) {
  .copyright-text {
    flex-direction: column;
  }
}
.copyright a {
  color: #9B0027;
  text-decoration: none;
}

.driver-card {
  position: relative;
}
.driver-card .driver-card-img {
  height: 340px;
  overflow: hidden;
}
.driver-card .driver-card-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  transition: 0.2s ease-in-out all;
}
.driver-card:hover .driver-card-img img {
  transform: scale(1.1);
}
.driver-card .driver-details {
  background: #fff;
  text-align: center;
  padding: 14px 0;
}
@media screen and (max-width: 575px) {
  .driver-card .driver-details {
    padding: 10px 0;
  }
}
.driver-card .driver-details .name {
  font-weight: 600;
  font-size: 20px;
  line-height: 31px;
  margin-bottom: 2px;
}
@media screen and (max-width: 575px) {
  .driver-card .driver-details .name {
    font-size: 18px;
  }
}
.driver-card .driver-details .sub-title {
  font-size: 16px;
  line-height: 31px;
  text-transform: uppercase;
  color: #9B0027;
}
@media screen and (max-width: 575px) {
  .driver-card .driver-details .sub-title {
    font-size: 14px;
  }
}

.driver-details-card {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  padding: 48px;
  background-color: #fff;
  margin-top: 60px;
}
@media screen and (max-width: 1639px) {
  .driver-details-card {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .driver-details-card {
    flex-direction: column;
    padding: 20px;
    margin-top: 0;
  }
}
.driver-details-card .driver-img {
  width: 40%;
  flex-shrink: 0;
  margin-top: -110px;
  max-height: 547px;
}
.driver-details-card .driver-img img {
  aspect-ratio: 655/692;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .driver-details-card .driver-img img {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .driver-details-card .driver-img {
    margin-top: 0;
  }
}
.driver-details-card .driver-details .driver-name {
  font-weight: 600;
  font-size: 34px;
  line-height: 31px;
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .driver-details-card .driver-details .driver-name {
    font-size: 25px;
  }
}
.driver-details-card .driver-details .machine-name {
  font-size: 20px;
  line-height: 31px;
  text-transform: uppercase;
  color: #9B0027;
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .driver-details-card .driver-details .machine-name {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.driver-details-card .driver-details .home-town {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
}
.driver-details-card .driver-details .home-town .home-label {
  color: #3B3B3B;
  line-height: 30px;
}
.driver-details-card .driver-details .home-town .home-desc {
  color: #000;
  font-weight: 500;
}
.driver-details-card .driver-details .content-text {
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .driver-details-card .driver-details .content-text {
    line-height: 26px;
  }
}
.driver-details-card .driver-details .contact-info {
  margin-top: 22px;
}
@media screen and (max-width: 991px) {
  .driver-details-card .driver-details .contact-info {
    margin-top: 15px;
  }
}
.driver-details-card .driver-details .contact-info-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .driver-details-card .driver-details .contact-info-item {
    margin-bottom: 15px;
  }
}
.driver-details-card .driver-details .contact-info-item:last-child {
  margin-bottom: 0;
}
.driver-details-card .driver-details .contact-info-item img {
  max-width: 22px;
}
.driver-details-card .driver-details .contact-info-item p {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #000;
}
@media screen and (max-width: 991px) {
  .driver-details-card .driver-details .contact-info-item p {
    font-size: 14px;
  }
}
.driver-details-card .driver-details .driver-socials {
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .driver-details-card .driver-details .driver-socials {
    margin-top: 20px;
  }
}
.driver-details-card .driver-details .driver-socials .socials-heading {
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 28px;
}
@media screen and (max-width: 991px) {
  .driver-details-card .driver-details .driver-socials .socials-heading {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.driver-details-card .driver-details .driver-socials .socials-list {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .driver-details-card .driver-details .driver-socials .socials-list {
    gap: 15px;
  }
}
.driver-details-card .driver-details .driver-socials .socials-list a {
  text-decoration: none;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #9B0027;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border: 1px solid #9B0027;
  transition: 0.2s ease-in-out all;
}
@media screen and (max-width: 991px) {
  .driver-details-card .driver-details .driver-socials .socials-list a {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}
.driver-details-card .driver-details .driver-socials .socials-list a:hover {
  background-color: transparent;
  color: #9B0027;
}

.main-banner {
  height: 100vh;
  background-image: url(../images/main-banner.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 90px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-banner {
    height: auto;
    padding-bottom: 90px;
  }
}
.main-banner .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(264.36deg, rgba(0, 0, 0, 0.85) 53.02%, rgba(0, 0, 0, 0) 69.98%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
@media screen and (max-width: 767px) {
  .main-banner .banner-overlay {
    background: linear-gradient(329deg, rgba(0, 0, 0, 0.85) 53.02%, rgba(0, 0, 0, 0) 100%);
  }
}
.main-banner-content {
  max-width: 818px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100vh - 90px);
}
@media screen and (max-width: 992px) {
  .main-banner-content {
    height: auto;
    padding-top: 60px;
    max-width: 550px;
  }
}
@media screen and (max-width: 767px) {
  .main-banner-content {
    max-width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}
.main-banner-content-title {
  color: #fff;
  font-weight: 600;
  font-size: 90px;
  line-height: 120px;
  text-transform: uppercase;
  font-family: "Oswald";
  margin-bottom: 28px;
}
@media screen and (max-width: 992px) {
  .main-banner-content-title {
    font-size: 65px;
    line-height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .main-banner-content-title {
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .main-banner-content-title {
    font-size: 55px;
  }
}
.main-banner-content-title span {
  -webkit-text-stroke: 1px #fff;
  color: transparent;
}
.main-banner-content-sub {
  color: #fff;
  font-size: 18px;
  line-height: 38px;
  margin-bottom: 32px;
  font-weight: 400;
}

.about {
  padding: 100px 0;
}
@media screen and (max-width: 991px) {
  .about .row {
    --bs-gutter-y: 30px;
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .about {
    padding: 50px 0;
  }
}

.team {
  padding: 40px 0;
  background-color: #000;
}
.team .team-content .section-heading {
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 575px) {
  .team .team-content .driver-carousel {
    margin-top: 80px;
  }
}
.team .team-content .driver-carousel .owl-nav {
  position: absolute;
  top: -90px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .team .team-content .driver-carousel .owl-nav {
    top: -75px;
  }
}
@media screen and (max-width: 575px) {
  .team .team-content .driver-carousel .owl-nav {
    top: -65px;
  }
}
.team .team-content .driver-carousel .owl-nav button {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #9B0027;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}
.team .team-content .driver-carousel .owl-nav button.disabled {
  background-color: #fff;
  cursor: not-allowed;
  color: #000;
}
@media screen and (max-width: 767px) {
  .team .team-content .driver-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .team .team-content .driver-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}

.partners {
  padding: 80px 0;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .partners {
    padding: 50px 0;
  }
}
.partners .section-title {
  justify-content: center;
}
.partners .section-heading {
  font-weight: 400;
}
.partners-list {
  display: flex;
  align-items: center;
  /*max-width: 932px;*/
  justify-content: space-between;
  margin: 0 auto;
  gap: 30px 50px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .partners-list {
    justify-content: center;
    gap: 20px 40px;
  }
}
.partners-list-item {
  position: relative;
  min-width: 158px;
  height: 158px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out all;
}
@media screen and (max-width: 575px) {
  .partners-list-item {
    min-width: 120px;
    max-width: 1000px;
    height: 120px;
  }
}
.partners-list-item:hover {
  transform: scale(1.1);
}
.partners-list-item img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.newsletter {
  padding: 75px 0 86px;
  background-image: url(../images/news-letter-bg-img.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 575px) {
  .newsletter {
    padding: 50px 0;
  }
}
.newsletter-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(278.05deg, rgba(255, 255, 255, 0) 29.59%, rgba(0, 0, 0, 0.72) 48.74%);
}
@media screen and (max-width: 991px) {
  .newsletter-overlay {
    background: linear-gradient(278.05deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.72) 34.74%);
  }
}
.newsletter-content {
  position: relative;
  max-width: 857px;
}
@media screen and (max-width: 991px) {
  .newsletter-content {
    max-width: 100%;
  }
}
.newsletter-content-heading {
  font-size: 74px;
  line-height: 74px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .newsletter-content-heading {
    font-size: 64px;
  }
}
@media screen and (max-width: 767px) {
  .newsletter-content-heading {
    font-size: 54px;
  }
}
@media screen and (max-width: 575px) {
  .newsletter-content-heading {
    font-size: 44px;
  }
}
.newsletter-content-sub-heading {
  font-size: 24px;
  line-height: 31px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .newsletter-content-sub-heading {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .newsletter-content-sub-heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .newsletter-content-sub-heading {
    font-size: 18px;
  }
}
.newsletter-form {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .newsletter-form {
    margin-top: 45px;
  }
}
@media screen and (max-width: 575px) {
  .newsletter-form {
    margin-top: 35px;
  }
}
.newsletter-form .name-email {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .newsletter-form .name-email {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
.newsletter-form .name-email input {
  flex: 1 0 49%;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  padding: 11px 24px;
  color: #fff;
  font-size: 18px;
  line-height: 31px;
  transition: 0.2s ease-in-out all;
}
.newsletter-form .name-email input::-moz-placeholder {
  color: #fff;
}
.newsletter-form .name-email input:-ms-input-placeholder {
  color: #fff;
}
.newsletter-form .name-email input::-ms-input-placeholder {
  color: #fff;
}
.newsletter-form .name-email input::placeholder {
  color: #fff;
}
.newsletter-form .name-email input:focus {
  outline: 0;
  box-shadow: none;
  border: 2px solid #9B0027;
}
@media screen and (max-width: 767px) {
  .newsletter-form .name-email input {
    font-size: 16px;
  }
}
.newsletter-form textarea {
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  resize: none;
  padding: 27px 24px;
  width: 100%;
  font-size: 18px;
  color: #fff;
  height: 150px;
  transition: 0.3s ease-in-out all;
}
.newsletter-form textarea::-moz-placeholder {
  color: #fff;
}
.newsletter-form textarea:-ms-input-placeholder {
  color: #fff;
}
.newsletter-form textarea::-ms-input-placeholder {
  color: #fff;
}
.newsletter-form textarea::placeholder {
  color: #fff;
}
.newsletter-form textarea:focus {
  outline: 0;
  box-shadow: none;
  border: 2px solid #9B0027;
}
@media screen and (max-width: 767px) {
  .newsletter-form textarea {
    font-size: 16px;
  }
}
.newsletter-form .form-button {
  margin-top: 24px;
}
.newsletter-form .form-button .btn-primary {
  padding: 0 5px;
}

.inner-page-banner {
  padding: 113px 0;
  padding-top: 193px;
  text-align: center;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .inner-page-banner {
    padding: 80px 0;
    padding-top: 113px;
  }
}
.inner-page-banner-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
.inner-page-banner.about {
  background-image: url(../images/about-banner-img.jpg);
}
.inner-page-banner.driver {
  background-image: url(../images/driver-banner.jpg);
}
.inner-page-banner.sponsor {
  background-image: url(../images/sponsor-main-banner.jpg);
}
.inner-page-banner.vendors {
  background-image: url(../images/vendor-banner-img.jpg);
}
.inner-page-banner.contact {
  background-image: url(../images/contact-banner.jpg);
}
.inner-page-banner-title {
  font-weight: 600;
  font-size: 64px;
  line-height: 120px;
  color: #fff;
  margin-bottom: 4px;
}
@media screen and (max-width: 1366px) {
  .inner-page-banner-title {
    font-size: 58px;
  }
}
@media screen and (max-width: 767px) {
  .inner-page-banner-title {
    font-size: 54px;
    line-height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .inner-page-banner-title {
    font-size: 44px;
    line-height: 60px;
    margin-bottom: 10px;
  }
}
.inner-page-banner .banner-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  flex-wrap: wrap;
}
.inner-page-banner .banner-breadcrumb .breadcrumb-item {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .inner-page-banner .banner-breadcrumb .breadcrumb-item {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .inner-page-banner .banner-breadcrumb .breadcrumb-item {
    font-size: 16px;
  }
}
.inner-page-banner .banner-breadcrumb .breadcrumb-item a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease-in-out all;
}
.inner-page-banner .banner-breadcrumb .breadcrumb-item a:hover {
  color: #9B0027;
}
.inner-page-banner .banner-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #9B0027;
  padding: 0 16px;
}

.image-show img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.custom-text-section {
  padding: 66px 0;
  background-color: #F6F4F4;
}
@media screen and (max-width: 991px) {
  .custom-text-section {
    padding: 50px 0;
  }
}
.custom-text-section-item {
  max-width: 1004px;
  margin: 0 auto;
  margin-bottom: 64px;
}
.custom-text-section-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .custom-text-section-item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  .custom-text-section-item {
    margin-bottom: 30px;
  }
}

.content-heading {
  font-weight: 500;
  font-size: 34px;
  line-height: 55px;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .content-heading {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .content-heading {
    line-height: 45px;
  }
}

.content-text {
  font-size: 16px;
  line-height: 32px;
  color: #3B3B3B;
}

@media screen and (max-width: 991px) {
  .row-content img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .row-content img {
    height: 300px;
  }
}
@media screen and (max-width: 575px) {
  .row-content img {
    height: 250px;
  }
}
@media screen and (max-width: 991px) {
  .row-content .right-col {
    order: 2;
  }
}
.row-content-left {
  max-width: 760px;
  margin-left: auto;
  padding: 0 12px;
  padding-right: 62px;
}
@media screen and (min-width: 1200px) {
  .row-content-left {
    max-width: 570px;
  }
}
@media screen and (min-width: 1400px) {
  .row-content-left {
    max-width: 660px;
  }
}
@media screen and (max-width: 1639px) {
  .row-content-left {
    max-width: 683px;
  }
}
@media screen and (max-width: 1400px) {
  .row-content-left {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .row-content-left {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1163px) {
  .row-content-left .content-heading {
    font-size: 25px;
  }
  .row-content-left .content-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .row-content-left {
    max-width: 960px;
    margin: 0 auto;
    padding-right: 12px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .row-content-left {
    max-width: 720px;
  }
}
@media screen and (max-width: 576px) {
  .row-content-left {
    max-width: 540px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.row-content-right {
  max-width: 760px;
  margin-right: auto;
  padding: 0 12px;
  padding-left: 62px;
}
@media screen and (min-width: 1200px) {
  .row-content-right {
    max-width: 570px;
  }
}
@media screen and (min-width: 1400px) {
  .row-content-right {
    max-width: 660px;
  }
}
@media screen and (max-width: 1639px) {
  .row-content-right {
    max-width: 683px;
  }
}
@media screen and (max-width: 1400px) {
  .row-content-right {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .row-content-right {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1163px) {
  .row-content-right .content-heading {
    font-size: 25px;
  }
  .row-content-right .content-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .row-content-right {
    max-width: 960px;
    margin: 0 auto;
    padding-left: 12px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .row-content-right {
    max-width: 720px;
  }
}
@media screen and (max-width: 576px) {
  .row-content-right {
    max-width: 540px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.inner-page-content {
  padding: 30px 0 60px;
  background-color: #F6F4F4;
}
@media screen and (max-width: 767px) {
  .inner-page-content {
    padding: 40px 0;
  }
}
.inner-page-content .driver-details-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
  width: 100%;
  margin: 0;
}
.inner-page-content .map-content {
  width: 100%;
  margin-top: 70px;
}
@media screen and (max-width: 1024px) {
  .inner-page-content .map-content {
    margin-top: 100px;
  }
}
@media screen and (max-width: 991px) {
  .inner-page-content .map-content {
    margin-top: 40px;
  }
}
.inner-page-content .map-content iframe {
  width: 100%;
  max-height: 385px;
}

.sponsor-list {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .sponsor-list {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
  }
}
.sponsor-list-item {
  background-color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 12px;
  cursor: pointer;
  height: 360px;
}
@media screen and (max-width: 1639px) {
  .sponsor-list-item {
    height: 300px;
  }
}
@media screen and (max-width: 991px) {
  .sponsor-list-item {
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .sponsor-list-item {
    height: 200px;
  }
}
.sponsor-list-item-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #9B0027;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 40px;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out all;
}
@media screen and (max-width: 1639px) {
  .sponsor-list-item-text {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .sponsor-list-item-text {
    font-size: 25px;
  }
}
@media screen and (max-width: 575px) {
  .sponsor-list-item-text {
    font-size: 20px;
  }
}
.sponsor-list-item:hover .sponsor-list-item-text {
  visibility: visible;
  opacity: 1;
}

.contact-us-form {
  background-color: #fff;
  padding: 52px 44px;
  padding-right: 103px;
  width: 107%;
}
@media screen and (max-width: 991px) {
  .contact-us-form {
    padding: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .contact-us-form {
    padding: 20px;
  }
}
.contact-us-form h4 {
  font-size: 44px;
  line-height: 74px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .contact-us-form h4 {
    font-size: 35px;
  }
}
@media screen and (max-width: 575px) {
  .contact-us-form h4 {
    font-size: 30px;
  }
}
.contact-us-form .sub-head {
  font-size: 16px;
  line-height: 31px;
}
.contact-us-form .form-content {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .contact-us-form .form-content {
    margin-top: 30px;
  }
}
.contact-us-form .form-content .name-email {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .contact-us-form .form-content .name-email {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
.contact-us-form .form-content .name-email input {
  flex: 1 0 49%;
  background: #fff;
  border: 2px solid #E4E4E4;
  border-radius: 60px;
  padding: 16px 24px;
  color: #3B3B3B;
  font-size: 18px;
  line-height: 31px;
  transition: 0.2s ease-in-out all;
  color: #3B3B3B;
}
.contact-us-form .form-content .name-email input::-moz-placeholder {
  color: #3B3B3B;
}
.contact-us-form .form-content .name-email input:-ms-input-placeholder {
  color: #3B3B3B;
}
.contact-us-form .form-content .name-email input::-ms-input-placeholder {
  color: #3B3B3B;
}
.contact-us-form .form-content .name-email input::placeholder {
  color: #3B3B3B;
}
.contact-us-form .form-content .name-email input:focus {
  outline: 0;
  box-shadow: none;
  border: 2px solid #9B0027;
}
@media screen and (max-width: 767px) {
  .contact-us-form .form-content .name-email input {
    font-size: 16px;
  }
}
.contact-us-form .form-content .name-email input::-webkit-outer-spin-button, .contact-us-form .form-content .name-email input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.contact-us-form .form-content .name-email input[type=number] {
  -moz-appearance: textfield;
}
.contact-us-form .form-content textarea {
  background: #fff;
  border: 2px solid #E4E4E4;
  border-radius: 30px;
  resize: none;
  padding: 24px;
  width: 100%;
  font-size: 18px;
  color: #3B3B3B;
  height: 150px;
  transition: 0.3s ease-in-out all;
}
.contact-us-form .form-content textarea::-moz-placeholder {
  color: #3B3B3B;
}
.contact-us-form .form-content textarea:-ms-input-placeholder {
  color: #3B3B3B;
}
.contact-us-form .form-content textarea::-ms-input-placeholder {
  color: #3B3B3B;
}
.contact-us-form .form-content textarea::placeholder {
  color: #3B3B3B;
}
.contact-us-form .form-content textarea:focus {
  outline: 0;
  box-shadow: none;
  border: 2px solid #9B0027;
}
@media screen and (max-width: 767px) {
  .contact-us-form .form-content textarea {
    font-size: 16px;
  }
}
.contact-us-form .form-content .form-button {
  margin-top: 24px;
}
.contact-us-form .form-content .form-button .btn-primary {
  padding: 0 5px;
}
.contact-us-form .form-content .form-button .btn-primary:hover {
  color: #9B0027;
}
.contact-us-form .form-content .help-section {
  padding: 24px;
  border-radius: 30px;
  background-color: #f8f8f8;
  margin-bottom: 24px;
}
@media screen and (max-width: 575px) {
  .contact-us-form .form-content .help-section {
    margin-bottom: 10px;
  }
}
.contact-us-form .form-content .help-section-head {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .contact-us-form .form-content .help-section-head {
    font-size: 18px;
  }
}
.contact-us-form .form-content .help-section .radio-contents {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 62px;
}
@media screen and (max-width: 575px) {
  .contact-us-form .form-content .help-section .radio-contents {
    flex-direction: column;
    gap: 10px;
  }
}
.contact-us-form .form-content .help-section .radio-contents .radio-item {
  display: flex;
  align-items: center;
  padding: 0;
  gap: 15px;
}
.contact-us-form .form-content .help-section .radio-contents .radio-item label {
  color: #3B3B3B;
  line-height: 30px;
  font-size: 16px;
}
.contact-us-form .form-content .help-section .radio-contents .radio-item input {
  margin: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #8C8C8C;
  background-color: transparent;
}
.contact-us-form .form-content .help-section .radio-contents .radio-item input:checked[type=radio] {
  border: 1px solid #9B0027;
  box-shadow: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%239B0027'/%3e%3c/svg%3e");
  background-size: 20px;
}

.contact-display {
  background-color: #9B0027;
  position: relative;
  top: 12px;
}
@media screen and (max-width: 1366px) {
  .contact-display {
    top: 12px;
  }
}
@media screen and (max-width: 991px) {
  .contact-display {
    margin-top: 30px;
  }
}
.contact-display .contact-information {
  padding: 40px;
}
@media screen and (max-width: 1024px) {
  .contact-display .contact-information {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .contact-display .contact-information {
    padding: 30px;
  }
}
.contact-display .contact-information-heading {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 34px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .contact-display .contact-information-heading {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .contact-display .contact-information-heading {
    font-size: 22px;
  }
}
.contact-display .contact-information .contacts-list-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .contact-display .contact-information .contacts-list-item {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .contact-display .contact-information .contacts-list-item {
    margin-bottom: 30px;
  }
}
.contact-display .contact-information .contacts-list-item:last-child {
  margin-bottom: 0;
}
.contact-display .contact-information .contacts-list-item img {
  background: #fff;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .contact-display .contact-information .contacts-list-item img {
    width: 40px;
    height: 40px;
  }
}
.contact-display .contact-information .contacts-list-item-desc .contacts-head {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .contact-display .contact-information .contacts-list-item-desc .contacts-head {
    font-size: 16px;
  }
}
.contact-display .contact-information .contacts-list-item-desc .desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .contact-display .contact-information .contacts-list-item-desc .desc {
    font-size: 16px;
  }
}
.contact-display .socials-list {
  padding: 24px 0 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .contact-display .socials-list {
    padding: 20px 0;
  }
}
.contact-display .socials-list a {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: rgba(140, 140, 140, 0.1);
  color: #8C8C8C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  text-decoration: none;
  transition: 0.2s ease-in-out all;
  background-color: #fff;
}
.contact-display .socials-list a:hover {
  background-color: #9B0027;
  border: 1px solid #fff;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .contact-display .socials-list a {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}

.driver-machine-content {
  margin-top: 36px;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .driver-machine-content {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.driver-machine-content .driver-machine-image {
  max-width: 404px;
  height: 240px;
}
.driver-machine-content .driver-machine-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.driver-machine-content .machine-description {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding-top: 60px;
  gap: 8px;
  padding-left: 32px;
  height: 240px;
}
@media screen and (max-width: 767px) {
  .driver-machine-content .machine-description {
    height: 200px;
    flex-grow: 1;
    flex: 1 0 49%;
  }
}
@media screen and (max-width: 575px) {
  .driver-machine-content .machine-description {
    padding-top: 30px;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
.driver-machine-content .machine-description h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 31px;
  color: #000;
}
@media screen and (max-width: 1480px) {
  .driver-machine-content .machine-description h5 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .driver-machine-content .machine-description h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .driver-machine-content .machine-description h5 {
    font-size: 15px;
  }
}
.driver-machine-content .machine-description .name {
  color: #000;
  line-height: 31px;
}
@media screen and (max-width: 767px) {
  .driver-machine-content .machine-description .name {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .driver-machine-content .machine-description .machine-desc {
    font-size: 14px;
  }
}
.driver-machine-content .machine-description.name-desc {
  width: 303px;
}
.driver-machine-content .machine-description.name-desc.border-right {
  border-right: 1px solid rgba(228, 228, 228, 0.5);
}
@media screen and (max-width: 767px) {
  .driver-machine-content .machine-description.name-desc.border-right {
    border-bottom: 1px solid rgba(228, 228, 228, 0.5);
  }
}
.driver-machine-content .machine-description.car-name {
  background-color: #9B0027;
}
.driver-machine-content .machine-description.car-name h5 {
  color: #fff;
  font-weight: 400;
}
.driver-machine-content .machine-description.car-name .name {
  color: #fff;
  font-size: 31px;
  font-weight: 700;
}
@media screen and (max-width: 1480px) {
  .driver-machine-content .machine-description.car-name .name {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .driver-machine-content .machine-description.car-name .name {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .driver-machine-content .machine-description.car-name .name {
    font-size: 20px;
  }
}

.inner-page-gallery {
  background-color: #fff;
  padding: 40px 0;
}
.inner-page-gallery h3 {
  font-size: 34px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .inner-page-gallery h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  .inner-page-gallery h3 {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
.inner-page-gallery .gallery-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .inner-page-gallery .gallery-row {
    --bs-gutter-y: 20px;
    --bs-gutter-x: 0;
  }
}
.inner-page-gallery .gallery-img {
  height: 378px;
  overflow: hidden;
}
.inner-page-gallery .gallery-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease-in-out all;
}
.inner-page-gallery .gallery-img:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 575px) {
  .inner-page-gallery .gallery-img {
    height: 300px;
  }
}

.no-page {
  height: calc(100vh - 90px);
  padding-top: 90px;
}
@media screen and (max-width: 1366px) {
  .no-page {
    height: auto;
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
.no-page-content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
}
.no-page-content h4 {
  font-size: 200px;
  color: #9B0027;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 32px;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .no-page-content h4 {
    font-size: 150px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 575px) {
  .no-page-content h4 {
    font-size: 120px;
    margin-bottom: 20px;
    gap: 15px;
  }
}
.no-page-content img {
  -webkit-animation: rotate 5s linear infinite;
          animation: rotate 5s linear infinite;
}
@media screen and (max-width: 991px) {
  .no-page-content img {
    max-width: 150px;
  }
}
@media screen and (max-width: 575px) {
  .no-page-content img {
    max-width: 120px;
  }
}
.no-page-content h5 {
  font-size: 34px;
  line-height: 31px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .no-page-content h5 {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .no-page-content h5 {
    font-size: 25px;
  }
}
.no-page-content p {
  color: #3B3B3B;
  line-height: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .no-page-content p {
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.no-page-content a {
  margin: 0 auto;
  width: 213px;
}
@media screen and (max-width: 575px) {
  .no-page-content a {
    font-size: 16px;
    width: 180px;
  }
}



