
.section_new2 {
  height: 90vh;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.main {
  position: relative;
  width: 100%;
  height: 100%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}


.item {
  width: 200px;
  height: 300px;
  list-style-type: none;
  position: absolute;
  top: 50%;
  transform: translateX(70%);
  
  z-index: 1;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  box-shadow: 0 20px 30px rgba(255, 255, 255, 0.3) inset;
  transition: transform 0.1s, left 0.75s, top 0.75s, width 0.75s, height 0.75s;

  &:nth-child(1),
  &:nth-child(2) {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: none;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
  }

  &:nth-child(3) {
    left: 50%;
  }

  &:nth-child(4) {
    left: calc(50% + 220px);
  }

  &:nth-child(5) {
    left: calc(50% + 440px);
  }

  &:nth-child(6) {
    left: calc(50% + 660px);
    opacity: 0;
  }
  &:nth-child(7) {
    left: calc(50% + 880px);
    opacity: 0;
  }
  &:nth-child(8) {
    left: calc(50% + 1100px);
    opacity: 0;
  }
}

.content {
  width: min(30vw, 400px);
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translateY(-50%);
  font: 400 0.85rem helvetica, sans-serif;
  color: white;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: none;

  & .title {
    font-family: 'arial-black';
    text-transform: uppercase;
  }

  & .description {
    line-height: 1.7;
    margin: 1rem 0 1.5rem;
    font-size: 1rem;
  }
}

.item:nth-of-type(2) .content {
  display: block;
  animation: show 0.75s ease-in-out 0.3s forwards;
}

@keyframes show {
  0% {
    filter: blur(5px);
    transform: translateY(calc(-50% + 75px));
  }

  100% {
    opacity: 1;
    filter: blur(0);
  }
}

.nav {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  user-select: none;

  & .btn {
    background-color: rgba(255, 255, 255, 0.5);
    color: rgba(0, 0, 0, 0.7);
    border: 2px solid rgba(0, 0, 0, 0.6);
    margin: 0 0.25rem;
    padding: 0.75rem;
    border-radius: 50%;
    cursor: pointer;

    &:hover {
      background-color: rgba(255, 255, 255, 0.3);
    }
  }
}

@media (width > 650px) and (width < 900px) {
  .content {
    & .title {
      font-size: 1rem;
    }

    & .description {
      font-size: 0.7rem;
    }

    & button {
      font-size: 0.7rem;
    }
  }

  /* .item {
    width: 160px;
    height: 270px;

    &:nth-child(3) {
      left: 50%;
    }

    &:nth-child(4) {
      left: calc(50% + 170px);
    }

    &:nth-child(5) {
      left: calc(50% + 340px);
    }

    &:nth-child(6) {
      left: calc(50% + 510px);
      opacity: 0;
    }
  } */
}

@media (width < 650px) {
  .content {
    & .title {
      font-size: 0.9rem;
    }

    & .description {
      font-size: 0.65rem;
    }

    & button {
      font-size: 0.7rem;
    }
  }

  /* .item {
    width: 130px;
    height: 220px;

    &:nth-child(3) {
      left: 50%;
    }

    &:nth-child(4) {
      left: calc(50% + 140px);
    }

    &:nth-child(5) {
      left: calc(50% + 280px);
    }

    &:nth-child(6) {
      left: calc(50% + 420px);
      opacity: 0;
    }
  } */
}

.industry_slider_title {
  position: absolute;
  z-index: 5;
  width: 100%;
  margin-top: 40px;
}

.collage_points_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.cti_dark {
  background-color: #222528;
  padding: 10px 20px;
  border: 3px solid transparent;
  border-radius: 0.6em;
  transition: 0.2s;
  margin-top: 20px;
}

.cti_dark:hover {
  background-color: transparent;
  border: 3px solid #222528;
  box-shadow: 0px 0px 15px 1px #c9a61a;
}

.CTI_dark {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  overflow: hidden;
  border-right: 4px solid transparent;
  white-space: nowrap;
  margin: 0 auto;
}

.cti_dark:hover .CTI_dark {
  border-right: 4px solid #c9a61a;
  animation: letters 1.75s steps(22, end),
    cursor .4s step-end infinite;
  color: white;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.Global_points_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.logo_margin_left {
  margin-left: 110px;
}


/* card css */
.custom-card {
    position: relative;
    width: 320px;
    height: 390px;
    background: #191919;
    border-radius: 20px;
    overflow: hidden;
  }
  
  .custom-card::before {
    content: "";
    position: absolute;
    top: -50%;
    width: 100%;
    height: 100%;
    background: #E30613;
    transform: skewY(345deg);
    transition: 0.5s;
  }
  
  .custom-card:hover::before {
    top: -70%;
    transform: skewY(390deg);
  }
  
  .custom-card::after {
    content: "RALSON";
    position: absolute;
    bottom: 0;
    left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 4em;
    color: rgba(0, 0, 0, 0.1);
  }
  
  .custom-img-box {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    z-index: 1;
  }
  
  .custom-content-box {
    position: relative;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 2;
  }
  
  .custom-content-box h3 {
    font-size: 18px;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  .custom-price {
    font-size: 24px;
    color: white;
    font-weight: 700;
    letter-spacing: 1px;
  }
  
  .custom-buy {
    position: relative;
    top: 100px;
    opacity: 0;
    padding: 10px 30px;
    margin-top: 15px;
    color: white !important;
    text-decoration: none;
    background: #E30613;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.5s;
  }
  
  .custom-card:hover .custom-content-box .custom-buy {
    top: 0;
    opacity: 1;
  }
  
  .custom-mouse {
    height: 300px;
    width: auto;
  }
  

  .custom-mouse{
    height: 250px !important;
    width: 250px !important;
    object-fit: unset !important;
  }


  .custom-swiper-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 20px;
    pointer-events: none;
  }
  
  .custom-nav-btn {
    pointer-events: all;
    background-color: #000;
    color: #fff;
    font-size: 2rem;
    padding: 10px 16px;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
    user-select: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  }
  
  .custom-nav-btn:hover {
    background-color: #444;
  }



  @font-face { 
    font-family:"proxima-nova";
    src:url("https://use.typekit.net/af/d32834/00000000000000003b9b306d/27/l?subset_id=2&fvd=i9&v=3") format("woff2"),url("https://use.typekit.net/af/d32834/00000000000000003b9b306d/27/d?subset_id=2&fvd=i9&v=3") format("woff"),url("https://use.typekit.net/af/d32834/00000000000000003b9b306d/27/a?subset_id=2&fvd=i9&v=3") format("opentype");
    font-display:auto;
    font-style:italic;
    font-weight:900;
    font-stretch:normal;
  } 
  @font-face { 
    font-family:"proxima-nova";
    src:url("https://use.typekit.net/af/949f99/00000000000000003b9b3068/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/949f99/00000000000000003b9b3068/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/949f99/00000000000000003b9b3068/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
    font-display:auto;
    font-style:normal;
    font-weight:700;
    font-stretch:normal;
  } 
  @font-face { 
    font-family:"proxima-nova";
    src:url("https://use.typekit.net/af/4c4052/00000000000000003b9b3069/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),url("https://use.typekit.net/af/4c4052/00000000000000003b9b3069/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),url("https://use.typekit.net/af/4c4052/00000000000000003b9b3069/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
    font-display:auto;
    font-style:italic;
    font-weight:700;
    font-stretch:normal;
  } 
  @font-face { 
    font-family:"proxima-nova";
    src:url("https://use.typekit.net/af/d82519/00000000000000003b9b306a/27/l?subset_id=2&fvd=n8&v=3") format("woff2"),url("https://use.typekit.net/af/d82519/00000000000000003b9b306a/27/d?subset_id=2&fvd=n8&v=3") format("woff"),url("https://use.typekit.net/af/d82519/00000000000000003b9b306a/27/a?subset_id=2&fvd=n8&v=3") format("opentype");
    font-display:auto;
    font-style:normal;
    font-weight:800;
    font-stretch:normal;
  } 
  @font-face { 
    font-family:"proxima-nova";
    src:url("https://use.typekit.net/af/3e6df8/00000000000000003b9b306b/27/l?subset_id=2&fvd=i8&v=3") format("woff2"),url("https://use.typekit.net/af/3e6df8/00000000000000003b9b306b/27/d?subset_id=2&fvd=i8&v=3") format("woff"),url("https://use.typekit.net/af/3e6df8/00000000000000003b9b306b/27/a?subset_id=2&fvd=i8&v=3") format("opentype");
    font-display:auto;
    font-style:italic;
    font-weight:800;
    font-stretch:normal;
  } 
  @font-face { 
    font-family:"proxima-nova";
    src:url("https://use.typekit.net/af/576d53/00000000000000003b9b3066/27/l?subset_id=2&fvd=n6&v=3") format("woff2"),url("https://use.typekit.net/af/576d53/00000000000000003b9b3066/27/d?subset_id=2&fvd=n6&v=3") format("woff"),url("https://use.typekit.net/af/576d53/00000000000000003b9b3066/27/a?subset_id=2&fvd=n6&v=3") format("opentype");
    font-display:auto;
    font-style:normal;
    font-weight:600;
    font-stretch:normal;
  } 
  @font-face { 
    font-family:"proxima-nova";
    src:url("https://use.typekit.net/af/f7d492/00000000000000003b9b3067/27/l?subset_id=2&fvd=i6&v=3") format("woff2"),url("https://use.typekit.net/af/f7d492/00000000000000003b9b3067/27/d?subset_id=2&fvd=i6&v=3") format("woff"),url("https://use.typekit.net/af/f7d492/00000000000000003b9b3067/27/a?subset_id=2&fvd=i6&v=3") format("opentype");
    font-display:auto;
    font-style:italic;
    font-weight:600;
    font-stretch:normal;
  } 
  @font-face { 
    font-family:"proxima-nova";
    src:url("https://use.typekit.net/af/705e94/00000000000000003b9b3062/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/705e94/00000000000000003b9b3062/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/705e94/00000000000000003b9b3062/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display:auto;
    font-style:normal;
    font-weight:400;
    font-stretch:normal;
  } 
  @font-face { 
    font-family:"proxima-nova";
    src:url("https://use.typekit.net/af/5c70f2/00000000000000003b9b3063/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/5c70f2/00000000000000003b9b3063/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/5c70f2/00000000000000003b9b3063/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
    font-display:auto;
    font-style:italic;
    font-weight:400;
    font-stretch:normal;
  } 
  @font-face { 
    font-family:"proxima-nova";
    src:url("https://use.typekit.net/af/40ff7f/00000000000000003b9b3061/27/l?subset_id=2&fvd=i3&v=3") format("woff2"),url("https://use.typekit.net/af/40ff7f/00000000000000003b9b3061/27/d?subset_id=2&fvd=i3&v=3") format("woff"),url("https://use.typekit.net/af/40ff7f/00000000000000003b9b3061/27/a?subset_id=2&fvd=i3&v=3") format("opentype");
    font-display:auto;
    font-style:italic;
    font-weight:300;
    font-stretch:normal;
  } 
  @font-face { 
    font-family:"proxima-nova";
    src:url("https://use.typekit.net/af/6e816b/00000000000000003b9b3064/27/l?subset_id=2&fvd=n5&v=3") format("woff2"),url("https://use.typekit.net/af/6e816b/00000000000000003b9b3064/27/d?subset_id=2&fvd=n5&v=3") format("woff"),url("https://use.typekit.net/af/6e816b/00000000000000003b9b3064/27/a?subset_id=2&fvd=n5&v=3") format("opentype");
    font-display:auto;
    font-style:normal;
    font-weight:500;
    font-stretch:normal;
  } 
  @font-face { 
    font-family:"proxima-nova";
    src:url("https://use.typekit.net/af/5b5251/00000000000000003b9b3065/27/l?subset_id=2&fvd=i5&v=3") format("woff2"),url("https://use.typekit.net/af/5b5251/00000000000000003b9b3065/27/d?subset_id=2&fvd=i5&v=3") format("woff"),url("https://use.typekit.net/af/5b5251/00000000000000003b9b3065/27/a?subset_id=2&fvd=i5&v=3") format("opentype");
    font-display:auto;
    font-style:italic;
    font-weight:500;
    font-stretch:normal;
  } 
  @font-face { 
    font-family:"icomoon";
    src:url("https://www.falkentire.com/themes/scs-falken/assets/font/icomoon/icomoon.eot");
    src:url("https://www.falkentire.com/themes/scs-falken/assets/font/icomoon/icomoon.eot#iefix") format("embedded-opentype"),url("https://www.falkentire.com/themes/scs-falken/assets/font/icomoon/icomoon.ttf") format("truetype"),url("https://www.falkentire.com/themes/scs-falken/assets/font/icomoon/icomoon.woff") format("woff"),url("https://www.falkentire.com/themes/scs-falken/assets/font/icomoon/icomoon.svg#icomoon") format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:block;
  } 
    /* body {  
      background:url("https://www.falkentire.com/themes/scs-falken/assets/img/bg/cat-img-rightside-circleskycar.png") no-repeat right top 250px;
      font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
      font-size:1rem;
      font-weight:400;
      line-height:1.5;
      color:#212529;
      text-align:left;
    }   */
  /* * { 
      box-sizing: border-box;
  }  */
  
  /* body { 
      margin: 0; 
      font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; 
      font-size: 1rem; 
      font-weight: 400; 
      line-height: 1.5; 
      color: #212529; 
      text-align: left; 
      background-color: #fff;
  }  */
  
  /* body { 
      overflow-x: hidden;
  } 
  
  body { 
      font-family: "proxima-nova",sans-serif; 
      font-size: 16px; 
      color: #121212;
  }  */
  
  html { 
      scroll-behavior: smooth;
  } 
  
  html { 
      overflow-x: hidden;
  } 
  
  section { 
      display: block;
  } 
  
  section { 
      position: relative;
  } 
/*   
  .section-ox5  { 
      padding: 70px 0 0;
  }  */
  
  *,:before,:after { 
      box-sizing: border-box;
  } 
  
  /* .container-osj { 
      width: 100%; 
      padding-right: 15px; 
      padding-left: 15px; 
      margin-right: auto; 
      margin-left: auto;
  }  */
  
  @media (min-width: 576px){ 
    .container-osj { 
      max-width: 100%;
    } 
  }     
  
  @media (min-width: 768px){ 
    .container-osj { 
      max-width: 100%;
    } 
  }     
  
  @media (min-width: 992px){ 
    .container-osj { 
      max-width: 1200px;
    } 
  }     
  
  @media (min-width: 1200px){ 
    .container-osj { 
      max-width: 100%;
    } 
  }     
  
  .container-osj { 
      padding: 0 30px;
  } 
  
  .row-87g { 
      display: flex; 
      flex-wrap: wrap; 
      margin-right: -15px; 
      margin-left: -15px;
  } 
  
  .row-87g  { 
      margin-left: -10px; 
      margin-right: -10px;
  } 
  
  .col-2kz,.col-745,.col-bql { 
      position: relative; 
      width: 100%; 
      padding-right: 15px; 
      padding-left: 15px;
  } 
  
  @media (min-width: 576px){ 
    .col-bql { 
      flex: 0 0 100%; 
      max-width: 100%;
    } 
  }     
  
  @media (min-width: 768px){ 
    .col-745 { 
      flex: 0 0 50%; 
      max-width: 50%;
    } 
  }     
  
  @media (min-width: 992px){ 
    .col-2kz { 
      flex: 0 0 25%; 
      max-width: 25%;
    } 
  }     
  
  [data-aos="fade-up"] { 
      transform: translate3d(0, 100px, 0);
  } 
  
  [data-aos^="fade"][data-aos^="fade"] { 
      opacity: 0; 
      transition-property: opacity,transform;
  } 
  
  body[data-aos-duration="900"] [data-aos]  { 
      transition-duration: .9s;
  } 
  
  body[data-aos-easing="ease"] [data-aos]  { 
      transition-timing-function: ease;
  } 
  
  [data-aos^="fade"][data-aos^="fade"].aos-kag { 
      opacity: 1; 
      transform: translateZ(0);
  } 
  
  .section-ox5 .row-87g > [class*="col"]  { 
      padding-left: 10px; 
      padding-right: 10px;
  } 
  
  .card-d8k { 
      position: relative; 
      border-image-source: url("data:text/plain;utf-8,angled-border"); 
      border-radius: 20px 0 20px 0; 
      stroke-width: 0; 
      margin: 80px 0 0; 
      height: calc(100% - 80px - 40px);
  } 
  
  .card-d8k  { 
      margin-bottom: 40px;
  } 
  
  .card-d8k:before { 
      content: ""; 
      position: absolute; 
      top: 10px; 
      left: 10px; 
      width: calc(100% - 20px); 
      height: calc(100% - 20px); 
      box-shadow: 0 4px 50px rgba(18, 18, 18, 0.164); 
      /* transition: box-shadow .6s ease; */
  } 
  
  @media (hover: hover){ 
    .card-d8k:hover:before { 
      /* box-shadow: 0 4px 50px rgba(18,18,18,.5); */
    } 
  }     
  
  svg { 
      overflow: hidden; 
      vertical-align: middle;
  } 
  
  .card-d8k > *  { 
      position: relative;
  } 
  
  .card-d8k > .angled-border-svg  { 
      fill: #fff; 
      stroke: #fff;
  } 
  
  a { 
      color: #007bff; 
      text-decoration: none; 
      background-color: transparent;
  } 
  
  a { 
      color: inherit; 
      text-decoration: none; 
      transition: color .15s ease,background-color .15s ease,border-color .15s ease;
  } 
  
  .card-d8k a  { 
      padding: 0 30px 25px; 
      width: 100%; 
      height: 100%; 
      display: flex; 
      flex-flow: column nowrap;
  } 
  
  a:hover { 
      color: #0056b3; 
      text-decoration: underline;
  } 
  
  a,a:hover,a:active { 
      color: inherit; 
      text-decoration: none; 
      transition: color .15s ease,background-color .15s ease,border-color .15s ease;
  } 
  
  @media (hover: hover){ 
    .card-d8k:hover > .angled-border-svg  { 
      fill: #fff; 
      stroke: #fff;
    } 
  }     
  
  a,a:hover { 
      color: inherit; 
      text-decoration: none; 
      transition: color .15s ease,background-color .15s ease,border-color .15s ease;
  } 
  
  img { 
      vertical-align: middle; 
      border-style: none;
  } 
  
  .card-d8k img  { 
      height: 250px; 
      margin: -80px -13px 15px; 
      object-fit: contain; 
      object-position: center; 
      display: block; 
      transform: scale3d(1.0001, 1.0001, 1); 
      transition: transform .4s ease; 
      transform-origin: bottom;
  } 
  
  @media (hover: hover){ 
    .card-d8k:hover img  { 
      transform: scale3d(1.05, 1.05, 1);
    } 
  }    
  
  .swiper-button-next, .swiper-button-prev {
    height: 50px !important;
    width: 50px !important;
    background-color: #222528;
    border-radius: 50%;
    color: white !important;
    font-size: 10px !important;
  }

  .swiper-button-next, .swiper-button-prev {
    position: absolute !important;
    bottom: -900px !important;
    right: unset !important;
    left: unset;
    top: 94% !important;
  
  }

  .swiper-button-next{
    left: 50% !important;
  }

  .swiper-button-prev{
    left: 45% !important;
  }

  .swiper-button-next::after, .swiper-button-prev::after {
    font-size: 20px !important;
  }
  
  .card-d8k .card-vfv  { 
      display: flex; 
      flex-flow: column nowrap; 
      flex: 1 1 auto;
  } 
  
  h2 { 
      margin-top: 0; 
      margin-bottom: .5rem;
  } 
  
  h2 { 
      font-size: 2rem;
  } 
  
  h2 { 
      font-size: 56px;
  } 
  
  h2,.jjrhx { 
      margin-bottom: .5rem; 
      font-weight: 500; 
      line-height: 1.2;
  } 
  
  .jjrhx { 
      font-size: 1.5rem;
  } 
  
  h2,.jjrhx { 
      margin: 0 0 .4em; 
      line-height: 1; 
      font-weight: 900; 
      font-style: italic; 
      text-transform: uppercase;
  } 
  
  .jjrhx { 
      font-size: 24px;
  } 
  
  .jjrhx { 
      line-height: 1.2;
  } 
  
  .card-d8k .jjrhx  { 
      font-size: 20px;
  } 
  
  .card-d8k .link-ogh  { 
      align-self: flex-start; 
      margin-top: auto; 
      font-size: 12px; 
      font-weight: 800; 
      text-transform: uppercase; 
      display: inline-block;
  } 
  
  .card-d8k .card-vfv .link-ogh  { 
      margin-top: auto;
  } 
  
  .card-d8k .link-ogh::after { 
      font-family: "icomoon" !important; 
      speak: never; 
      font-style: normal; 
      font-weight: normal; 
      font-variant: normal; 
      text-transform: none; 
      line-height: inherit; 
      -webkit-font-smoothing: antialiased; 
      -moz-osx-font-smoothing: grayscale; 
      content: ""; 
      display: inline-block; 
      vertical-align: baseline; 
      font-size: .7em; 
      padding-left: 1em; 
      position: relative; 
      top: -1px; 
      transition: transform .6s ease,color .15s ease;
  } 
  
  @media (hover: hover){ 
    .card-d8k:hover .link-ogh::after { 
      color: #FE0000; 
      transform: translateX(20%);
    } 
  }     
  
  
  
  .main-txt{
    padding-left: 0px !important;
    text-align: center;
    
  }

  .circle-data{
    padding-left: 0px !important;
  }

  .ful-data .col-md-6{
    padding-top: 0px !important;
  }

  .footer-logo{
    max-width: 230px;
    margin-bottom: 10px;
  }

  .pd-new::after {
    content: '';
    display: block;
    width: 60px; /* Adjust as needed */
    height: 3px;
    background-color: red;
    margin-top: 5px;
  }

  /* Swiper Styles */
  .swiper {
    width: 100%;
    height: auto;
  }

  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  /*.mySwiper {*/
  /*  margin-top: -90px;*/
  /*}*/

.custom-z{
    z-index:1 !important;
}
  /* Optional: Make Swiper Full Screen */
  /* .swiper {
  height: 100vh;
}
.swiper-slide img {
  height: 100%;
} */

  /* .section_new2 {
    margin-top: -100px;
  } */
  #mainNavbar {
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
  }

  .custom-transparent {
    background-color: transparent;
    position: relative;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
  }

  .nav-scrolled {
    background-color: white !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  .nav-scrolled .nav-link {
    color: black !important;
  }

  .item {
    bottom: 0px !important;
  }
  .pd-new {
    /* padding-left: 39px; */
    font-size: 35px !important;

    width: fit-content;
    margin-left: 39px;
    border-radius: 50px;
    color: black;
    font-weight: 600;
  }

  .new-btn-data{
    background-color:#191919 !important;
    border: none;
  }

  .transition-transform{
    max-height: 362px !important;
    height:369px !important;
  }

  .new-btns{
    background-color: #E30613;
    border: none;
  }

  
  .circle-data {
    position:absolute;
    height: 300px;
    width: 300px;
    background-color: white;
    z-index: 100;
    border-radius: 50%;
    left: 40%;
    top: -100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ful-data{
    position: relative;
    overflow: hidden;
   justify-content:center !important;
    padding: 0px;
  }

  .main-txt{
    font-size: 30px !important;
        transform: translate(11px, 29px);
  }
/* 
  .custom-header{
    margin-top: -85px;
    border-top: 10px solid red;
  } */

  .custom-new-tyres-con{
    height: 280px !important;
    width: 280px !important;
  }

  .custom-new-tyres{
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
  }


  .new-btn-data2 {
position: relative;
overflow: hidden;
}

.new-btn-data2::after {
content: '';
position: absolute;
top: 0;
left: -75%;
width: 50%;
height: 100%;
background: linear-gradient(120deg, transparent, rgba(255,255,255,0.5), transparent);
transform: skewX(-20deg);
transition: 0.75s;
}

.new-btn-data2:hover::after {
left: 130%;
}

.btn-danger{
background-color: #212529;
border: none;
padding:10px 20px 10px 20px !important;
height: fit-content;
}

.btn-danger:hover{
background-color: #212529;
}


/* product detials */
  
.rdr52-title {
  color: #e3342f;
  font-size: 2.5rem;
  font-weight: bold;
}
.feature-list li {
  margin-bottom: 0.75rem;
}
.feature-list span {
  color: black;
  font-weight: 600;
}
.tire-image {
  max-width: 100%;
  height: auto;
}
.table th, .table td {
  vertical-align: middle;
  font-size: 14px;
}

.detail-img{
  max-height: 799px !important;
}

/* .nav-link {
  text-shadow: 0 0 5px rgb(190 190 190 / 80%), 
               0 0 10px rgba(0, 0, 0, 0.6), 
               0 0 15px rgba(41, 41, 41, 0.4) !important;
  transition: all 0.2s ease-in-out;
  transform: translateY(0);
  position: relative;
} */

.nav-link:hover {
  transform: translateY(2px); /* Makes it look pressed down */
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3); /* Inner shadow for pressed effect */
}

.nav-link{
  color: black !important;
}


.tire-pos{
  position: absolute;
  bottom: 50px;
  z-index: 10000;
  width: 353px;
  padding-left: 0px;
  margin-left: -40px;
  /* left: 33%; */
}


.jjrhx {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: white;
  z-index: 1;
  font-size: 2rem;
  overflow: hidden;
}

.jjrhx::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  height: 100%;
  width: 85px;
  background: #E30613; /* background color */
  transform: skew(-20deg);
  z-index: -1;
  transition: transform 0.4s ease;
  transform-origin: left;
}

/* .jjrhx:hover::before {
  transform: skew(0deg);
  background-color: #E30613;
} */

.card-d8k:hover .jjrhx::before {
  transform: skew(0deg);
  background-color: #E30613;
}



    .catalog {
        background-blend-mode: overlay;
        background-image: url('./assests/imgs/catalog.webp');
        background-color: rgba(224, 11, 0, 0.54);
        background-position: center;
        background-size: cover;
        padding-top: 48px !important;
        padding-bottom: 64px !important;
        margin-top: 38px !important;
        border-radius: 30px;
    }

    .catalog {
        color: white !important;
    }

    .et_pb_promo_description {
        text-align: center;
    }

    .et_pb_module_header {
        font-weight: 800;

    }

    .custom-form-data {
        /* border: 1px solid black; */
        padding: 30px !important;
        border-radius: 12px;
        box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
    }

    .transition-transform {
        height: 382px;
    }

    .submit-btn {
        background-color: #212529;
        color: white;
    }

/*.highligted{*/
/*  font-size: 27px;*/
/*}*/

/*.list-unstyled li{*/
/*    font-weight:800 !important;*/
/*}*/

.custom-bdr{
    border:5px solid #212529 !important ;
}

.custom-alert{
    width: fit-content;
  padding: 10px;
}

.no-visible-other-page{
    display:none;
}

.only-in-contact-page-show{
  display: none;
}

.media-left i{
  color: #E30613;
}

.custom-sticky{
  position: sticky;
  top: 15px;
}


  .arrow-left {
        display: inline-block;
        padding: 10px 20px;
        background-color: #E3342F;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        border-radius: 30px;
        cursor: pointer;
        transition: background-color 0.3s ease;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        position: relative;

    }

    .arrow-left::before {
        content: "← ";
        margin-right: 5px;
    }

    .arrow-left:hover {
        background-color: #212529;
    }
    
    .contact-txt{
        padding:10px;
    }
    
    @media(max-width:991px){
    .pd-new {
        margin-left:0px;
    }    
    
    .nav-item .nav-link{
        padding-left:10px !important;
    }
    
    .nav-item{
        padding-right:18px;
    }
    
    .navbar-toggler{
        box-shadow:none !important;
    }
    
    .navbar-expand-lg .px-4{
        padding:0px;
    }
    
    #mainNavbar .px-4{
        padding:0px !important;
    }
    
    #ralsonNavbar {
        position:absolute;
        left:0px;
        padding-left:15px;
        right:0px;
        top:80px;
        background:white;
        box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.3);
    }
    
    .main-about-txt-con {
        margin-left:10px !important;
        margin-right:10px !important;
    }
    
    
    
    .sm-no-pd{
        margin-top:9px !important;
    }
    
    .sm-col-rev{
        display:flex !important;
        flex-direction:column-reverse !important;
        margin-bottom:0px !important;
    }
    
    
    
    
    
    }
    
     @media(max-width:960px){
        .circle-design2 {
            display:none;
        }
     }
     
      @media(max-width:810px){
          .circle-design {
  height: 150px !important;
  width: 150px !important;
  position: absolute;
  border: 30px solid #FF0000 !important;
  border-radius: 50%;
  top: -100px !important;
  left: 0px;
}




      }
      
     
     
    
    @media(max-width:725px){
     
     
     .swiper-button-next{
         right:0px !important;
     }
     
     .swiper-button-prev{
         left:74px !important;
     }
     
     
     
     
    }
    
     @media(max-width:768px){
         .main-txt{
         transform: unset !important;
     } 
     
     .custom-new-margin-data{
         margin-top:10px;
     }
     
     .tire-pos{
       display:none;  
     }
     
     .circle-data{
         position:unset !important;
         height:fit-content;
     }
     .px-5{
         padding-left:22px !important;
         padding-right:22px !important;
     }
     
     .no-mb-data{
         margin-bottom:0px !important;
         padding-left:0px !important;
         padding-right:0px !important;
     }
     
     .custom-bdr{
         border:none !important;
     }
     
     }
    
     @media(max-width:1200px){
         .circle-data{
            left:33.33%; 
         }
     }
     
     h1,h2,h3,h4,h5,h6{
       font-family: 'Barlow Semi Condensed', sans-serif;
     }
     
      .fa-arrow-right{
        font-size:25px;
        background:red;
        border-radius:50%;
        height:40px;
        width:40px;
        display:flex !important;
        justify-content:center !important;
        align-items:center !important;
        color:white !important;
    }
    
       .fa-arrow-left{
        font-size:25px;
        background:red;
        border-radius:50%;
        height:40px;
        width:40px;
        display:flex !important;
        justify-content:center !important;
        align-items:center !important;
        color:white;
    }
    
    p,h1,h2,h3,h4,h5,h6,span,.list-unstyled li,.nav-link{
    font-style: italic !important;
}

.list-unstyled li{
    font-weight:unset !important;
}
    