@font-face {
    font-family: 'fty_konkrete_ncvregular';
    src: url('../fonts/ftykonkretencv-gpga-webfont.woff2') format('woff2'),
         url('../fonts/ftykonkretencv-gpga-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*--- global ---*/
:root{
    --font-teko: 'Teko', sans-serif;
    --font-fty: 'fty_konkrete_ncvregular', sans-serif;
    --font-lato: 'Lato', sans-serif;
    --fontsize-h2: 70px;
    --fontsize-h3: 38px;
    --fontsize-text: 15px;
    --color-red: #f51717;
    --color-black: #222222;
    --color-white: #ffffff;
    --container-width:1200px;
    --footer-bigtext: 20px;
    --footer-headings:40px;
    --button-radius:24px;
    --button-height:47px;
    --button-text:16px;
    --section-spacing:95px;
    --button-padding-lr:28px;
    --top-border-height:9px;
    --bc_fontsize: 60px;
    --bc-height: 150px;
    --color-grey: #f4f4f4;
}
@media(min-width:1300px){
    .container{
        max-width: var(--container-width);
    }
}

.navbar-nav .nav-link {
    color: var(--color-black);
    font-family: var(--font-teko);
    font-size: 30px;
    letter-spacing: 1px;
    padding: 0 20px !important;
    line-height: 1;
}

.navbar-nav .nav-item.active .nav-link {
    text-decoration: underline;
    text-decoration-color: var(--color-red);
}

header {
    padding-top: var(--top-border-height);;
    position: relative;
}

header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: var(--top-border-height);
    background-image: url(../img/header-top-border.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
}
/*.header-right {*/
/*    visibility: hidden;*/
/*}*/
.baner-slider .item {
    position: relative;
}

.baner-slider .item img.baner-img {
    position: relative;
    z-index: 1;
    max-height: 650px;
    object-fit: cover;
}
div#oc_wheel img {
    height: 300px;
    object-fit: contain;
}
.baner-slider .item .baner-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.themebtn{
    font-size:var(--button-text);
    font-family: var(--font-lato);
    font-weight: 900;
    color:var(--color-white);
    line-height: var(--button-height);
    border-radius: var(--button-radius);
    background-color: var(--color-red);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-left: var(--button-padding-lr);
    padding-right: var(--button-padding-lr);
    text-transform: uppercase;
}
.themebtn:hover{
    color: var(--color-white);
    text-decoration: none;
}
.themebtn img {
    width: 25px !important;
    margin-left: 10px;
}

.baner-text-holder {
    color: var(--color-white);
    max-width: 920px;
    margin: 0 auto;
}

.baner-text-holder h3 {
    display: flex;
    align-items: center;
    color: var(--color-red);
    font-family: var(--font-fty);
    font-size: var(--fontsize-h3);
    margin-bottom: 0;
}

.baner-text-holder h3 img {
    height: 30px;
    width: auto !important;
    margin-right: 15px;
}

.baner-text-holder h1 {
    font-family: var(--font-teko);
    font-size: 118px;
    font-weight: 300;
    line-height: 0.8;
    margin-top: 22px;
}

.baner-text-holder h1 span {
    font-weight: 700;
    display: block;
    margin-top: 10px;
}


.baner-slider .owl-dots {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.baner-slider.owl-theme .owl-dots .owl-dot.active span, 
.baner-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--color-red);
}

.baner-slider.owl-theme .owl-dots .owl-dot span {
    background: var(--color-white);
    margin: 5px;
    width: 15px;
    height: 15px;
}
.normal-section {
    padding-top: var(--section-spacing);
    padding-bottom: var(--section-spacing);
}

.normal-section .img-holder img {
    border-radius: 50px;
}

img {
    max-width: 100%;
}

.heading-3 {
    font-family: var(--font-fty);
    color: var(--color-red);
    font-size: var(--fontsize-h3);
    line-height: 1;
    margin: 0;
}

.heading-2 {
    font-family: var(--font-teko);
    color: var(--color-black);
    font-size: var(--fontsize-h2);
    font-weight: 700;
    line-height: 1;
    margin: 12px 0;
    position: relative;
    padding-bottom: 12px;
}

.heading-2:after {
    content: "";
    position: absolute;
    left: 4px;
    width: 95px;
    height: 3px;
    background: var(--color-red);
    bottom: 0;
    transform: skewX(322deg);
}

p {
    font-size: var(--fontsize-text);
    margin-top: 20px;
    margin-bottom: 0;
}
.pl-25{
    padding-left: 25px;
}
.pr-25{
    padding-right: 25px;
}
.galhd1{
    font-size: 40px;
    font-family:var(--font-teko);
    color: var(--color-white);
    line-height: 1;
    text-align: left; 
}
.galhd2{
        font-size: 40px;
        font-family:var(--font-teko);
        color: var(--color-white);
        line-height: 1;
        text-align: left;     
}
.gallery-slider .item {
    position: relative;
    cursor: pointer;
}

.gallery-slider .item .hover-text_gal {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(245 23 23 / 84%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    transform: scale(0);
    transition: 0.5s ease all;
}

.gallery-slider .item .hover-text_gal img {
    height: 27px;
    width: 27px;
    margin-bottom: 15px;
}

.gallery-slider .item .hover-text_gal .galhd1 {
    font-size: 20px;
    margin-bottom: 14px;
    font-family: var(--font-fty);
}

.gallery-slider .item .hover-text_gal .galhd2 {
    font-size: 40px;
    margin-bottom: 0;
    font-family: var(--font-teko);
}
.gallery-slider .item:hover .hover-text_gal {
    opacity: 1;
    transform: scale(1);
    transition: 0.5s ease all;
}
/* a.block-wrapper { */
    /* display: block; */
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    /* bottom: 0; */
/* } */
footer{
    padding:0;
    margin:0;
}
.footer-top{
    background:url('../img/footer-bg.jpg') no-repeat;
    background-position: center;
    background-size: cover;
    padding:80px 0;
}
.footer-top *{
    color: var(--color-white);
}
.footer-bottom{
    background-color:var(--color-white) ;
    padding: 25px 10px;
    font-family: var(--font-lato);
    font-size: var(--fontsize-text);
    color: var(--color-black);
}
.footer-icon{width: 25px;margin-right: 10px;margin-top: 3px;}


.ftr_col-address .add-box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}


.ftr-big {
    font-size: var(--footer-bigtext);
    text-transform: uppercase;
    font-family: var(--font-fty);
}

.add-box-inner p {
    margin-top: 5px;
}

.add-box-inner p a:hover {
    text-decoration: none;
    color: var(--color-white);
}

.footer-top h5 {
    font-family: var(--font-teko);
    font-size: var(--footer-headings);
    position: relative;
    line-height: 1;
    padding-bottom: 14px;
    margin-bottom: 22px;
}

.footer-top h5:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 63px;
    transform: skewX(-12deg);
    background: var(--color-white);
    height: 3px;
}
.footer-top h5 span{
    font-family: var(--font-lato);
}
.ftr_col-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ftr_col-list ul li a {
    font-family: var(--font-lato);
    font-size: var(--fontsize-text);
}

.ftr_col-list ul li {margin-bottom: 12px;position: relative;}

.ftr_col-list ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}
.bulet-list_icons {
    width: 14px;
    height: 14px;
    margin-right: 10px;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

.nl-form {
    margin-bottom: 30px;
}

.thm-input {
    height: var(--button-height);
    padding: 0 30px;
    width: 100%;
    border-radius: var(--button-radius);
    border: none;
    background: var(--color-white);
    color: var(--color-black);
}

.nl-form>form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nl-form .thmbtn {
    background: var(--color-red);
    width: 100%;
    border-radius: var(--button-radius);
    border: none;
    height: 40px;
    font-family: var(--font-lato);
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 13px;
    padding: 0;
}

.folow-us-footer {
    display: flex;
    align-items: center;
}

.folow-us-footer h5 {
    font-family: var(--font-teko);
    font-size: var(--footer-headings);
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.folow-us-footer h5:after {
    display: none;
}

.folow-us-footer ul.social-link {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0 0 0 0;
    margin: 0px 0 0 5px;
}

.footer-social-icon {
    height: 20px;
}

.folow-us-footer ul.social-link a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px;
}
@media(min-width:1200px){
.footer-col-3 {
    padding-right: 20px;
    padding-left: 22px;
    flex: 0 0 22%;
    max-width: 22%;
}

.footer-col-2 {
    padding-left: 46px;
    flex: 0 0 22%;
    max-width: 22%;
}

.footer-col-4 {
    flex: 0 0 30%;
    max-width: 30%;
}
}

/* start light box styling */

.ekko-lightbox .modal-body {
    padding: 0;
}

.ekko-lightbox .modal-body .ekko-lightbox-nav-overlay {width: 100vw;left: 50%;transform: translateX(-50%);padding: 0px 20px;z-index: 9;justify-content: space-between;top: 50%;height: 0px;}

.ekko-lightbox .modal-body .ekko-lightbox-nav-overlay a, .ekko-lightbox .modal-body .ekko-lightbox-nav-overlay a:hover {
    opacity: 1;
    max-width: 40px;
    flex-basis: 50px;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
}

.ekko-lightbox .modal-body .ekko-lightbox-nav-overlay a span {
    padding: 0;
    text-align: center;
}

.ekko-lightbox .modal-body .ekko-lightbox-nav-overlay a span, .ekko-lightbox .modal-body .ekko-lightbox-nav-overlay a:hover span {
    color: #fff !important;
}

/* end light box styling */
.bredcrumb{
    background-color: var(--color-black);
    background-image: url('../img/bc.jpg');
    background-repeat:  no-repeat;
    background-size: cover;
    background-position: center;
    height: var(--bc-height);
    display: flex;
    align-items: center;
    justify-content: center;

}
.bredcrumb h1{
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-size: var(--bc_fontsize);
    font-family: var(--font-fty);
    font-weight: 400;
    color: var(--color-white);
}

/* gallery page css */
.gallery-grid{
    --outer-border-width:1px;
    --outer-padding:8px;
    --radius: 5px;
}
.gallery-grid ul {
  
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.gallery-grid ul li {
    flex-basis: calc(100% / 2);
    max-width: calc(100% / 2);
}

.gallery-grid .image_wraper_holder {
    position: relative;
    cursor: pointer;
    padding: 10px;
}

.gallery-grid .image_wraper_holder .hover-text_gal{
    
    position: absolute;
    top: calc(8px + var(--outer-border-width) + var(--outer-padding));
    bottom: calc(8px + var(--outer-border-width) + var(--outer-padding));
    left: calc(8px + var(--outer-border-width) + var(--outer-padding));
    right: calc(8px + var(--outer-border-width) + var(--outer-padding));
    background: rgb(245 23 23 / 84%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    transform: scale(0);
    transition: 0.5s ease all;
    border-radius: var(--radius);
}
.gallery-grid .image_wraper_holder .hover-text_gal img {
    height: 40px;
    width: 40px;
    margin-bottom: 15px;
}
.gallery-grid .image_wraper_holder:hover .hover-text_gal {
    opacity: 1;
    transform: scale(1);
    transition: 0.5s ease all;
}
.gallery-grid .img-wrapper {
    padding: var(--outer-padding);
    border: var(--outer-border-width) solid #ddd;
    border-radius: var(--radius);
}
/* galery page end */

/* wheel page css */
.wheel-grid{
    --wheel-outer-border-width:1px;
    --wheel-outer-padding:8px;
    --wheel-radius: 5px;
}
.wheel-grid ul {
  
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.wheel-grid ul li {
    flex-basis: calc(100% / 3);
    max-width: calc(100% / 3);
}

.wheel-grid .image_wraper_holder {
    position: relative;
    cursor: pointer;
    padding: 10px;
}


.wheel-grid a {
    padding: var(--wheel-outer-padding);
    border: var(--wheel-outer-border-width) solid #ddd;
    border-radius: var(--wheel-radius);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #222;
    font-family: var(--font-fty);
}
.wheel_info_holder {
    padding: 10px;
}
.wheel-name {
    text-align: center;
    padding: 10px 15px 0 15px;
    width: 100%;
}

.wheel_info_holder .img-wrapper {
    background: var(--color-grey);
    border-radius: var(--wheel-radius);
}


.wheel-grid a:hover .wheel-name {
    color: var(--color-red);
}
/* wheel page end */
.img-showcase{
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
   
}

/*
.img-display{
    overflow: hidden;
    height: 400px;
} */

/* .img-showcase{
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
} */
/* .img-showcase img{
    min-width: 100%;
} */
/* .img-select{
    display: flex;
}
.img-item{
    margin: 0.3rem;
}
.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3){
    margin-right: 0;
}
.img-item:hover{
    opacity: 0.8;
} */

.product-detail p {
    font-size: var(--footer-bigtext);
}

.product-title {
    font-size: var(--fontsize-h2);
    font-family: var(--font-fty);
    color: (--color-black);
}

.product-desc {
    /* padding: 20px; */
    /* background: var(--color-grey); */
    margin-top: 20px;
    width: 100%;
    overflow: auto;
}

.prd_desc_table {
    width: 100%;
}

.prd_desc_table th {
    background: var(--color-red);
    color: var(--color-white);
    text-align: center;
    padding: 10px;
}

.prd_desc_table th:not(:last-child) {
    border-right: 1px solid rgb(255 255 255 / 46%);
}

.prd_desc_table td {
    color: var(--color-black);
    font-size: var(--fontsize-text);
    text-align: center;
    background: var(--color-grey);
    padding: 10px;
    border-top: 1px solid rgb(34 34 34 / 15%);
}

.prd_desc_table td:not(:last-child) {
    border-right: 1px solid rgb(34 34 34 / 15%);
}
/*------*/

  
  .product__carousel {
    display: block;
    max-width: 700px;
    margin: 1em auto 3em;
    --pd-thumbsize: 100px;
--pd_slider-height:300px;
  }
  .product__carousel a {
    display: block;
    margin-bottom: 15px;
  }
  
  .product__carousel .gallery-top {
      border: 1px solid #ebebeb;
      border-radius: 3px;
      margin-bottom: 5px;
  }
  .product__carousel .gallery-top .swiper-slide {
      position: relative;
      overflow: hidden;
  }
  .product__carousel .gallery-top .swiper-slide a {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
  }
  .product__carousel .gallery-top .swiper-slide a img {
      width: 100%;
      height: 100%;
      object-fit: contain;
  }
  .product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
      min-width: 100%;
      min-height: 100%;
  }
  .product__carousel .swiper-button-next.swiper-button-white,
  .product__carousel .swiper-button-prev.swiper-button-white {
      color: var(--color-red);
  }
  
  .product__carousel .gallery-thumbs .swiper-slide {
      position: relative;
      transition: border .15s linear;
      border: 1px solid var(--color-grey);
      border-radius: 3px;
      cursor: pointer;
      overflow: hidden;
    height: calc(100% - 2px);
  }
  .product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
      border-color: var(--color-red);
  }
  .product__carousel .gallery-thumbs .swiper-slide img {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%,-50%);
      max-width: 100%;
  }
.product__carousel .gallery-top{
    max-height: var(--pd_slider-height);
}

.product-content {
    padding-left: 50px;
    margin-bottom: 100px;
}
.swiper-container{
    height: 60px;
}
.swiper-container-free-mode>.swiper-wrapper {
    display: flex;
}

.product__carousel .gallery-thumbs .swiper-slide {
    max-width: var(--pd-thumbsize);
    max-height: var(--pd-thumbsize);
}

.product__carousel .gallery-thumbs .swiper-slide img {
    height: inherit;
}
.contact-form-wrapper>form {
    background: var(--color-grey);
    padding: 40px;
    border-radius: 40px;
    border: 4px solid #ddd;
}
.address-box h2 {
    font-family: var(--font-teko);
    color: var(--color-black);
    font-size: var(--fontsize-h2);
    font-weight: 700;
    line-height: 1;
    margin: 12px 0;
    position: relative;
    padding-bottom: 12px;
}

.address-box h2:after {
    content: "";
    position: absolute;
    left: 4px;
    width: 95px;
    height: 3px;
    background: var(--color-red);
    bottom: 0;
    transform: skewX(
322deg
);
}

.address-box-inner .add-box .ftr-big {
    font-family: var(--font-teko);
    color: var(--color-black);
    font-size: 26px;
    line-height: 1;
    margin: 0;
}


.address-box-inner .add-box {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px dashed #ddd;
    padding: 25px 15px;
}

.address-box-inner .add-box:last-child {
    border-bottom: none;
}

.address-box {
    margin-bottom: 20px;
}


.contact-form-wrapper {
    padding-right: 40px;
}
.contact-form-wrapper {
    --button-height: 30px;
}
.address-box-inner .add-box img.footer-icon {
    margin: 0 15px  0 0;
}

.address-box-inner .add-box a, .address-box-inner .add-box a:hover {
    color: var(--color-black);
    font-size: 16px;
}
.text-center .heading-2:after {
    left: 50%;
    transform: translateX(-50%);
}
.contact-form-wrapper.dealer_login_form button{
    width: 80%;
    margin-top: 10px;
}
