
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed: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=Barlow+Condensed: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");
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

/* width */
/* Track */
/* Handle */
/* Handle on hover */
html {
  font-size: 62.5%; }
  @media only screen and (min-width: 112.5em) {
    html {
      font-size: 75%; } }
  @media only screen and (max-width: 75em) {
    html {
      font-size: 56.2%; } }
  @media only screen and (max-width: 62em) {
    html {
      font-size: 50%; } }
  @media only screen and (max-width: 37.5em) {
    html {
      font-size: 50%; } }

     
body {
  box-sizing: border-box;
  list-style: none;
  font-size: 1.4rem;
  font-family: 'Barlow Condensed', sans-serif;
  background-color: 0; }

  .Container__wrap {
    max-width: 1440px;
    margin: auto;

  }

a {
  text-decoration: none; }
  a:hover, a:active {
    text-decoration: none; }

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

figure {
  margin: 0; }

button {
  border: none; }
  button:focus {
    outline: none; }

p {
  margin-bottom: 0; }

.gernal-padding {
  padding: 10px 23px; }

.g-btn {
  background-color: #ff8a26;
  color: #fff;
  font-size: 2.2rem;
  padding: 12px 0;
  line-height: 30px;
  font-weight: 600;
  width: 270px;
  transition: all .2s linear;
  transform: scale(1); }
  .g-btn:hover {
    transform: scale(0.98); }

.g-container {
  padding: 29px 130px;
  width: 100%;
  transition: all .3s ease; }
  @media only screen and (max-width: 768px) {
    .g-container {
      padding: 29px 37px; } }

.checkbox-wrapper-28 {
  --size: 25px;
  position: relative; }

.checkbox-wrapper-28 *,
.checkbox-wrapper-28 *:before,
.checkbox-wrapper-28 *:after {
  box-sizing: border-box; }

.checkbox-wrapper-28 .promoted-input-checkbox {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.checkbox-wrapper-28 input:checked ~ svg {
  height: calc(var(--size) * 0.6);
  -webkit-animation: draw-checkbox-28 ease-in-out 0.2s forwards;
  animation: draw-checkbox-28 ease-in-out 0.2s forwards; }

.checkbox-wrapper-28 label:active::after {
  background-color: #e6e6e6; }

.checkbox-wrapper-28 label {
  color: #fff;
  line-height: var(--size);
  cursor: pointer;
  position: relative; }

.checkbox-wrapper-28 label:after {
  content: "";
  height: var(--size);
  width: var(--size);
  margin-right: 8px;
  float: left;
  border: 2px solid #fff;
  border-radius: 3px;
  transition: 0.15s all ease-out; }

.checkbox-wrapper-28 svg {
  stroke: #fff;
  stroke-width: 3px;
  height: 0;
  width: calc(var(--size) * 0.6);
  position: absolute;
  left: calc(var(--size) * 0.21);
  top: calc(var(--size) * 0.2);
  stroke-dasharray: 33; }

@-webkit-keyframes draw-checkbox-28 {
  0% {
    stroke-dashoffset: 33; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes draw-checkbox-28 {
  0% {
    stroke-dashoffset: 33; }
  100% {
    stroke-dashoffset: 0; } }

.top-bar {
  font-family: 'Barlow Condensed', sans-serif;
  background-color: #EFEFEF; }
  .top-bar_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .top-bar_left {
    display: flex;
    align-items: center;
    gap: 20px; }
  .top-bar .point span {
    font-size: 1.8rem;
    line-height: 2.5rem;
    font-weight: 400;
    color: #000; }
  @media only screen and (max-width: 768px) {
    .top-bar .point {
      display: none; } }
  .top-bar_right select {
    background: transparent;
    border: none;
    font-size: 1.8rem;
    font-weight: 600; }
    .top-bar_right select:focus-visible {
      outline: 0; }

.header {
  height: 76px; }
  .header .header-wrapper {
    display: flex;
    align-items: stretch; }
    .header .header-wrapper_logo img {
      width: 160px; }
    .header .header-wrapper_links-wrap {
      display: flex;
      align-items: center;
      width: 100%;
      justify-content: center; }
      @media only screen and (max-width: 768px) {
        .header .header-wrapper_links-wrap li {
          display: none; } }
      .header .header-wrapper_links-wrap a {
        font-size: 2.1rem;
        font-weight: 500;
        line-height: 30px;
        color: #000;
        align-items: center;
        display: flex;
        justify-content: center;
        padding: 0 1.625rem;
        transition-duration: .2s;
        transition-property: color;
        transition-timing-function: ease-out; }
    .header .header-wrapper_other-links {
      display: flex;
      align-items: center;
      gap: 10px; }
      .header .header-wrapper_other-links li {
        padding: 0 1rem; }
        .header .header-wrapper_other-links li:last-child {
          padding-right: 0; }
        .header .header-wrapper_other-links li img {
          width: 26px; }

.nav-mbl {
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 1;
  top: 0;
  height: 100%;
  left: -100%;
  transition: all .2s linear; }
  .nav-mbl_wrap {
    padding: 4rem 2rem; }
    .nav-mbl_wrap a {
      font-size: 3rem;
      font-weight: 600;
      line-height: 40px;
      color: #000; }
  .nav-mbl .nav-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.46);
    padding: 1.6rem 0; }
  .nav-mbl .account {
    padding-top: 2rem; }
  .nav-mbl .cross-menu {
    text-align: end; }
    .nav-mbl .cross-menu a {
      color: gray; }
  .nav-mbl .account_li {
    display: flex;
    gap: 2rem; }

.nav-mbl.open-nav {
  left: 0; }

.toggle-wrap {
  display: none;
  align-self: center;
  margin-right: 1rem;
  cursor: pointer; }
  @media only screen and (max-width: 768px) {
    .toggle-wrap {
      display: block; } }
  .toggle-wrap .cross-icon {
    cursor: pointer; }

.banner-slideShow {
  width: 100%; }
  .banner-slideShow_wrapper {
    width: 100%;
    height: 600px;
    position: relative; }
    .banner-slideShow_wrapper::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      inset: 0;
      background-color: rgba(0, 0, 0, 0.3); }
  .banner-slideShow_vedio {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 100% 1%; }
  .banner-slideShow_overlyContent {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 90%;
    transform: translateX(-50%); }
    .banner-slideShow_overlyContent .banner-text {
      font-size: 80px !important;
      font-weight: 800;
      color: #fff;
      font-size: 4.5rem;
      letter-spacing: .05625rem;
      line-height: 1.1111111111;
      max-width: 500px;
      margin: clamp(65px, 10vh, 150px) 0; }
      @media only screen and (max-width: 768px) {
        .banner-slideShow_overlyContent .banner-text {
          font-size: 55px !important; } }
  .banner-slideShow_tabs {
    background-color: #fff; }
  .banner-slideShow_tabs-header {
    background-color: #fff;
    border-bottom: 1px solid #ddd; }
    .banner-slideShow_tabs-header .nav-pills {
      width: 80%;
      margin: 0 auto; }
      .banner-slideShow_tabs-header .nav-pills .nav-item {
        flex-grow: 1;
        width: 50%;
        text-align: center; }
        .banner-slideShow_tabs-header .nav-pills .nav-item button {
          width: 100%;
          font-size: 2.4rem;
          line-height: 30px;
          padding: 15px 0;
          font-weight: 600;
          color: #000;
          border-radius: 0;
          background-color: transparent; }
        .banner-slideShow_tabs-header .nav-pills .nav-item .nav-link.active {
          border-bottom: 2px solid #FF8A26; }
  .banner-slideShow_tabs-content .tab-content {
    width: 80%;
    margin: 0 auto; }
  .banner-slideShow_tabs-inner-row {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px;
    padding-top: 20px; }
  .banner-slideShow_tabs-inner-item {
    flex-grow: 1;
    width: 20%;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .banner-slideShow_tabs-inner-item {
        width: 40%; } }
    .banner-slideShow_tabs-inner-item img {
      height: 86px; }
    .banner-slideShow_tabs-inner-item .product-details {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 5px; }
      .banner-slideShow_tabs-inner-item .product-details p {
        font-size: 2rem;
        font-weight: 700;
        line-height: 30px; }
      .banner-slideShow_tabs-inner-item .product-details span {
        display: block;
        margin-left: 10px;
        background-color: #ebebeb;
        border: 1px solid #c8c8c8;
        font-weight: 600;
        padding: 0 5px; }
  .banner-slideShow_tabs-inner-wrap {
    display: flex;
    align-items: center;
    padding: 60px 0; }
  .banner-slideShow_tabs-inner-left {
    width: 70%;
    margin-right: 80px; }
    .banner-slideShow_tabs-inner-left .tab-inner-2-heading {
      font-size: 3.2rem;
      font-weight: 600;
      line-height: 40px; }
    .banner-slideShow_tabs-inner-left p {
      font-size: 2.3rem;
      font-weight: 200;
      line-height: 30px; }
  .banner-slideShow_tabs-inner-right {
    width: 30%;
    text-align: end; }

.section-cards {
  background-color: #EFEFEF;
  padding-top: 300px; }
  .section-cards_wrapper {
    padding-bottom: 14rem; }
  .section-cards_card-item {
    display: flex;
    padding-top: 12rem; }
    @media only screen and (max-width: 768px) {
      .section-cards_card-item {
        flex-direction: column; } }
  .section-cards_item {
    margin-left: 30px;
    width: 30%;
    flex-grow: 1;
    background-color: #fff;
    transition: all .2s ease-out;
    padding: 30px;
    min-height: 420px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }
    @media only screen and (max-width: 768px) {
      .section-cards_item {
        width: 100%;
        margin-left: 0px;
        min-height: auto;
        margin-bottom: 3rem; } }
    .section-cards_item:hover {
      transform: translateY(-12px);
      box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; }
    .section-cards_item h4 {
      font-size: 3.5rem;
      font-weight: 600;
      line-height: 40px;
      text-transform: uppercase; }
    .section-cards_item p {
      font-size: 2rem;
      padding-top: 1rem;
      font-weight: 400; }
    .section-cards_item .read-more_wrap {
      padding-top: 2rem; }
  .section-cards_item:first-child {
    margin-left: 0 !important; }
  .section-cards_details h4 {
    font-size: 4rem;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 3rem; }
  .section-cards_details h1 {
    font-size: 14rem;
    font-weight: 700;
    line-height: 130px;
    max-width: 800px;
    color: #000; }
    @media only screen and (max-width: 768px) {
      .section-cards_details h1 {
        font-size: 7rem;
        font-weight: 700;
        line-height: 73px; } }

.arrow-wrap span {
  width: 14px;
  height: 2px;
  background-color: #FF8A26;
  display: block;
  transition: all .2s linear; }

.read-more_btn {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 6px;
  cursor: pointer; }
  .read-more_btn .arrow-wrap {
    display: flex;
    align-items: center; }
  .read-more_btn img {
    transition: all .2s linear; }
  .read-more_btn a {
    font-size: 2.3rem;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 700;
    color: #FF8A26;
    transition: all .2s linear; }

.read-more_btn:hover span {
  transform: scaleX(2.5); }

.read-more_btn:hover img {
  transform: translateX(10px); }

.read-more_btn:hover a {
  transform: translateX(10px); }

.top-strories {
  width: 100%;
  background-image: url(../../img/background_highlight_content_xxl.jpg);
  background-position: center;
  background-repeat: no-repeat; }
  .top-strories .top-heading {
    font-size: 6rem;
    font-weight: 600;
    color: #fff;
    line-height: 74px;
    margin-bottom: 3rem; }
  .top-strories .g-container {
    padding-top: 6rem;
    padding-bottom: 6rem; }
  .top-strories_wrap {
    display: flex;
    gap: 10%; }
    @media only screen and (max-width: 768px) {
      .top-strories_wrap {
        flex-direction: column;
        gap: 3rem; } }
  .top-strories_left {
    width: 50%; }
    @media only screen and (max-width: 768px) {
      .top-strories_left {
        width: 100%; } }
  .top-strories_left-img-wrap {
    height: 400px;
    overflow: hidden; }
    .top-strories_left-img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all .3s ease; }
  .top-strories_left-img-disc {
    background-color: #fff;
    color: #000;
    display: flex;
    align-items: flex-end;
    width: 73%;
    padding: 3rem;
    margin-top: -7rem;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .top-strories_left-img-disc {
        width: 100%;
        margin-top: 0rem; } }
  .top-strories_right {
    width: 40%; }
    @media only screen and (max-width: 768px) {
      .top-strories_right {
        width: 100%; } }
  .top-strories_right-img-wrap {
    height: 330px;
    overflow: hidden; }
    .top-strories_right-img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all .3s ease; }
  .top-strories_right-img-disc {
    background-color: #fff;
    color: #000;
    display: flex;
    width: 73%;
    padding: 3rem;
    align-items: flex-end;
    margin-top: -7rem;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .top-strories_right-img-disc {
        width: 100%;
        margin-top: 0rem; } }
  .top-strories .story-title {
    font-size: 4rem;
    font-weight: 700; }
  .top-strories .story:hover .top-strories_left-img-wrap img {
    transform: scale(1.2); }
  .top-strories .story:hover .top-strories_right-img-wrap img {
    transform: scale(1.2); }

.latest-arrival {
  background-color: #EFEFEF;
  padding: 7rem 0px; }
  .latest-arrival .g-container h1 {
    font-size: 6rem;
    font-weight: 600;
    color: #000;
    line-height: 74px;
    margin-bottom: 4rem; }
  .latest-arrival_wrap {
    display: flex;
    gap: 4rem;
    flex-wrap: wrap; }
  .latest-arrival_product {
    width: 30%;
    /* flex-grow: 1; */
    color: #000;
    transition: all .3s ease; }
    .latest-arrival_product:hover {
      transform: translateY(-1rem);
      box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }
  .latest-arrival:hover .latest-arrival_product-disc h4, .latest-arrival p {
    color: #000; }
  .latest-arrival_product-img {
    width: 100%;
    height: 240px; }
    .latest-arrival_product-img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .latest-arrival_product-disc {
    background-color: #fff;
    padding: 3rem; }
    .latest-arrival_product-disc p {
      font-size: 2.3rem;
      line-height: 34px;
      font-weight: 600; }
    .latest-arrival_product-disc h4 {
      font-size: 3rem;
      line-height: 40px;
      font-weight: 700; }
  .latest-arrival_product-icons {
    display: flex;
    flex-wrap: wrap;
    /* gap: 25px; */
    padding: 2rem 0; }
    .latest-arrival_product-icons div {
      flex-grow: 1;
      width: 30%;
      text-align: center; }
    .latest-arrival_product-icons svg {
      fill: #646464; }
    .latest-arrival_product-icons p {
      color: #646464;
      font-size: 1.8rem;
      font-weight: 300;
      line-height: 30px; }
  .latest-arrival .g-btn_wrap {
    margin-top: 5rem; }

.discover {
  width: 100%;
  background-image: url(../../img/background_highlight_content_xxl.jpg);
  background-position: center;
  background-repeat: no-repeat; }
  .discover_wrapper h1 {
    font-size: 6rem;
    font-weight: 600;
    color: #fff;
    line-height: 74px;
    margin-bottom: 3rem; }
  .discover .cover {
    height: 600px;
    width: 100%;
    position: relative; }
    .discover .cover img {
      position: absolute;
      inset: 0;
      z-index: 100;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .discover .cover .play-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 101; }
      .discover .cover .play-btn_wrap {
        width: 10rem;
        height: 10rem;
        background-color: #FF8A26;
        position: relative;
        border-radius: 50%;
        cursor: pointer; }
        .discover .cover .play-btn_wrap img {
          width: 3rem;
          height: 3.2rem;
          position: absolute;
          top: 50%;
          left: 53%;
          transform: translate(-50%, -50%); }

.testimonail-slider {
  background-color: #EFEFEF;
  padding: 12rem 0 6rem 0; }
  .testimonail-slider .swiper {
    width: 100%;
    height: 100%; }
  .testimonail-slider .swiper-slide {
    font-size: 18px;
    display: flex;
    align-items: center; }
  .testimonail-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .testimonail-slider .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto; }
  .testimonail-slider .mySwiper2 {
    height: 100% !important;
    width: 100% !important; }
  .testimonail-slider .swiper-slide-duplicate {
    width: 100px;
    height: 100px; }
  .testimonail-slider .mySwiper {
    height: 80px;
    box-sizing: border-box;
    padding: 10px 0;
    width: 40%;
    margin: 0 !important; }
  .testimonail-slider .mySwiper .swiper-slide {
    width: 100px;
    height: 100%; }
  .testimonail-slider .mySwiper .swiper-slide-thumb-active {
    opacity: 1; }
  .testimonail-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .testimonail-slider .swiper-slide_wrap {
    display: flex;
    align-items: flex-start;
    width: 100%; }
  .testimonail-slider .swiper-slide_wrap-img {
    height: 500px;
    width: 70%; }
  .testimonail-slider .contact-info {
    width: 30%;
    background-color: #fff;
    padding: 6rem;
    margin-left: -6rem; }
    .testimonail-slider .contact-info p {
      font-size: 3rem;
      font-weight: 600;
      line-height: 50px; }
    .testimonail-slider .contact-info h1 {
      font-size: 6rem;
      font-weight: 700;
      line-height: 65px; }
    .testimonail-slider .contact-info .g-btn {
      margin-top: 3rem; }
  .testimonail-slider .swiper-button-next,
  .testimonail-slider .swiper-button-prev {
    display: none; }

.news-letter {
  background-color: #ff8a26;
}
  .news-letter .g-container {
    padding-top: 0;
    padding-bottom: 0; }
  .news-letter_wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse; }
  .news-letter_left {
    width: 50%;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 28px; }
  .news-letter_content h1 {
    font-size: 5rem;
    font-weight: 600;
    color: #fff;
    line-height: 60px;
    margin-bottom: 2rem; }
  .news-letter .email-wrap {
    position: relative; }
    .news-letter .email-wrap input {
      width: 100%;
      border: 0;
      border: 3px solid #fff;
      height: 55px;
      background: transparent;
      color: #fff;
      font-size: 2.5rem;
      padding-left: 1rem;
      font-weight: 600;
      margin-bottom: 1rem; }
      .news-letter .email-wrap input::placeholder {
        color: #fff; }
    .news-letter .email-wrap img {
      position: absolute;
      right: 2rem;
      top: 49%;
      transform: translateY(-47%); }
  .news-letter .checkbox-wrap {
    display: flex;
    gap: 2rem;
    padding-top: 2rem; }
    .news-letter .checkbox-wrap label {
      font-size: 2rem;
      line-height: 30px; }
  .news-letter_right {
    flex: 0 0 55%;
    position: relative;
    z-index: 1; }
    .news-letter_right img {
      height: auto;
      margin-top: -28px;
      width: 100%; }

.footer {
  background-color: #FFFFFF; }
  .footer_wrapper {
    display: flex;
    gap: 20px;
    padding: 5rem 0; }
  .footer_wrapper-logo-img img {
    width: 160px; }
  .footer_wrapper-featured {
    display: flex;
    width: 100%;
    flex-wrap: wrap; }
  .footer_wrapper-feat-item {
    width: 16%;
    /* flex-grow: 1; */
   }
    @media only screen and (max-width: 992px) {
      .footer_wrapper-feat-item {
        width: 26%;
        text-align: center;
        margin-bottom: 3rem; } }
    .footer_wrapper-feat-item h4 {
      font-size: 2.3rem;
      line-height: 30px; }
  .footer .social-wrap {
    display: flex;
    gap: 15px; }
  .footer a {
    font-size: 1.9rem;
    font-weight: 200;
    line-height: 30px;
    color: #000; }
  .footer .inventery_header {
    border-bottom: 1px solid #FF8A26; }
    .footer .inventery_header h4 {
      font-size: 2.3rem;
      font-weight: 700;
      line-height: 35px; }
  .footer .inventery .banner-slideShow_tabs-inner-row {
    border-bottom: 1px solid #FF8A26; }
  .footer .copyright {
    padding: 2.5rem 0 1rem 0; }
    .footer .copyright span {
      text-align: end;
      display: block;
      font-size: 2.5rem;
      font-weight: 600;
      line-height: 30px; }

.hero-section__heading {
  text-align: center; }

.hero-section__wrapper {
  text-align: center; }

.hero-section__wrapper-title {
  text-align: center; }

.hero-section__items {
  text-align: center; }

.hero-section__footer {
  text-align: center; }



@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed: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=Barlow+Condensed: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");
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

/* width */
/* Track */
/* Handle */
/* Handle on hover */
html {
  font-size: 62.5%; }
  @media only screen and (min-width: 112.5em) {
    html {
      font-size: 75%; } }
  @media only screen and (max-width: 75em) {
    html {
      font-size: 56.2%; } }
  @media only screen and (max-width: 62em) {
    html {
      font-size: 50%; } }
  @media only screen and (max-width: 37.5em) {
    html {
      font-size: 50%; } }

body {
  box-sizing: border-box;
  list-style: none;
  font-size: 1.4rem;
  font-family: 'Barlow Condensed', sans-serif;
  background-color: 0; }

a {
  text-decoration: none; }
  a:hover, a:active {
    text-decoration: none; }

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

figure {
  margin: 0; }

button {
  border: none; }
  button:focus {
    outline: none; }

p {
  margin-bottom: 0; }

.gernal-padding {
  padding: 10px 23px; }

.g-btn {
  background-color: #ff8a26;
  color: #fff;
  font-size: 2.2rem;
  padding: 12px 0;
  line-height: 30px;
  font-weight: 600;
  width: 270px;
  transition: all .2s linear;
  transform: scale(1); }
  .g-btn:hover {
    transform: scale(0.98); }

.g-container {
  padding: 29px 130px;
  width: 100%;
  transition: all .3s ease; }
  @media only screen and (max-width: 768px) {
    .g-container {
      padding: 29px 37px; } }

.checkbox-wrapper-28 {
  --size: 25px;
  position: relative; }

.checkbox-wrapper-28 *,
.checkbox-wrapper-28 *:before,
.checkbox-wrapper-28 *:after {
  box-sizing: border-box; }

.checkbox-wrapper-28 .promoted-input-checkbox {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.checkbox-wrapper-28 input:checked ~ svg {
  height: calc(var(--size) * 0.6);
  -webkit-animation: draw-checkbox-28 ease-in-out 0.2s forwards;
  animation: draw-checkbox-28 ease-in-out 0.2s forwards; }

.checkbox-wrapper-28 label:active::after {
  background-color: #e6e6e6; }

.checkbox-wrapper-28 label {
  color: #fff;
  line-height: var(--size);
  cursor: pointer;
  position: relative; }

.checkbox-wrapper-28 label:after {
  content: "";
  height: var(--size);
  width: var(--size);
  margin-right: 8px;
  float: left;
  border: 2px solid #fff;
  border-radius: 3px;
  transition: 0.15s all ease-out; }

.checkbox-wrapper-28 svg {
  stroke: #fff;
  stroke-width: 3px;
  height: 0;
  width: calc(var(--size) * 0.6);
  position: absolute;
  left: calc(var(--size) * 0.21);
  top: calc(var(--size) * 0.2);
  stroke-dasharray: 33; }

@-webkit-keyframes draw-checkbox-28 {
  0% {
    stroke-dashoffset: 33; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes draw-checkbox-28 {
  0% {
    stroke-dashoffset: 33; }
  100% {
    stroke-dashoffset: 0; } }

.top-bar {
  font-family: 'Barlow Condensed', sans-serif;
  background-color: #EFEFEF; }
  .top-bar_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .top-bar_left {
    display: flex;
    align-items: center;
    gap: 20px; }
  .top-bar .point span {
    font-size: 1.8rem;
    line-height: 2.5rem;
    font-weight: 400;
    color: #000; }
  @media only screen and (max-width: 768px) {
    .top-bar .point {
      display: none; } }
  .top-bar_right select {
    background: transparent;
    border: none;
    font-size: 1.8rem;
    font-weight: 600; }
    .top-bar_right select:focus-visible {
      outline: 0; }

.header {
  height: auto; }
  .header .header-wrapper {
    display: flex;
    align-items: stretch; }
    .header .header-wrapper_logo img {
      width: 160px; }
    .header .header-wrapper_links-wrap {
      display: flex;
      align-items: center;
      width: 100%;
      justify-content: center; }
      @media only screen and (max-width: 768px) {
        .header .header-wrapper_links-wrap li {
          display: none; } }
      .header .header-wrapper_links-wrap a {
        font-size: 2.1rem;
        font-weight: 500;
        line-height: 30px;
        color: #000;
        align-items: center;
        display: flex;
        justify-content: center;
        padding: 0 1.625rem;
        transition-duration: .2s;
        transition-property: color;
        transition-timing-function: ease-out; }
    .header .header-wrapper_other-links {
      display: flex;
      align-items: center;
      gap: 10px; }
      .header .header-wrapper_other-links li {
        padding: 0 1rem; }
        .header .header-wrapper_other-links li:last-child {
          padding-right: 0; }
        .header .header-wrapper_other-links li img {
          width: 26px; }

.nav-mbl {
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 1;
  top: 0;
  height: 100%;
  left: -100%;
  transition: all .2s linear; }
  .nav-mbl_wrap {
    padding: 4rem 2rem; }
    .nav-mbl_wrap a {
      font-size: 3rem;
      font-weight: 600;
      line-height: 40px;
      color: #000; }
  .nav-mbl .nav-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.46);
    padding: 1.6rem 0; }
  .nav-mbl .account {
    padding-top: 2rem; }
  .nav-mbl .cross-menu {
    text-align: end; }
    .nav-mbl .cross-menu a {
      color: gray; }
  .nav-mbl .account_li {
    display: flex;
    gap: 2rem; }

.nav-mbl.open-nav {
  left: 0; }

.toggle-wrap {
  display: none;
  align-self: center;
  margin-right: 1rem;
  cursor: pointer; }
  @media only screen and (max-width: 768px) {
    .toggle-wrap {
      display: block; } }
  .toggle-wrap .cross-icon {
    cursor: pointer; }

.banner-slideShow {
  width: 100%; }
  .banner-slideShow_wrapper {
    width: 100%;
    height: 600px;
    position: relative; }
    .banner-slideShow_wrapper::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      inset: 0;
      background-color: rgba(0, 0, 0, 0.3); }
  .banner-slideShow_vedio {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 100% 1%; }
  .banner-slideShow_overlyContent {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 90%;
    transform: translateX(-50%); }
    .banner-slideShow_overlyContent .banner-text {
      font-size: 80px !important;
      font-weight: 800;
      color: #fff;
      font-size: 4.5rem;
      letter-spacing: .05625rem;
      line-height: 1.1111111111;
      max-width: 500px;
      margin: clamp(65px, 10vh, 150px) 0; }
      @media only screen and (max-width: 768px) {
        .banner-slideShow_overlyContent .banner-text {
          font-size: 55px !important; } }
  .banner-slideShow_tabs {
    background-color: #fff; }
  .banner-slideShow_tabs-header {
    background-color: #fff;
    border-bottom: 1px solid #ddd; }
    .banner-slideShow_tabs-header .nav-pills {
      width: 80%;
      margin: 0 auto; }
      .banner-slideShow_tabs-header .nav-pills .nav-item {
        flex-grow: 1;
        width: 50%;
        text-align: center; }
        .banner-slideShow_tabs-header .nav-pills .nav-item button {
          width: 100%;
          font-size: 2.4rem;
          line-height: 30px;
          padding: 15px 0;
          font-weight: 600;
          color: #000;
          border-radius: 0;
          background-color: transparent; }
        .banner-slideShow_tabs-header .nav-pills .nav-item .nav-link.active {
          border-bottom: 2px solid #FF8A26; }
  .banner-slideShow_tabs-content .tab-content {
    width: 80%;
    margin: 0 auto; }
  .banner-slideShow_tabs-inner-row {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px;
    padding-top: 20px; }
  .banner-slideShow_tabs-inner-item {
    flex-grow: 1;
    width: 20%;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .banner-slideShow_tabs-inner-item {
        width: 40%; } }
    .banner-slideShow_tabs-inner-item img {
      height: 86px; }
    .banner-slideShow_tabs-inner-item .product-details {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 5px; }
      .banner-slideShow_tabs-inner-item .product-details p {
        font-size: 2rem;
        font-weight: 700;
        line-height: 30px; }
      .banner-slideShow_tabs-inner-item .product-details span {
        display: block;
        margin-left: 10px;
        background-color: #ebebeb;
        border: 1px solid #c8c8c8;
        font-weight: 600;
        padding: 0 5px; }
  .banner-slideShow_tabs-inner-wrap {
    display: flex;
    align-items: center;
    padding: 60px 0; }
  .banner-slideShow_tabs-inner-left {
    width: 70%;
    margin-right: 80px; }
    .banner-slideShow_tabs-inner-left .tab-inner-2-heading {
      font-size: 3.2rem;
      font-weight: 600;
      line-height: 40px; }
    .banner-slideShow_tabs-inner-left p {
      font-size: 2.3rem;
      font-weight: 200;
      line-height: 30px; }
  .banner-slideShow_tabs-inner-right {
    width: 30%;
    text-align: end; }

.section-cards {
  background-color: #EFEFEF;
  padding-top: 300px; }
  .section-cards_wrapper {
    padding-bottom: 14rem; }
  .section-cards_card-item {
    display: flex;
    padding-top: 12rem; 
  }
    @media only screen and (max-width: 768px) {
      .section-cards_card-item {
        flex-direction: column; } }
  .section-cards_item {
    margin-left: 30px;
    width: 30%;
    flex-grow: 1;
    background-color: #fff;
    transition: all .2s ease-out;
    padding: 30px;
    min-height: 420px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }
    @media only screen and (max-width: 768px) {
      .section-cards_item {
        width: 100%;
        margin-left: 0px;
        min-height: auto;
        margin-bottom: 3rem; } }
    .section-cards_item:hover {
      transform: translateY(-12px);
      box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; }
    .section-cards_item h4 {
      font-size: 3.5rem;
      font-weight: 600;
      line-height: 40px;
      text-transform: uppercase; }
    .section-cards_item p {
      font-size: 2rem;
      padding-top: 1rem;
      font-weight: 400; }
    .section-cards_item .read-more_wrap {
      padding-top: 2rem; }
  .section-cards_item:first-child {
    margin-left: 0 !important; }
  .section-cards_details h4 {
    font-size: 4rem;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 3rem; }
  .section-cards_details h1 {
    font-size: 14rem;
    font-weight: 700;
    line-height: 130px;
    max-width: 800px;
    color: #000; }
    @media only screen and (max-width: 768px) {
      .section-cards_details h1 {
        font-size: 7rem;
        font-weight: 700;
        line-height: 73px; } }

.arrow-wrap span {
  width: 14px;
  height: 2px;
  background-color: #FF8A26;
  display: block;
  transition: all .2s linear; }

.read-more_btn {
  display: flex;
  justify-content: end;
  gap: 6px;
  cursor: pointer; }
  .read-more_btn .arrow-wrap {
    display: flex;
    align-items: center; }
  .read-more_btn img {
    transition: all .2s linear; }
  .read-more_btn a {
    font-size: 2.3rem;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 700;
    color: #FF8A26;
    transition: all .2s linear; }

.read-more_btn:hover span {
  transform: scaleX(2.5); }

.read-more_btn:hover img {
  transform: translateX(10px); }

.read-more_btn:hover a {
  transform: translateX(10px); }

.top-strories {
  width: 100%;
  background-image: url(../../img/background_highlight_content_xxl.jpg);
  background-position: center;
  background-repeat: no-repeat; }
  .top-strories .top-heading {
    font-size: 6rem;
    font-weight: 600;
    color: #fff;
    line-height: 74px;
    margin-bottom: 3rem; }
  .top-strories .g-container {
    padding-top: 6rem;
    padding-bottom: 6rem; }
  .top-strories_wrap {
    display: flex;
    gap: 10%; }
    @media only screen and (max-width: 768px) {
      .top-strories_wrap {
        flex-direction: column;
        gap: 3rem; } }
  .top-strories_left {
    width: 50%; }
    @media only screen and (max-width: 768px) {
      .top-strories_left {
        width: 100%; } }
  .top-strories_left-img-wrap {
    height: 400px;
    overflow: hidden; }
    .top-strories_left-img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all .3s ease; }
  .top-strories_left-img-disc {
    background-color: #fff;
    color: #000;
    display: flex;
    align-items: flex-end;
    width: 73%;
    padding: 3rem;
    margin-top: -7rem;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .top-strories_left-img-disc {
        width: 100%;
        margin-top: 0rem; } }
  .top-strories_right {
    width: 40%; }
    @media only screen and (max-width: 768px) {
      .top-strories_right {
        width: 100%; } }
  .top-strories_right-img-wrap {
    height: 330px;
    overflow: hidden; }
    .top-strories_right-img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all .3s ease; }
  .top-strories_right-img-disc {
    background-color: #fff;
    color: #000;
    display: flex;
    width: 73%;
    padding: 3rem;
    align-items: flex-end;
    margin-top: -7rem;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .top-strories_right-img-disc {
        width: 100%;
        margin-top: 0rem; } }
  .top-strories .story-title {
    font-size: 4rem;
    font-weight: 700; }
  .top-strories .story:hover .top-strories_left-img-wrap img {
    transform: scale(1.2); }
  .top-strories .story:hover .top-strories_right-img-wrap img {
    transform: scale(1.2); }

.latest-arrival {
  background-color: #EFEFEF;
  padding: 7rem 0px; }
  .latest-arrival .g-container h1 {
    font-size: 6rem;
    font-weight: 600;
    color: #000;
    line-height: 74px;
    margin-bottom: 4rem; }
  .latest-arrival_wrap {
    display: flex;
    gap: 4rem;
    flex-wrap: wrap; }
  .latest-arrival_product {
    width: 30%;
    /* flex-grow: 1; */
    color: #000;
    transition: all .3s ease; }
    .latest-arrival_product:hover {
      transform: translateY(-1rem);
      box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; 
      color: black !important;
    }

  .latest-arrival:hover .latest-arrival_product-disc h4, .latest-arrival p {
    color: #000; }
  .latest-arrival_product-img {
    width: 100%;
    height: 240px; }
    .latest-arrival_product-img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .latest-arrival_product-disc {
    background-color: #fff;
    padding: 3rem; }
    .latest-arrival_product-disc p {
      font-size: 2.3rem;
      line-height: 34px;
      font-weight: 600; }
    .latest-arrival_product-disc h4 {
      font-size: 3rem;
      line-height: 40px;
      font-weight: 700; }
  .latest-arrival_product-icons {
    display: flex;
    flex-wrap: wrap;
    padding: 2rem 0; }
    .latest-arrival_product-icons div {
      flex-grow: 1;
      width: 30%;
      text-align: center; }
    .latest-arrival_product-icons svg {
      fill: #646464; }
    .latest-arrival_product-icons p {
      color: #646464;
      font-size: 1.8rem;
      font-weight: 300;
      line-height: 30px; }
  .latest-arrival .g-btn_wrap {
    margin-top: 5rem; }

.discover {
  width: 100%;
  background-image: url(../../img/background_highlight_content_xxl.jpg);
  background-position: center;
  background-repeat: no-repeat; }
  .discover_wrapper h1 {
    font-size: 6rem;
    font-weight: 600;
    color: #fff;
    line-height: 74px;
    margin-bottom: 3rem; }
  .discover .cover {
    height: 600px;
    width: 100%;
    position: relative; }
    .discover .cover img {
      position: absolute;
      inset: 0;
      z-index: 100;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .discover .cover .play-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 101; }
      .discover .cover .play-btn_wrap {
        width: 10rem;
        height: 10rem;
        background-color: #FF8A26;
        position: relative;
        border-radius: 50%;
        cursor: pointer; }
        .discover .cover .play-btn_wrap img {
          width: 3rem;
          height: 3.2rem;
          position: absolute;
          top: 50%;
          left: 53%;
          transform: translate(-50%, -50%); }
   
.testimonail-slider {
  background-color: #EFEFEF;
  padding: 12rem 0 6rem 0; }
  .testimonail-slider .swiper {
    width: 100%;
    height: 100%; }
  .testimonail-slider .swiper-slide {
    font-size: 18px;
    display: flex;
    align-items: center; }
  .testimonail-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .testimonail-slider .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto; }
  .testimonail-slider .mySwiper2 {
    height: 100% !important;
    width: 100% !important; }
  .testimonail-slider .swiper-slide-duplicate {
    width: 100px;
    height: 100px; }
  .testimonail-slider .mySwiper {
    height: 80px;
    box-sizing: border-box;
    padding: 10px 0;
    width: 40%;
    margin: 0 !important; }
  .testimonail-slider .mySwiper .swiper-slide {
    width: 100px;
    height: 100%; }
  .testimonail-slider .mySwiper .swiper-slide-thumb-active {
    opacity: 1; }
  .testimonail-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .testimonail-slider .swiper-slide_wrap {
    display: flex;
    align-items: flex-start;
    width: 100%; }
  .testimonail-slider .swiper-slide_wrap-img {
    height: 500px;
    width: 70%; }
  .testimonail-slider .contact-info {
    width: 30%;
    background-color: #fff;
    padding: 6rem;
    margin-left: -6rem; }
    .testimonail-slider .contact-info p {
      font-size: 3rem;
      font-weight: 600;
      line-height: 50px; }
    .testimonail-slider .contact-info h1 {
      font-size: 6rem;
      font-weight: 700;
      line-height: 65px; }
    .testimonail-slider .contact-info .g-btn {
      margin-top: 3rem; }
  .testimonail-slider .swiper-button-next,
  .testimonail-slider .swiper-button-prev {
    display: none; }

.news-letter {
  background-color: #ff8a26; }
  .news-letter .g-container {
    padding-top: 0;
    padding-bottom: 0; }
  .news-letter_wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse; }
  .news-letter_left {
    width: 50%;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 28px; }
  .news-letter_content h1 {
    font-size: 5rem;
    font-weight: 600;
    color: #fff;
    line-height: 60px;
    margin-bottom: 2rem; }
  .news-letter .email-wrap {
    position: relative; }
    .email-wrap input {
      border: none;
      outline: none;
    }
    .news-letter .email-wrap input {
      width: 100%;
      border: 0;
      border: 3px solid #fff;
      height: 55px;
      background: transparent;
      color: #fff;
      font-size: 2.5rem;
      padding-left: 1rem;
      font-weight: 600;
      margin-bottom: 1rem; }
      .news-letter .email-wrap input::placeholder {
        color: #fff; }
    .news-letter .email-wrap img {
      position: absolute;
      right: 2rem;
      top: 49%;
      transform: translateY(-47%); }
  .news-letter .checkbox-wrap {
    display: flex;
    gap: 2rem;
    padding-top: 2rem; }
    .news-letter .checkbox-wrap label {
      font-size: 2rem;
      line-height: 30px; }
  .news-letter_right {
    flex: 0 0 55%;
    position: relative;
    z-index: 1; }
    .news-letter_right img {
      height: auto;
      margin-top: -28px;
      width: 100%; }

.footer {
  background-color: #FFFFFF; }
  .footer_wrapper {
    display: flex;
    gap: 20px;
    padding: 5rem 0; }
  .footer_wrapper-logo-img img {
    width: 160px; }
  .footer_wrapper-featured {
    display: flex;
    width: 100%;
    flex-wrap: wrap; }
  .footer_wrapper-feat-item {
    width: 16%;
    /* flex-grow: 1; */
   }
    @media only screen and (max-width: 992px) {
      .footer_wrapper-feat-item {
        width: 26%;
        margin-bottom: 3rem; } }
    .footer_wrapper-feat-item h4 {
      font-size: 2.3rem;
      line-height: 30px; }
  .footer .social-wrap {
    display: flex;
    gap: 15px; }
  .footer a {
    font-size: 1.9rem;
    font-weight: 200;
    line-height: 30px;
    color: #000; }
    
    .inventory-text {
      font-weight: bold;
      font-size: 28px;
      border-bottom: 1px solid #FF8A26;
      padding-bottom: 14px;
      margin-top: 10px;
    }

  .footer .inventery_header {
    border-bottom: 1px solid #FF8A26; }
    .footer .inventery_header h4 {
      font-size: 2.3rem;
      font-weight: 700;
      line-height: 35px; }
  .footer .inventery .banner-slideShow_tabs-inner-row {
    border-bottom: 1px solid #FF8A26 !important;
   }
  .footer .copyright {
    padding: 2.5rem 0 1rem 0; }
    .footer .copyright span {
      text-align: end;
      display: block;
      font-size: 2.5rem;
      font-weight: 600;
      line-height: 30px;
     }

.hero-section__heading {
  text-align: center; }

.hero-section__wrapper {
  text-align: center; }

.hero-section__wrapper-title {
  text-align: center; }

.hero-section__items {
  text-align: center; }

.hero-section__footer {
  text-align: center; }

  @media only screen and (max-width:1150px){
    .testimonail-slider .contact-info h1 {
      font-size: 4rem;
    }
  }
  @media only screen and (max-width:1000px) {
    .swiper-slide_wrap{
      flex-direction: column;
    }
    .testimonail-slider .swiper-slide_wrap-img {
      width: 100%;
    }
    .testimonail-slider .contact-info {
      margin-left: 0 !important;
    }
    .testimonail-slider .contact-info {
      padding: 3rem;
      width: 100%;
    }
    .testimonail-slider .mySwiper {
      width: 100% !important;
    }
  }

/* page2 */

  .top-bar {
    font-family: 'Barlow Condensed', sans-serif;
    background-color: #EFEFEF;
    }
    .gernal-padding {
      padding: 10px 23px;
  }
    .top-bar_wrap {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .top-bar_left {
      display: flex;
      align-items: center;
      gap: 20px;
    }
    .top-bar .point span {
      font-size: 1.8rem;
      line-height: 2.5rem;
      font-weight: 400;
      color: #000;
    }

    .header {
      height: auto;
    }
    .header .header-wrapper {
      display: flex;
      align-items: stretch;
    }
    .header .header-wrapper_logo img {
      width: 160px;
    }
    .header .header-wrapper_links-wrap {
      display: flex;
      align-items: center;
      width: 100%;
      justify-content: center;
    }
    @media only screen and (max-width: 768px) {
      .header .header-wrapper_links-wrap li {
        display: none;
      }
    }
    .header .header-wrapper_links-wrap a {
      font-size: 2.2rem;
      font-weight: 500;
      line-height: 30px;
      color: #000;
      align-items: center;
      display: flex;
      justify-content: center;
      padding: 0 1.625rem;
      transition-duration: 0.2s;
      transition-property: color;
      transition-timing-function: ease-out;
      text-decoration: none;
      font-weight: 600;
    }
    .header .header-wrapper_links-wrap a:hover {
      color: #ff8a26;
    }
    .header .header-wrapper_other-links {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .header .header-wrapper_other-links li {
      padding: 0 1rem;
    }
    .header .header-wrapper_other-links li:last-child {
      padding-right: 0;
    }
    .header .header-wrapper_other-links li img {
      width: 26px;
    }
    
    .nav-mbl {
      width: 100%;
      background: #fff;
      position: fixed;
      z-index: 1;
      top: 0;
      height: 100%;
      left: -100%;
      transition: all 0.2s linear;
    }
    .nav-mbl_wrap {
      padding: 4rem 2rem;
    }
    .nav-mbl_wrap a {
      font-size: 3rem;
      font-weight: 600;
      line-height: 40px;
      color: #000;
    }
    .nav-mbl .nav-menu li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.46);
      padding: 1.6rem 0;
    }
    .nav-mbl .account {
      padding-top: 2rem;
    }
    .nav-mbl .cross-menu {
      text-align: end;
    }
    .nav-mbl .cross-menu a {
      color: gray;
    }
    .nav-mbl .account_li {
      display: flex;
      gap: 2rem;
    }
    
    .nav-mbl.open-nav {
      left: 0;
    }
    
    .toggle-wrap {
      display: none;
      align-self: center;
      margin-right: 1rem;
      cursor: pointer;
    }
    .sticky-product {
      position: sticky;
      top: 0;
    }
    @media only screen and (max-width: 768px) {
      .toggle-wrap {
        display: block;
      }
      .footer_wrapper-featured {
        justify-content: center;
      }
    }




    .toggle-wrap .cross-icon {
      cursor: pointer;
    }

    .hero-img {
      height: 300px;
      width: 100%;
    }
    .hero-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .hero-links {
      display: flex;
      width: fit-content;

    }
    .hero-links li {
      list-style: none;
    }
    .hero-links__a {
      font-weight: 800;
      text-decoration: none;
      padding: 0 10px;
      color: white;
    }
    .hero-links__a:hover {
      color: white;
    }
   
    .seprate-item {
      display: flex;
      align-items: center;
    }
   
    .seprator {
      color: #ff8a26;
    }
    .hero-breadcrumbs {
      position: absolute;
      top: 36px;
      left: 0;
      padding: 0 24px;
    }
    .hero-section {
      position: relative;
    }
    .fork__text {
      color: #ff8a26 !important;
      background-color: white;
      margin-left: 4px;
    }
    .hero-text h1 {
      font-weight: 800;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      color: white;
      font-size: 5.5rem;
    }

    .category__sec {
      width: 100%;
      border-bottom: 1px solid #c8c8c8!important;
      background-color: #efefef;
      z-index: 0;
    }
    .category-img {
      width: 100px;
      height: auto;
      margin: auto;
    }
    .category-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .cat__content {
     display: flex;
     width: fit-content;
     gap: 14px;
     align-items: center;
     padding-top: 10px;
     margin: auto;
    }
    .cat-text {
      font-weight: 800;
      font-size: 16px;
      margin-bottom: 0;
    }
    .number {
      border: 1px solid #eee;
      padding: 0.10rem 0.375rem;
      display: block;
    }
    .category__sec {
      display: flex;
      justify-content: center;
      width: 100% !important;
      margin: auto;
      padding: 24px;
    }
    .category {
      padding: 0 30px;
    }
    .owl-dots {
      display: none;
    }
    .owl-nav {
      display: block !important;
    }
    .owl-carousel .owl-nav button.owl-prev {
      font-size: 30px;
      color: transparent;
      position: absolute;
      left: 1%;
      top: 30%;
      /* background-image: url(../img/arrow-black-left.png); */
      background-position:center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 4%;
    }
    .owl-carousel.owl-drag .owl-item {
      width: 100px;
      display: flex;
      justify-content: center;
    }
    .owl-carousel .owl-nav button.owl-next {
      font-size: 30px;
      color: transparent;
      position: absolute;
      right: 1%;
      top: 30%;
      top: 30%;
      /* background-image: url(../img/arrow-black-right.png); */
      background-position:center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 4%;

    }
    .owl-carousel .owl-nav button.owl-prev:hover {
      background-color: transparent;
      color: transparent;
      /* background-image: url(../img/arrow-black-left.png); */
      background-position:center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 4%;
    }
    .owl-carousel .owl-nav button.owl-next:hover {
      background-color: transparent;
      color: transparent;
      /* background-image: url(../img/arrow-black-right.png); */
      background-position:center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 4%;
    }
    .product__section {
      width: 100%;
      display: flex;
      background-color: #efefef;
      padding-bottom: 64px;
    }

    .product_left {
      width: 30%;
      padding: 10px 20px;
    }
    .product_right {
      width: 70%;
      padding: 10px 20px;
    }
    .filter h1 {
      font-weight: 800;
      margin-bottom: 0;
    }
    .product__text{
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 40px 20px;
      background-color: #efefef;
    }
    .product__search h3 {
      font-weight: 700;
    }
    .product__para {
      margin-bottom: 20px;
    }
    .search input {
      width: 100%;
      padding: 16px;
      border: 2px solid #c8c8c8;
      background-color: #efefef;
      outline: none;
      transition: .5s;
    }
    .search input:focus {
      border: 2px solid black;
    }
    .search {
      display: flex;
      align-items: center;
      position: relative;
    }
    .search i {
      font-size: 20px;
      position: absolute;
      position: absolute;
      right: 14px;
    }
    .accordion-button {
      margin-top: 25px;
      font-weight: 700;
      background-color: #efefef;
    }
    .accordion-item:last-of-type .accordion-collapse {
      background-color: #efefef;
    }
    .accordion-flush .accordion-item .accordion-button{
      background-color: #efefef !important;
    }
    .accordion-button:focus {
      box-shadow: none;
    }
    .accordion-button{
      font-size: 16px !important;
    }
    .accordion-button:not(.collapsed) {
      background-color: transparent;
      box-shadow: none;
    }
    .accordion-button:not(.collapsed) {
      color: black;
      box-shadow: none;
    }
    .searching-box {
      background-color: #ff8a26;
      color: white;
      padding: 16px;
      margin-top: 30px;
      position: relative;
    }
    .search__tri {
      position: absolute;
      top: -13%;
      font-size: 40px;
      color: #e30613;
  }
    .login__text {
      font-weight: 700;
      font-size:22px;
    }
    .login__btn {
      border: none;
      width: 100%;
      background-color: #000000;
      color: white;
      font-weight: 700;
      padding: 16px 0;
      transition: .3s;
      margin-top: 20px;
    }
    .login__btn:hover {
      background-color: #2f2f2f;
      transform: scale(0.98);
    }
    .inner__Para {
      font-size: 22px;
      padding-top: 10px;
    }
    .product__search {
      margin-top: 40px;
    }
    #language-product {
      padding: 13px;
      width: 200px;
    }
    .product-list__sort {
      display: flex;
      align-items: center;
      justify-content: end;

    }
   .order {
    margin-right: 10px;
   }
   .order h1 {
    font-weight: bold;
   }

   .latest-arrival_product {
    width: 40%;
    flex-grow: 1;
    color: #000;
    transition: all 0.3s ease;
    position: relative;
  }
  .latest-arrival_product:hover {
    transform: translateY(-1rem);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  .latest-arrival:hover .latest-arrival_product-disc h4, .latest-arrival p {
    color: #000;
  }
  .latest-arrival_product-img {
    width: 100%;
    height: 240px;
  }
  .image__bookmark {
    position: absolute;
    top: 12px;
    right: 12px;

  }
  .image__bookmark i {
    padding: 16px;
    border-radius: 50%;
    background-color: white;
  }
  
  .latest-arrival_product-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .latest-arrival_product-disc {
    background-color: #fff;
    padding: 3rem;
  }
  .latest-arrival_product-disc p {
    font-size: 2.3rem;
    line-height: 34px;
    font-weight: 600;
  }
  .latest-arrival_product-disc h4 {
    font-size: 3rem;
    line-height: 40px;
    font-weight: 700;
  }
  .latest-arrival_product-icons {
    display: flex;
    flex-wrap: wrap;
    /* gap: 25px; */
    padding: 2rem 0;
  }
  .latest-arrival_product-icons div {
    flex-grow: 1;
    width: 30%;
    text-align: center;
    margin-bottom: 10px;
  }
  .latest-arrival_product-icons svg {
    fill: #646464;
  }
  .latest-arrival_product-icons p {
    color: #646464;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 30px;
  }
  .latest-arrival_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin-top: 40px;
  }

.checkbox__wrap {
  display: flex;
  align-items: center;
}
.label {
  margin-left: 5px;
  font-size: 20px;
}

.search-agent {
  width: 100%;
  background-color: #000;
  height: auto;
}
.search_save i {
  font-size: 30px;
  color: white;
}

.agent__p {
  font-size: 20px;
}
.agent__text {
  width: fit-content;
  color: white;
}
.login-btn {
  font-size: 20px;
  font-weight: bold;
  background-color: #ff8a26;
  border: none;
  color: white;
  width: 200px;
  padding: 16px 0;
  transition: .3s;
}
.login-btn:hover {
  background-color: #ff8a26;
  transform: scale(0.98);
}

.regis-btn {
  font-size: 20px;
  font-weight: bold;
  outline: 2px solid #ff8a26;
  border: none;
  color: white;
  width: 200px;
  padding: 16px 0;
  transition: .3s;
  background-color: #000;
}
.regis-btn:hover {
  transform: scale(0.98);
}
.login__btns {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.agent__main {
  display: flex;
  gap: 30px;
  padding: 40px;
  margin-bottom: 40px;
}
.search-agent {
  margin-top: 40px;
}
.brands__text h1 {
  font-size: 50px;
  font-weight: bold;
  margin-top: 60px;
}
.brand__p {
  font-size: 20px;
  margin-top: 40px;
}
.brand__p span {
  color: #de3d48;
  cursor: pointer;
}
.brand__p span:hover {
  text-decoration: underline;
  color: #e30613;
}
.filter__onclick {
  display: none;
}

/* responsive__section */

@media only screen and (max-width:960px){
  .owl-carousel .owl-nav button.owl-prev{
    display: none;
  }
  .owl-carousel .owl-nav button.owl-next{
    display: none;
  }
  .product_left {
    display: none;
  }
  .product_right {
    width: 100%;
  }
  .news-letter_wrapper {
    flex-direction: column;
  }
  .news-letter_left {
    width: 100%;
    padding-bottom: 40px;
  }

}

@media only screen and (max-width:768px) {
  .agent__main {
    flex-direction: column;
    text-align: center;
  }
  .login__btns {
    flex-direction: row;
  }
  .footer .inventery_header {
    text-align: center;
  }
  .login-btn {
    width: 50%;
  }
  .regis-btn {
    width: 50%;
  }
  .footer_wrapper-logo {
    display: none;
  }
  .footer_wrapper-feat-item2 {
    display: none !important;
  }
  .social__icons {
    text-align: center;
    justify-content: center;
  }
  .footer .social-wrap {
    justify-content: center;
    margin-top: 10px;
  }
  .agent__text h1 {
    font-size: 26px;
  }
  .hero-links__a {
    padding: 0 3px;
  }
  .btn__sold {
    padding: 0 3px;
  }
}



@media only screen and (max-width:500px) {
  .latest-arrival_product{
    width: 100%;
  }
  .login__btns {
    flex-direction: column;
  }
  .login-btn {
    width: 100%;
  }
  .regis-btn {
    width: 100%;
  }
  .header .header-wrapper_other-links li img {
    width: 15px;
  }
  .header .header-wrapper_logo img {
    width: 120px;
}
.brands__text h1 {
  font-size: 38px;
}
.arrival_wrap {
  margin-top: 0;
}
}

@media only screen and (max-width:380px){
  .hero-links__a {
    padding: 0 4px;
  }
  .btn__sold {
    margin-top: 10px;
  }
  .btn__sold button {
    font-size: 20px;
}
} 
@media only screen and (max-width:390px) {
  .testimonail-slider .contact-info {
    padding: 2rem;
    width: 100%;
}
}
@media only screen and (max-width:375px) {
  .testimonail-slider .contact-info {
    padding: 2rem;
    width: 100%;
}
.testimonail-slider .contact-info .g-btn {
  width: 200px !important;
}
.pro-btn {
  width: 100% !important;
}
}


@media only screen and (max-width:330px) {
  .hero__breadcrumbs {
    padding: 0 20px;
  }
  .hero-links__a {
    font-size: 10px;
  }
  
}
.product-logos {
  width: 40px;
  height: 36px;
}
/* page3 */
.product__card {
  width: 30% !important;
  flex-grow: 0;
}
.product__detail__sec {
  display: flex;

}
.detail__left {
  width: 60%;
  background-color: #e5e1eb;
  position: relative;
}
.product__image__main {
  position: sticky;
  top: 0;
}
.detail__right {
  width: 40%;
  height: auto;
  background-color: #aaa;
  padding: 30px;
}
.image__lifter {
  width: 100%;
  height: 100%;
}
.image__lifter img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.data_lifter {
  color: black;
}
.data_lifter:hover {
  color: black;
}
.btn__sold {
  border: none;
  padding: 0 3px;
  margin-top: 20px;
}
.btn__sold button {
  background-color: #ff8a26;
  color: white;
  font-weight: bold;
  padding: 0.75rem 3rem;
  font-size: 40px;
}
.hero__breadcrumbs {
  padding: 0 24px;
  z-index: 4;
}

.detail__num h1{
  color: white;
  font-weight: bold;
  font-size: 36px;
  letter-spacing:1px;
  margin-bottom: 10px;
}
.detailed__text h1 {
  color: white;
  font-weight: bold;
  font-size: 36px;
  letter-spacing:1px;
  /* font-size: 64px; */
  margin-bottom: 30px;
}
.product__sold h2 {
  color: white;
  font-weight: bold;
  font-size: 20px;
  letter-spacing:1px;
  margin-bottom: 10px;
  background-color: #ff8a26;
  width: fit-content;
  padding: 4px;
}
.specs h1{
  margin-top: 40px;
  color: white;
  font-weight: bold;
  letter-spacing:1px;
  margin-bottom: 10px;
}
.product__detail {
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
}
.product__detail p {
  font-size: 22px;
}
.product__detail h2 {
  font-weight: bold;
}
.comparing-car-sec {
  background-color: #efefef;
  padding: 80px;
}
.compare-text h1 {
  font-weight: bold;
  color: black;
  font-size: 50px;
}
.product__cards {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
  /* justify-content: center; */
  margin-top: 30px;
}
.product__card1 {
  width: 30% !important;
}


/* filters */
.filters-list-left {
  display: none;
}
.crosss {
  display: none;
}
.filter-icon i {
  display: none;
}


@media only screen and (max-width:960px) {
  .product__card1 {
    width: 46% !important;
  }
  .product-list__sort {
    width: 48%;
    justify-content: start;
  }
  .order {
    display: none;
  }
  .filter h1 {
    margin: auto;
  }
  .filter {
    width: 48%;
  }
  .filter-icon i {
    font-size: 20px;
    display: block;
    color: white;
  }
  .filter h1 {
    text-align: center;
    color: white;
    background-color: black;
    padding: 13px;
    margin-bottom: 0;
    font-size: 24px;
  }
  #language-product {
    font-size: 24px;
    padding: 13px;
    width: 100%;
  }
  .product-selection {
    width: 100%;
  }
  .product__text {
    padding: 14px 20px;
  }
  .latest-arrival_wrap {
    margin-top: 0;
  }
  .crosss {
    display: block;
  }
  .filter-text {
    font-weight: 700;
    font-size: 32px;
  }
  .insider {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #c8c8c8;
  }
  .product__fields {
    margin-top: 10px;
    overscroll-behavior: contain;
    overflow-y: auto;
  }
  .field-search {
    font-weight: 600;
  }
  .accordion-button {
    padding: 1.5rem 1.25rem;

  }
  .product__search {
    margin-top: 20px !important;
  }
  .product__search h3 {
    font-size: 22px;
  }
  .accordion-flush .accordion-item .accordion-button{
    background-color: white !important;
  }
  .accordion-item:last-of-type .accordion-collapse {
    background-color: white !important;
  }

  .filter__onclick {
    display: block;
    display: flex;
    background: black;
    align-items: center;
    padding: 0 13px;
  }
  .filter-show {
    display: none;
  }
}
.wrap-differ {
  margin-top: 40px;
}
@media only screen and (max-width:945px) {
  .footer-field {
    width: 40% !important;
  }
  .footer-field::after {
    display: none;
  }

}
  

  /* filters */
.filters-mbl {
  position: absolute;
  top: -150%;
  z-index: 2;
  background-color: white;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  transition: .3s;
  position: fixed;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.filters-list-left {
  display: block;
}
.filters-mbl.showmenu {
  top: 0;
}

@media only screen and (max-width:832px) {
  .btn__sold button {
    font-size: 26px;
  }
  .product__detail__sec {
    flex-direction: column;
  }
  .detail__left {
    width: 100%;
  }
  .detail__right {
    width: 100%;
  }
}
@media only screen and (max-width:800px) {
  .product__card {
    width: 46% !important;
  }
}

@media only screen and (max-width:662px) {
  .comparing-car-sec {
    padding: 35px;
  }
  .wrap-differ {
    margin-top: 40px;
  }
}
@media only screen and (max-width:560px) {
  .footer-mains {
    flex-direction: column;
  }
  .footer-field {
    width: 100% !important;
    padding: 0 !important;
  }
  .footer-para {
    font-size: 16px !important;
  }
  .direct-btn button {
    padding: 10px 30px !important;

  }
 
}

@media only screen and (max-width:500px) {
  .compare-text h1 {
    font-size: 32px;
  }
  .wrap-differ {
    flex-direction: column;
  }
  .product__card {
    width: 100% !important;
  }
} 

@media only screen and (max-width:425px) {
  .latest-arrival_product-disc {
    padding: 2rem;
  }
  .latest-arrival_product-img {
    width: 100%;
    height: 220px;
}
.latest-arrival .g-container h1 {
  font-size: 4rem;
}
.discover_wrapper h1 {
  font-size: 4rem;
}
.testimonail-slider .swiper-slide_wrap-img {
  height: 400px;
}
.section-cards_details h1 {
  font-size: 6rem;
}
.testimonail-slider .contact-info h1 {
  font-size: 3rem;
}
}



.footer-wrap {
  background-color: #1d1f1f;
  width: 100%;
  padding: 60px 23px;
}
.footer-text {
  font-weight: bold;
  color: white;

}
.footer-text span {
  color: #ff8a26;
}
.footer-field {
  width: 24%;
  padding: 0 20px;
  position: relative;
}

.footer-field::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 20px;
  width:90%;
  height: 1px;
  color: white;
  background-color: #444;
  text-align: center;

}




.footer-para {
  font-size: 17px;
  color: #aaa;
  margin-top: 10px;
}
.footer-mains {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.footer-list {
  display: flex;
  gap: 16px;
  font-size: 16px;
}
.timings {
  margin-top: 10px;
  color: #aaa;
}

.email {
  margin-top: 10px;
  font-weight: bold;
  color: #aaa;
}
.mail-info {
  color: #ff8a26;
  font-weight: 500;
  transition: .3s;
  font-size: 17px;
}
.mail-info:hover {
  color: white;
}
.direct-btn {
  transform: skewX(-20deg) skewY(0deg);
  margin-top: 12px;
  transition: .4s;

}
.direct-btn button {
  background-color: #ff8a26;
  color: white;
  font-weight: 700;
  font-size: 18px;
  padding: 16px 40px;
  border: 2px solid white;
  transition: .3s;
}
.direct-btn button:hover {
  opacity: .8;
  color: white;
  border: 2px solid white;
}

.f-social i {
  padding: 14px;
  border-radius: 50%;
  cursor: pointer;
  color: white;
  background-color: #3b3d3f;
  transition: .3s;
  margin-top: 20px;
}
.f-social i:hover {
  background-color: #ff8a26;

}




