@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");

body {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
}
html {
  scroll-behavior: smooth;
}
.container-main {
  max-width: 1602px;
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  z-index: 9;
}
.container-small {
  max-width: 1316px;
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  z-index: 9;
}
.navbar {
  position: relative;
  padding-top: 50px;
}
.navbar::after {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
}
.navbar-brand img {
  width: 367px;
  height: 75px;
  object-fit: cover;
}

.navbar-nav .nav-item .nav-link {
  font-size: 25px;
  color: #000;
  font-weight: 400 !important;
}

.active_nav {
  width: 193px;
  height: 96px;
  background: #3682ae;
  color: white !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-section {
  min-height: calc(100vh - 155px);
  padding: 30px 0px;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.hero-section span {
  font-size: 64px;
  line-height: 94px;
}

.text-shadow {
  font-size: 91px;
  line-height: 135px;
  text-shadow: 6px 7px 6px #000000cc;
  color: #fedd05;
  text-transform: uppercase;
  text-decoration: underline;
}

.hero-section p {
  font-size: 39px;
  font-weight: 600;
  line-height: 58px;
  color: #ffffff;
  text-transform: uppercase;
}
.hero-section .banner_btn {
  width: 335px;
  height: 118px;
  background: #3682ae 0% 0% no-repeat padding-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white !important;
  font-size: 25px;
  font-weight: 600;
  line-height: 37px;
  text-decoration: none;
}
.bg_outline {
  background: transparent !important;
  border: 4px solid #3682ae;
}

.about-section {
  color: #000;
  padding: 100px 0px;
}

.about-section h2 {
  font-size: 64px;
  line-height: 72px;
  letter-spacing: 0.5px;
}

.about-section p {
  font-size: 24px;
  line-height: 36px;
  font-weight: normal;
}

.our-service-section {
  background: #ecf1fc;
  padding: 100px 0px;
}

.section-title {
  font-weight: 600;
  text-align: center;
  font-size: 64px;
  margin-bottom: 20px;
  line-height: 72px;
}

.our-service-section .section-subtitle {
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 40px;
}

.our-service-section .icon-box {
  text-align: center;
  padding: 20px;
}

.our-service-section .icon-box img {
  width: 167px;
  height: 140px;
  margin-bottom: 15px;
  object-fit: contain;
}

.our-service-section .icon-label {
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  margin-top: 10px;
}

.feature-section {
  padding: 100px 0px;
}

.feature {
  margin-top: 50px;
}

.feature-icon img {
  width: 147px;
  height: 131px;
  margin-bottom: 15px;
  object-fit: contain;
}

.feature-title {
  font-weight: 600;
  font-size: 42px;
  line-height: 62px;
  margin-bottom: 10px;
}

.feature-text {
  color: #000;
  font-size: 22px;
  line-height: 32px;
}

.trusted-section {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  min-height: 700px;
  height: 100%;
}

.left-side {
  background: url("../assets/trusted-section-bg.jpg") no-repeat center
    center/cover;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  gap: 40px;
  position: relative;
  z-index: 2;
}
.left-side::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(255 255 255 / 76%);
  z-index: -1;
}

.left-side .race-logo {
  width: 438px;
  height: 115px;
  object-fit: cover;
}

.left-box-logos {
  display: flex;
  align-items: center;
  column-gap: 100px;
}
.left-side .left-box-logos .m-jv-logo {
  width: 392px;
  height: 114px;
  object-fit: cover;
}
.left-side .left-box-logos .ltd-logo {
  width: 262px;
  height: 262px;
  object-fit: cover;
}

.right-side {
  flex: 1;
  background-color: #2e85b8;
  color: #fff;
  padding: 15px;
}

.right-box {
  border: 2px solid white;
  padding: 20px 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.right-box h2 {
  font-weight: 600;
  font-size: 64px;
  line-height: 72px;
  margin-bottom: 30px;
}
.right-box p {
  font-size: 24px;
  line-height: 36px;
  padding: 0px 40px;
}

.family-owned-section {
  position: relative;
  background: url("../assets/family-owned-bg.png");
  color: #000;
  background-repeat: no-repeat;
  padding: 100px 20px;
  background-size: cover;
  background-position: center;
  text-align: center;
  overflow: hidden;
  min-height: 700px;
  height: 100%;
}
.family-owned-section::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 3%);
}

.family-owned-content {
  position: relative;
  z-index: 2;
  margin: 0 auto;
}

.family-owned-title {
  color: #3682ae;
  font-weight: 600;
  font-size: 64px;
  line-height: 72px;
  margin-bottom: 20px;
}

.family-owned-text {
  font-size: 24px;
  line-height: 36px;
  font-weight: normal;
  color: #000000;
}

.core-values-section {
  min-height: 847px;
  height: 100%;
  position: relative;
}
.core-values-container {
  background: url("../assets/core-values-bg.jpg") no-repeat center center/cover;
  height: 636px;
  width: 100%;
}

.core-values-box {
  background-color: #2e85b8;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, 0);
  top: 50%;
  position: absolute;
  padding: 10px;
}
.core-values-box-inner {
  border: 4px solid #fff;
  padding: 60px 0px;
}

.core-values-box h2 {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 72px;
  line-height: 72px;
}

.core-values-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 40px;
  font-size: 42px;
  line-height: 62px;
}
.core-values-list .item {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
.core-values-list .item img {
  width: 38px;
  height: 38px;
}

.core-values-list i {
  margin-right: 8px;
  color: #fff;
}

.reviews-section {
  padding: 100px 0px;
}

.reviews-container h2 {
  font-size: 80px;
  line-height: 118px;
  font-weight: bold;
  margin: 0px;
  text-align: center;
}

.google-logo {
  width: 277px;
  height: 77px;
  margin: auto;
}

.google-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.top-stars {
  display: flex;
  align-items: center;
  column-gap: 20px;
  justify-content: center;
}

.top-stars img {
  width: 90px;
  height: 90px;
}

.stars {
  display: flex;
  align-items: center;
  column-gap: 7px;
  justify-content: center;
  margin-bottom: 48px;
}

.stars img {
  width: 34px;
  height: 47px;
  object-fit: contain;
}

.review-slider {
  max-width: 1316px;
  margin: 0 auto;
}

.review-card {
  margin: 20px 15px;
  border-radius: 10px;
  text-align: left;
  min-height: 280px !important;
  height: 100% !important;
  background-color: #fff;
  width: 500px;
  padding: 30px 40px;
  box-shadow: 0 8px 24px rgb(133 129 129 / 11%);
  border-radius: 6px;
}
.slick-dots li button:before {
  font-size: 11px !important;
}
.card-inner {
  display: flex;
  align-items: start;
  column-gap: 20px;
}

.card-inner img {
  width: 57px;
  height: 47px;
  object-fit: contain;
}

.card-inner .quote-text span {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}

.card-inner .quote-text p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-top: 10px;
}

.author {
  font-weight: bold;
  color: #000;
  font-size: 14px;
}

.verify-link {
  display: block;
  margin-top: 20px;
  text-decoration: underline;
  color: #0a2c9f;
  font-size: 18px;
  text-align: center;
}

.slick-prev:before,
.slick-next:before {
  color: red;
  font-size: 30px;
}

.slick-dots li button:before {
  font-size: 12px;
  color: #999;
}

.slick-dots li.slick-active button:before {
  color: #000;
}
.custom-nav {
  position: absolute;
  bottom: 147px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  column-gap: 160px;
}
.custom-nav button {
  border: none;
  background-color: transparent;
}
.custom-nav button img {
  width: 35px;
  height: 27px;
}

.image-gallery-section {
  padding: 100px 0px;
}
.image-gallery-section .title {
  text-align: center;
}
.image-gallery-section .title h2 {
  font-size: 64px;
  font-weight: 600;
  line-height: 72px;
  margin-bottom: 20px;
}
.image-gallery-section .title p {
  font-size: 24px;
  line-height: 36px;
}
.image-gallery-section .image-gallery-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 30px;
  margin-top: 50px;
}
.image-gallery-section .image-gallery-container img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.contact-form-section {
  padding: 100px 0px;
}
.contact-form-section .title {
  text-align: center;
}
.contact-form-section .title h2 {
  font-size: 64px;
  line-height: 72px;
}
.contact-form-section .title p {
  font-size: 24px;
  line-height: 36px;
}
.contact-form-section img {
  margin: auto;
  text-align: center;
}
.supernova {
  background-color: transparent !important;
}
footer {
  height: 475px;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .footer-logo {
  width: 367px;
  height: 123px;
}

footer h6 {
  font-size: 42px;
  line-height: 62px;
}
footer p {
  font-size: 24px;
  line-height: 36px;
}
footer .bottom-line {
  font-size: 24px;
  line-height: 36px;
  margin-top: 143px;
}

.formFooter {
  display: none !important;
}

@media (max-width: 1601.98px) {
  .container-main {
    padding: 0px 40px;
  }
}
@media (max-width: 1317px) {
  .container-small {
    padding: 0px 20px;
  }
}
@media (max-width: 1189px) {
  .hero-section {
    height: 100%;
    padding: 50px 0px;
  }
}

@media (max-width: 1025px) {
  .hero-section span {
    font-size: 48px;
    line-height: 70px;
  }
  .text-shadow {
    font-size: 72px;
    line-height: 88px;
  }
  .hero-section p {
    font-size: 32px;
    line-height: 46px;
  }
}

@media (max-width: 991px) {
  footer {
    height: 100%;
    padding: 50px 0px;
  }
}

@media (max-width: 769px) {
  .left-box-logos {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .trusted-section {
    flex-direction: column;
  }

  .left-side,
  .right-side {
    flex: unset;
    width: 100%;
  }
  .left-side .race-logo {
    width: 330px;
    height: 72px;
    object-fit: cover;
  }
  .left-side .left-box-logos .ltd-logo {
    width: 252px;
    height: 170px;
    object-fit: cover;
  }
  .left-side .left-box-logos .m-jv-logo {
    width: 268px;
    height: 90px;
    object-fit: contain;
  }
}
@media (max-width: 525px) {
  .container-main {
    padding: 0px 20px;
  }
  .navbar-brand img {
    width: 221px;
    height: 75px;
  }
  .hero-section p {
    font-size: 29px;
    line-height: 39px;
  }
  .text-shadow {
    font-size: 44px;
    line-height: 59px;
  }
  .hero-section span {
    font-size: 36px;
    line-height: 48px;
  }
  .hero-section .banner_btn {
    height: 80px;
    font-size: 18px;
    line-height: 27px;
  }
  footer h6 {
    font-size: 28px;
    line-height: 38px;
  }
  footer p {
    font-size: 20px;
    line-height: 33px;
  }
  footer .bottom-line {
    font-size: 20px;
    line-height: 36px;
    margin-top: 50px;
  }
  .about-section p {
    font-size: 18px;
    line-height: 32px;
    font-weight: normal;
  }
  .about-section h2 {
    font-size: 42px;
    line-height: 52px;
    letter-spacing: 0.5px;
  }
  .about-section {
    color: #000;
    padding: 50px 0px;
  }
  .feature-section {
    padding: 50px 0px;
  }
  .section-title {
    font-size: 48px;
    line-height: 57px;
  }
  .feature-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 62px;
    margin-bottom: 10px;
  }
  .feature-text {
    color: #000;
    font-size: 16px;
    line-height: 26px;
  }
  .feature-icon img {
    width: 110px;
    height: 110px;
    margin-bottom: 5px;
  }
  .feature {
    margin-top: 30px;
  }
  footer .footer-logo {
    width: 328px;
    height: 122px;
  }
  .our-service-section {
    padding: 50px 0px;
  }
  .right-box h2 {
    font-size: 48px;
    line-height: 54px;
  }

  .family-owned-section {
    padding: 50px 20px;
    min-height: auto;
    height: 100%;
  }
  .family-owned-title {
    font-size: 42px;
    line-height: 50px;
  }
  .family-owned-text {
    font-size: 18px;
    line-height: 25px;
  }
  .top-stars img {
    width: 44px;
    height: 90px;
  }
  .reviews-container h2 {
    font-size: 48px;
    line-height: 64px;
  }
  .core-values-section {
    min-height: 454px;
    height: 100%;
    position: relative;
  }
  .core-values-container {
    height: 100%;
    width: 100%;
  }
  .core-values-box {
    background-color: #2e85b8;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
    position: absolute;
    padding: 10px;
  }
  .core-values-box h2 {
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 37px;
    line-height: 72px;
  }
  .core-values-box-inner {
    border: none;
    padding: 50px 20px;
  }
  .core-values-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: start;
    gap: 7px 19px;
    font-size: 23px;
    line-height: 58px;
    align-items: center;
  }
  .review-card {
    padding: 30px 20px;
  }
  .contact-form-section img {
    width: 340px;
  }
  .contact-form-section .title h2 {
    font-size: 44px;
    line-height: 57px;
  }
  .contact-form-section .title p {
    font-size: 18px;
    line-height: 24px;
  }
  .contact-form-section {
    padding: 50px 0px;
  }
}
