@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --white: #fff;
  --black: #000;
  --primary: #0ab0f0;
  --secondary: #e3cb07;
}
html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  position: relative;
  background: #fff;
  overflow-x: hidden;
  height: 100%;
  font-family: "Montserrat", sans-serif;
}
/* main{
  height: 100%;
} */

@media (min-width: 1700px) {
  .container {
    max-width: 1400px;
  }
}

.df {
  display: flex;
}

.aic {
  align-items: center;
}
.ais {
  align-items: flex-start;
}
.aie {
  align-items: flex-end;
}
.jcfs {
  justify-content: flex-start;
}
.jcc {
  justify-content: center;
}

.jcsb {
  justify-content: space-between;
}
.jcfe {
  justify-content: flex-end;
}
.frr {
  flex-direction: row-reverse;
}

.fw {
  flex-wrap: wrap;
}

.fnw {
  flex-wrap: nowrap;
}

.gap1 {
  gap: 1rem;
}

.gap2 {
  gap: 2rem;
}

section {
  position: relative;
  padding: 6rem 0;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #828288;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Montserrat", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

figure {
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.navbar-brand img {
  max-height: 150px;
  transition: 0.3s ease-in-out;
}

header {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 11;
  top: 0;
  width: 100%;
}

header.sticky {
  position: fixed;
}

header.sticky .navbar-brand img {
  max-width: 100px;
}

.navbar-nav {
  gap: 1rem 2.5rem;
}
.navbar-nav .nav-item .nav-link {
  font-size: 1.0625rem;
  font-weight: 400;
  color: var(--white);
  text-transform: uppercase;
  line-height: 1;
  padding: 0;
  position: relative;
}
.navbar-nav .nav-item .nav-link::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -5px;
  transition: transform 0.3s ease-in-out;
  background-color: var(--theme-color);
  transform-origin: center;
  transform: scaleX(0);
}

.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link:hover {
  color: var(--primary);
}

.navbar-nav .nav-item.active .nav-link::after,
.navbar-nav .nav-item .nav-link:hover::after {
  transform: scaleX(1);
}

.form-inline {
  gap: 1.5rem;
  margin-left: 2.5rem;
}
.form-inline select {
  border: 0;
  font-size: 1.125rem;
  color: var(--white);
  text-transform: uppercase;
  background: transparent;
}

.themeBtn {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--white);
  display: inline-block;
  background: #0c1118;
  border-radius: 5px;
  padding: 1.2em 1.75em;
  text-transform: uppercase;
  line-height: 1;
  border: 2px solid #0c1118;
}
.themeBtn:hover {
  color: var(--white);
  background: var(--primary);
  border-color: var(--primary);
}
.mainSlider .themeBtn {
  background: var(--primary);
  border-color: var(--primary);
}
.mainSlider .themeBtn:hover {
  background: var(--secondary);
  color: var(--white);
}
h2.secHeading {
  color: var(--black);
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
}
h2.secHeading span {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}
/* loader */
.reveal,
.reveal2 {
  visibility: hidden;
  position: relative;
  overflow: hidden;
}
.preLoader {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 111;
}
.preLoader.black {
  background-color: var(--secondary);
  z-index: 30;
}
.preLoader.white {
  z-index: 20;
  background-color: var(--primary);
}

/* About Section */
.aboutSec {
  padding: 8rem 0 0;
  /* background: url(../images/polygon-blue.png) right center/contain no-repeat; */
}
.aboutSec .aboutPolygon {
  position: absolute;
  right: -12rem;
  top: 0;
  bottom: 0;
}
.aboutSec p {
  color: #707070;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.882;
}
.aboutSec figure {
  margin-right: -17rem;
}

/* Services Section */
.serviceSection {
  background: #f4f4f4;
}
.serviceCard .content {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.serviceCard .content h2 {
  font-size: 12.5rem;
  font-weight: 100;
  margin: 0;
  line-height: 1;
  color: var(--black);
}
.serviceCard .content h3 {
  font-size: 2.0625rem;
  color: #080b0c;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.273;
}

/* radiusSec */
.radiusSec {
  background: url(../images/bgimage.jpg) center/cover no-repeat;
  z-index: 1;
  padding: 12rem 0;
}
.radiusSec::before {
  content: "";
  background: rgb(7, 29, 78);
  opacity: 0.569;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.radiusSec::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(../images/polygonBlue.png) left center/auto no-repeat;
}
.radiusSec h2.secHeading {
  font-weight: 400;
  line-height: 1.6;
  text-transform: unset;
  color: var(--white);
  font-size: 3.75rem;
}

.radius-box {
  border: 5px solid var(--white);
  border-radius: 50%;
  width: 598px;
  height: 598px;
  display: flex;
  text-align: center;
  align-items: center;
  margin-left: auto;
  justify-content: center;
  position: relative;
}
.radius-box .dot {
  position: absolute;
  bottom: -0.65rem;
  cursor: pointer;
  border-radius: 50%;
  background: var(--secondary);
  width: 16px;
  height: 16px;
}
.radius-box h2 {
  line-height: 1;
  font-weight: 400;
  color: var(--white);
}
.radius-box h2 span {
  display: block;
  color: var(--secondary);
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1;
  font-size: 1.25rem;
}

/* counterSection */
.counterSection {
  background: #03153b url(../images/counterBg.png) center/cover no-repeat;
}
.counterBox {
  text-align: center;
}
.counterBox h2 {
  font-size: 3.75rem;
  color: var(--white);
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.75rem;
}
.counterBox p {
  color: var(--secondary);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.267;
  margin: 0;
}

/* infoSection */
.infoSection {
  background: url(../images/polygon-yellow2.png) top right/auto no-repeat;
}

.infoBox h3 {
  margin: 1rem 0 0.5rem;
  font-size: 1.5rem;
  color: #071d4e;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
}
.infoBox p {
  font-size: 1.0625rem;
  font-weight: 500;
  color: #707070;
  line-height: 1.882;
}
.infoSection .line {
  background: #071d4e;
  width: 6px;
  margin: 0 auto;
  display: block;
  height: 100%;
  border-radius: 50px;
}
.infoSection .truck3 {
  position: absolute;
  right: -11rem;
  bottom: 0;
}

/* newsSection */
.newsSection {
  background: url(../images/newsBg.jpg) center/cover no-repeat;
  padding-bottom: 12rem;
}
.newsSection .secHeading {
  color: var(--white);
}

.blogCard {
  margin: 1rem 0.75rem;
}
.blogContent {
  padding: 2rem 1.5rem 1.5rem;
  background-color: var(--white);
  position: relative;
}
.blogContent h4 {
  font-size: 1rem;
  font-weight: 500;
  color: var(--black);
  text-transform: uppercase;
  line-height: 1.5;
}
.blogContent p {
  font-size: 14px;
  font-weight: 500;
  color: #707070;
  line-height: 1.75;
}
.blogContent a {
  font-size: 14px;
  color: #121212;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1;
}
.blogImg {
  position: relative;
  overflow: hidden;
}
.blogImg img {
  /* transition: 0.3s ease-in-out; */
}
.blogDate {
  position: absolute;
  left: 0;
  top: -6.125rem;
  background: var(--primary);
  padding: 0.5rem;
  text-align: center;
  min-width: 85px;
}
.blogDate h3 {
  font-size: 3.125rem;
  font-weight: 500;
  color: var(--white);
  text-transform: uppercase;
  line-height: 1;
}
.blogDate span {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--white);
  line-height: 1;
  text-transform: uppercase;
}
.blogCard:hover img {
  transform: scale(1.1);
}

.swiper-button-prev-news,
.swiper-button-next-news {
  color: var(--white);
  font-size: 1.25rem;
  display: inline-grid;
  place-items: center;
  height: 3rem;
  width: 3rem;
  border: 1px solid var(--white);
}
.newsSection .swiper-button-next-news {
  position: absolute;
  right: -3rem;
  top: 50%;
}
.newsSection .swiper-button-prev-news {
  position: absolute;
  left: -3rem;
  top: 50%;
}
.newsSection .themeBtn {
  border-color: var(--secondary);
  background: transparent;
  border-radius: 0;
}
.newsSection .themeBtn:hover {
  background: var(--secondary);
}

.brandIco {
  background: var(--white);
  border: 1px solid #d7d7d7;
  height: 175px;
  display: grid;
  place-items: center;
  position: relative;
  transition: 0.3s ease-in-out;
}

.brandIco:hover {
  box-shadow: 0px 3px 54px 20px rgb(191 191 191 / 30%);
  z-index: 1;
}

.iconslist {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 5rem;
}
.iconslist li {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.iconslist li p {
  color: var(--white);
  font-size: 1.0625rem;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 1rem;
}

/* Footer CSS */
footer {
  background: #03153b url(../images/polygon-blue.png) right center/contain
    no-repeat;
  padding-top: 4rem;
}

footer h3 {
  color: var(--white);
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1.25rem;
}
footer .links li a {
  font-size: 14px;
  display: inline-block;
  color: #93a7d4;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0.75rem;
}
footer .links li a:hover {
  color: var(--secondary);
}
.cntctInfo li a {
  display: inline-flex;
  font-size: 1rem;
  color: #93a7d4;
  gap: 1rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.cntctInfo li a i {
  color: var(--primary);
  font-size: 1.75rem;
}
.cntctInfo li a:hover {
  color: var(--secondary);
}
.socialIo {
  display: flex;
  gap: 0.75rem;
}
.socialIo li a {
  border: 1px solid #f8f8f8;
  border-radius: 50%;
  background: var(--white);
  width: 3.5rem;
  height: 3.5rem;
  display: inline-grid;
  place-items: center;
  color: #757c85;
}
.socialIo li a:hover {
  background: var(--secondary);
  color: var(--white);
  border-color: var(--secondary);
}

.copyRight {
  padding: 1.5rem 0;
  text-align: center;
  margin-top: 4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.copyRight p {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  color: var(--white);
}
.formWrap {
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 25px 117.9px 13.1px rgba(137, 136, 136, 0.23);
  height: 100px;
  padding: 1rem 3rem;
  display: flex;
  margin: -7rem auto 3rem;
  align-items: center;
  background: var(--white);
  position: relative;
  z-index: 1;
}
.formWrap::after {
  content: "";
  border-radius: 50%;
  border: 10px solid var(--secondary);
  opacity: 0.302;
  width: 3.75rem;
  position: absolute;
  left: -2rem;
  bottom: -2rem;
  z-index: -1;
  height: 3.75rem;
}
.formWrap input {
  position: relative;
  width: 100%;
  height: 100%;
  border: 0;
  font-size: 1.25rem;
  font-weight: 400;
  border-radius: 0;
  outline: none;
  color: #c1c7cf;
}

.split-parent {
  overflow: hidden;
}

.truckSlider {
  padding-left: 300px;
  overflow: visible;
}
