@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px "Poppins", sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url("../images/arrow.png") no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
}


/***** Font Files *****/

@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
}

@font-face {
    font-family: "American-Captain";
    src: url(../fonts/American-Captain.otf);
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url(../fonts/Montserrat-Regular.ttf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: "American-Captain";
    font-size: 126px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h2 {
    font-family: "American-Captain";
    font-size: 45px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: "American-Captain";
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: "American-Captain";
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "American-Captain";
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "American-Captain";
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #000;
    font-size: 15px;
    font-family: "Montserrat-Regular";
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 66px;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #393939;
    padding: 0;
    font-size: 13px;
}


/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.menuSec ul li:last-child a {
    padding-right: 0px;
}*/


/* .menuSec ul li:last-child a:after {
    display: none;
} */

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*header css start */


/*banner css start */

.carousel-item img {
    width: 100%;
    height: 100vh;
}

.banner_img img {
    position: absolute;
    left: 9%;
    height: 95vh;
    width: auto;
    bottom: -8px;
    z-index: -1;
}

.menuSection {
    padding: 15px 0;
    border-bottom: 1px solid #e5e3e0;
}

header {
    position: absolute;
    width: 100%;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    /* background: rgba(0, 0, 0, 0.1); */
    z-index: 1;
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

.banner_text h1 span {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #7d022a;
    color: #f4f3ef;
}

.banner_content {
    text-align: justify;
    padding: 0 75px;
}

.banner_content p {
    padding-bottom: 20px;
    padding-top: 11px;
    color: #8a8987;
}

.banner_content a {
    width: 136px;
    display: flex;
    justify-content: center;
    background: #7d022a;
    height: 50px;
    align-items: center;
    border-radius: 5px;
    color: #ffffffd6;
    text-transform: uppercase;
}

.banner_btn {
    display: flex;
    gap: 20px;
}

a.btn1 {
    width: 216px;
    background: unset;
    color: #7d022a;
    text-decoration: underline;
    gap: 14px;
}

a.btn1 i {
    text-decoration: none;
    color: #fff;
    background: #7d022a;
    height: 33px;
    width: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

p.para {
    padding-top: 100px;
}

.banner_text {
    padding-top: 117px;
}

.consectetur {
    text-align: start;
    background: #222223;
    padding: 19px;
    width: 200px;
    position: absolute;
    bottom: 74px;
    left: 65px;
}

.consectetur h3 {
    color: #fff;
    font-size: 63px;
}

.consectetur p {
    color: #636363;
}

.Youth {
    /* display: flex; */
    text-align: start;
    align-items: center;
    /* background: #dad8d9; */
    position: absolute;
    bottom: 58px;
    width: 25%;
    overflow: hidden;
    background-image: url(../images/Youth.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 21px 0;
    height: 30%;
}

.Youth img {
    height: 238px;
    width: 161px;
    object-fit: cover;
}

.Youth_img {
    padding: 12px;
}

.Youth_img p {
    font-size: 11px;
    line-height: 17px;
    padding-bottom: 8px;
    padding-top: 9px;
}

.Youth_img a {
    display: flex;
    align-items: center;
}


/*banner css end*/

.woman_men {
    padding: 100px 45px;
    background: #fff;
}

img.women_img {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 448px;
}

img.men_img {
    position: absolute;
    bottom: 7px;
    right: 9%;
    height: 445px;
}

.women {
    background-image: url(../images/women.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 448px;
    padding: 85px;
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.women h2 {
    font-size: 77px;
    line-height: 75px;
    color: #fff;
    width: 328px;
}

.women h2 span {
    background: #fff;
    color: #7d022a;
    padding: 0px 31px 0 0;
    width: 360px;
    display: flex;
}

.women p {
    color: #f5f5f5;
    width: 46%;
    padding-top: 17px;
    padding-bottom: 11px;
    font-size: 11px;
}

.women a {
    width: 121px;
    height: 50px;
    background: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #7d022a;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 5px;
}

.men {
    background-image: url(../images/men.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    padding: 84px;
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.men h2 {
    font-size: 77px;
    line-height: 75px;
    color: #fff;
    width: 328px;
}

.men h2 span {
    background: #fff;
    color: #7d022a;
    padding: 0px 31px 0 0;
    display: flex;
    width: 349px;
}

.men p {
    color: #f5f5f5;
    width: 42%;
    padding-top: 17px;
    padding-bottom: 10px;
    font-size: 10px;
}

.men a {
    width: 121px;
    height: 50px;
    background: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #7d022a;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 5px;
}

.Product img {
    height: 305px;
    width: 100%;
    object-fit: cover;
    border-radius: 0 0 10px 10px;
}

.Product_txt {
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px;
    padding-top: 11px;
    align-items: center;
    border-bottom: 1px solid #7c7c7c40;
}

.Best_Sellers {
    padding: 0px 50px 100px 50px;
    background: #fff;
}

.Product_txt span i {
    color: #f3971e;
}

.Product_btn {
    display: flex;
    justify-content: space-between;
    padding-top: 16px;
    align-items: center;
}

.Product_btn a {
    background: #7d022a;
    color: #fff;
    width: 133px;
    height: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.Product_btn span {
    border: 1px solid #7c7c7c;
    padding: 11px;
    color: #7d022a;
    font-family: 'American-Captain';
    font-size: 22px;
}

.product_content {
    /* border: 1px solid #7c7c7c; */
    padding: 20px 14px 26px;
}

.Product {
    overflow: hidden;
    border: 1px solid #7c7c7c7a;
}

.Best_Sellers_content h2 {
    font-size: 100px;
    color: #202020;
}

.Best_Sellers_content p {
    font-size: 13px;
    color: #7c7c7c;
}

.Made_for_Modern {
    position: relative;
    background-image: url(../images/modern.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 100px 0;
}

.Modern_img {
    position: absolute;
    top: -30px;
    right: 0;
}

.Modern_img img {
    height: 800px;
    width: 756px;
    object-fit: cover;
}

.Modern_text h2 {
    font-size: 101px;
    line-height: 84px;
    padding-bottom: 22px;
    color: #222222;
}

.Modern_text h2 span {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #7d022a;
    color: #f4f3ef;
}

.Modern_text p {
    font-size: 13px;
    padding-bottom: 14px;
}

.Modern_text a {
    background: #7d022a;
    color: #fff;
    width: 183px;
    height: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.Explore_our_Collection {
    padding: 100px 0;
}

.Collection h1 {
    font-size: 90px;
}

.faq-container {
    padding: 78px 0;
}

.faq-container {
    width: 100%;
    max-width: 900px;
    margin: auto;
}

.faq-item {
    background: #f1f1f1;
    margin-bottom: 12px;
    border-radius: 40px;
    padding: 4px 0;
}

.faq-header {
    width: 100%;
    background: transparent;
    border: none;
    text-align: left;
    padding: 20px 30px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-family: 'Barlow-Medium';
}

.faq-header:focus {
    outline: none;
    box-shadow: none;
}

.faq-icon {
    font-size: 24px;
    font-weight: 900;
    transition: 0.3s ease;
}

.faq-body {
    padding: 0 30px 20px 30px;
    font-size: 15px;
    margin-top: -10px;
}


/* Change icon dynamically */

.faq-header.collapsed .faq-icon {
    content: "+";
}

.faq-header:not(.collapsed) .faq-icon {
    content: "-";
}

.turck {
    padding: 100px 0;
}

.turck_text h1 {
    font-size: 43px;
}

.turck_input input {
    width: 99%;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #7c7c7c;
}

.turck_input input::placeholder {
    padding-left: 15px;
    color: #7c7c7c;
    font-size: 13px;
}

.turck_input button {
    color: #fff !important;
    background-image: linear-gradient(to bottom, #90c357, #1e9950);
    width: 111px;
    height: 50px;
    border-radius: 27px;
    border: unset;
    margin-left: -114px;
}

.background_turck {
    background-color: #f2f2f2;
    padding: 23px 0;
    border-radius: 30px;
}

.turcking_map iframe {
    width: 100%;
    border-radius: 15px;
    height: 500px;
}

.turcking_map {
    padding-top: 30px;
}

.Pickup_Details {
    border: 1px solid #7c7c7c;
    border-radius: 22px;
    padding: 21px 29px;
    margin-top: 25px;
}

.Pickup_Details h3 {
    font-family: 'Barlow-Medium';
    font-weight: 200;
    text-transform: uppercase;
    padding-bottom: 13px;
}

.Pickup_Details p {
    border-bottom: 1px solid #7c7c7c;
    padding-bottom: 11px;
    padding-top: 3px;
}

.Todays_Route {
    border: 1px solid #7c7c7c;
    border-radius: 23px;
    padding: 21px;
    margin-top: 16px;
}

.Todays_Route h4 {
    font-family: 'Barlow-Medium';
    font-size: 28px;
}

p.para {
    border: unset;
}

.Service_Alerts {
    padding: 26px;
    border: 1px solid #7c7c7c;
    border-radius: 22px;
    margin-top: 16px;
}

.Service_Alerts h4 {
    font-family: 'Barlow-Medium';
    font-size: 28px;
    padding-bottom: 11px;
}

.Service_Alerts a {
    color: #fff !important;
    background-image: linear-gradient(to bottom, #90c357, #1e9950);
    width: 364px;
    height: 50px;
    border-radius: 27px;
    border: unset;
    text-align: center;
    padding-top: 11px;
}

.Exciting_New {
    padding: 0 0 100px;
}

.Exciting {
    background-image: linear-gradient(to bottom, #90c357, #1e9950);
    padding: 50px;
    border-radius: 50px;
    overflow: hidden;
}

.Exciting_New_img img {
    height: 525px;
    position: absolute;
    overflow: hidden;
    right: 0;
    top: -142px;
}

.Exciting_New_img {
    position: relative;
}

.Exciting_New_text h2 {
    font-family: 'Barlow-Medium';
    color: #fff;
    font-size: 40px;
    font-weight: normal;
}

.Exciting_New_text p {
    font-size: 9px;
    color: #fff;
    font-weight: 300;
    line-height: 17px;
    padding-top: 13px;
    padding-bottom: 13px;
}

.Exciting_New_text a {
    width: 143px;
    background-color: #fff;
    text-align: center;
    height: 45px;
    padding-top: 10px;
    border-radius: 54px;
    color: #000;
    text-transform: unset;
    font-weight: 400;
}

a.button:hover {
    box-shadow: inset 0px 0px 0px 2px #2e9f51;
    background: #fff;
    color: #55b171 !important;
    /* transform: scale(1.1) translate(0px, -10px); */
}

.theme-btn::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    margin: auto;
    background: #000;
    border-radius: 0;
    z-index: -1;
    transition: .5s all;
}

.theme-btn:hover::before {
    width: 100%;
    height: 100%;
}

.theme-btn {
    position: relative;
    z-index: 2;
    border: 0;
}

.theme-btn:hover {
    color: #fff;
}

.how_it_card:hover {
    box-shadow: 0 0 17px 2px #6f6f6f;
}

.main-heading {
    font-size: 60px;
    font-weight: 900;
    letter-spacing: 2px;
}

.custom-acc {
    background: #f2f2f2;
    margin-bottom: 15px;
    border: none;
}

.accordion-button {
    background: #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
}

.accordion-button::after {
    display: none;
}

.num {
    width: 60px;
    font-weight: 800;
    font-size: 30px;
}

.title {
    flex: 1;
    text-align: center;
    font-size: 25px;
}

.plus {
    font-size: 41px;
    font-weight: 800;
    font-family: 'Montserrat-Regular';
}

.accordion-body {
    background: #fafafa;
    padding: 40px;
}

.fqs_img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.fqs_text h5 {
    font-size: 37px;
}

.fqs_text p {
    padding-top: 21px;
    padding-bottom: 75px;
}

.fqs_text h6 {
    font-size: 31px;
}

.fqs_text strong {
    font-size: 23px;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background: unset;
}

body {
    margin: 0;
    font-family: arial;
    background: #f3f3f3;
}

.container {
    width: 1200px;
    margin: auto;
}

.fitness-sec {
    padding: 80px 0;
}

.fitness-wrap {
    position: relative;
    display: flex;
    align-items: center;
    gap: 60px;
}


/* Big Image */

.big-img img {
    width: 350px;
    height: 500px;
    object-fit: cover;
}


/* Cards */

.card {
    position: absolute;
    width: 260px;
}

.card img {
    width: 100%;
    display: block;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
    color: #fff;
}

.overlay h4 {
    margin: 0 0 10px;
    font-size: 18px;
    letter-spacing: 1px;
    color: #fff;
}

.overlay p {
    font-size: 14px;
    color: #fff;
    display: none;
}

.overlay a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    font-size: 13px;
    display: none;
}


/* Positions */

.card-center {
    left: 420px;
    top: 60px;
}

.card-bottom {
    right: 150px;
    bottom: -40px;
}

.card-top {
    right: -527px;
    top: -111px;
    position: relative;
}

.big-img {
    position: relative;
}

.Popular h2 {
    font-size: 80px;
}

.fit:hover p {
    display: block;
}

.fit:hover a {
    display: inline-block;
}


/*testimonials sect*/

.client-img img {
    width: 100px;
    height: 103px;
    object-fit: cover;
    /* box-shadow: 0 0 13px 1px #808080bf; */
    margin: 20px 0 0 0;
}

.client-img {
    display: flex;
    align-items: center;
    position: absolute;
    top: -89px;
    left: -48px;
    /* background: black; */
    /* width: 120%; */
}

.client-detail {
    position: relative;
}

ul.test-bk::before {
    position: absolute;
    content: "";
    background: #22211d;
    height: 58px;
    width: 282px;
    z-index: -1;
    border-radius: 7px;
    left: -4px;
    top: -11px;
}

ul.test-bk {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
    gap: 47px;
    padding: 0 6px;
    justify-content: center;
}

.testi_slider .slick-slide {
    transform: scale(0.7);
    transition: all 0.4s ease-in-out;
}

.testi_slider .slick-current {
    transform: scale(1.2);
    /* background-color: #000000;*/
}

.testi_slider .slick-slide {
    opacity: 1;
}

.testimonial-box::before {
    position: absolute;
    content: "";
    background: url(../images/quote.png);
    top: 53px;
    height: 69px;
    width: 88px;
    background-repeat: no-repeat;
    top: 38%;
}

.testimonial-box {
    border: solid 0.5px #00000017;
    margin-top: 18%;
    margin-bottom: 8%;
    padding: 35px 10px;
    border-radius: 20px;
    position: relative;
    z-index: 0;
}

ul.test-bk li {
    font-size: 14px;
    color: #fff;
    font-family: 'Montserrat-Regular';
    text-transform: uppercase;
    line-height: 16px;
}

span.test-font {
    font-size: 11px;
}

.test-cont {
    margin-top: 14%;
}


/*.test-cont p {
    font-family: 'Montserrat-ExtraLight';
    line-height: 21px;
    font-weight: 600;
}
*/

.testi_slider .slick-next:before {
    position: absolute;
    content: '';
    background-image: url(../images/next.png);
    background-repeat: no-repeat;
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -12px;
    left: -3px;
    background-size: contain;
    background-position: center;
}

.testi_slider .slick-prev:before {
    position: absolute;
    content: '';
    background-image: url(../images/prev.png);
    background-repeat: no-repeat;
    width: 59px;
    background-size: contain;
    height: 49px;
    left: 16px;
}

.testi_slider .slick-prev:hover::before,
.testi_slider .slick-next:hover::before {
    /* filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(93deg) brightness(105%) contrast(105%); */
}

.testi_slider .slick-next:hover {
    border: 0;
}

.testi_slider .slick-prev:hover {
    border: 0;
}

.testi_slider .slick-next {
    /* right: 45%; */
    /* height: 52px; */
    /* width: 57px; */
    display: grid;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    right: 0;
    padding: 0;
}

.testi_slider .slick-prev {
    left: 45%;
    /* height: 45px; */
    /* width: 50px; */
    display: grid;
    justify-content: center;
    align-items: center;
    /* background-color: #fff; */
    /* border: 1px solid #4d2468; */
    border-radius: 6px;
    left: -15px;
}

.test-head {
    text-align: center;
}

.test-head p {
    font-weight: 600;
    color: #0000009e;
    padding-top: 10px;
}

.slick-slide.slick-current.slick-active.slick-center ul.test-bk::before {
    background: #1b1b1b;
    width: 313px;
}

.slick-slide.slick-current.slick-active.slick-center ul.test-bk li {
    font-size: 12px;
}

.slick-slide.slick-current.slick-active.slick-center ul.test-bk {
    gap: 95px;
}

ul.test-bk li {
    font-size: 15px;
    color: #fff;
    font-family: 'Montserrat';
    text-transform: uppercase;
    line-height: 16px;
}

ul.test-bk li i {
    font-size: 10px;
    color: #f87f06;
}

span.rat {
    font-size: 20px;
    font-family: 'Montserrat';
}

.test-head h2 {
    font-size: 75px;
}


/*testimonials end*/


/*Footer Start*/

.text-ft-about ul li a {
    font-size: 15px;
    color: #adb5bd;
}

.text-ft-about p {
    font-weight: 500;
    color: #adb5bd;
    padding-top: 23px;
    padding-bottom: 12px;
}

.social-icons-ft ul {
    display: flex;
    gap: 10px;
    /* margin-left: 50px; */
    margin-bottom: 30px;
    margin-top: 22px;
}

.social-icons-ft ul li {
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icons-ft ul li a {
    font-size: 15px;
    color: #fff;
}

.quicklinks-ft ul li a {
    font-size: 14px;
    color: #adb5bd;
    font-weight: 400;
    text-transform: capitalize;
}

.quicklinks-ft ul li {
    margin-bottom: 4px;
}

.quicklinks-ft {
    margin-left: 50px;
    padding-top: 16px;
}

.pg-ft-links-main {
    margin-left: 50px;
}

footer {
    padding: 100px 0px 30px;
    background: #1b1b1b;
}

.heading-footer h3 {
    color: #ffffff;
    position: relative;
    font-weight: 400;
}

.text-ft-about ul li a span {
    color: #adb5bd;
    margin-right: 5px;
}

.ft-bottom-text p {
    margin-bottom: 0px;
    text-align: center;
    color: #605d5c;
}

.ft-bottom-text {
    background: #1b1b1b;
    border-top: 1px solid #3f3835;
    padding: 11px 0px;
}

.quicklinks-ft ul li a:hover {
    margin-left: 10px;
    color: #7d022a;
}

.heading-footer h3:before {
    position: absolute;
    content: '';
    background: #fff;
    left: 0;
    width: 60px;
    height: 2px;
    bottom: -8px;
    border-radius: 1px;
}

.social-icons-ft ul li:hover {
    background: #7d022a;
    border-color: #7d022a;
}

.heading-footer a {
    padding-top: 25px;
    font-size: 25px;
    color: #fff;
    font-family: 'Montserrat-Regular';
    font-weight: 600;
    padding-bottom: 27px;
}

.text-ft-about {
    padding-bottom: 25px;
}

.payment-img {
    margin-left: 50px;
    width: 170px;
    margin-top: 21px;
}

.header-btn {
    text-align: center;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 18px;
    border-left: 1px solid #e5e3e0;
}

.header-btn a {
    color: #7c7c7c;
    font-size: 19px;
}

a.shopping_bag {
    background: #7d022a;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fffffff2;
}


/*Footer End*/

section.collection-sec {
    padding: 51px;
    background: #fff;
}

.Popular_Items {
    padding: 100px 0;
}

section.testimonials {
    background: #fff;
}