    /* CSS Document */

    body,
    html,
    div,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    span,
    img,
    ul,
    ol,
    blockquote,
    li {
        margin: 0;
        padding: 0;
        color: #000;
        font-family: "Orbitron";
    }

    h1 {
        font-weight: 600;
        font-size: 30px;
        line-height: 36px;
    }

    h2 {
        font-size: 42px;
        line-height: 22px;
        font-weight: 600;
    }

    h3 {
        font-size: 24px;
        line-height: 30px;
        font-weight: 600;
    }

    h4 {
        font-size: 24px;
        font-weight: normal;
    }

    h5 {
        font-size: 30px;
        line-height: 36px;
        font-weight: 600;
    }

    p {
        font-family: "Orbitron", sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #313131;
        font-weight: 400;
    }

    article,
    aside,
    body,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    p,
    nav,
    section,
    summary {
        color: #1b1b1b;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        margin: 0;
        padding: 0;
        font-family: "Orbitron";
    }

    p:empty {
       display: none;
      }
    a {
        color: #1b1b1b;
        -webkit-text-decoration: auto;
        text-decoration: auto;
    }

    .owl-carousel .owl-item img.mobile-banner {
        display: none;
    }

    section.banner {
        clear: both;
        position: relative;
    }

    .owl-dots span {
        width: 12px;
        height: 12px;
        background: rgb(255 255 255 / 73%);
        display: inline-block;
        margin: 0;
        border-radius: 5px;
    }

    .owl-dots .active span {
        background: #0070a2;
        width: 12px;
        height: 12px;
    }

    section.banner .owl-dots {
        position: absolute;
        bottom: 7%;
        width: 100%;
        align-items: center;
        display: flex;
        justify-content: center;
        transform: translate(0px, 20px);
    }

    section.banner .owl-dots button {
        width: auto;
        display: inline-block;
        margin: 0px 4px;
    }

    .carousel-caption {
        text-align: left;
        transform: translate(5%, -45%);
        top: 60%;
        max-width: 43%;
        left: inherit;
        right: inherit;
        bottom: inherit;
    }

    .carousel-caption h2 {
        font-weight: 500;
        font-size: 38px;
        margin-bottom: 0;
        margin-top: 0.7rem;
        text-transform: capitalize;
        font-family: "Orbitron", sans-serif;
        color: #000000;
    }

    .carousel-caption p {
        color: #000000;
        font-size: 19px;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .carousel-indicators {
        justify-content: flex-start;
        top: auto;
        margin-left: 10%;
        margin-bottom: 3rem;
    }
.pmax-health
    .carousel-indicators [data-bs-target] {
        width: 1rem;
        height: 1rem;
        border-radius: 100%;
        font-size: 0;
    }

    .carousel-item h2 span,
    .carousel-item h1 {
        color: #000000;
        text-decoration: none;
        display: block;
        line-height: 40px;
    }

    /* .banner-contents a {font-size: 14px;line-height: 17px;font-weight: 800;color: #ffffff;;width: 39%;padding: 15px 20px;display: inline-block;position: absolute;top: -29px;opacity: 1;} */

    .carousel-caption.banner-contents {
        background: transparent;
        padding: 30px 40px;
    }

    .banner-contents h2,
    .banner-contents h2 span {
        margin-top: 0;
        text-align: left;
        letter-spacing: 0px;
        color: #000;
        opacity: 1;
        margin-bottom: 20px;
        font-family: "Orbitron", bold;
        font-size: 56px;
        line-height: 51px;
        font-weight: 800;
        text-transform: uppercase;
    }

    .carousel-item.active h2 span {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        animation-name: zoomInRight;
        animation-delay: 0.2s;
    }

    .carousel-item.active P {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        animation-name: zoomInRight;
        animation-delay: 0.2s;
    }

    .owl-carousel.banner-carousel .carousel-caption.banner-contents a img {
        height: auto !important;
        width: auto !important;
    }

    .carousel-caption.banner-contents:hover a img {
        filter: grayscale();
    }

    /*.banner-carousel .owl-item.active::after{left:100%;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;animation-name:fadeInLeft;animation-delay:0.01s;opacity:1;}*/

    .owl-carousel.banner-carousel .owl-item img {
        height: auto;
        object-fit: cover;
        min-height: 650px;
    }

    .banner-carousel .owl-nav {
        padding: 0;
        position: absolute;
        right: 5%;
        bottom: 12%;
    }

    .banner-carousel .owl-dots span {
        width: 20px;
        height: 3px;
        background: rgb(223 223 223 / 75%);
        display: inline-block;
        margin: 0;
        border-radius: 5px;
    }

    .banner-carousel.owl-theme .owl-dots .owl-dot:hover span {
        background: rgb(255 255 255);
    }

    .banner-carousel.owl-theme .owl-dots .owl-dot.active span {
        background: rgb(255 255 255);
        width: 20px;
        transition: 0.5s;
        height: 5px;
    }

    .banner button span {
        display: none;
    }

    /* OUR SERIES section css started */

    .our-series {
        background: transparent linear-gradient(180deg, #070808 0%, #2a2b2b 100%) 0% 0% no-repeat padding-box;
        padding: 6rem 0px;
    }

    .our-series h2,.our-series h1 {
        font-size: 32px;
        line-height: 35px;
        font-weight: normal;
        color: #fff;
        text-align: center;
        margin-bottom: 4rem;
    }

    .our-series h3 {
        font-size: 21px;
        line-height: 24px;
        font-weight: normal;
        color: #fff;
        text-align: center;
        margin-top:0.5rem;
    }

    .arrowcenter {
        margin-top:1.5rem;
    }

    /* Search by section css started */

    .search-by {
        background: #a50000;
        padding: 25px 0px;
    }

    .flex-search {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .search-by h3 {
        font-size: 18px;
        line-height: 25px;
        color: #fff;
        line-height: 25px;
        font-weight: normal;
    }

    .search-by h3,
    span {
        color: #fff;
    }

    .search-by select {
        width: 300px;
    }

    .search-by select,
    textarea {
        color: #fff;
        font-size: 18px;
        line-height: 20px;
        background: transparent;
        border: 0;
        text-transform: capitalize;
        font-family: "Cairo", Medium;
        /* font-family: "Orbitron", sans-serif; */
        font-weight: 300;
    }

    .search-by option {
        color: #000;
    }

    .search-by .bb-white {border-bottom: 1px solid rgb(255 255 255 / 46%);padding-bottom: 15px;}

    /* Driven by innovation section started*/

    .driven-by-sec h3 {
        font-size: 54px;
        background: linear-gradient(to right, #a50000, #a50000, #000);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        height: 141px;
        line-height: 47px;
        text-align: right;
        font-family: "Cairo", bold;
        font-weight: 800;
    }

    .driven-by-sec p {
        font-size: 18px;
        line-height: 1.7;
        color: #4a4a4a;
        font-family: "Cairo", Regular;
        font-weight: 400;margin-bottom:0.7rem;
    }

    .driven-by-sec {
        padding: 12rem 0px 8rem 0;
        background: #e2e2e2;
    }

    .driven-by-sec .fixed-img {
        position: absolute;    top: -60px;
        left: -20%;
        right: 100%;
        transform: translate(-42px, -34px);
    }

    .driven-by-sec .flex-end-h3 {
        display: flex;
        /* align-items: end; */
    }

    .driven-by-sec span {
        color: #4a4a4a;
        font-family: "Cairo", sans-serif;
        font-weight: 400;
    }

    /* perfect section css started */

    .perfect-sect {
        background: linear-gradient(#e2e2e2 12%, #a50000 12%);
    }
    
#sync2 .item img {
    text-align: center;
    min-height: 100px;
    object-fit: cover;
    object-position: top;
}

    .perfect-sect h3 {
        font-size: 32px;
        line-height: 35px;
        color: #fff;
        font-family: "Cairo", bold;
        font-weight: 700;
        width: 290px;
        margin-bottom: 30px;
    }
#search-why {
  scroll-margin-top: 150px; 
}
    .d-flex-ps {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .perfect-sect .perfect-img {
        transform: translate(0px, -25px);
    }
    .studio-section .sec_studio_text a img.arrowcenter{display: block; margin: 20px auto 0;}
    /* DESIGN PHILOSPHY section started */

    .bg-sec1 {
        background-image: url(../images/design-philosphi-bg1.jpg);
        background-position: center;
        background-size: cover;
    }

    .bg-sec2 {
        background-image: url(../images/design-philosphi-bg2.jpg);
        background-position: center;
        background-size: cover;
    }

    .bg-sec3 {
        background-image: url(../images/design-philosphi-bg3.jpg);
        background-position: center;
        background-size: cover;
    }
/*
    .bg-sec4 {
        background-image: url(../images/design-philosphi-bg.jpg);
        background-position: center;
        background-size: cover;
    }
*/
    .design-philosphi-sec #sync1 .item {
        color: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        text-align: center;
    }

    .design-philosphi-sec #sync2 .item {
        background: #464646;
        margin-left: 20px;
        color: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 0px;
        text-align: center;
        cursor: pointer;
    }

    .design-philosphi-sec .owl-dots {
        display: none;
    }

    .design-philosphi-sec #sync2 .item h1 {
        background-image: url("../images/plus-icon.svg");
        background-repeat: no-repeat;
        background-position: center;
        height: 18px;
    }

    /* .design-philosphi-sec {
        height: 560px;
        overflow: hidden;
    } */

    .buttom-slider .owl-nav {
        display: none;
    }

/*     .buttom-slider .owl-stage-outer {
        transform: translate(4px, -150px);
    }
 */
    .design-philosphi-sec #sync2 .current .item {
        background: #fd5308;
    }

    .design-philosphi-sec #sync2 .current .item h1 {
        background-image: url("../images/minus-icon.svg");
        background-repeat: no-repeat;
        background-position: center;
        height: 18px;
    }

    .design-philosphi-sec .owl-theme .owl-nav [class*="owl-"] {
        transition: all 0.3s ease;
    }

    .design-philosphi-sec .owl-theme .owl-nav [class*="owl-"].disabled:hover {
        background-color: #d6d6d6;
    }

    .design-philosphi-sec #sync1.owl-theme {
        position: relative;
    }

    .design-philosphi-sec #sync1.owl-theme .owl-next,
    .design-philosphi-sec #sync1.owl-theme .owl-prev {
        width: 22px;
        height: 40px;
        margin-top: -20px;
        position: absolute;
        top: 50%;
    }

    .design-philosphi-sec #sync1.owl-theme .owl-prev {
        left: 10px;
    }

    .design-philosphi-sec #sync1.owl-theme .owl-next {
        right: 10px;
    }

    /* SOCIAL WALL section started */

    .social-wall {
        background: #6a6a6a;
        padding-top: 5rem;
        padding-bottom: 108px;
    }

    .social-com-box {
        display: grid;
        flex-wrap: wrap;
    }

    .box-social2.wdth-50 {
        width: 100%;
    }

    .box-social1 {
        width: 100%;
    }

    .social-wall .social-wall-tex h3 {
        font-size: 32px;
        line-height: 35px;
        color: #fff;
        font-weight: normal;
        margin-bottom: 20px;    text-transform: uppercase; text-align: center;
    }

    .wheel-car-txt img {
        margin-left: 10px;
    }

    .social-wall .social-wall-tex p {
        font-family: "Cairo", medium;
        font-size: 32px;
        color: #fff;
        line-height: 35px;
        font-weight: 500;
        margin-bottom: 50px;
    }
.social-wall-tex span{display: block;margin-bottom: 20px;font-size: 21px;font-family: "Cairo", medium;margin-top: 40px;}
    /* .pl-0 {
    padding-left: 0px;
}

.pr-0 {
    padding-right: 0px;
} */

    .social-wall .wdth-23 {
        width: 50%;
    }

    .main-img-box-social .col-md-3.box-social-img a {
        display: flex;
        flex-wrap: wrap;
        height: 100%;
    }
.buttom-slider {
    width:600px;
    position: absolute;
    right: 0;
    bottom: 40px;
}
    .social-wall .wdth-25 {
        width: 53%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background: #fff;
        padding: 35px;
        align-items: baseline;
    }
    .sociaWall {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
    }
    .sociaWall p {
        flex-basis: 80%;
    }
    .sociaWall img {
        flex-basis: 20%;
        max-width: 25px;
    }

    .social-wall .main-img-box-social {
        display: flex;
        padding-bottom: 0px;
        justify-content: space-between;
        position: relative;
    }

    .social-wall .row {
        --bs-gutter-x: 1rem;
    }

    .mt-16 {
        margin-top: 1rem;
    }

    .social-wall .col-md-6.social-com-box {
        height: 100%;
    }

    .social-wall.social-wall-mob .width-insta-icon {
        width: 20px;
    }

    .social-wall .main-img-box-social p {
        font-family: "Cairo", Regular;
        font-size: 20px;
        line-height: 24px;
        font-weight: 500;
        margin-right: 40px;
    }

    .social-wall .box-social2.wdth-25 h3 {
        font-size: 18px;
        line-height: 24px;
        color: #000;
        font-family: "Poppins", Medium;
        font-weight: 500;
        bottom: 30px;
    }

    .main-img-box-social1 {
        /* width: 46%; */
        display: flex;
    }

    .social-wall .pr-0 {
        padding-right: 0px;
        overflow: hidden;
    }

    .social-wall .pl-0 {
        padding-left: 0px;
        overflow: hidden;
    }

    .social-wall .d-flex-img a {
        display: flex;height: 100%;
    }

    .row main-img-box-social {
        min-height: fit-content;
    }

    .social-wall .wdth-50 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background: #fff;
        padding: 35px;
        align-items: baseline;
        /* height: 308px; */
    }

    .social-wall .box-social2.wdth-50 h3 {
        font-size: 18px;
        line-height: 24px;
        color: #000;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        bottom: 30px;
    }

    .mt-20 {
        margin-top: 20px;
    }
.box-social1>img {
    height: 100%;
}
    .width-insta-icon-white {
        position: absolute;
        left: 82%;
        right: 28%;
        top: 34px;
        width: 25px;
    }

    .width-insta-icon-white1 {
        position: absolute;
        left: 96%;
        right: 5%;
        top: 24px;
    }

    .width-insta-icon-white2 {
        position: absolute;
        left: 92%;
        right: auto;
        top: 28px;
        width: 25px;
    }
.social-wall-tex.testimonial {margin-top: 5rem;margin-bottom:3rem;}
.social-wall-tex p{text-align: center;}
    .width-insta-icon-white3 {
        position: absolute;
        left: auto;
        right: 4%;
        bottom: 20px;
    }

    /* stusio section started*/

    .studio_sec .item {
        transition: 0.4s ease all;
        margin: 0 0px;
        transform: scale(0.95);
    }
.design-philosphi-sec1 .col-lg-7 {padding-right:0;}
.design-philosphi-sec1 .col-lg-4 {padding-left:0;}


 .shopnow-button {
   
    padding: 8px 15px;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
   
     border-radius: 20px; 
     background-color: #110803;
        color: #fff;
        
}
.search-by-new button{margin-top: 1.5rem;}

        .shopnow-button:hover {
          background-color: #fff;
    color: #000;
        }

    @media (max-width: 1000px) {
        .studio_sec .item {
            margin: 0;
            transform: scale(0.9);
        }
    }
.icon{
    display: flex;
    align-items: center;
    justify-content: center;

}

    .studio_sec .active .item {
        opacity: 1;
        transform: scale(1);
    }

    .studio_sec .owl-item {
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0) scale(1, 1);
    }

    .studio_sec .inner {
        position: absolute;
        bottom: 50px;
        left: 0;
        right: auto;
        transform: translate(42px, 30px);
    }

    .studio_sec .inner a {
        color: #fff;
        text-decoration: none;
        border-bottom: 2px solid rgba(255, 255, 255, 0.5);
        transition: 0.3s ease border-color;
    }

    .studio_sec .inner a:hover {
        border-color: #fff;
    }

    .studio_sec .black .inner a {
        color: #000;
        border-color: rgba(0, 0, 0, 0.4);
    }

    .studio_sec .black .inner a:hover {
        border-color: #000;
    }

    .owl-carousel:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        pointer-events: none;
        background: transparent linear-gradient(180deg, #00000021 0%, #00000000 100%) 0% 0% no-repeat padding-box;
        opacity: 0.67;
    }

    .studio_sec .owl-controls {
        position: absolute;
        margin-top: 300px;
    }

    .studio_sec .owl-dots .active span {
        background: #a50000;
        width: 10px;
        height: 10px;
    }

    .studio_sec .owl-dots span {
        width: 6px;
        height: 6px;
        background: #a500008f;
        display: inline-block;
        margin: 0px 3px;
        border-radius: 5px;
    }

    .studio_sec .owl-dots {
        text-align: center;
        padding: 20px 20px;
    }

    .studio_sec .owl-nav {
        display: none;
    }

    .head-sec h3 {
        font-size: 32px;
        line-height: 35px;
        color: #000000;
        font-weight: 900;
        text-align: center;
        padding: 30px 0px;
    }

    .studio-section {
        background: #e2e2e2;
        padding: 100px 0px;
    }

    .studio-section .inner {
        opacity: 0;
    }

    .studio-section .active .inner {
        opacity: 1;
    }

    .studio-section .studio_sec .owl-dots {
        display: flex;
        justify-content: center;
    }

    .studio-section .inner a p {
        color: #fff;
        font-size: 16px;
        line-height: 30px;
        background: #a50000;
        width: 110px;
        text-align: center;
        border-radius: 5px;
        font-family: "Orbitron";
    }

    .studio-section .inner p {
        color: #fff;
        line-height: 49px;
        font-size: 26px;
        font-family: "Cairo", SemiBold;
    }

    .design-philosphi-sec1 .left-box-pd {
          background: #070808;
    padding: 70px 60px 170px 60px;
    height: 100%;    max-width: 80%;
    }

    .design-philosphi-sec .owl-nav {
        visibility: hidden;
    }
#sync1 figure{height: 100%;}
#sync1 figure img {height: 100%;object-fit: cover;object-position: center;}
.design-philosphi-sec1 .left-box-pd:after {
    width: 100%;
    right: -18rem;
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    background:#070808;
    z-index: -1;
}
    .design-philosphi-sec .design-philosphi-sec1 {
        display: flex;
        align-items: flex-end;
        justify-content: end;
    }

    .left-box-pd h4 {
        color: #ffffff;
        font-size: 32px;
        line-height: 35px;
        text-align: left;
        font-weight: normal;
    }

    .left-box-pd h3 {
        color: #ffffff;
        font-size: 33px;
        line-height: 35px;
        font-family: "Cairo", SemiBold;
        font-weight: 600;
        text-align: left;
        margin: 20px 0px;
    }

    .left-box-pd p {
        color: #ffffff;
        font-size: 16px;
        line-height: 1.5;
        font-family: "Cairo", Medium;
        font-weight: 400;
        text-align: left;
    }

    .arrowleft_margin {
        width: 40px !important;
        margin: 20px 0px;
    }

    /* css start */
    /* css end */

p.mobile_logo_text{
    color: #fff;
}

.header-white p.mobile_logo_text{
display: none;
}

.mobile-down-animation .arrows {
    width: 60px;
    height: 81px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 20px;
    z-index: 999;
    display: none;
  }
  
  .mobile-down-animation .arrows path {
    stroke: #fff;
    fill: transparent;
    stroke-width: 5px;  
    animation: arrow 2s infinite;
    -webkit-animation: arrow 2s infinite; 
  }
  
  @keyframes arrow
  {
  0% {opacity:0}
  40% {opacity:1}
  80% {opacity:0}
  100% {opacity:0}
  }
  
  @-webkit-keyframes arrow /*Safari and Chrome*/
  {
  0% {opacity:0}
  40% {opacity:1}
  80% {opacity:0}
  100% {opacity:0}
  }
  
  .mobile-down-animation .arrows path.a1 {
    animation-delay:-1s;
    -webkit-animation-delay:-1s; /* Safari å’Œ Chrome */
  }
  
  .mobile-down-animation .arrows path.a2 {
    animation-delay:-0.5s;
    -webkit-animation-delay:-0.5s; /* Safari å’Œ Chrome */
  }
  
  .mobile-down-animation .arrows path.a3 { 
    animation-delay:0s;
    -webkit-animation-delay:0s; /* Safari å’Œ Chrome */
  }

 .mobile-banner-text{
    color: #fff;
    font-family: "Poppins";
    line-height: 1.1;
    text-align: center;
    font-size: 36px;
    padding: 10px 20px;
    position: absolute;
    bottom: 15%;
    z-index: 99;
    display: none;
  }

  .Banner-text-wrapper h2 span {
font-size: 30px;
  }

.search-input .btn {
    background: #f11c1c;
    padding: 25px 28px;
    color: #024764;
    font-family: var(--primary-font3);
    font-size: 21px;
    line-height: 1;
    font-weight: 700;
    box-shadow: 0 5px 10px #0000001f;
    display: inline-block;
}
.search_wrapper-form .search-input span {
    top: 0;
    position: absolute;
    right: 0;
    width: 40px;
    margin-top: 0;
}
.search-input span img{margin-top: 11px;margin-left: 12px;}
.search-input .form-control {padding: 0.8rem 0.75rem;}
.wave-design:before {content: "";position: absolute;left:-70px;background-image: url(/images/driven-by-image.svg);width: 441px;height: 88px;top:-70px;background-repeat:no-repeat;}
.wave-design {display: flex; align-items: end; height: 100%;position: relative;}
.innovation {max-width: 75%;margin: 0 auto;}
.find-text {margin-top: 5rem;margin-left: 5rem;}
.find-text a img:hover {filter: brightness(0.5);}
.text-drivenby{padding-left: 40px;}
.search-by select {
	width: 300px;
}



 .home-product-video{margin-bottom: 1rem;}
 .social-wall-tex.testimonial{margin-top: 5rem; margin-bottom: 3rem;}
 .bestfit-fitment{position: relative; padding-bottom: 4rem;padding-top: 5rem;}
/* .bestfit-fitment img{min-height: 267px;object-fit: cover;max-height: 267px;} */
.bestfit-fitment h3{margin-bottom: 3rem;font-size: 32px;line-height: 35px;font-weight: normal;color: #000;text-align: center;text-transform: uppercase;}
.bestfit-fitment .carousel-control-prev img, .bestfit-fitment .carousel-control-next img {min-height: inherit;}
.bestfit-fitment .owl-nav .owl-prev{position: absolute;top: 50%;left: -3rem;background-image: url(../images/prev-icon.png)!important;background: center;}
.bestfit-fitment .owl-nav .owl-next{position: absolute;top: 50%;right: -3rem;background-image: url(../images/next-icon.png)!important;background: center;}
.bestfit-fitment .owl-nav button{
    /* background-color: #A50000!important; */
    width: 24px;height: 24px;border-radius: 24px; }
 .bestfit-fitment .owl-nav button span{display: none;} 
.fitment-link {text-align: center;margin-top: 2rem;}
.fitment-link a{font-size: 18px;color:#A50000;font-weight: 500;}
.bestfit-fitment .owl-dots{display: none;}
.reviews-home{background-color: #f2f2f2;padding-bottom: 5rem;}
.reviews-home h3{ font-size: 32px; line-height: 35px;  color: #000; font-weight: normal; margin-bottom: 20px; text-transform: uppercase;}
.testimonial-home {padding-bottom: 5rem;background-color: #000;}
.testimonial-home h3{font-size: 32px; line-height: 35px;  color: #fff; font-weight: normal; margin-bottom: 20px; text-transform: uppercase;}
.bestfit-fitment .icon img{min-height: auto!important;max-height: auto!important;}
.home-product-video span{color: #555555;font-family: "Cairo", Medium;}
.reviews-home .home-product-video{height: 800px;overflow-y:auto;}
body .sk-ww-google-reviews .sk-badge__title, body .sk-ww-google-reviews .sk-badge__name {
    font-size: 18px!important;}
body .sk-ww-google-reviews .sk-badge__count{font-size: 16px!important;font-family: "Cairo", Medium!important;}
body .sk-ww-google-reviews .sk-post__button p{font-size: 16px!important;font-family: "Cairo", Medium!important;}
.sk-ww-google-reviews *{font-size: 16px!important;font-family: "Cairo", Medium!important;font-weight: 400;color: #555555;}
body .sk-ww-google-reviews .sk-read-more{font-size: 16px!important;font-family: "Cairo", Medium!important;}




    /* media query start 08/08 start */
@media (max-width:767px){
   
  /*    .banner .owl-carousel .owl-stage-outer{
        height: 90vh;
     } */
    
   .home-product-video span {
    font-size: 18px;
    margin-bottom: 1rem;
    display: block;
}
    .mobile-down-animation .arrows {
        display: none;
    }
    .mobile-down-animation .mobile-banner-text{
        display: block;
    }
    .bestfit-fitment .owl-nav .owl-prev {
    top: inherit!important;
    bottom: -2.4rem;
    left: 43%;
}
    .bestfit-fitment .owl-nav .owl-next {
        top: inherit!important;
        bottom: -2.4rem;
        right: 43%;
    }
    .bestfit-fitment .owl-nav .owl-next span{font-size: 15px;}
    .bestfit-fitment .owl-nav .owl-prev span{font-size: 15px;}
    .fitment-link { margin-top: 3rem;}
    .fitment-link a {font-size: 14px;}

 }

 @media (max-width:575px){
body .sk-ww-google-reviews .sk-post__user-name {
    font-size: 14px!important;}
.sk-post__text-content{font-size: 14px!important;}
 }
.fitment-link .view-more-button {
    display: inline-block;
    padding: 8px 16px;
    background-color: #0e0202;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    border: 2px solid transparent; 
    font-size: 14px;
    transition: all 0.3s ease;
}

.fitment-link .view-more-button:hover {
    background-color: #fff;
    color: #0e0202; 
    border: 2px solid #0e0202;
}
.view-more-button{
   display: inline-block;
    padding: 8px 16px;
    background-color: #0e0202;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border-radius: 25px;
    border: 2px solid transparent; 
    transition: all 0.3s ease;    
}
.view-more-button:hover {
    background-color: #fff;
    color: #0e0202; 
    border: 2px solid #0e0202;
}
     .search-by-new {
        background: #a50000;
        padding: 70px 0px;
    }         
  .search-by-new .text-white  {
        color: #fff;
        font-size: 20px;
        line-height: 30px;
        background: transparent;
        border: 0;
        text-transform: capitalize;
        font-family: "Cairo", Medium;
        font-weight: 500;
    }
    .epc-sec .view-more-button{
    display: inline-block;
    padding: 8px 16px;
    margin-top: 2rem;
    background-color: #fff;
    color: #0e0202;
    text-decoration: none;
    border-radius: 25px;
    font-size: 14px;
    border: 2px solid transparent; 
    transition: all 0.3s ease;   
    }
    .epc-sec .view-more-button:hover{
    background-color: #0e0202;
    color: #fff; 
    border: 2px solid #fff;
} 


@media (min-width: 1024px) {
 
}

@media (max-width: 599px) {
    .search-by-new .text-white {
        font-size: 16px;
        line-height: 24px;
    }
}


.advnt-video-sec{background: #a50000;}
.advnt-video {
    background-color: #ebe9e8;
    height: 94%;
    margin-left: -24px;
    display: flex;
    flex-direction: column;
    padding-inline: 29px;
    padding-block: 30px;
    margin-top: 1rem;
    justify-content: center;
}
.advnt-video-sec video{height: 100%;}
.advnt-video li, .advnt-video p{font-family: "Cairo", Medium;font-size: 20px;margin-bottom: 15px;position: relative;}
.custom-list li::before{content: '';position: absolute;width: 6px;height: 6px;background: #000;left: -15px;top: 10px;border-radius: 50%;}
.advnt-video h3 {
    font-size: 32px;
    line-height: 35px;
    color: #000;
    font-weight: normal;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.advnt-video .icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.advnt-video .icon .shopnow-button {
    background-color: #000000;
    color: #f9f3f3;
    padding: 8px 15px;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    border: 2px solid #e5e5e5;
    border-radius: 20px;
}
.advnt-video .icon .shopnow-button:hover {background-color: #a50000;}
.find-text .icon {
    display: flex;
    align-items: center;
    justify-content: left;
}

@media(max-width: 1199px){
    .advnt-video {
    height: auto;
    margin-left: 0;
    padding-inline: 30px;
    margin-top: 0rem;
    padding-block: 30px;
}
.our-series .advnt-video h3 {
  font-size: 26px;
    line-height: 35px;
}
}
@media(max-width: 768px){
.advnt-video-sec.our-series{padding-block: 40px;}}


.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.advnt-video-sec .videoWrapper iframe {
    height: 546px;
}
@media(max-width: 1399px){
    .advnt-video-sec .videoWrapper iframe {
    height: 610px;
}}
@media(max-width: 1199px){
    .advnt-video-sec .videoWrapper iframe {
    height: 100%;
}
}


.convenince-sec{margin-bottom: 0rem;background-color: #fff;padding-top: 4rem;padding-bottom: 5rem;}
.convenince-sec figure{position: relative;}
.convenince-sec figcaption{position: absolute;right: -18rem;top: 16rem;background-color: #f6f6f6f0;padding: 3rem 4rem;}
.convenince-sec li, .convenince-sec p{ font-family: "Cairo", Medium; font-size: 20px; margin-bottom: 15px; position: relative;}
.convenince-sec h3{ font-size: 32px!important;line-height: 40px; color: #000; font-weight: normal; margin-bottom: 3rem; text-transform: uppercase;text-align: center;}
.convenince-sec .icon {display: flex; align-items: center; justify-content: left;}
.convenince-sec .icon .shopnow-button { background-color: #000000; color: #f9f3f3; padding: 8px 15px; text-decoration: none; cursor: pointer; font-size: 14px;
    display: inline-block; border: 2px solid #e5e5e5; border-radius: 20px;}
.convenince-sec .icon .shopnow-button:hover {background-color: #a50000;}
.convenince-sec .row{align-items:center;}
.convenince-sec .pl-0 {padding-left: 0px;overflow: hidden;}
.design-philosphi-sec1 .view-more-button{ background-color: #fff;color: #000;border:2px solid transparent;margin-bottom: 3rem;}
.design-philosphi-sec1 .view-more-button:hover{ background-color: transparent;color: #fff;border:2px solid #fff;}