@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins: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');
/* 
font-family: 'Playfair Display', serif;
font-family: 'Poppins', sans-serif;
/* RESET CSS START */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    overflow-x: hidden;
    position: relative;
}
:root{
    --c1:#BF3030;
    --c2:#2222;
    --dark:#191717;
    --light:#fff;
}

a, button {
 font-family: 'Poppins', sans-serif;
    transition: all .5s ease-in-out;
    text-decoration: none;
    outline: none;
    border: none;
    cursor: pointer;
}
a:hover, button:hover {
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Poppins', sans-serif;
    margin: 0;
}
p,span,small {
  font-family: 'CabinetGrotesk-Variable';
    margin: 0;
}

input,select {
  font-family: 'CabinetGrotesk-Variable';
}

ul, ul.list-inline {
    margin: 0;
    padding: 0;
}

li {
    padding: 0;
    list-style: none;
  font-family: 'CabinetGrotesk-Variable';
}


/* RESET CSS END */

/* UTILITY CSS START */

.text-uppercase {
    text-transform: uppercase !important;
}
.text-capital {
    text-transform: capitalize !important;
}
.col-center {
    margin: 0 auto;
}
/* MAIN-BTNS */

.primary-btn {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 30px;
    text-align: center;
    z-index: 1;
    border-radius: 50px;
    text-transform: capitalize;
    overflow: hidden;
    transition: all 1s ease-in-out;
    border: 2px solid;
    outline: none;
}

.primary-btn::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0%;
    height: 100%;
    transition: inherit;
    z-index: -1;
    border-radius: inherit;
    overflow: hidden;
    outline: none;
}

.primary-btn.primary-bg:hover::before {
    width: 100%;
    left: 100%;
}

.primary-btn.primary-bg {
    background: transparent;
    border-color: var(--c1);
    color: var(--c1);
}

.primary-btn.primary-bg:hover {
    color: var(--light);
    background-color: var(
    --c1);
}


.bg-primary {
    background-color: #e7ecf5 !important;
}

.bg-grey {
    background-color: #4B4B4B !important;
}


/* MAIN-HEADING */
.color-dark h2,.color-dark h3,.color-dark h4,.color-dark h5, .color-dark h6 ,.color-dark p {
    color: var(--c3-dark);
}
.color-light h2,.color-light h3,.color-light h4,.color-light h5,.color-light h6, .color-light p {
    color: var(--light) !important;
}

/* SLICK SLIDER CSS START */
.swiper {
    width: 100%;
    height: 100%;
  }
  .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: "\f053";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}
  /* .slick-prev:before{content:'\f104'}.slick-next:before{content:'\f105'}.slick-next:before,.slick-prev:before{font-size:25px;line-height:1;font-family:"Font Awesome 5 Pro";font-weight:900;opacity:1;color:#fff;background:#0064d2;display:flex;align-items:center;justify-content:center;width:40px;height:40px;transition:.8s ease-in-out;border-radius:50%;border:1px solid #fff}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:1}.slick-next,.slick-prev{position:absolute;top:50%;transform:translate(-50%)}.slick-next{right:-3%;z-index:1}.slick-prev{left:-3%;right:auto;z-index:1}.slick-dots li button:before{left:0;width:15px;height:15px;content:"";opacity:1;background:#fff;border-radius:50%}.slick-dots{bottom:-80px} */

/* SLICK SLIDER CSS END */

/* UTILITY CSS END */

/* MOBILE-MENU CSS START */
.mobile-menu,.mobile-menu .mobile-menu-body li.dropdown-li>ul.dropdown-list.dropdown-list-2{background: var(--c1);}.hamburger .hamburger-container{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;width:25px}.hamburger span:not(:last-child){margin-bottom:4px}.hamburger span{width:100%;height:3px;background:#707070;border-radius:100px;transition:.5s ease-in-out}.hamburger span:first-child{width:50%}.hamburger span:last-child{width:70%}.hamburger:hover span{width:100%}.mobile-menu{position:fixed;top:0;right:0;width: 70vw;height: 100vh;padding:30px 0;box-shadow:0 0 20px rgb(0 0 0 / 10%);z-index:100;transform:translateX(100%);transition:.5s ease-in-out}.mobile-menu .mobile-close{text-align:right}.mobile-menu .mobile-close a{display:inline-block;font-size:30px;color:#fff;transition:.8s ease-in-out;margin-right:20px}.mobile-menu .mobile-close a:hover{transform:rotate(360deg)}.mobile-menu .mobile-menu-body{max-height:100%;overflow-y:auto;padding:30px 0}.mobile-menu-body span{display:none}.mobile-menu .mobile-menu-body .navigation-list{text-align:left!important}.mobile-menu .mobile-menu-body li.dropdown-li>ul.dropdown-list>li,.mobile-menu .mobile-menu-body>.navigation-list>li{display:block;margin:0!important}.mobile-menu .mobile-menu-body>.navigation-list>li:not(:last-child)>a{border-bottom:1px solid #fff}.mobile-menu .mobile-menu-body li.dropdown-li>ul.dropdown-list>li>a,.mobile-menu .mobile-menu-body>.navigation-list>li>a{display:block;font-family:Poppins,sans-serif;font-size:13px;font-weight:500;text-transform:capitalize;color:#fff;padding:10px 20px}.mobile-menu.mobile-view{transform:translateX(0)}.mobile-menu .mobile-menu-body li.dropdown-li{position:relative}.mobile-menu .mobile-menu-body li.dropdown-li>ul.dropdown-list{display:none;background:#da0}.mobile-menu .mobile-menu-body li.dropdown-li>ul.dropdown-list.dropdown-list-1{margin-left:30px}.mobile-menu .mobile-menu-body li.dropdown-li>a>i{float:right;font-size:16px;transition:inherit}.mobile-menu .mobile-menu-body li.dropdown-li.open>a>i{transform:rotate(90deg)}
/* MOBILE-MENU CSS END */

/* content style  */

.content h1{
    font-size: 70px;
    font-weight: 700;
    color: var(--c1);
}
.content h2{
    font-size: 55px;
    font-weight: 700;
    color: var(--c1);
}
.content h3{
    font-size: 2.5vw;
    font-weight: 500;
    color: var(--dark);
}
.content h4{
    font-size: 35px;
    font-weight: 400;
    color: var(--c1);
}
.content h5{
    font-size: 24px;
    font-weight: 300;
    color: var(--c1);
}
.content h6{
    font-size: 16px;
    font-weight: 300;
    color: var(--c1);
}
.content p{
    font-size: 16px;
    font-weight: 300;
}


/* HEADER CSS START */
.container-fluid {
    width: 94%;
    margin: 0 auto;
}
.header {
    position: relative;
}
.header .logo h2 {
    color: #fff;
}
.header .top-row {
    padding: 20px 0;
    background: #063a69;
    border-bottom: 1px solid #fff;
}

.submenu a {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
}

.header .top-row .header-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header .top-row .header-social li:not(:last-child) {
    margin-right: 30px;
}

.header .top-row .header-social li:first-child {
    margin-right: 30px;
}

.header .top-row .header-social li {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.header .top-row .header-social li a {
    color: #fff;
    font-size: 20px;
}

.header .top-row .header-social li a:hover {
    color: #ddaa00;
    transform: rotate(360deg);
}

.header .bottom-row {
    padding: 20px 0 20px;
    width: 100%;
    z-index: 1;
}
.header .bottom-row .cart-list {
    text-align: end;
    position: relative;
}

.header .bottom-row .navigation-list>li:not(:last-child) {
    margin-right: 20px;
}

.header .bottom-row .navigation-list>li>a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: var(--dark);
    text-transform: capitalize;
}

.header .bottom-row .navigation-list>li>a::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 3px;
    background: var(--c1);
    transition: inherit;
}

.header .bottom-row .navigation-list>li>a:hover,
.header .bottom-row .navigation-list>li.active>a {
    color: var(--c1);
}

.header .bottom-row .navigation-list>li>a:hover::before,
.header .bottom-row .navigation-list>li.active>a::before {
    width: 100%;
}

.header .bottom-row .other-list>li:not(:last-child) {
    margin-right: 20px;
}

.header .bottom-row .other-list>li a {
    display: block;
    font-size: 18px;
    color: #fff;
    position: relative;
}

.header .bottom-row .other-list>li:not(:last-child)>a:hover {
    color: #32cd32;
}

.header .bottom-row .logo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .bottom-row .logo a {
    width: 80%;
}

.header .bottom-row .logo img {
    width: 100%;
    object-fit: cover;
}
.header-top {
    text-align: center;
    background: var(--dark);
    color: var(--light);
    padding: 10px 0;
    font-weight: bold;
}
.header .bottom-row .cart-list li a {
    font-size: 20px;
    color: var(--dark);
}

a {}
.header-logo {
    text-align: center;
}
/* HEADER CSS END */



/* BANNER-SEC CSS START */

    
    .banner-img img {
        width: 100%;
        height: 450px;
        object-fit: cover;
        background-repeat: no-repeat;
    }
    
    .banner-content {
        position: absolute;
        top: 50%;
        transform: translateY(-10%);
        width: 100%;
    }
    
   .banner-section {
    position: relative;
}
        .banner-content {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    height: 100%;
    top: 40px;
    width: 100%;
    left: 0;
}
.banner-content h1 {
    font-size: clamp(2.5rem, 8vw, 6rem);
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}
    
    .slider-caption {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: left;
        z-index: -1;
    }
    
    .main-banner-item {
        width: 60%;
        object-fit: contain;
        display: block;
        opacity: 1;
        margin: 0px 16% 0px auto;
        /* object-position: right; */
    }
    
    .main-banner-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    
    .slider-caption.content h1 span {
        display: block;
        font-size: 59px;
        font-weight: 300;
    }
    
    .banner-btn a {
        margin-right: 11px;
    }
    
    .pdy-80 {
        padding: 80px 0;
    }
    
    .slider-caption.content h1 {
        font-weight: bold;
        text-transform: uppercase;
        font-family: "Teko", sans-serif;
        line-height: 1;
        font-size: 21vw;
        color: var(--dark);
        opacity: 0.3;
    }

    .text__end {
    text-align: end;
}
    .slider-caption.content h4 {
        
font-family: "Teko", sans-serif;
        
color: var(--dark);
        
padding: 0 100px;
        
text-transform: uppercase;
        
letter-spacing: 4px;
        
padding-left: 13rem;
    }
    .main-banner-item img {
    width: 100%;
}
.bf-after:before {
    position: absolute;
    content: "";
    background: url(../images/bf-banner.png);
    width: 232px;
    opacity: 0.91;
    left: 0;
    top: 0;
    height: 931px;
    background-size: contain;
    background-repeat: no-repeat;
    right: auto;
}


.af-after:after  {
    position: absolute;
    content: "";
    background: url(../images/af-banner.png);
    width: 232px;
    opacity: 0.91;
    height: 931px;
    top: auto;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    left: auto;
    bottom: 0;
}


/* BANNER-SEC CSS END */


/* title section start  */
.section-title.content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c-button {
  color: #000;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  padding: 0.9em 1.6em;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}

.c-button--gooey {
  color: #06c8d9;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 4px solid #06c8d9;
  border-radius: 0;
  position: relative;
  transition: all 700ms ease;
}

.c-button--gooey .c-button__blobs {
  height: 100%;
  filter: url(#goo);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: -3px;
  right: -1px;
  z-index: -1;
}

.c-button--gooey .c-button__blobs div {
  background-color: #06c8d9;
  width: 34%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  transform: scale(1.4) translateY(125%) translateZ(0);
  transition: all 700ms ease;
}

.c-button--gooey .c-button__blobs div:nth-child(1) {
  left: -5%;
}

.c-button--gooey .c-button__blobs div:nth-child(2) {
  left: 30%;
  transition-delay: 60ms;
}

.c-button--gooey .c-button__blobs div:nth-child(3) {
  left: 66%;
  transition-delay: 25ms;
}

.c-button--gooey:hover {
  color: #fff;
}

.c-button--gooey:hover .c-button__blobs div {
  transform: scale(1.4) translateY(0) translateZ(0);
}
/* title section end  */
/* product-box start */
.product-box {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 20px;
    text-align: center;
    transition: 0.7s ease all;
    border-radius: 20px;
    border: 1px solid #19171757;
}

.product-img img {
    width: 100%;
    height: 180px;
    object-fit: contain;
}

.product-img {
    padding: 40px 0;
}

.product-content-title h6 {
    text-transform: uppercase;
    font-weight: bold;
    transition: 0.4s ease color;
}

.product-box:hover .product-content .product-content-title h6 {
    color: var(--c1);
}

.product-box .product-content .product-content-icon a {
    color: var(--dark);
    transition: 0.4s ease color;
}

.product-box:hover .product-content .product-content-icon a {
    color: var(--c1);
}
.section-title.content h3 {
    font-weight: bold;
    text-transform: uppercase;
}
.swiper-button-next:after {
    content: unset;
}
.swiper-button-prev:after {
    content: unset;
}
.swiper-button-next img {
    padding: 23px 18px;
    border: 0;
    box-shadow: 0px 0px 3px #000;
    border-radius: 211px;
}
.swiper-button-prev img {
    padding: 23px 18px;
    border: 0;
    box-shadow: 0px 0px 3px #000;
    border-radius: 211px;
}
section.feature-categ {
    position: relative;
    padding: 0 0 60px 0;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset,51px);
    left: auto;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: var(--swiper-navigation-sides-offset,45px);
    right: auto
}
.product-sell img {
    width: 100%;
    object-fit: contain;
    height: 270px;
}
.product-sell {
    border: 1px solid #CCCCCC;
    padding: 30px;
    border-radius: 30px;
    height: 415px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* product-box end */
/* recently section start */
.product-con h6 {
    font-size: 24px;
    padding-bottom: 15px;
    font-weight: 400;
}

.product-con span {
    font-size: 18px;
    font-weight: 700;
}
.product-con {
    margin: 20px 10px;
}
.product-btns a {
    display: block;
}

.product-btns {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
a.btn-1:hover {
    background: var(--c1);
    color: #fff;
}
a.btn-1 {
    border: 1px solid var(--c1);
    color: var(--c1);
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    padding: 12px 35px;
    text-align: center;
    z-index: 1;
    border-radius: 50px;
    overflow: hidden;
    transition: all 1s ease-in-out;
    outline: none;
}
a.btn-2 {
    background:var(--c1
                  );
    color: var(--light);
}
section.sligon-sec {
    background: var(--dark);
    padding: 30px 0;
}

.silogen-con h6 {
    font-size: 48px;
    color: var(--light);
    text-transform: uppercase;
    font-weight: 700;
}
a.primary-btn.primary-bg.silogen-btn {
    background: var(--c1);
    color: var(--light);
    text-transform: uppercase;
}
section.feature-categ.Sneakers {
    padding: 70px 0;
}
/* info-stript */
.info-strip {
  background: #111;
  padding: 40px 0;
  border-top: 5px solid #fff;
}

.info-box {
  display: flex;
  align-items: center;
  gap: 18px;
  border-right: 1px solid #c1c1c1;
  margin-bottom: 15px;
}

.info-box:last-child {
  border-right: none;
}

.info-icon {
  width: 101px;
  height: 60.19867706298828px;
  object-fit: contain;
}

.info-box h6 {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
}

.info-box p {
  margin: 0;
  font-size: 18px;
  color: #ccc;
  text-align: start;
  margin-top: 5px;
}
/* Logo-sec */
section.Logo-sec {
    background: #F5F5F5;
    padding: 90px 0;
}
.logo-img {
    width: 270px;
    height: 270px;
    background: var(--light);
    border-radius: 50%;
    line-height: 270px;
    text-align: center;
    margin: 0 auto;
}
.logo-div h6 {
    font-size: 18px;
    text-align: center;
    margin-top: 25px;
    text-transform: uppercase;
    font-weight: bold;
}
section.feature-categ.service-src {
    padding: 80px 0;
}
/* blogs */
.blog-card {
  border-radius: 12px;
  margin-top: 50px;
}
.blog-meta span img {
    margin-right: 9px;
}
.blog-meta span {
    font-weight: 400;
    font-family: 'Poppins';
}
.blog-img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 15px;
}

.blog-meta {
  display: flex;
  gap: 50px;
  font-size: 14px;
  color: var(--dark);
  margin: 10px 0 20px;
}

.blog-meta i {
  color: #d12b2b;
  margin-right: 5px;
}

.blog-title {
  font-size: 24px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.blog-desc {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
  line-height: 1.6;
  font-family: Poppins;
}

.read-more-btn {
  display: inline-block;
  background-color: var(--c1);
  color: #fff;
  padding: 8px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s ease;
}

.read-more-btn:hover {
  background-color: #b22222;
  color: var(--light);
}
section.Article-sec {
    background: #F5F5F5;
    padding: 80px 0;
}
/* Footer-start */
.main-footer {
  background: #111;
  color: #fff;
  padding: 80px 0;
  font-family: 'Poppins';
  padding-bottom: 20px;
}

.footer-top {
  margin-bottom: 100px;
}

.footer-about h4 {
  font-weight: bold;
  margin-bottom: 15px;
}

.footer-about p {
  font-size: 14px;
  margin-bottom: 20px;
}

.footer-social a {
  color: #ccc;
  font-size: 14px;
  border: 1px solid #fff;
  margin-right: 10px;
  transition: color 0.3s;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  line-height: 28px;
}

.footer-social a:hover {
  color: #fff;
}

.footer-links h6,
.footer-contact h6,
.footer-subscribe h6 {
  font-weight: bold;
  margin-bottom: 16px;
}

.footer-links ul,
.footer-contact p {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  color: #ccc;
}

.footer-links ul li a {
  color: #ccc;
  font-size: 16px;
  text-decoration: none;
  display: block;
  margin-bottom: 14px;
  transition: color 0.3s;
}

.footer-links ul li a:hover {
  color: #fff;
}

.footer-contact p i {
  margin-right: 8px;
  color: #d12b2b;
}

.footer-subscribe p {
  font-size: 16px;
  color: #ccc;
  margin-bottom: 20px;
}

.footer-subscribe form {
  display: flex;
  gap: 10px;
}

.footer-subscribe input {
  flex: 1;
  padding: 8px 12px;
  border-radius: 20px;
  border: none;
  outline: none;
}

.footer-subscribe button {
  background: #d12b2b;
  color: #fff;
  border: none;
  padding: 8px 20px;
  border-radius: 20px;
  cursor: pointer;
  font-weight: 500;
}
.main-footer p {
    font-family: 'Poppins';
}
.footer-divider {
  border-top: 2px solid #fff;
  margin: 20px 0;
}

.footer-bottom p {
  margin: 0;
  font-size: 13px;
  color: #aaa;
  font-family: 'Poppins';
}

.footer-payments img {
  height: 24px;
  margin-left: 10px;
}

/* FOOTER SECTION END */




/* pages about us start  */
.about-img img {
    width: 100%;
}
.who_we .content p {
    color: var(--dark);
    font-weight: 400;
    font-size: 20px;
    font-family: 'Poppins';
    margin-bottom: 10px;
    margin-top: 20px;
}
.who_we .content h3 {
    font-weight: bold;
    text-transform: uppercase;
}
.make-differnt {
    background: url(../images/differnt.png);
}
.make-differnt .content h3 {
    text-transform: uppercase;
}

.make-differnt .content p {
    margin: 1.5rem 0;
    font-size: 18px;
}

.make-differnt .content {
    text-align: center;
}
.make-differnt .content a.primary-bg {
    background: var(--c1);
    color: var(--light);
}

.make-differnt .content a.primary-bg:hover {
    background: transparent;
    border: 1px solid  #fff;
}
/* pages about us end */

/* testimional section start */
section.testimonial .content.content-title {
    margin-bottom: 40px;
}
.content-title h3 {
    text-transform: uppercase;
    font-weight: bold;
}

.content-title p {
    color: var(--dark);
    font-weight: 400;
    font-size: 18px;
}

.content-title {
    text-align: center;
}

section.testimonial {
    background-color: #f5f5f5;
    padding-bottom: 100px;
}
.testimional-item {
    display: flex !important;
    background: #ffff;
    gap: 2rem;
    align-items: center;
    border-radius: 30px;
    margin-right: 20px;
}

.testmoinal-content p {
    font-weight: 400;
    font-size: 18px;
    padding: 20px 0;
}

ul.start-testi li {color: #EDC70B;margin-bottom: 20px;}

.testmoinal-content h4 {
    font-weight: 500;
    font-size: 1.25vw;
}
.footer-contact p {
    margin-bottom: 10px;
    font-size: 16px;
}
.testmoinal-content span {
    font-size: 1.25vw;
}
/* testimional section end */



/* contact us page start */
.contact-form.content h3 {
    font-weight: bold;
    text-transform: uppercase;
    color: #374156;
}
.contact-form {
    border: 1px solid #ccc;
    padding: 40px;
    border-radius: 20px;
}


.contact-form .form-group .form-control {
    border-radius: 50px;
    padding: 12px 20px;
}

.contact-form .form-group textarea {
    border-radius: 20px !important;
    resize: none;
}

.contatc-form-content.content h6 {
    font-size: 20px;
    font-weight: 600;
    color: var(--dark);
    text-transform: uppercase;
    margin-bottom: 16px;
}

.contatc-form-content.content h3 ,.contatc-form-content.content h3 span {
    font-size: 2.5vw;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Poppins';
}
.contatc-form-content.content p {
    font-family: 'Poppins';
    color: var(--dark);
    font-weight: 400;
    padding-top: 15px;
    font-size: 18px;
    margin-bottom: 16px;
}

.contatc-form-content {
    padding-left: 90px;
}

li.contact__list {
    display: flex;
    gap: 2rem;
    margin-bottom: 10px;
}
.contact__list_img i {
    font-size: 46px;
    color: var(--c1);
}

li.contact__list p {
    padding-top: 0 !important;
}

li.contact__list h6 {
    font-family: "Teko";
    margin-bottom: 0 !important;
    color: #374156 !important;
}

li.contact__list p a {
    color: var(--dark);
}
ul.contact-form-list {
    padding-top: 30px;
}
/* contact us page end */


/* sell us pages s */
ul.sell-list li i {
    font-size: 30px;
    color: var(--c1);
    var(--c1:);
}

ul.sell-list li {
    font-size: 18px;
    font-weight: 700;
    display: flex;
    gap: 10px;
    align-items: center;
}
ul.sell-list {
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    gap: 4rem;
    flex-wrap: wrap;
}
ul.sell-list li span {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 600;
}
.footer-social {
    margin-bottom: 15px;
}
/* sell us pages  e*/



/* how to work section start  */
section.how-it-work {
    background: #F5F5F5;
}


/* how to work section end */

/* sell section start  */
.steps {font-family: "Teko", sans-serif;}

.steps h2 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 72px;
    font-family: "teko" , sans-serif;
    color: var(--c1);
}
.steps h4 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
}

.stes-sec {
    padding-top: 20px;
}

  .sellform {
    padding-right: 8rem;
  }

  .sellform h1 {
    font-size: 2.5vw;
    font-weight: 700;
    margin-bottom: 15px;
  }

  .sellform p {
    margin-bottom: 40px;
    color: #333;
    font-family: 'Poppins';
    font-weight: 400;
  }

  .sellform .form-control {
    border: none;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    padding-left: 0;
    background: transparent;
    box-shadow: none !important;
  }

  .sellform .form-control::placeholder {
    color: #aaa;
  }

  .calendar-img {
    width: 150px;
    margin-bottom: 25px;
  }

  .sellform .form-check {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 14px;
  }

  .submit-btn {
    background: #b92d27;
    color: #fff;
    border: none;
    padding: 14px 40px;
    font-weight: 600;
    border-radius: 30px;
    transition: 0.3s;
  }

  .submit-btn:hover {
    background: #a52622;
  }

  .map-section iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0 30px 30px 0;
  }
.map-section iframe {height: 660px;}

.sell__form {
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    padding-top: 30px;
    z-index: 6;
    background: #fff;
    position: relative;
    padding-bottom: 30px;
}

.sell__form:before {
    position: absolute;
    content: "";
    width: 25%;
    height: 100%;
    background: var(--c1);
    z-index: -1;
    right: 0;
    top: 0;
    border-radius: 0px 40px 40px 0px;
}
  .breadcrumb-item + .breadcrumb-item::before {
    content: "|";
    padding: 0 8px;
    color: #6c757d;
  }

  .crud-cum {
    padding: 10px 10px;
    background: #faf9f7;
}

.breadcrumb li a {
    color: #6c757d;
}

.breadcrumb-item.active {
    color: var(--dark);
    font-weight: 600;
    font-family: 'Poppins';
}



    .filter-section {
      padding: 20px;
      border-bottom: 1px solid #ddd;
    }

    .filter-section:last-child {
      border-bottom: none;
    }

    .filter-section h4 {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 15px;
    }

    /* Dual Range Slider */
    .range-slider {
      position: relative;
      height: 40px;
    }

    .range-slider input[type=range] {
      position: absolute;
      width: 100%;
      height: 0px;
      -webkit-appearance: none;
      background: transparent;
      pointer-events: none;
      top: 20px;
    }

    .range-slider input[type=range]::-webkit-slider-thumb {
      pointer-events: all;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: #e91e63;
      -webkit-appearance: none;
      position: relative;
      z-index: 2;
    }

    .range-slider .slider-track {
      position: absolute;
      height: 4px;
      background: #e91e63;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1;
    }

    .price-text {
      font-size: 14px;
      color: #444;
      margin-top: 10px;
    }

    .sellform .filter-section label {
      display: flex;
      align-items: center;
      margin-bottom: 10px;
      font-size: 14px;
      cursor: pointer;
    }

    .sellform .filter-section input[type=radio] {
      accent-color: crimson;
      margin-right: 10px;
    }

    .sellform .filter-section input[type=radio]:checked + span {
      font-weight: bold;
      color: #e91e63;
    }

    .sellform .filter-section .sizes {
      display: grid;
      grid-template-columns: repeat(5, 0fr);
      gap: 13px;
    }

    .size-btn {
      border: 1px solid #e91e63;
      border-radius: 50%;
      text-align: center;
      color: #e91e63;
      width: 40px;
      cursor: pointer;
      font-weight: 500;
      transition: 0.3s ease all;
      height: 40px;
      line-height: 40px;
    }

    .size-btn.active {
      background: #e91e63;
      color: white;
    }



    /* shop to us start  */
section.shop__brand .logo-div {
    margin-bottom: 4.5rem;
}

section.shop__brand .logo-div .logo-img {
    background: #F5F5F5;
    width: 460px;
    margin: 0 auto;
    height: 460px;
    line-height: 460px;
}

section.shop__brand .logo-div  h6 {
    font-size: 30px;
}
    /* shop to us end */



    /* product detail page start  */
    .pd-wrap {
	padding: 80px 0;
	font-family: 'Poppins', sans-serif;
}

.quote {
	position: absolute;
    top: -23px;
    color: #2e9da1;
    font-size: 27px;
}

.product-thumb .item img {
	height: 100px;
	width: 100%;
	border-radius: 20px;
}
.product-name {
	font-size: 2.5vw;
	font-weight: bold;
	line-height: 1.5;
	text-transform: uppercase;
}
.product-title {
    font-family: teko;
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.product-price-discount {
	font-size: 96px;
	font-weight: bold;
	padding: 10px 0;
	clear: both;
	color: var(--c1);
	line-height: 1;
	font-family: 'Poppins';
}
.product-price-discount span.line-through {
	text-decoration: line-through;
	margin-left: 10px;
	font-size: 48px;
	vertical-align: middle;
	color: #a5a5a5;
}
.display-flex {
	display: flex;
}
.align-center {
	align-items: center;
}
.product-info {
	width: 100%;
}
.reviews-counter {
    font-size: 18px;
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.reviews-counter span {
	vertical-align: -2px;
}
.rate {
    float: left;
    padding: 0 10px 0 0;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float: right;
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 27px;
    color:#ccc;
    margin-bottom: 0;
    line-height: 21px;
}
.rate:not(:checked) > label:before {
    content: '\2605';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
.product-dtl p {
	line-height: 24px;
	font-size: 18px;
	font-weight: 400;
}
.product-dtl .form-control {
	font-size: 15px;
}
.product-dtl label {
	line-height: 16px;
	font-size: 15px;
}
.form-control:focus {
	outline: none;
	box-shadow: none;
}
.product-count {
	margin-top: 15px; 
}
.product-count .qtyminus,
.product-count .qtyplus {
	width: 34px;
    height: 34px;
    background: #212529;
    text-align: center;
    font-size: 19px;
    line-height: 36px;
    color: #fff;
    cursor: pointer;
}
.product-count .qtyminus {
	border-radius: 3px 0 0 3px; 
}
.product-count .qtyplus {
	border-radius: 0 3px 3px 0; 
}
.product-count .qty {
	width: 60px;
	text-align: center;
}
.round-black-btn {
	border-radius: 4px;
	background: var(--c1);
	color: #fff;
	padding: 7px 45px;
	display: inline-block;
	margin-top: 20px;
	border: solid 2px var(--c1);
	transition: all 0.5s ease-in-out 0s;
}
.round-black-btn:hover,
.round-black-btn:focus {
	background: var(--dark);
	color: var(--light);
	text-decoration: none;
	border-color: transparent;
}

.product-info-tabs {
	margin-top: 25px; 
}
.product-info-tabs .nav-tabs {
	border-bottom: 2px solid #d8d8d8;
}
.product-info-tabs .nav-tabs .nav-item {
	margin-bottom: 0;
}
.product-info-tabs .nav-tabs .nav-link {
	border: none; 
	border-bottom: 2px solid transparent;
	color: #323232;
}
.product-info-tabs .nav-tabs .nav-item .nav-link:hover {
	border: none; 
}
.product-info-tabs .nav-tabs .nav-item.show .nav-link, 
.product-info-tabs .nav-tabs .nav-link.active, 
.product-info-tabs .nav-tabs .nav-link.active:hover {
	border: none; 
	border-bottom: 2px solid #d8d8d8;
	font-weight: bold;
}
.product-info-tabs .tab-content .tab-pane {
	padding: 30px 20px;
	font-size: 15px;
	line-height: 24px;
	color: #7a7a7a;
}
.review-form .form-group {
	clear: both;
}
.mb-20 {
	margin-bottom: 20px;
}

.review-form .rate {
	float: none;
	display: inline-block;
}
.review-heading {
	font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 6px;
    text-transform: uppercase;
    color: #000;
}
.review-form .form-control {
	font-size: 14px;
}
.review-form input.form-control {
	height: 40px;
}
.review-form textarea.form-control {
	resize: none;
}
.review-form .round-black-btn {
	text-transform: uppercase;
	cursor: pointer;
}
.product-thumb .item {
    border: 1px solid #ccc;
    margin-right: 20px;
    padding: 10px;
    border-radius: 20px;
}




div#slider {
    border: 1px solid #ccc;
    border-radius: 20px;
    margin-bottom: 20px;
}

.product-item-img img {
    width: 80%;
    margin: 0 auto;
    object-fit: contain;
    height: 600px;
}
.product__number .item-name {
    font-weight: bold;
    font-size: 18px;
}

.product__number {
    margin-top: 20px;
}

span.item-value {
    font-size: 18px;
    padding-left: 10px;
}

.product__number li {
    margin-bottom: 10px;
}
.product-dtl {
    padding-left: 30px;
}
    /* product detail page end */

.testimional-main .slick-dots {bottom: -60px;}

.testimional-main .slick-dots li.slick-active button:before {width: 20px;border-radius: 50px;height: 20px;font-size: 13px;border: 1px solid var(--c1);color: var(--c1);line-height: 20px;}

     #toggleBtn {
  display: none;
}
.Logo-sec a,.shop__brand a {
    color: var(--dark);
    transition: 0.7s ease all;
}
.Logo-sec a img,.shop__brand a img{
   
    transition: 0.7s ease all;
}

.Logo-sec a:hover img,.shop__brand a:hover img{
    transform: scale(1.1);
    color: var(--c1);
}
.Logo-sec a:hover,.shop__brand a:hover {
   
    color: var(--c1);
}

.header__logo {
    text-align: start;
    padding-left: 11px;
    margin-bottom: 20px;
}