/* Global Styles */
@font-face {
  font-family: "Montserrat";
  font-weight: 300;
  src: url(/images/fonts/Montserrat-Light.ttf);
}
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  src: url(/images/fonts/Montserrat-Regular.ttf);
}
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  src: url(/images/fonts/Montserrat-Medium.ttf);
}
@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  src: url(/images/fonts/Montserrat-SemiBold.ttf);
}
@font-face {
  font-family: "Montserrat";
  font-weight: 800;
  src: url(/images/fonts/Montserrat-ExtraBold.ttf);
}
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  src: url(/images/fonts/Montserrat-Bold.ttf);
}
@font-face {
  font-family: "Montserrat";
  font-weight: 900;
  src: url(/images/fonts/Montserrat-ExtraBold.ttf);
}
@font-face {
  font-family: "Montserrat";
  font-weight: 900;
  src: url(/images/fonts/Montserrat-ExtraBold.ttf);
}
:root {
  --white: #fff;
  --balck: #333333;
  --primary: #1969bc;
}
body {
  font-family: "Montserrat", sans-serif;
}

h1 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
}
.banner h1 {
  color: var(--white);
}
h2 {
  color: #1f2937;
  font-size: 24px;
  margin: 0;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
  line-height: 28px;
}
h4 {
  font-size: 18px;
  margin: 0;
  color: var(--white);
  line-height: 1.6;
  font-weight: 500;
}

h5 {
  color: var(--balck);
  margin: 0;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
a:hover,
.accordion-button:hover {
  color: #2ba9e0 !important;
}
h6 {
  /* overflow: hidden; */
  margin: 0;
  /* text-overflow: ellipsis;
  white-space: nowrap; */
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: #333;
  font-weight: 600;
}
p,
.headerTop a {
  color: #374151;
  text-overflow: ellipsis;
  font-style: normal;
  margin: 0;
  font-style: normal;
  font-weight: 400;
}
.headerTop a {
  font-size: 18px;
}
p {
  line-height: 21px;
  font-size: 14px;
}
.About p,
.blueBox p,
.ToyoJordan p,
.bannerSearch p {
  font-size: 18px;
}

.bannerSearch p {
  color: var(--white);
}
a {
  color: unset;
  text-decoration: none;
}
.headerTop a {
  text-decoration: unset;
}
.blockTitle h1,
header .nav-link,
footer a {
  text-transform: uppercase;
}
.blockTitle h1 {
  font-size: 47px;
  line-height: normal;
}
.bannerSearch h1 {
  text-align: center;
}
.btnBlue,
.primarybtn {
  display: flex;
  color: var(--white);
  padding: 12px 32px;
  justify-content: center;
  border-radius: 4px;
  border: unset;
  align-items: center;
}
video {
  height: 100%;
  width: 100%;
}

/* header */
.headerTop {
  padding: 16px 80px;
}
.headerBottom .navbar-collapse {
  padding: 0 80px;
}
.headerBottom {
  background-color: var(--primary);
}
a.nav-link {
  padding: 16px;
}
a.nav-link,
footer li,
footer li a {
  color: var(--white) !important;
  font-size: 16px;
  text-transform: capitalize;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
a {
  font-size: 14px;
  font-weight: normal;
  color: var(--balck);
  font-style: normal;
  text-decoration: none;
}

a.nav-link:hover,
footer li a:hover,
a.nav-link:focus {
  color: var(--white);
}
.headerTop a,
.gallary p {
  color: #000;
  font-weight: 700;
}
.dropdown-toggle::after {
  border: unset !important;
}
.cart {
  position: relative;
}
.cart span {
  width: 20px;
  height: 20px;
  border-radius: 9999px;
  background-color: #ef4444;
  position: absolute;
  right: 0px;
  top: 8px;
  font-size: 12px;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* BannerSearch */
.banner,
.imgHome1 {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.imgHome1 {
  min-height: 500px;
}
.banner::after {
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.bannerSearch {
  position: relative;
  z-index: 2;
}
.gapSmall {
  gap: 40px;
}
select,
input,
textarea {
  height: 48px !important;
  padding: 12px 16px !important;
  color: var(--white) !important;
  font-size: 14px;
  background-color: unset !important;
  border-radius: 4px !important;
  border: 1px solid var(--white) !important;
}
select {
  background-color: transparent !important;
}
select option {
  background-color: var(--balck) !important;
}

.btnBlue {
  background-color: #52a4d5 !important;
  border: #52a4d5 !important ;
}
.btnBlue:hover {
  background-color: var(--white) !important;
  border: var(--white) !important ;
  color: #52a4d5 !important;
}

textarea {
  height: auto !important;
}
select {
  background-image: url(/images/Icon-94.svg) !important;
}

span {
  font-size: 11px;
  line-height: 11px;
  color: var(--balck);
}

/*aboutPage */
.pageTitle {
  padding: 24px 16px 30px;
}

.breadcrumb-item a,
.breadcrumb-item.active,
footer p {
  color: #6b7280;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.breadcrumb-item.active {
  color: #374151;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

.title h2 {
  color: #1969bc;
}
.fitingSection {
  padding-bottom: 60px;
}
.generalGap {
  gap: 60px;
}

.fitingSection .row:nth-child(2n) {
  flex-direction: row-reverse;
}

.rowGap {
  row-gap: 30px;
}
.sectionGap {
  row-gap: 50px;
}

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

.sectionPadding {
  padding-bottom: 60px;
}

footer h3 {
  color: var(--white);
  font-weight: 700;
}

footer {
  padding: 48px 0 16px;
  background-color: #1e4785;
}
.payBox {
  border-radius: 4px;
  background: var(--white);
  display: flex;
  width: 48px;
  height: 32px;
  padding: 4px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.footerBottom {
  padding-top: 64px;
}
.footerBottom p,
.primarybtn a {
  color: var(--white);
}

.primarybtn {
  gap: 8px;
  background-color: var(--primary);
}
/* .About {
  padding-top: 60px;
} */
.circleBlue {
  border-radius: 9999px;
  background: var(--primary);
  padding: 25px;
}

.blueBox {
  border-radius: 12px;
  padding: 32px;
  background: #eff6ff;
  min-height: 337px;
  text-align: center;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1),
    0px 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.gallary p {
  font-weight: 600;
}

.title {
  position: relative;
  align-items: center;
  display: flex;
  height: 32px;
  gap: 20px;
}
.title::before {
  content: "";
  height: 100%;
  border: 5px solid var(--primary);
}
label {
  font-size: 14px;
  color: var(--white);
  font-weight: 700;
}
label span {
  color: red;
}
/* homePage */
.vedioSection {
  width: 100%;
  display: flex;
  overflow: hidden;
}
.heroVedio {
  overflow: hidden;
  height: auto;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #999;
}
.heroVedio video {
  position: relative;
  top: 0;
  height: 455px !important;
  left: 0;
  object-fit: cover;
}
.bannerSearchSection,
.imgHome1 {
  background-attachment: fixed;
  background-position: center center;
}
.bannerSearchSection {
  height: 316px;
  background-size: 100% 100%;
  background-position: center 0;
}
.primaryPadding {
  padding: 20px 0;
}
.blockTitle {
  text-align: center;
  margin-bottom: 19px;
  position: relative;
}
.productsCol {
  overflow: hidden;
}
.products {
  overflow: hidden;
  height: 400px;
  min-height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3s;
}

.products:hover {
  width: 100%;
  transform: scale(1.1);
}
.exceptional {
  position: relative;
  overflow: hidden;
}
.service-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  background-color: var(--white);
  align-items: center;
  transition: all 320ms linear 0ms;
  transform: translateY(100%);
  opacity: 0;
}
.exceptional:hover .service-content {
  transform: translateY(0%);
  opacity: 1;
}
.serviceImage {
  width: 20%;
}

.sectionPaddingFixed {
  padding: 50px 0 20px;
}
.exceptionalImage {
  min-height: 254px;
  display: flex;
  border: 1px solid #ccc;
}

.exceptionalData h4,
.ServicesTitle h4 {
  font-weight: 700;
  color: var(--balck);
}
.exceptinalDataTitle h4 {
  position: relative;
}
.exceptionalImage img {
  width: 100%;
}
.exceptinalDataTitle {
  height: 35px;
  display: flex;
  align-items: center;
}
.exceptinalDataTitle,
.service-content {
  padding-left: 20px;
}
.newsSwiper {
  height: 440px;
}
.exceptinalDataTitle h4::before {
  content: "";
  background-color: rgb(234, 234, 234);
  position: absolute;
  bottom: 2px;
  height: 10px;
  width: 5px;
  left: -10px;
  z-index: 2;
  border-radius: 20px;
  transition: 0.4s;
}
.exceptional:hover .exceptinalDataTitle::before {
  height: 100%;
}

.newsCard {
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 7px 6px rgb(0 0 0 / 7%), 0 5px 4px 0 rgb(0 0 0 / 10%);
  padding: 1rem;
  height: 420px;
  border-radius: 10px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 14px;
  color: var(--balck);
}

.swiper:hover .swiper-button-next,
.swiper:hover .swiper-button-prev {
  opacity: 1;
}
.swiper-button-next,
.swiper-button-prev {
  background-color: var(--white);
  width: 40px;
  height: 40px;
  top: 53%;
  border-radius: 5px;
  opacity: 0;
  z-index: 222;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #2ba9ee;
}
.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
  color: var(--white);
}
.swiper-button-next.nextSlide {
  right: 0 !important;
}
.swiper-button-prev.prevSlide {
  left: 0 !important;
}

.fixedHeight {
  min-height: 54px;
}
.fixedImage {
  height: 252px;
}
.fixedImage img,
.newsDataSwiper .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.contactUs h1 {
  color: #3c8de0;
}
.contactUs p {
  color: #3c8de0;
  font-weight: 700;
  font-size: 21px;
}

.vedioModal .vedioShow {
  height: 250px;
}

/* .gallaryImage {
  height: 256px;
  overflow: hidden;
} */
.gallaryImage img {
  width: 100%;
}
.gallaryImages .boxText {
  min-height: 170px;
}
.gallaryData {
  cursor: pointer;
}
.swiper-slide-thumb-active {
  border: 2px solid lightskyblue;
}

.fixedImage:hover img {
  transform: scale(1.02, 1.02);
}

.accordion-button {
  border: unset;
  outline: unset;
  color: var(--balck);
  font-size: 14px;
  font-weight: 600;
  background-color: unset;
}
.accordion-button:not(.collapsed),
.accordion-button:focus {
  box-shadow: unset !important;
  color: unset !important;
  background-color: unset !important;
}
.accordion-button:not(.collapsed)::after {
  content: "\f068";
  background-image: unset;
  transform: unset;
}
.accordion-header {
  font-size: 16px;
  padding: 0.75rem 1.25rem;
  color: var(--balck);
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: unset;
}
.accordion-button {
  padding: unset;
}
.accordion-body a {
  font-weight: bolder;
}
.accordion-button::after {
  background-image: unset;
  content: "\f067";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.box-header {
  padding: 18px 20px;
  background-color: #19212e;
  text-align: center;
}
.boxMap {
  background-color: #f9f9f9;
  padding: 40px;
}

iframe {
  height: 100%;
  min-height: 250px;
  width: 100%;
}

/* .breadcrumb-item + .breadcrumb-item {
  display: flex;
  align-items: center;
  justify-content: center;
} */

.swiper-pagination span {
  background: #b0b0b0;
}
.newsDataSwiper {
  height: 400px;
}
.newsDataSwiper span {
  color: #555555;
}
.newsData h5 {
  font-size: 14px;
}
.newsDetails h4,
.whatSlice h4 {
  color: var(--balck);
}
.swiper i,
.changeStyle i {
  color: var(--balck);
  font-size: 20px;
}
.changeStyle .active i {
  color: #52a4d5 !important;
}
.changeStyle i {
  cursor: pointer;
}
.swiper i {
  font-size: 11px;
}
.tireImage {
  height: 214px;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tireImage img {
  height: 100%;
}
.tireCards a {
  font-weight: 700;
}
.tireCards p {
  color: #555;
}
.tireCards {
  padding: 15px;
}
.pageNum {
  padding: 0 15px;
  font-size: 12px;
  height: 38px;
  line-height: 38px;
  background-color: var(--white);
  border: 1px solid #dddddd;
  border-radius: 4px;
  color: #555555;
}
.pageNum.active,
.pageNum:hover {
  background-color: #2ba9ee;
  color: var(--white) !important;
}
.tiresCharacteristics p {
  font-weight: 800;
}
.tiresCharacteristics .box {
  border: 1px solid #2ba9e0;
  border-radius: 5px;
  padding: 5px 7px;
  max-width: 35px;
  font-size: 11px;
  text-align: center;
}
.tiresCharacteristics span,
.out p {
  color: red;
}
.IN p {
  color: green;
}
.out p,
.IN p {
  font-weight: bold;
}
.tireGap {
  row-gap: 10px;
}
.avability {
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
.nav-tabs .nav-link {
  border: unset;
  font-size: 14px;
  font-weight: 700;
  color: var(--balck);
}
.nav-tabs .nav-link.active {
  color: #2ba9e0;
}
.nav-tabs {
  padding-bottom: 10px;
}

.fixedText {
  max-width: 550px;
}

.backToTop {
  position: fixed;
  border: 1px solid #999999;
  color: #999999;
  width: 44px;
  height: 44px;
  border-radius: 5px;
  line-height: 44px;
  bottom: 80px;
  right: 30px;
  cursor: pointer;
  text-align: center;
  z-index: 99;
}
.socialMedia {
  position: fixed;
  top: 27%;
  right: 13px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(125, 185, 232, 0) 100%
  );
  width: 80px;
  padding: 20px 10px;
  border-radius: 50px;
  box-shadow: 0 -35px 60px rgb(0 0 0 / 10%);
  z-index: 9;
}
.socialMedia a {
  width: 40px;
  height: 40px;
  background-color: var(--white);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  font-size: 18px;
  box-shadow: 0 0 15px rgb(0 0 0 / 8%);
}
.socialMedia li:nth-child(1) a {
  background-color: #2b27dc;
}

.socialMedia li:nth-child(2) a {
  background-color: #aa3d8e;
}

.socialMedia li:nth-child(3) a {
  background-color: #0579b6;
}

.socialMedia li:nth-child(4) a {
  background-color: #38b2e1;
}

.socialMedia li:hover a {
  background-color: var(--white);
}
.socialMedia li:nth-child(4):hover a {
  color: #38b2e1;
}
.socialMedia li:nth-child(3):hover a {
  color: #0579b6;
}
.socialMedia li:nth-child(2):hover a {
  color: #aa3d8e;
}
.socialMedia li:nth-child(1):hover a {
  color: #2b27dc;
}

.borderTitle {
  border-bottom: 4px solid #1969bc;
  width: 50px;
  padding-bottom: 10px;
}

.imageHeader {
  width: 100px;
  height: 50px;
  padding-left: 20px;
  align-items: center;
  display: flex;
  justify-content: center;
}

header .dropdown-menu li {
  width: 100%;
}
header .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
header .dropdown-menu li:hover {
  border-color: #2ba9e0;
}
header .dropdown-item.active,
header .dropdown-item:active {
  background-color: unset !important;
  color: #2ba9e0;
}

header .dropdown-item:hover p {
  color: #2ba9e0 !important;
}
header .dropdown-item p {
  font-weight: 700;
}

header .dropdown-item {
  padding: 1rem;
}

.navLinkHeaderDropDownMenu.hovered {
  display: block;
}
.nav-item.dropdown .dropdown-menu.Clicked {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.products h1 {
  color: #fff;
  font-size: 40px;
  text-align: center;
}
.primarybtn:hover {
  color: var(--white) !important;
}
.primarybtn {
  gap: 8px;
  font-weight: 500;
  background-color: var(--primary);
}
.products h1 {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
}

.breadContent {
  white-space: nowrap;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.breadContent::-webkit-scrollbar {
  display: none;
}

.modalMenu .modal-body {
  /* max-width: 320px; */
  max-height: 812px;
}
.modalMenu .modal-body,
.modalMenu .modal-header {
  background: #fff;
}
.modalMenu .modal-content,
.modalMenu .dropdown-menu {
  background-color: unset;
}
.modalMenu .dropdown-item {
  white-space: break-spaces;
  padding: 10.5px;
}
.modalMenu .dropdown-item p,
.modalMenu .nav-link {
  font-size: 14px;
  color: #333;
}
.modalMenu .dropdown-item p {
  color: #4b5563;
}
.modalMenu .dropdown-menu li {
  margin-top: 7px;
  border-radius: 7px;
  background: #f9fafb;
}
.imageHeader img {
  height: 100%;
}
.swiperthumbsslider {
  height: 80px;
}
.swiperthumbsslider img {
  height: 100%;
  width: 100%;
  opacity: 0.5;
  cursor: pointer;
  /* object-fit: cover; */
}

.ThumbssliderImage img.active {
  opacity: 1;
  border: 2px solid #007bff;
}

.swiperLightbox img {
  height: auto;
  max-height: 500px;
  object-fit: contain;
}
.GallaryModal {
  background-color: #000000d4;
}
.GallaryModal .btn-close {
  opacity: 1;
  border-radius: 50%;
  background-color: #fff;
  padding: 10px;
}
.GallaryModal .modal-content {
  background-color: unset;
}
/* .GallaryModal  .modal-body
{
  padding: 25px;
} */
.modalMenu .modal-dialog {
  max-width: unset;
  width: 100%;
}
.modalMenu .modal-content {
  background-color: #fff;
}
.modalMenu .btn-close {
  background: unset;
}

.modalMenu .nav-link img {
  width: 20px;
  height: 20px;
}

.socialMedia ul {
  margin: 0;
  padding: 0;
}

.tiersDtaaInfo h4 {
  color: var(--balck);
  font-size: 16px;
}
.tiersDtaaInfo img,
.tiersDtaaInfo .wp-block-image,
.tiersDtaaInfo p img,
.tiersDtaaInfo p {
  text-align: center;
  justify-content: center;
  display: flex;
  text-align: center;
}

.mainSlider img {
  height: 100%;
  object-fit: cover;
}
.mainSlider {
  height: 400px;
}
.fixImageServices {
  max-height: 480px;
  width: 100%;
}

.leftImage {
  max-width: 160px;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  display: none !important;
}

.contactUs .wpcf7-not-valid-tip {
  color: #fff;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35 !important;
}

.thumbSlider .swiper-slide {
  height: 100px;
}

.thumbSlider .swiper-slide img {
  height: 100%;
}
