@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&family=Roboto:ital,wght@1,100&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat: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&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&family=Roboto:ital,wght@1,100&display=swap");
/* @import url("https://fonts.cdnfonts.com/css/generica-2"); */
@import url("https://fonts.cdnfonts.com/css/segoe-ui-4");

@font-face {
    font-family: "Generica";
    src: url("../fonts/Generica.otf");
}

@font-face {
    font-family: "Generica-bold";
    src: url("../fonts/Generica\ Bold.otf");
}

:root {
    --first-color: #f32122;
    --secon-color: #000000;
    --third-color: #142841;
    --forth-color: #fff;
    --font-primary: "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
        "Helvetica", "Arial", sans-serif;
    --font-secondary: "Generica-bold";
    --Generica-bold: "Generica-bold";
    --font-third: "Segoe UI", sans-serif;
    --font-fourth: "Montserrat", sans-serif;
}

@font-face {
    font-family: "Segoe UI Bold";
    src: url("../fonts/Segoe\ UI\ Bold.ttf");
}

body {
    background-color: #fff;
    font-family: var(--font-primary);
    color: var(--third-color);
    overflow-x: hidden;
}

p {
    font-size: 15px;
    font-weight: 200;
    font-family: var(--font-fourth);
    color: var(--secon-color);
    line-height: 1.5em;
}

/* .btn-content {
  background: rgb(172,174,176);
  background: linear-gradient(90deg, rgba(205,205,205,1) 0%, rgba(229,229,229,1) 14%, rgba(189,189,189,1) 35%, rgba(155,155,155,1) 57%, rgba(196,196,196,1) 79%, rgba(229,229,229,1) 90%, rgba(158,158,158,1) 100%);
  border-radius: 25px;
  padding: 8px 30px;
  color: #0F0F0F;
  font-size: 14px;
  font-weight: 600;
  font-family: "Segoe UI Bold";
  letter-spacing: 3px;
  border-width: 2px;
  border-style: solid;
  border-image: linear-gradient(90deg, rgba(167,125,43,1) 0%, rgba(228,198,85,1) 14%, rgba(182,140,46,1) 23%, rgba(140,91,33,1) 36%, rgba(128,85,28,1) 49%, rgba(115,71,21,1) 77%, rgba(228,198,85,1) 95%, rgba(45,28,13,1) 100%);
  border: 2px solid;
  box-sizing: border-box;
  text-decoration: none;
  transition: 2s;
  text-align: center;
  text-transform: uppercase;
}
.btn-content:hover{
	 background: rgb(240,226,108); 
	border-width: 2px;
	border-style: solid;
	text-decoration: none;
	color: #0F0F0F;
	background: rgb(167,125,43);
background: linear-gradient(90deg, rgba(167,125,43,1) 0%, rgba(228,198,85,1) 14%, rgba(182,140,46,1) 23%, rgba(140,91,33,1) 36%, rgba(128,85,28,1) 49%, rgba(115,71,21,1) 77%, rgba(228,198,85,1) 95%, rgba(45,28,13,1) 100%);
	border: 2px solid;
	box-sizing: border-box;
	border-radius: 50em;
  transition: 2s;
  text-decoration: none;
} */
.nav-list {
    display: flex;
}

.nav-sec .nav-list li a {
    position: relative;
}

/*header .nav-list ul li a {*/
/*  color: #fff;*/
/*  padding: 0;*/
/*}*/

.nav-sec .nav-list li a .count {
    background: #000;
    color: #fff;
    width: 15px;
    position: absolute;
    right: -6px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    z-index: 9;
}

.btn-header {
    white-space: nowrap;
    color: #ffffff;
    padding: 11px 20px;
    border: 1px solid;
    background-image: linear-gradient(
        to right,
        #3f3f3f,
        #222222,
        #090909,
        #000000,
        #040404,
        #121212,
        #292929,
        #3d3d3d
    );
    border-radius: 25px;
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(
            to right,
            90deg,
            rgba(205, 205, 205, 1) 0%,
            rgba(229, 229, 229, 1) 14%,
            rgba(189, 189, 189, 1) 35%,
            rgba(155, 155, 155, 1) 57%,
            rgba(196, 196, 196, 1) 79%,
            rgba(229, 229, 229, 1) 90%,
            rgba(158, 158, 158, 1) 100%
        )
        1;
    font-size: 14px;
    font-family: "Segoe UI Bold";
    border: 2px solid;
    box-sizing: border-box;
    transition: 2s;
    cursor: pointer;
}

.btn-header:hover {
    background: rgb(205, 205, 205);
    background: linear-gradient(
        90deg,
        rgba(205, 205, 205, 1) 0%,
        rgba(229, 229, 229, 1) 14%,
        rgba(189, 189, 189, 1) 35%,
        rgba(155, 155, 155, 1) 57%,
        rgba(196, 196, 196, 1) 79%,
        rgba(229, 229, 229, 1) 90%,
        rgba(158, 158, 158, 1) 100%
    );
    color: #000000;
    text-decoration: none;
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(
            to right,
            #3f3f3f,
            #222222,
            #090909,
            #000000,
            #040404,
            #121212,
            #292929,
            #3d3d3d
        )
        1;
    border-radius: 50em;
    border: 2px solid;
    box-sizing: border-box;
    transition: 2s;
}

.text-lower-case {
    text-transform: lowercase !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-secondary) !important;
}

a {
    font-family: var(--font-third);
}

/* *********************** Begin of header section***************** */
.nav-sec .nav-list .profile-wrapper {
    display: flex;
    align-items: center;
    padding-left: 3px;
}

.nav-sec .nav-list .profile-wrapper .profile-img-wrapper img {
    border: 3px solid #d29f45;
    height: 48px;
    width: 48px;
    object-fit: cover;
    border-radius: 50%;
}

.nav-sec .nav-list .profile-wrapper .profile-img-wrapper figure {
    margin: 0px;
}

.nav-sec .nav-list .profile-wrapper .profile-content-wrapper h4 {
    font-family: "Montserrat";
    font-size: 12px;
    font-weight: 500;
    color: #000000;
    margin: 0px;
}

.nav-sec .nav-list .profile-wrapper .profile-content-wrapper a {
    color: #d29f45;
    text-decoration: underline;
    font-weight: 700;
    font-size: 14px;
    font-family: "Segoe UI Bold";
}

header {
    position: absolute;
    z-index: 1;
    width: 100%;
    background-color: transparent;
    top: 0%;
}

header.active {
    background-color: #333132;
}

header .mobile-header {
    width: 30%;
    height: 100%;
    position: fixed;
    background: #000;
    top: 0;
    z-index: 1;
    right: 0;
    padding-top: 30px;
    transition: 0.7s;
    transform: translateX(100%);
}

header .nav-sec .img-fluid {
    width: 80%;
}

header .mobile-header.show {
    transform: translateX(0%);
}

header .mobile-header ul.mobile-nav {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

header .mobile-header .cancel {
    background: #fff;
    width: 35px;
    text-align: center;
    height: 35px;
    line-height: 55px;
    margin: 0px 20px 20px auto;
}

header .mobile-header ul.mobile-nav li.nav-item {
    padding: 10px 0;
    border: 0;
    border-bottom: 1px solid #dddddd4a;
}
header .mobile-header ul.mobile-nav li.nav-item a {
    color: #fff;
    font-size: 16px;
    padding: 0 20px;
    font-family: "Montserrat";
    text-transform: capitalize;
    font-weight: 500;
}

.nav-list .canvas-icon {
    display: none;
}

.nav-list .fa-search {
    margin-left: 26px;
}

header .nav-sec .dropdown-menu {
    border: 2px solid #cd8a2f;
    border-radius: 0px;
    padding: 10px;
}

header .nav-sec .dropdown-menu a.dropdown-item {
    color: #000000;
    font-family: "Montserrat";
    font-size: 13px;
    border-bottom: 1px solid #c4c4c4;
    line-height: 2;
    padding: 4px 7px;
    font-weight: 600;
}

header .nav-sec .dropdown-menu a.dropdown-item:last-child {
    border: 0px;
}

header .nav-sec .dropdown-menu a.dropdown-item:active {
    background: transparent;
}

header .nav-sec .dropdown-toggle::after {
    display: none;
}

header li.dropdown:hover .dropdown-menu {
    display: block;
}

header .nav-sec .dropdown-menu a.dropdown-item.active {
    background: #d29f45;
    color: #fff;
}

.nav-sec .nav-list li i.fa.fa-heart-o {
    font-weight: 400;
    font-size: 19px;
    line-height: 1.6;
}

/* *********************** end of of header section***************** */
/* ********Begin of navbar********** */
.nav-list ul {
    display: flex;
    list-style: none;
    padding: 0px;
    justify-content: center;
    align-items: center;
}

.nav-list ul li a {
    font-size: 11px;
    color: #000;
    text-transform: uppercase;
    margin-right: 15px;
    text-decoration: none;
    font-weight: 500;
    font-family: "Montserrat";
    /* margin: 0px; */
}

.nav-list ul .dropdown a.nav-link {
    line-height: initial;
    margin-top: 3px;
}

.nav-sec .nav-list .profile-wrapper .profile-content-wrapper {
    margin-left: 8px;
}

.nav-list ul li a.active {
    color: #d29f45;
}

section.nav-sec {
    padding-top: 30px;
}

section.nav-sec .row {
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .nav-list .canvas-icon {
        display: block;
    }
    .nav-list ul {
        display: none;
    }
    .nav-list .canvas-icon i {
        font-size: 20px;
        background: #000;
        padding: 4px 4px;
        border: 1px solid;
        outline: 3px solid #000;
    }
}
@media (max-width: 800px) {
    header .mobile-header ul.mobile-nav li.nav-item a img {
        filter: invert(1);
    }
    header .mobile-header .icons-wrapper ul li {
        border-bottom: 0px !important;
        border-left: 1px solid #dddddd4a !important;
    }

    header .mobile-header .icons-wrapper ul li:first-child {
        border: 0px !important;
    }
    header .mobile-header .icons-wrapper ul {
        padding: 0px;
        list-style: none;
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }
    header .mobile-header {
        width: 57%;
        overflow-y: scroll;
    }
    header .mobile-header #accordion .card {
        background: transparent;
    }
    header .mobile-header #accordion .card .card-header {
        background: transparent;
        padding: 11px 20px;
    }
    header .mobile-header #accordion .card .card-header button.btn.btn-link {
        padding: 0px;
        font-family: "Montserrat";
        color: #fff;
        font-weight: 500;
        width: 100%;
        text-align: left;
        text-decoration: none;
        display: flex;
        justify-content: space-between;
    }
    header .mobile-header ul.mobile-nav li #accordion .card-body ul {
        list-style: none !important;
        padding: 0px;
    }
    header .mobile-header ul.mobile-nav li #accordion .card-body ul li {
        border: 0px;
    }
    header .mobile-header ul.mobile-nav li #accordion .card-body {
        padding: 10px;
        background: #1e1e1e;
    }
    header .mobile-header #accordion {
        border-bottom: 1px solid #dddddd4a;
    }
    header
        .mobile-header
        #accordion
        .card
        .card-header
        button.btn.btn-link::after {
        content: "\f2d1";
        font-family: "FontAwesome";
        font-weight: 300 !important;
    }
    header .mobile-header #accordion .card .card-header button:focus {
        box-shadow: none;
    }
    header .mobile-header ul.mobile-nav li.nav-item span.count {
        position: absolute;
        right: 0px;
        background: #d29f45;
        display: block;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        text-align: center;
        top: -2px;
        color: #000;
        font-size: 13px;
    }

    header .mobile-header ul.mobile-nav li.nav-item {
        position: relative;
    }
}
/* responsive starts here */
@media (max-width: 1100px) {
    header .container {
        width: 1000px;
        margin: 0px;
    }
    .nav-list ul li a {
        margin-right: 12px;
    }
}
@media (max-width: 1024px) {
    header .btn-header {
        font-size: 10px;
        padding: 7px 9px;
    }
}
@media (max-width: 800px) {
    header .nav-list {
        justify-content: space-evenly;
    }
}
@media (max-width: 480px) {
    header .container {
        width: 100%;
        margin: 0px;
    }
    header .mobile-header {
        width: 100%;
    }
}
/* responsive ends here */
/* ******** End of Begin of navbar********** */

/* ********Begin of banner-section */
.car-caption-flex {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.car-caption h3 {
    font-size: 20px;
    color: #ffffff;
    font-family: "Montserrat";
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 200;
}

.car-caption h2 {
    font-size: 73px;
    color: #ffffff;
    font-weight: 800;
    margin: 0;
}

div#carouselExampleControls video {
    filter: brightness(0.6);
    object-fit: cover;
}

.car-caption p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0;
    line-height: 1px;
    padding-bottom: 50px;
}

.car-caption {
    text-align: center;
    margin: 0;
}

.car-caption h4 {
    font-size: 44px;
    color: #d29f45;
    font-weight: 800;
    text-transform: capitalize;
}

/* ***********End of banner-section******* */

/* **************Collection section********** */
.collection-heading a {
    font-size: 14px;
    color: #ffffff;
    background-color: #d29f45;
    padding: 8px 32px;
    text-transform: uppercase;
    transition: 1s;
    text-decoration: none;
}

.collection-heading a:hover {
    background-color: transparent;
    border: 1px solid #d29f45;
    color: #d29f45;
}

.collection-heading {
    text-align: center;
}

.collection-heading h2 {
    font-size: 86px;
    color: #000000;
    font-weight: 800;
    letter-spacing: 1px;
    margin: 0;
    padding: 40px 0px;
    text-transform: capitalize;
}

.collec-stars ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

section.collection-sec {
    padding-bottom: 70px;
    padding-top: 40px;
}

.collec-stars ul li a i {
    color: #d29f45;
    padding-right: 10px;
}

.collec-img img {
    width: 100%;
    position: relative;
}

.collec-text {
    position: absolute;
    bottom: 28px;
    left: 30px;
}

.collec-text h4 {
    font-size: 16px;
    color: #ffffff;
    font-family: "Montserrat";
    margin: 0;
    font-weight: 700;
}

.collec-text h3 {
    font-size: 25px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Montserrat";
}

.collec-text h5 {
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Montserrat";
    text-transform: uppercase;
}

.collec-text p {
    font-size: 12px;
    color: #ffffff;
    font-weight: normal;
    margin: 0;
    font-family: "Montserrat";
}

.collec-text h2 {
    font-size: 36px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Montserrat";
}

.collec-an a {
    background-color: #ffffff;
    color: #d29f45;
    font-weight: bold;
    padding: 6px 32px;
}

.collec-text h2 {
    font-size: 36px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Montserrat";
    padding-bottom: 12px;
}

.collec-text {
    position: absolute;
    bottom: 28px;
    left: 30px;
    opacity: 0;
    transition: 0.6s;
}

.collection:hover .collec-text {
    opacity: 1;
}

section.collection-sec .row {
    padding: 15px;
}

/* **************End of Collection section********** */

/* ***********Begin of Customize Section*************** */
/* .custom-sec .custom-heading h2 {
	font-family: "Generica";
	font-size: 24px;
	color: #d29f45;
} */
.shop-banner.only-for-shop-page .shop-banner-content-wrapper h2 {
    /* font-family: "Generica"; */
    font-size: 52px;
    font-weight: 700;
    color: #000000;
}

.custom-sec .custom-heading h2 {
    /* font-family: "Generica"; */
    font-size: 24px;
    color: #ffffff;
    text-transform: capitalize;
}

.custom-sec .custom-heading h2 span {
    color: #d29f45;
}

.custom-sec .coutomizz-list-wrapper ul {
    padding-left: 21px;
    margin-bottom: 33px;
}

.custom-sec .coutomizz-list-wrapper ul li {
    color: #fff;
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: 400;
    padding: 1px 0px;
    line-height: 1.8;
}

.custom-sec .coutomizz-list-wrapper ul li span {
    margin-left: 22px;
}

.custom-sec .coutomizz-list-wrapper ul li::marker {
    color: #d29f45;
}

.custom-img img {
    width: auto;
}

.custom-text a {
    cursor: pointer;
}

.custom-text a i {
    display: block;
    color: #53575b;
    font-size: 25px;
    margin: 20px 0px;
    border: 1px solid;
    border-radius: 90px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.custom-text h5 {
    font-size: 16px;
    color: #121214;
    font-family: "Montserrat";
    font-weight: 700;
}

.custom-text h4 {
    font-size: 16px;
    color: #3f3f41;
    font-family: "Montserrat";
    font-weight: 700;
}

.custom-sec .single-product-wrapper img {
    mix-blend-mode: multiply;
}

.custom-case {
    background: #f7f7f7;
    padding: 98px 34px 0px 34px;
    /* padding-top: 63px; */
}

.custom-sec .look-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 88px 0px 30px 0px;
}

.custom-sec .look-wrapper .LookInside h6 {
    margin-top: 0;
    margin-right: 28px;
}

.custom-sec .look-wrapper .Clickimage h6 {
    opacity: 0.7;
    margin-left: 28px;
}

.custom-sec .look-wrapper h6 {
    margin: 0px;
    color: #121214;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 700;
}

.custom-sec .look-wrapper button i {
    font-size: 21px;
}

.custom-sec .look-wrapper button {
    background: transparent;
    height: 44px;
    width: 44px;
    border: 2px solid #262626;
    color: #262626;
    border-radius: 50%;
    margin: 0px 5px;
}

.custom-sec .look-wrapper .heading-wrapper {
    margin: 0px 20px;
}

.custom-sec .custom-case .single-product-wrapper .single-content-wrapper h6 {
    color: #5e5e5e;
    font-size: 17px;
    font-weight: 600;
    font-family: "Montserrat";
}

.custom-sec .pro-wrapper {
    display: flex;
    align-items: flex-end;
}

.custom-sec .custom-case .single-product-wrapper .single-content-wrapper {
    border-top: 1px solid #ababab;
    padding: 12px 14px;
}

.custom-sec .custom-case .single-product-wrapper {
    flex: 0 0 33%;
}

.custom-sec .custom-case .single-product-wrapper .single-content-wrapper {
    border-top: 1px solid #ababab;
    padding: 27px 0px 12px 20px;
}

.custom-heading h2 {
    font-size: 86px;
    color: #ffffff;
    font-weight: 700;
    margin: 0;
    padding-top: 50px;
    padding-bottom: 50px;
}

.measure {
    display: flex;
    justify-content: space-evenly;
    padding-top: 15px;
}

.head h3 {
    font-size: 26px;
    color: #ffffff;
    font-family: "Montserrat";
    font-weight: 700;
}

.head h5 {
    font-size: 18px;
    color: #ffffff;
    font-family: "Montserrat";
    font-weight: 700;
}

.three-head h3 {
    font-size: 18px;
    color: #ffffff;
    font-family: "Montserrat";
    font-weight: 700;
}

.three-head-type p {
    font-size: 18px;
    color: #ffffff;
    font-family: "Montserrat";
    font-weight: 400;
    margin: 0;
}

/* .for-back {
	background-color: #000000;
} */
section.custom-sec .col-md-6 {
    padding: 0;
}

section.custom-sec {
    padding: 0px 0px 0px 0px;
    background: #f7f7f7;
}

.custom-sec .btn-wrapper .btn {
    padding: 13px 32px;
    font-size: 10px;
    letter-spacing: 2px;
}

.sample-color h5 {
    font-size: 20px;
    color: #ffffff;
    font-family: "Montserrat";
    font-weight: 700;
    text-transform: capitalize;
}

.color-variation .label_container span.checkmark .label {
    width: 20px;
    height: 20px;
    border-radius: unset;
    margin-right: 10px;
    border: 1px solid #ffffff;
}

.radio-color-btn input[type="radio"] {
    display: none;
}

.custom-all {
    position: relative;
    left: 0;
    /* right: 60px; */
    padding-top: 0px !important;
    padding-top: 0;
    background-color: #000000;
    padding: 50px 80px;
    top: 110px;
    left: 0;
}

.head {
    padding-top: 50px;
}

.center.slick-initialized.slick-slider h3 {
    color: #ffffff;
}
.custom-arrow h3 {
    font-size: 16px;
    color: #ffffff;
    font-family: "Montserrat";
}
/* responsive starts here */
@media (max-width: 1100px) {
    .shop-banner.only-for-shop-page .shop-banner-content-wrapper h2 {
        font-size: 46px;
        margin-bottom: 30px;
    }
    .custom-sec .custom-heading h2 {
        font-size: 22px;
    }
}
@media (max-width: 1024px) {
    .custom-all {
        padding: 50px 56px;
    }
}
@media (max-width: 800px) {
    .custom-all {
        padding: 49px 16px;
    }

    .custom-case {
        padding: 50px 0px 0px 0px;
    }
    .custom-sec .look-wrapper {
        padding: 30px 0px 30px 0px;
        align-items: center;
    }
    .custom-sec .look-wrapper .heading-wrapper {
        margin: 0px 20px;
        flex: 0 0 30%;
    }
    .custom-sec .look-wrapper .magnifer-wrapper {
        flex: 0 0 30%;
        display: flex;
        justify-content: flex-start;
    }
}
/* responsive ends here */
/* *************End of Customize Section******************* */

/* *****************Begin of Picture Section*********** */
.all-pics {
    display: flex;
}

section.pics-sec {
    padding: 30px 0px;
}

.pic1 img {
    filter: grayscale(1);
}

.all-pics {
    border-bottom: 1px solid #efefef;
}

/* *****************End of Begin of Picture Section*********** */
/* product sec starts here */
.product-sec .col-lg-3 {
    padding-right: 0px;
}

.product-sec {
    padding: 100px 0px;
    background-color: #f7f7f7;
}

.product-sec .container-fluid {
    margin: 0px 75px;
}

.product-sec .content-wrapper h2 {
    color: #000000;
    font-weight: 700;
    font-size: 44px;
    text-align: center;
    /* font-family: "Generica"; */
    text-transform: capitalize;
}

.product-sec .content-wrapper h2:nth-child(2) {
    text-transform: uppercase;
}

.product-sec .content-wrapper h2 span {
    color: #d29f45;
}

.product-card-wrapper {
    background: #fff;
    padding: 10px;
    border: 2px solid #c4c4c4;
    text-align: center;
    box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 22%);
    -moz-box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.22);
    margin: 6px 0px;
    width: 90%;
    margin: 0px auto 20px;
    height: 420px;
}

.product-card-wrapper .product-content-wrapper {
    text-align: center;
}

.product-card-wrapper .product-content-wrapper h3 {
    color: #5e5e5e;
    font-size: 19px;
    font-weight: 700;
    font-family: "Montserrat";
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-card-wrapper .product-content-wrapper h6 {
    color: #5e5e5e;
    font-size: 16px;
    /* font-family: "Montserrat"; */
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 35px;
}

.product-card-wrapper .product-content-wrapper h4 {
    color: #5e5e5e;
    font-size: 30px;
    font-family: "Montserrat";
    font-weight: 700;
}

.product-card-wrapper .btn-wrapper a.btn {
    background: #d29f45;
    border-radius: 0px;
    padding: 9px 47px;
    border: 2px solid #000;
    color: #f7f7f7;
    font-size: 14px;
    font-weight: 700;
    font-family: "Segoe UI Bold";
}

.product-card-wrapper .btn-wrapper {
    text-align: center;
    padding-top: 40px;
}

.product-sec a {
    text-decoration: none;
}

.product-sec .btn-wrapper {
    text-align: center;
    padding: 50px 0px;
}

.product-sec .btn-wrapper a.btn {
    letter-spacing: 2px;
    font-weight: 700;
    padding: 12px 58px;
    font-size: 13px;
}

.product-sec .content-wrapper h3 {
    color: #000000;
    /* font-family: "Generica"; */
    font-weight: 700;
    font-size: 44px;
    text-align: center;
    margin-top: 44px;
}

.product-card-wrapper .product-img-wrapper img {
    height: 266px;
    object-fit: contain;
}

/* responsive starts here */
@media (max-width: 1100px) {
    .product-sec .content-wrapper h2 {
        font-size: 35px;
    }
    .product-card-wrapper {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .product-sec .content-wrapper h2 {
        font-size: 30px;
    }
    .product-sec .container-fluid {
        margin: 0px 12px;
    }
    .product-sec .col-lg-3 {
        padding-right: 15px;
    }
}
@media (max-width: 414px) {
    .product-sec .content-wrapper h2 {
        font-size: 28px;
    }
}
/* responsive ends here */
/* product sec End here */
/* easypack css starts here */
.easypack-sec {
    background: #f5f5f5;
    padding: 60px 0px;
}

.easypack-sec .container-fluid {
    margin: 0px 80px;
}

.easypack-sec .img-wrapper {
    margin: 0px auto;
    text-align: center;
}

.easypack-sec .img-wrapper img {
    max-width: 80%;
}

.easypack-sec .content-wrapper h2 {
    /* font-family: "Generica"; */
    font-weight: 700;
    color: #000000;
    font-size: 44px;
    text-align: center;
}

.easypack-sec .content-wrapper h2 span {
    color: #d29f45;
}

.contact-sec input#exampleInputEmail1::placeholder {
    color: #606060;
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 500;
}

/* easypack css End here */
/* *******************Begin of Blog Section********************* */
.blog-text h2 {
    font-size: 22px;
    color: #6b6b6b;
    font-weight: 700;
    font-family: "Montserrat";
    letter-spacing: 1px;
}

.blog-1 p {
    font-size: 12px;
    color: #868686;
    font-weight: 400;
    margin: 0;
    padding-left: 30px;
}

.blog-1 {
    display: flex;
    align-items: center;
}

.blog-btn a {
    /* background-color: #d29f45; */
    padding: 10px 46px;
    /* color: #ffffffff; */
    text-transform: uppercase;
    line-height: 40px;
    transition: 1s;
    text-decoration: none;
    /* border: 1px solid #d29f45; */
}

/* .blog-btn a:hover {
  background-color: transparent;
  border: 1px solid #d29f45;
  color: #d29f45;
} */
.blog-col-2 h3 {
    font-size: 24px;
    color: #6b6b6b;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: "Montserrat";
}

section.blog-sec .row {
    display: flex;
    align-items: center;
}

.blog-1 img {
    width: auto;
    padding-bottom: 20px;
}

section.blog-sec {
    padding: 80px 0px;
}

/* *******************Begin of Blog Section********************* */

/* **********************Begin of Contact******************* */
.contact-head h2 {
    font-size: 38px;
    color: #575757;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 13px;
    font-family: "Generica" !important;
}

.contact-icon:nth-child(2) ul {
    margin: 0px;
}

.contact-icon:nth-child(2) ul li img {
    margin-bottom: 0px;
}

.contact-head p {
    font-size: 12px;
    color: b7b7b7;
    color: #b7b7b7;
    font-family: "Montserrat";
    font-weight: 400;
}

.contact-icon ul {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;
}

/* .contact-icon ul li a {
  background-color: #d29f45;
  margin: 0px 12px;
  padding: 10px 14px;
  color: #fff;
  border-radius: 50px;
  display: block;
  width: 44px;
} */
.contact-icon ul li a img,
.contact-icon ul li a span {
    margin-right: 26px;
    margin-bottom: 13px;
    max-width: 37px;
    border-radius: 50%;
    display: block;
}

.contact-icon ul li a span {
    background-color: #d29f45;
    width: 37px;
    height: 37px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.contact-icon ul li a span i {
    font-size: 25px;
    color: #fff;
}

.contact-sec input#exampleInputEmail1 {
    border: none;
    border-bottom: 1px solid #606060;
    border-radius: unset;
    background: transparent;
}

/* .contact-sec button.btn.btn-primary {
  width: 100%;
  border-radius: unset;
  background-color: #d29f45;
  border: 1px solid #d29f45;
  text-transform: uppercase;
  transition: 1s;
  border: 2px solid #000;
  padding: 10px 47px;
}
.contact-sec button.btn.btn-primary:hover {
  background-color: transparent;
  color: #d29f45;
} */
section.contact-sec {
    padding: 50px 0px;
    background: whitesmoke;
}

.contact-sec .contact-form .form-group {
    margin: 37px 0px;
}

.for-border {
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}

/* **********************End of Begin of Contact******************* */
/* reviews starts here */
.review-sec .content-wrapper h2 {
    text-align: center;
    font-family: "Generica";
    font-size: 44px;
    color: #000;
    font-weight: 700;
}

.review-sec .slider-row {
    padding-top: 46px;
}

.review-sec {
    padding: 170px 0px;
}

.review-sec .reviews-card-wrapper {
    border: 2px solid #c4c4c4;
    padding: 27px 24px;
    text-align: center;
    height: 400px;
}

/*.review-sec .slick-track {*/
/*  width: 100% !important;*/
/*}*/
.review-sec .reviews-card-wrapper .review-img-wrapper img {
    height: 212px;
    width: 212px;
    object-fit: cover;
    margin: 0 auto;
}

.review-sec .reviews-card-wrapper .review-content-wrapper p {
    color: #5e5e5e;
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.review-sec .reviews-card-wrapper .review-content-wrapper h4 {
    font-family: "Montserrat";
    color: #5e5e5e;
    font-size: 24px;
    font-weight: 700;
    margin-top: 40px;
}

.review-sec .reviews-card-wrapper .review-content-wrapper h6 {
    font-family: "Montserrat";
    color: #5e5e5e;
    font-size: 16px;
    font-weight: 700;
}

.review-sec .slick-dots li button:before {
    font-size: 16px !important;
}

.review-sec .slick-dots li.slick-active button:before {
    color: #d29f45 !important;
}

.review-sec .slick-dots {
    position: relative;
    top: 45px;
}
@media (max-width: 480px) {
    .review-sec {
        overflow-x: hidden;
    }
    .review-sec .reviews-card-wrapper {
        margin-bottom: 30px;
    }
}
/* reviews End here */
/* *************************Begin of Footer section******************* */
footer .footer-widget-5 h4 {
    text-align: inherit;
}

footer .container {
    width: 1300px;
}

footer .footer-widget-1-wrapper .logo-content-wrapper p {
    font-weight: 500;
    color: #010101;
    font-size: 13px;
}

footer .footer-head ul {
    padding: 0px;
}

footer .footer-head h4 {
    text-align: start;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 600;
}

footer .social-wrapper a {
    display: flex;
    align-items: center;
}

footer .social-wrapper a span {
    line-height: 1.5;
    font-family: "Montserrat";
    font-size: 13px;
    color: #000000;
    font-weight: 400;
}

footer .social-wrapper li {
    margin-bottom: 15px;
}

footer .social-wrapper li a i {
    color: #d29f45;
    margin-right: 11px;
    /* font-size: 17px; */
}

.footer-head h4 {
    font-size: 15px;
    color: #6b6b6b;
    font-weight: 400;
    font-family: "Montserrat";
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 22px;
}

.footer-head ul li a {
    font-size: 13px;
    color: #000000;
    font-family: "Montserrat";
    line-height: 40px;
    font-weight: 400;
}

.footer-head ul {
    list-style: none;
}

.footer-icons ul {
    display: flex;
    list-style: none;
    padding: 0;
    padding-left: 0;
}

.footer-icons ul li a {
    background-color: TRANSPARENT;
    margin-right: 10px;
    padding: 4px 5px;
    border-radius: 50%;
    color: #d29f45;
    font-size: 18px;
    height: 80px;
}

.for-news .form-group .form-control {
    height: 53px;
}

.for-news p {
    font-size: 12px;
    color: #000;
    font-family: "Montserrat";
    font-weight: 400;
    /* padding-bottom: 22px; */
}

footer input#exampleInputEmail1 {
    position: relative;
    border-radius: unset;
    background-color: #f1f1f1;
    border: navajowhite;
    padding: 16px 10px;
}

footer .social-wrapper li ruby {
    position: relative;
}

footer .social-wrapper li ruby::after {
    border: 1px solid #d29f45;
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 21%;
    left: -30%;
}

footer .social-wrapper li a i.fa.fa-map-marker {
    margin-right: 18px;
}

footer input#exampleInputEmail1::placeholder {
    color: #6b6b6b !important;
    font-size: 10px;
    font-family: "Montserrat";
    font-weight: 700 !important;
}

footer i.fa-solid.fa-paper-plane {
    position: absolute;
    top: 85px;
    right: 18px;
    background-color: #d29f45;
    border: 1px solid #000;
    border-radius: 100%;
    background-image: linear-gradient(
        to right,
        #3f3f3f,
        #222222,
        #090909,
        #000000,
        #040404,
        #121212,
        #292929,
        #3d3d3d
    );
    border-style: solid;
    border-image: linear-gradient(
            to right,
            90deg,
            rgba(205, 205, 205, 1) 0%,
            rgba(229, 229, 229, 1) 14%,
            rgba(189, 189, 189, 1) 35%,
            rgba(155, 155, 155, 1) 57%,
            rgba(196, 196, 196, 1) 79%,
            rgba(229, 229, 229, 1) 90%,
            rgba(158, 158, 158, 1) 100%
        )
        1;
    box-sizing: border-box;
    width: 45px;
    height: 45px;
    font-family: "FontAwesome";
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 17px;
    padding: 0px 0px 2px 10px;
    transition: 2s;
}

footer i.fa-solid.fa-paper-plane:hover {
    background: rgb(205, 205, 205);
    background: linear-gradient(
        90deg,
        rgba(205, 205, 205, 1) 0%,
        rgba(229, 229, 229, 1) 14%,
        rgba(189, 189, 189, 1) 35%,
        rgba(155, 155, 155, 1) 57%,
        rgba(196, 196, 196, 1) 79%,
        rgba(229, 229, 229, 1) 90%,
        rgba(158, 158, 158, 1) 100%
    );
    border-image: linear-gradient(
            to right,
            #3f3f3f,
            #222222,
            #090909,
            #000000,
            #040404,
            #121212,
            #292929,
            #3d3d3d
        )
        1;
    border: 1px solid;
    box-sizing: border-box;
    color: #000000;
    transition: 2s;
}

/* footer .i.fa-solid.fa-paper-plane {
  width: 44px;
  padding: 9px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'FontAwesome';
}  */
.footer-icons {
    padding-top: 26px;
}

.footer-icons ul li a i {
    width: 18px;
}

footer {
    padding: 60px 0px 60px 0px;
}

.footer-head ul li a:hover {
    text-decoration: none;
}

footer .footer-widget-1-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}

footer .footer-menu-1 ul li a,
footer .footer-menu-2 ul li a {
    line-height: 2;
}

footer .copyright {
    border-top: 1px solid #dbdbdb;
    padding-top: 30px;
    margin-top: 30px;
    padding-bottom: 40px;
}

footer input#exampleInputEmail1::placeholder {
    font-size: 10px;
    color: #e0e0e0;
    font-family: "Montserrat";
    letter-spacing: 2px;
    font-weight: 800;
    text-transform: uppercase;
}

footer .footer-logo-wrapper {
    margin-top: 30px;
}

footer .copyright-wrapper ul {
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin: 0px;
}

footer .copyright-wrapper {
    width: 361px;
    margin: 0px auto;
    margin-right: 0px;
}

footer .copyright-wrapper ul li a {
    color: #000000;
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 500;
}

footer .content-wrapper p {
    color: #010101;
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 400;
}
/* responsive starts here */
@media (max-width: 1280px) {
    footer .container {
        width: 1206px;
    }
}
/* responsive ends here */
/* *************************End of Footer section******************* */

/* ***********Begin Of Copyright********************** */
.terms ul {
    display: flex;
    list-style: none;
    padding: 0;
}

.terms ul li a {
    font-size: 13px;
    color: #e1e1e1;
    padding-right: 20px;
    font-weight: 700;
}

.terms {
    padding-top: 10px;
    float: right;
}

.copy-img {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.copy-img p {
    font-size: 13px;
    color: #e1e1e1;
    padding-right: 20px;
    margin: 0;
    font-weight: 700;
}

.copy-right .row {
    display: flex;
    align-items: center;
}

section.custom-sec .col-md-5 {
    padding: 0;
}

/* *************End of Copy Right******************** */

/* ************************Responsive****************** */
@media (max-width: 1150px) {
    .nav-list ul li a {
        font-size: 10px;
    }

    .custom-all {
        left: 89px;
    }

    .contact-head h2 {
        font-size: 44px;
    }

    .for-news p {
        font-size: 12px;
    }

    /* .contact-head h2 {
  font-size: 44px;
  color: #575757;
  font-weight: 400;
  text-transform: capitalize;
} */
}
@media (max-width: 1100px) {
    .custom-all {
        left: 0px !important;
    }
}
@media (max-width: 1024px) {
    .contact-head h2 {
        font-size: 32px;
    }
}
@media (max-width: 768px) {
    .nav-list ul li a {
        font-size: 7px;
    }
    .car-caption-flex {
        bottom: 580px;
    }
    .car-caption h2 {
        font-size: 50px;
    }
    .car-caption p {
        font-size: 15px;
        padding-bottom: 30px;
    }
    .custom-all {
        left: 56px;
    }
    .custom-heading h2 {
        font-size: 52px;
    }
    .head h3 {
        font-size: 18px;
    }
    .three-head h3 {
        font-size: 14px;
    }
    .three-head-type p {
        font-size: 14px;
    }
    .custom-img img {
        width: 66%;
    }
    .custom-text h4 {
        font-size: 13px;
    }
    .blog-1 p {
        font-size: 11px;
        padding-left: 17px;
    }
    .contact-head h2 {
        font-size: 30px;
    }
    .footer-head ul {
        padding: 0;
    }
    .footer-head h4 {
        font-size: 10px;
        text-align: inherit;
    }
    .contact-icon ul li a {
        margin: 0px 5px;
    }
    .footer-head ul li a {
        line-height: 30px;
    }
    .copy-img p {
        font-size: 7px;
    }
    .terms ul li a {
        font-size: 10px;
    }
    footer svg.bi.bi-arrow-right {
        top: 75px;
    }
    .head {
        padding-top: 25px;
    }
}
@media (max-width: 480px) {
    .collection-heading h2 {
        font-size: 45px;
    }
    .car-caption h3 {
        font-size: 12px;
    }
    .car-caption h2 {
        font-size: 30px;
    }
    .custom-heading h2 {
        font-size: 40px;
    }
    .car-caption-flex {
        bottom: 370px;
    }
    .car-caption img {
        width: 160px;
    }
    .car-caption p {
        font-size: 7px;
        padding-bottom: 10px;
    }
    footer svg.bi.bi-arrow-right {
        top: 56px;
    }
    section.custom-sec .col-md-6 {
        padding: 10px;
    }
    .custom-all {
        top: 0px;
    }
    .custom-sec
        .custom-case
        .single-product-wrapper
        .single-content-wrapper
        h6 {
        font-size: 15px;
    }
    .measure {
        justify-content: unset;
    }
    .nav-list .canvas-icon {
        position: relative;
        bottom: 3px;
    }
    section.nav-sec img {
        width: 100px !important;
    }
    header .mobile-header ul.mobile-nav li.nav-item a {
        font-size: 16px;
        text-transform: capitalize;
    }
    .contact-sec .contact-form .form-group {
        margin: 5px 0px;
    }
    .contact-sec .contact-form .form-btn {
        margin-top: 21px;
    }
    .contact-sec .contact-form .form-btn button {
        width: 100%;
    }
    .contact-icon ul li {
        line-height: 1;
    }
    .contact-icon ul li a {
        line-height: 1;
    }
    .contact-icon ul li a img {
        margin-bottom: 0px;
    }
    .contact-sec .contact-icon ul {
        margin-bottom: 0px;
    }
    .contact-sec .contact-head {
        text-align: center;
    }
    footer .container {
        width: 100%;
    }
    footer .social-wrapper li ruby::after {
        top: 10%;
        left: -26%;
    }
    .easypack-sec .content-wrapper h2 {
        font-size: 32px;
    }
    .product-card-wrapper .product-img-wrapper img {
        margin: 0px auto;
    }
}
/* ************************End of Responsive****************** */
.nav-link {
    display: block;
    padding: 0 !important;
}
