@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    overflow-x: hidden;
    word-break: break-word;
    color: var(--textColor);
    font: 15px/25px 'Montserrat', sans-serif;
}

:root {
    --black: #000;
    --white: #fff;
    --textColor: #333333;
    --themeColor: #5a4532;
    --headingColor: #191919;
    --headingColor2: #101010;
}

a {
    text-decoration: none;
    white-space: initial;
    display: inline-block;
    color: var(--textColor);
}

a:hover,
a:focus {
    text-decoration: none;
    color: var(--themeColor);
}

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: 'AGENCYB';
    src: url(../fonts/AGENCYB.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 {
    margin: 0 0 0px;
    font-weight: 500;
    font-size: 120px;
    color: var(--white);
    font-family: 'AGENCYB';
}

h2 {
    font-size: 85px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--black);
    font-family: 'AGENCYB';
}

h3 {
    font-size: 40px;
    margin: 0 0 0px;
    font-weight: 600;
    color: var(--black);
    font-family: 'AGENCYB';
}

h4 {
    font-size: 24px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--black);
    font-family: 'AGENCYB';
}

h5 {
    font-size: 16px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--black);
    font-family: 'AGENCYB';
}

h6 {
    font-size: 14px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--black);
    font-family: 'Montserrat';
}

p {
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    color: var(--themeColor);
    font-family: 'Montserrat';
}

.add-padding {
    width: 100%;
    margin: 0px auto;
    max-width: 1500px;
}

.theme-btn-1 {
    gap: 10px;
    display: flex;
    color: #fff;
    font-size: 14px;
    border-width: 1px;
    width: max-content;
    border-style: solid;
    border-radius: 50px;
    align-items: center;
    transition: ease-in-out;
    justify-content: center;
    font-family: 'Montserrat';
    text-transform: uppercase;
    transition-duration: 0.5s;
    padding: 6px 6px 6px 15px;
    border-color: rgb(255, 255, 255);
    background-color: var(--themeColor);
    box-shadow: 0px 11px 14px 0px rgba(34, 37, 68, 0.18);
}

.theme-btn-1 span {
    width: 45px;
    height: 45px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--white);
}

.theme-btn-1 span img {
    width: 13px;
    margin: 0px;
    height: 10px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7449%) hue-rotate(218deg) brightness(116%) contrast(111%);
}

.theme-btn-1 span i {
    font-size: 20px;
    transition: ease-in-out;
    color: var(--themeColor);
    transition-duration: 0.5s;
}

.theme-btn-1:hover {
    color: var(--white);
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--black);
}

.theme-btn-1:hover span {
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.theme-btn-1:hover span i {
    color: var(--white);
    transition: ease-in;
    transition-duration: 0.5s;
}

.section-heading {
    text-align: center;
    margin-bottom: 25px;
}

.section-heading h2 {
    margin-bottom: 15px;
}

.section-heading p {
    width: 80%;
    margin: auto;
    max-width: 600px;
}


/*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: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    font-size: 12px;
    font-weight: 600;
    padding: 25px 10px;
    position: relative;
    color: var(--white);
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
}

.menuSec ul li a::before {
    left: 0px;
    width: 0px;
    content: '';
    height: 3px;
    bottom: -21px;
    position: absolute;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--white);
}

.menuSec ul li a.active::before,
.menuSec ul li a:hover::before {
    width: 100%;
    transition: ease-in;
    transition-duration: 0.5s;
}

.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: var(--white);
}

.menuSec li:hover>ul {
    left: 0px;
    top: 38px;
    width: 230px;
    z-index: 1000;
    display: block;
    text-align: left;
    position: absolute;
    background-color: #000000;
}

.menuSection {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 20px 4%;
    position: fixed;
    transition: ease-in;
    transition-duration: 0.5s;
}

.menuSection .row {
    align-items: center;
}

.menuSection::before {
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    z-index: -1;
    bottom: 0px;
    height: 1px;
    content: '';
    opacity: 0.5;
    position: absolute;
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--white);
}

.header-btn ul {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-btn ul li a {
    width: 45px;
    height: 45px;
    display: flex;
    font-size: 20px;
    border-radius: 50%;
    color: var(--white);
    align-items: center;
    transition: ease-in-out;
    justify-content: center;
    transition-duration: 0.5s;
    border: 1px solid var(--white);
}

.header-btn ul li a:hover {
    transition: ease-in;
    color: var(--themeColor);
    transition-duration: 0.5s;
    border-color: var(--white);
    background-color: var(--white);
}

.header-logo {
    height: 21px;
    width: fit-content;
}

.header-logo a,
.header-logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.menuSection.HeaderBoxfixed {
    position: fixed;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.menuSection.HeaderBoxfixed::before {
    opacity: 1;
    height: 100%;
    transition: ease-in-out;
    transition-duration: 0.5s;
    backdrop-filter: blur(8px);
    background-color: #ffffffc2;
    box-shadow: 0px -7px 32px -2px #00000080;
}

.menuSection.HeaderBoxfixed .menuSec ul li a {
    color: var(--black);
}

.menuSection.HeaderBoxfixed .header-btn ul li a {
    color: var(--black);
    border: 1px solid var(--black);
}

.menuSection.HeaderBoxfixed .header-btn ul li a:hover {
    color: var(--white);
    background-color: var(--black);
}

.menuSection.HeaderBoxfixed .header-logo a img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(99%) saturate(5%) hue-rotate(191deg) brightness(90%) contrast(100%);
}

.menuSection.HeaderBoxfixed .menuSec ul li a::before {
    background-color: var(--black);
}

/*header css start */

/* Search Box */

.search-box {
    gap: 10px;
    width: 90%;
    display: flex;
    max-width: 500px;
    padding: 20px 30px;
    position: relative;
    align-items: center;
    border-radius: 10px;
    background: var(--white);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

.search-input {
    flex: 1;
    padding: 10px 15px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    outline: none;
}

.search-btn {
    border: none;
    cursor: pointer;
    transition: 0.3s;
    color: var(--white);
    border-radius: 6px;
    padding: 10px 20px;
    background: var(--headingColor);
}

.search-btn:hover {
    background: var(--headingColor2);
}

.close-btn {
    position: absolute;
    top: -9px;
    right: -9px;
    width: 30px;
    height: 30px;
    display: flex;
    cursor: pointer;
    font-size: 14px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: var(--white);
    color: var(--headingColor2);
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.12);
}

.search-popup {
    position: fixed;
    inset: 0;
    display: none;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(2px);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Search Box */

/*banner css start */

.main_slider {
    overflow: hidden;
    padding: 0px 4%;
    position: relative;
}

.main_slider::before {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    content: '';
    opacity: 0.9;
    height: 100%;
    position: absolute;
    background-color: var(--themeColor);
}

.main_slider .add-padding {
    z-index: 1;
    display: flex;
    min-height: 850px;
    padding: 100px 0px;
    position: relative;
    align-items: flex-end;
    justify-content: center;
}

.main_slider .add-padding::before {
    top: 0;
    width: 67%;
    z-index: -1;
    content: '';
    right: -20px;
    opacity: 0.9;
    height: 100%;
    position: absolute;
    transform: scaleY(1.5);
    filter: brightness(1.5);
    border-radius: 450px 0px 0px 450px;
    background-color: var(--headingColor2);
}

.bannerSlider {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
}

.bannerSlider .slick-slide {
    margin: 0px 0px;
}

.bannerSlider .slick-list,
.bannerSlider .slick-track,
.bannerSlider .slick-slide {
    height: 100%;
}

.banner_img {
    width: 100%;
    height: 550px;
}

.banner_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.banner_text h1 {
    margin-bottom: 10px;
}

.banner_text p {
    max-width: 450px;
    color: var(--white);
    margin-bottom: 20px;
}

.bannerTextSlider .slick-slide {
    margin: 0px;
    opacity: 1;
}

.banner-slider-btn {
    bottom: 65px;
    right: -62px;
    display: flex;
    width: fit-content;
    position: absolute;
}

.banner-slider-btn button {
    width: 42px;
    border: none;
    height: 50px;
    display: flex;
    align-items: center;
    color: var(--white);
    justify-content: center;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.banner-slider-btn button:hover,
.banner-slider-btn button.banner-slider-right-btn:hover {
    transition: ease-in;
    color: var(--themeColor);
    transition-duration: 0.5s;
    background-color: var(--white);
}

.banner-slider-btn button.banner-slider-right-btn {
    background-color: #202020;
}


/*banner css end*/

/* product-sec */


.product-sec {
    padding: 100px 4%;
}

.product-slider-item {
    width: 100%;
    position: relative;
    margin-bottom: 25px;
    border: 1px solid #dfdfdf;
}

.product-slider-item::before {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0px;
    content: '';
    z-index: -1;
    position: absolute;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.product-slider-item:hover::before {
    height: 100%;
    transition: ease-in;
    transition-duration: 0.5s;
}

.product-slider-item:hover h4,
.product-slider-item:hover h6,
.product-slider-item:hover .price,
.product-slider-item:hover .price s {
    color: var(--white);
    transition: ease-in;
    transition-duration: 0.5s;
}

.product-slider-item:hover .theme-btn {
    font-weight: 600;
    transition: ease-in;
    color: var(--themeColor);
    transition-duration: 0.5s;
    background-color: var(--white);
}

.product-slider-item .product-slider-item-img {
    width: 100%;
    height: 320px;
    display: block;
}

.product-slider-item .product-slider-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-slider-item-text {
    gap: 10px;
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    padding: 40px 20px 20px;
    justify-content: center;
}

.product-slider-item-text ul {
    gap: 2px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.product-slider-item-text ul li i {
    font-size: 14px;
    color: #ffc107;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.product-slider-item-text ul li h6 {
    font-size: 16px;
    margin-left: 10px;
    font-family: 'Roboto';
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.product-slider-item-text h4 {
    font-size: 26px;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.product-slider-item-text .price s {
    font-size: 21px;
    color: #666666;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.product-slider-item-text .price {
    font-size: 30px;
    font-weight: 600;
    margin-top: 10px;
    transition: ease-in-out;
    color: var(--themeColor);
    transition-duration: 0.5s;
    font-family: 'Montserrat';
}

.product-slider-item-text .theme-btn {
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    padding: 10px 10px;
    border-radius: 50px;
    color: var(--white);
    transition: ease-in-out;
    transition-duration: 0.5s;
    text-transform: capitalize;
    background-color: var(--themeColor);
}

.productSlider .slick-slide {
    opacity: 1;
    margin: 0px 10px;
}

.productSlider .slick-next {
    width: 50px;
    right: -50px;
    height: 50px;
    display: flex;
    align-items: center;
    border-radius: 100px;
    transition: ease-in-out;
    justify-content: center;
    border: 1px solid var(--themeColor);
}

.productSlider .slick-prev {
    width: 50px;
    left: -50px;
    height: 50px;
    display: flex;
    align-items: center;
    border-radius: 100px;
    transition: ease-in-out;
    justify-content: center;
    transition-duration: 0.5s;
    border: 1px solid var(--themeColor);
}

.productSlider .slick-prev:hover,
.productSlider .slick-next:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.productSlider .slick-prev:hover::before,
.productSlider .slick-next:hover::before {
    color: #fff;
    transition: ease-in;
    transform: rotate(0deg);
    transition-duration: 0.5s;
}

.productSlider .slick-next:before {
    content: '\f061';
    font-size: 16px;
    color: var(--themeColor);
    transition: ease-in-out;
    transform: rotate(-45deg);
    font-family: 'Font Awesome 7 Pro';
    transition-duration: 0.5s;
}

.productSlider .slick-prev:before {
    content: '\f060';
    font-size: 16px;
    color: var(--themeColor);
    transition: ease-in-out;
    transform: rotate(-45deg);
    transition-duration: 0.5s;
    font-family: 'Font Awesome 7 Pro';
}

.product-tab .nav-tabs {
    gap: 3vw;
    border-bottom: none;
    margin-bottom: 40px;
    justify-content: center;
}

.product-tab .nav-tabs .nav-link {
    border: none;
    font-size: 16px;
    font-weight: 600;
    padding: 1px 1px;
    position: relative;
    color: var(--black);
    text-transform: uppercase;
}

.product-tab .nav-tabs .nav-link::before {
    left: 0;
    bottom: 0;
    width: 0px;
    content: '';
    height: 1px;
    position: absolute;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.product-tab .nav-tabs .nav-link:hover::before,
.product-tab .nav-tabs .nav-link.active::before {
    width: 100%;
    transition: ease-in;
    transition-duration: 0.5s;
}

.product-tab .nav-tabs .nav-link:hover,
.product-tab .nav-tabs .nav-link.active {
    color: var(--themeColor);
}

/* product-sec */

/* turkey-sec */

.turkey-sec {
    padding: 0px 4%;
    overflow: hidden;
    position: relative;
    background-image: url(../images/turkey-bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.turkey-sec .add-padding {
    position: relative;
    padding: 100px 0px;
}

.turkey-sec .add-padding::before {
    top: 0;
    left: 67%;
    content: '';
    height: 122%;
    opacity: 0.9;
    width: 100vw;
    position: absolute;
    transform: rotate(10deg);
    background-color: var(--themeColor);
}

.turkey-sec .add-padding::after {
    bottom: 0;
    right: 68%;
    content: '';
    height: 120%;
    opacity: 0.9;
    width: 100vw;
    position: absolute;
    transform: rotate(10deg);
    background-color: var(--themeColor);
}

.turkey-sec::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: '';
    opacity: 0.9;
    height: 100%;
    position: absolute;
    background-color: var(--headingColor);
}

.turkey-box {
    gap: 5px;
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.turkey-box-text {
    margin-bottom: 20px;
}

.turkey-box-text h2 {
    color: var(--white);
    margin-bottom: 5px;
}

.turkey-box-text h4 {
    margin-bottom: 10px;
    color: var(--white);
}

.turkey-box-text h3 {
    color: var(--white);
}

.turkeySlider {
    z-index: 1;
    min-height: 725px;
    position: relative;
}

.turkeySlider .slick-slide {
    opacity: 1;
}

.turkeySlider .slick-track {
    display: flex;
    align-items: center;
}

.turkey-box-img {
    width: 100%;
    height: 340px;
    display: block;
    max-width: 340px;
    margin: 0px auto;
}

.turkeySlider .slick-slide .turkey-box .turkey-box-img {
    height: 450px;
    max-width: 400px;
}

.turkeySlider .slick-slide .turkey-box .turkey-box-text {
    height: 0px;
    overflow: hidden;
}

.turkeySlider .slick-slide .turkey-box .theme-btn-1 {
    height: 0px;
    padding: 0px;
    border: none;
    overflow: hidden;
}

.turkeySlider .slick-slide.slick-current.slick-active.slick-center .turkey-box .theme-btn-1 {
    height: 60px;
    padding: 6px 6px 6px 20px;
    border: 1px solid var(--white);
}

.turkeySlider .slick-slide.slick-current.slick-active.slick-center .turkey-box .turkey-box-text {
    height: 190px;
}

.turkey-box-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.turkeySlider .slick-next {
    width: 50px;
    right: -50px;
    height: 50px;
    display: flex;
    align-items: center;
    border-radius: 100px;
    transition: ease-in-out;
    justify-content: center;
    border: 1px solid var(--white);
}

.turkeySlider .slick-prev {
    width: 50px;
    left: -50px;
    height: 50px;
    display: flex;
    align-items: center;
    border-radius: 100px;
    transition: ease-in-out;
    justify-content: center;
    transition-duration: 0.5s;
    border: 1px solid var(--white);
}

.turkeySlider .slick-prev:hover,
.turkeySlider .slick-next:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--white);
}

.turkeySlider .slick-prev:hover::before,
.turkeySlider .slick-next:hover::before {
    color: var(--black);
    transition: ease-in;
    transform: rotate(0deg);
    transition-duration: 0.5s;
}

.turkeySlider .slick-next:before {
    content: '\f061';
    font-size: 16px;
    color: var(--white);
    transition: ease-in-out;
    transform: rotate(-45deg);
    font-family: 'Font Awesome 7 Pro';
    transition-duration: 0.5s;
}

.turkeySlider .slick-prev:before {
    content: '\f060';
    font-size: 16px;
    color: var(--white);
    transition: ease-in-out;
    transform: rotate(-45deg);
    transition-duration: 0.5s;
    font-family: 'Font Awesome 7 Pro';
}

.turkey-sec-before {
    top: 0;
    width: 50%;
    left: -10%;
    opacity: 0.3;
    height: 100%;
    object-fit: cover;
    position: absolute;
    animation: floatMove 4s ease-in-out infinite;
}

.turkey-sec-after {
    bottom: 0;
    width: 50%;
    right: -15%;
    opacity: 0.3;
    height: 100%;
    object-fit: cover;
    position: absolute;
    animation: floatMove 4s ease-in-out infinite;
}

/* KEYFRAMES */
@keyframes floatMove {
    0% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(30px, -20px) scale(1.03);
    }

    100% {
        transform: translate(0, 0) scale(1);
    }
}

/* turkey-sec */

/* account sec */

.account-sec {
    padding: 100px 0px;
}

section.account-sec .waraper h5 {
    color: var(--themeColor);
    font-size: 42px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    margin-bottom: 10px;
}

section.account-sec .form {
    padding: 50px 30px;
    border-radius: 30px;
    background-color: #fff;
    transition: ease-in 0.5s;
    box-shadow: 0px 0px 16px 0px rgba(63, 63, 63, 0.15);
}

section.account-sec .form:hover {
    background-color: var(--themeColor);
    transition: ease-in 0.5s;
    border: 1px solid #fff;
}

section.account-sec .form h5 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 15px;
}

section.account-sec .form:hover h5 {
    color: #fff;
    transition: ease-in 0.5s;
}

section.account-sec .form:hover button {
    color: #013220;
    transition: ease-in 0.5s;
    background-color: #fff;
}

section.account-sec .form:hover input {
    color: #fff;
    border-radius: 5px;
    border: 1px solid #fff;
    transition: ease-in 0.5s;
    background-color: transparent;
}

section.account-sec .form:hover input::placeholder {
    color: #fff;
    transition: ease-in 0.5s;
}

section.account-sec .form:hover .form-check label {
    color: #fff;
    transition: ease-in 0.5s;
}

section.account-sec .form:hover .forget a.bnts {
    color: #fff;
    transition: ease-in 0.5s;
}

section.account-sec .form:hover .para p,
section.account-sec .form:hover .para p a {
    color: #fff;
    transition: ease-in 0.5s;
}

section.account-sec .form input {
    width: 100%;
    margin: 12px 0px;
    padding: 14px 20px;
    color: #59564f;
    border-radius: 10px;
    background-color: #fff;
    transition: ease-in 0.5s;
    border: 1px solid #e0dcdc;
}

section.account-sec .form input::placeholder {
    font-size: 16px;
    transition: ease-in 0.5s;
    color: #59564f;
}

section.account-sec .form button {
    width: 100%;
    border: 0px;
    color: #fff;
    padding: 12px 0;
    font-size: 16px;
    transition: 0.4s;
    font-weight: 500;
    border-radius: 10px;
    transition: ease-in 0.5s;
    text-transform: uppercase;
    background-color: var(--themeColor);
}

section.account-sec .form button#login {
    margin: 10px 0px;
}

section.account-sec .form:hover .toggle-password {
    color: #fff;
}

.toggle-password {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #000;
}

section.account-sec .form-check input#rememberMe {
    width: auto;
    padding: 8px;
    margin-right: 10px;
    border-radius: 0px;
    transition: ease-in 0.5s;
    background-color: #fff;
    border: 1px solid #f2f2f2;
}

section.account-sec .form-check label {
    font-size: 16px;
    transition: ease-in 0.5s;
    color: #a7a7a7;
}

section.account-sec .forget {
    display: flex;
    justify-content: space-between;
    transition: ease-in 0.5s;
    align-items: center;
}

section.account-sec .form-check {
    padding-left: 0px !important;
    transition: ease-in 0.5s;
}

section.account-sec .form button:hover {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    transition: ease-in 0.5s;
}

section.account-sec .forget a.bnts {
    font-size: 16px;
    color: #a7a7a7;
    transition: ease-in 0.5s;
}

section.account-sec .forget a.bnts:hover {
    color: #000;
}

section.account-sec .form-check input#rememberMe:focus {
    outline: 0px !important;
    box-shadow: unset;
}

section.account-sec .form-check-input:checked[type="checkbox"] {
    filter: brightness(0);
    background-color: transparent !important;
    transition: ease-in 0.5s;
}

section.account-sec .form .para p {
    font-size: 14px;
    color: #000;
    margin-bottom: 16px;
    transition: ease-in 0.5s;
    padding-left: 3px;
}

section.account-sec .form .para p a {
    font-weight: 600;
    transition: 0.4s;
    color: var(--themeColor);
    text-decoration: underline;
}

section.account-sec .form .para p a:hover {
    color: #ffff;
    transition: ease-in 0.5s;
}

/* account sec */

/* goose-sec */

.goose-sec {
    padding: 0px 4%;
    overflow: hidden;
    position: relative;
    background-image: url(../images/goose-bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.goose-sec::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 100%;
    opacity: 0.9;
    margin: auto;
    height: 100%;
    position: absolute;
    background-color: var(--themeColor);
}

.goose-img {
    z-index: 1;
    float: right;
    width: 1100px;
    height: 500px;
    min-height: 100%;
    max-width: 1000vw;
    position: relative;
}

.goose-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.goose-text {
    z-index: 1;
    position: relative;
    padding: 80px 0px 80px 70px;
}

.goose-text h2 {
    color: var(--white);
    font-size: 80px;
}

.goose-text h4 {
    margin-bottom: 5px;
    color: var(--white);
}

.goose-text h3 {
    color: var(--white);
}

.goose-text p {
    margin: 15px 0px;
    color: var(--white);
}

.goose-text ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.goose-text ul li:last-child {
    flex-shrink: 0;
}

.goose-text ul li img {
    width: auto;
    height: 500px;
    object-fit: contain;
}

.row-2 .goose-img {
    float: left;
    max-width: 900px;
}

.row-2 .goose-text {
    padding: 80px 70px 80px 0px;
}

/* goose-sec */


/* about sec */

.about-sec {
    padding: 100px 0px;
}

.about-img {
    width: 100%;
    height: 550px;
}

.about-img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.about-text {
    padding-bottom: 100px;
}

.about-text h2 {
    margin-bottom: 15px;
}

.about-text p {
    padding-bottom: 25px;
}

.mission-text {
    margin-top: -80px;
    position: relative;
    border-radius: 5px;
    background-color: #fff;
    padding: 30px 0px 0px 70px;
}

.mission-text::after {
    top: 40px;
    width: 1.5px;
    left: 45px;
    content: '';
    height: 15px;
    position: absolute;
    background-color: var(--themeColor);
}

.mission-text::before {
    top: 0;
    left: 45px;
    content: '';
    width: 1.5px;
    opacity: 0.2;
    height: 55px;
    position: absolute;
    background-color: #000;
}

.mission-text h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
}

/* about sec */

/* why-choose-sec */

.why-choose-sec {
    padding: 0px 0px 100px;
}

.why-choose-img {
    width: 100%;
    height: 400px;
    overflow: hidden;
    min-height: 100%;
    border-radius: 10px 0px 10px 10px;
}

.why-choose-img:hover img {
    transition: ease-in;
    transform: scale(1.2);
    transition-duration: 0.5s;
}

.why-choose-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: ease-out;
    transition-duration: 0.5s;
}

.why-choose-text {
    padding: 0px 30px 50px 0px;
}

.why-choose-text h2 {
    margin-bottom: 10px;
}

.why-choose-text p {
    margin-bottom: 15px;
}

.why-choose-img.why-choose-img-1 {
    width: 102%;
    left: -24px;
    position: relative;
    border-radius: 10px 10px 10px 0px;
}

.why-choose-text.why-choose-text-2 {
    padding: 50px 0px 50px 15px;
}

.why-choose-text.why-choose-text-2 ul {
    gap: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1.5px solid #d1d0d1;
}

.why-choose-text.why-choose-text-2 ul li img {
    filter: brightness(0) saturate(100%) invert(29%) sepia(10%) saturate(1642%) hue-rotate(347deg) brightness(87%) contrast(88%);
}

.why-choose-text.why-choose-text-2 ul li h5 {
    font-weight: 700;
    text-transform: uppercase;
}

/* why-choose-sec */

/*Contact Us Start*/

.contact-us-sec {
    padding: 100px 0;
    position: relative;
}

.contact-us-form {
    position: relative;
    border-radius: 10px;
    padding: 40px 30px 50px 65px;
    background-color: var(--themeColor);
}

.contact-us-form::before {
    top: 0;
    bottom: 0;
    left: 30px;
    width: 1px;
    height: 85%;
    content: '';
    margin: auto;
    position: absolute;
    background-color: var(--headingColor2);
}

.contact-us-form::after {
    top: 7.5%;
    left: 30px;
    width: 1px;
    height: 10%;
    content: '';
    margin: auto;
    position: absolute;
    background-color: var(--white);
    animation: infiniteMove 5s ease-in-out infinite;
}

@keyframes infiniteMove {

    0%,
    100% {
        top: 7.5%;
    }

    50% {
        top: 83%;
        opacity: 1;
    }
}

.contact-us-form h2 {
    color: #fff;
    margin-bottom: 10px;
}

.contact-us-form p {
    font-weight: 500;
    color: #bbbbbb;
    margin-bottom: 20px;
}

.contact-us-form h4 {
    color: var(--white);
    letter-spacing: 3px;
    margin-bottom: 8px;
}

.contact-us-form input {
    width: 100%;
    height: 55px;
    color: #fff;
    font-size: 14px;
    padding: 0 15px;
    font-weight: 500;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid #454545;
    background-color: #1a1a1a;
}

.contact-us-form input::placeholder {
    color: #7e7e7e;
    font-weight: 500;
}

.contact-us-form textarea::placeholder {
    color: #7e7e7e;
    font-weight: 500;
}

.contact-us-form select {
    width: 100%;
    height: 55px;
    color: #fff;
    font-size: 14px;
    padding: 0 15px;
    font-weight: 500;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid #454545;
    background-color: #1a1a1a;
}

.contact-us-form textarea {
    width: 100%;
    height: 130px;
    color: #fff;
    font-size: 14px;
    padding: 10px 15px;
    font-weight: 500;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid #454545;
    background-color: #1a1a1a;
}

.contact-us-form .position-relative i {
    top: 17px;
    right: 35px;
    pointer-events: none;
    position: absolute;
    color: #b7b6b5;
}

.contact-us-images {
    width: 100%;
    height: 600px;
    min-height: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.contact-us-images img {
    width: 105%;
    height: 100%;
    max-width: 105%;
    object-fit: cover;
    animation: moveLeftToRight 4s linear infinite;
}


/*Contact Us Ends*/

/*CART PAGE CSS*/

.shopping_cart {
    padding: 80px 0;
}

.shopping_cart_table h2 {
    font-size: 42px;
    margin-bottom: 30px;
    color: var(--black);
}

.shopping_cart_table table th {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    padding-bottom: 10px;
}

.shopping_cart_table table thead {
    border-bottom: 1px solid #b8b8b8;
}

.shopping_cart_table table tbody td {
    padding: 25px 0;
    border-bottom: 1px solid #b8b8b8;
}

.shopping_cart_table table tbody .cart_box_product {
    display: flex;
    gap: 10px;
    align-items: center;
}

.shopping_cart_table table tbody .cart_box_product .cart_product_name h5 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.shopping_cart_table table tbody .cart_box_product .cart_product_name p {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    color: var(--headingColor);
    text-transform: capitalize;
}

.shopping_cart_table table tbody td select {
    height: 40px;
    padding-left: 10px;
    appearance: auto;
    border: 1px solid #b8b8b8;
}

.shopping_cart_table table tbody td .skin-2 .num-in {
    border: 1px solid #b5b5b5;
    height: 60px;
    border-radius: 50px !important;
}

.shopping_cart_table table tbody td .t_price {
    font-size: 36px;
    font-weight: 400;
    color: var(--headingColor2);
    font-family: 'AGENCYB';
}

th.w-40 {
    width: 40%;
}

.shopping_cart_table table tbody td i.fas.fa-times {
    font-size: 20px;
    color: var(--black);
}

.minus,
.plus {
    font-size: 20px;
    padding: 0.5rem;
    border: 2px solid #ccc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 0.5rem;
    cursor: pointer;
    user-select: none;
    /* Prevent text selection */
}

.minus.dis {
    color: #aaa;
    cursor: not-allowed;
}

.minus:hover:not(.dis),
.plus:hover {
    border-color: #102d26;
    color: #102d26;
}

#number {
    height: 25px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.cart_recipt {
    display: flex;
    margin-top: 30px;
    align-items: flex-start;
    justify-content: space-between;
}

.cart_recipt>a {
    font-size: 16px;
    border-radius: 0;
    font-weight: 500;
    color: #151414;
    padding: 10px 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #b8b8b8;
}

.cart_recipt>a i {
    margin-right: 10px;
}

.recipt {
    width: 30%;
}

.cart_product_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.cart_product_img {
    width: 100px;
    display: flex;
    height: 100px;
    flex-shrink: 0;
    border-radius: 2px;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    box-shadow: 0px 0px 19px -9px var(--headingColor2);
}

.recipt li {
    display: flex;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    align-items: center;
    text-transform: uppercase;
    justify-content: space-between;
}

.recipt li:last-child {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #b8b8b8;
}

.recipt li span {
    font-size: 16px;
    letter-spacing: 2px;
}

.payment_card {
    padding: 15px 25px 25px;
    border: 1px solid #b8b8b8;
    border-radius: 15px;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: #e3e2e2;
}

.payment_card h3 {
    font-size: 35px;
    color: var(--black);
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e3e2e2;
}

.credit_paypal a {
    padding: 10px 20px;
    border: 1px solid #f3f3f3;
    border-radius: 30px;
    gap: 10px;
    display: inline-flex;
    align-items: center;
    color: var(--black);
    font-weight: 500;
    background-color: #f3f3f3;
    font-size: 15px;
    justify-content: space-between;
}

.table-responsive table {
    max-width: 1000px;
    width: auto !important;
    min-width: 100%;
    overflow-x: auto;
}

.credit_paypal a img {
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
    filter: brightness(0);
}

.credit_paypal {
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e2e2;
}

.payment_card form label {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: var(--black);
}

.payment_card form {
    margin-top: 15px;
}

.payment_card form input {
    padding: 0;
    width: 100%;
    height: 50px;
    border: none;
    color: var(--black);
    font-weight: 500;
    margin-bottom: 15px;
    background: transparent;
    border-bottom: 1px solid #e3e2e2;
}

.payment_card form input::placeholder {
    color: var(--black);
    font-weight: 500;
}

.payment_card form select {
    width: 100%;
    padding: 0;
    height: 50px;
    border: none;
    color: var(--black);
    font-weight: 500;
    margin-bottom: 15px;
    background: transparent;
    border-bottom: 1px solid #e3e2e2;
}


.expiry_cvv {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.expiry_date {
    width: 70%;
}

.cvv_box {
    width: 26%;
}

.month_year {
    display: flex;
    justify-content: space-between;
}

.month_year select {
    width: 48% !important;
    appearance: auto;
}

.month_year select option {
    color: var(--black);
}

.payment_card form .btn1 {
    margin: 30px 85px;
    border: 1px solid;
}

.shopping_cart_table {
    padding-right: 40px;
}

.skin-2 .num-in {
    height: 40px;
    width: 150px;
    float: left;
    display: flex;
    border-radius: 25px;
    cursor: pointer;
    align-items: center;
}

.skin-2 .num-in span {
    width: 40px;
    height: 40px;
    border: none;
}

.skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
}

.num-in input.in-num {
    background-color: #ffffff;
    width: 38%;
    /* font-family: 'Helvetica'; */
}

.skin-2 .num-in input {
    float: left;
    width: 40px;
    height: 40px;
    border: none;
    text-align: center;
    background: transparent;
}

/* .skin-2 .num-in span:before,
.skin-2 .num-in span:after {
    content: '';
    position: absolute;
    background-color: #667780;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
} */

.cart-to-check-box {
    display: flex;
    margin-top: 25px;
    align-items: center;
    justify-content: center;
}

.cart-to-check-box a {
    /* font-family: 'Playfair'; */
}

/*CART PAGE CSS END*/


/*Billing start */

.billing_form {
    padding: 40px;
    /*background-color: #0e194a;*/
}

.billing_form h3 {
    font-size: 40px;
    color: var(--black);
    margin: 0;
    margin-bottom: 30px;
    font-weight: 800;
}

.billing_form label {
    font-size: 14px;
    color: #7c7c7c;
    line-height: 20px;
    font-weight: 600;
}

.radiosss p {
    color: #7C7C7C;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 400;
    background: transparent;
}

.billing_form input {
    width: 100%;
    height: 50px;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    padding-left: 15px;
    background-color: #fff0;
    border-radius: 0px;
}

.billing_form input::placeholder {
    color: #7c7c7c;
    font-size: 13px;

}

.cart_sidebar .cart_lst li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar .cart_lst li {
    font-size: 14px;
    color: #7c7c7c;
    font-weight: 500;
}

.cart_sidebar .cart_lst li span {
    float: right;
}

.cart_sidebar .cart_lst li:last-child {
    font-size: 17px;
    font-weight: 500;
    color: var(--black);
    font-family: 'AGENCYB';
}

.cart_sidebar .cart_lst {
    margin-top: 20px;
    margin-bottom: 40px;
}

.thankyou_txt {
    padding: 50px;
    border: 2px solid #b7b7b7;
}

.thankyou_txt h3 {
    font-size: 35px;
    color: var(--black);
    font-weight: 800;
    margin: 0;
}

.thankyou_txt h3 i {
    font-size: 40px;
    margin-right: 15px;
}

.order_det h5 {
    font-size: 20px;
    color: #7c7c7c;
    font-weight: 400;
}

.order_det p {
    font-weight: 700;
    font-size: 20px;
    color: var(--black);
    margin: 0;
}

.order_complete_detail h3 {
    font-size: 22px;
    color: var(--black);
    font-weight: 700;
}

.order_detail_table {
    padding: 40px;
    border: 1px solid #b7b7b7;
}

.order_detail_table h5 {
    margin-top: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 16px;
    font-weight: 700;
    color: var(--black);
}

.order_detail_table ul {
    margin-top: 20px;
    margin-bottom: 30px;
}

.order_detail_table ul li:not(:last-child) {
    margin-bottom: 25px;
}

.order_detail_table ul li {
    font-size: 14px;
    color: #7c7c7c;
}

.order_detail_table ul li span {
    float: right;
}

.order_detail_table ul li:last-child {
    font-weight: 700;
    color: var(--black);
}

.order_detail_table h6 {
    font-size: 17px;
    font-weight: 700;
    color: var(--black);
    padding: 25px 0;
    border-top: 1px solid #dbdbdb;
    margin: 0;
}

.order_detail_table h6 span {
    float: right;
}

.check_menu ul {
    text-align: center;
    margin-bottom: 40px;
}

.check_menu ul li {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #7c7c7c;
    margin: 0 14px;
}

.check_menu ul li i {
    font-size: 18px;
}

.cart_sidebar {
    padding: 40px 25px;
    border: 1px solid #b7b7b7;
    border-radius: 0px;
}

.cart_sidebar .theme-btn-1 {
    margin: 0px auto;
}

section.checkout_page {
    padding: 80px 0;
    margin-bottom: 7%;
}

.cart_sidebar h3 {
    font-size: 22px;
    color: var(--black);
    margin-top: 0px;
    line-height: 25px;
    margin-bottom: 20px;
}

.cart_sidebar .h-sub {
    font-weight: 500;
    color: var(--black);
    font-size: 20px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
    line-height: 0;
    padding-bottom: 30px;
    padding-top: 20px;
}

.cart_sidebar h5 span {
    float: right;
    color: var(--black);
}

.cart_sidebar h4 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 15px;
    color: var(--black);
}

.cart_sidebar ul li input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.cart_sidebar ul li label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    color: #7c7c7c;
}

.cart_sidebar ul li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #c6c6c6;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.cart_sidebar ul li input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #c6c6c6;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.cart_sidebar ul li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar form {
    margin-top: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #b7b7b7;
}

.cart_sidebar form h4 {
    font-size: 14px;
    font-weight: 400;
    color: #b7b7b7;
}

.cart_sidebar form select {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form select option {
    color: var(--black);
}

.cart_sidebar form input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form input::placeholder {
    color: #b7b7b7;
}

.cart_sidebar form button {
    color: var(--black);
    font-size: 15px;
    border-radius: 0px;
    font-family: 'Poppins', sans-serif;
    padding: 10px 40px;
    background-color: #ebebeb;
    border: 2px solid #ebebeb;
}

.cart_sidebar form button:hover {
    background-color: transparent;
    transition: 0.3s ease-in-out;
}

.checkout_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0% auto;
    color: var(--white);
    font-size: 16px;
    text-transform: uppercase;
    height: 50px;
    width: 150px;
    background: var(--black);

}

.checkout_btn:hover {
    color: white;
}

.Quick_info ul li a {
    text-transform: lowercase;
    font-size: 14px;
}

ul.shipping-ul {
    border-bottom: 1px solid #dbdbdb;
    margin: 0;
    padding-bottom: 30px;
}

h6.payment-h {
    font-size: 22px;
    font-weight: 500;
    color: var(--black);
    margin-bottom: 30px;
    font-family: 'AGENCYB';
}

label {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #7c7c7c;
    font-weight: 500;
    margin-bottom: 12px;
}

.cart_sidebar .radiosss-payments li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 50px;
}

.cart_sidebar .radiosss-payments li input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    border-radius: 20px;
    left: 6px;
    border: 0;
    width: 10px;
    height: 10px;
    background-color: var(--headingColor);
}

.radiosss-payments .card.card-body {
    padding: 0;
    border: 1px solid #b5b5b5;
    margin-left: 0;
    padding: 20px;
    background-color: transparent;
}

.billing_form {
    padding: 20px;
}

.cart_sidebar a {
    margin: 0 auto;
}

.cart_sidebar a i {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    color: #f95180;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin-left: 15px;
}

/*Billing End */


/* product detail starts */
section.product-detail {
    padding: 100px 4%;
}

.product-detail .productdetailportion {
    height: 450px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border-radius: 17px;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.07);
}

.productdetailfor .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productdetailnav .slick-slide {
    margin: 0 10px;
    cursor: pointer;
}

.productdetailsmallportion {
    width: 100%;
    display: flex;
    height: 110px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ececec;
    background-color: var(--white);
}

.productdetailsmallportion img {
    width: 100%;
    height: 100%;
    transition: 0.3s;
    object-fit: cover;
}

.productdetailnav .slick-slide.slick-current .productdetailsmallportion {
    position: relative;
}

.productdetailnav .slick-slide.slick-current .productdetailsmallportion::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -10px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color: var(--white);
    z-index: -1;
}

.productdetailnav .slick-slide.slick-current .productdetailsmallportion {
    padding: 5px;
    border-radius: 5px;
    background: var(--white);
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.07);
}

.product-content .top-section h6 {
    font-size: 35px;
    margin-bottom: 15px;
    font-family: 'AGENCYB';
}

.product-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-content ul li {
    margin-right: 5px;
    font-size: 17px;
    color: black;
    font-weight: 600;
}

.product-content ul li i.fas.fa-star {
    color: #ffc107;
}

.product-content hr {
    margin: 20px 0;
    border-color: #eee;
}

.row.flexEnd.price_rev ul {
    display: flex;
}

.row.flexEnd.price_rev p {
    font-size: 17px;
    color: black;
    font-weight: 600;
    font-size: 17px;
}

.brand p {
    color: #666;
    line-height: 1.6;
}

.product-detail .slick-active {
    opacity: 1;
}

.product-detail .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
    margin: 8px 10px;
}

ul.brand h3 {
    color: #00000082;
    font-size: 22px;
    padding: 20px 0 20px 0;
    text-decoration: line-through;
}

.price_rev {
    margin-bottom: 15px;
}

ul.brand h2 {
    line-height: 1;
    font-size: 35px;
    font-weight: 600;
    padding: 0 0 10px 0;
    color: var(--headingColor2);
}

ul.brand h4 {
    font-size: 16px;
    margin: 20px 0px;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

ul.brand p {
    padding: 0 0 30px 0;
}

.quanity.product-detail div {
    gap: 10px;
    display: flex;
    align-items: center;
    margin: 0px 0px 20px;
    border-radius: 0 !important;
    justify-content: flex-start;
}

.quanity.product-detail .num-block.skin-2 .num-in,
.quanity.product-detail .num-block.skin-2 {
    gap: 0;
    margin-bottom: 0px;
}

.quan-count {
    height: 60px;
    width: 140px;
    display: flex;
    padding: 0px 10px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    border: 1px solid #cbcbcb;
}

.sku {
    display: flex;
    justify-content: space-between;
    width: 60%;
}

.sku p {
    font-size: 17px;
    font-weight: 600;
    padding: 0 0 10px 0;
    color: var(--headingColor2);
}

.sku span {
    font-size: 17px;
    font-weight: 600;
    color: var(--headingColor2);
}

ul.share-icon {
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.share-icon li {
    font-size: 17px;
    font-weight: 600;
    color: var(--headingColor2);
}

.sku p {
    margin-bottom: 10px;
}

.sku p.position-relative {
    top: 10px;
}

ul.share-icon a {
    width: 40px;
    height: 40px;
    display: flex;
    opacity: 0.5;
    font-size: 16px;
    border-radius: 50%;
    align-items: center;
    transition: ease-in-out;
    justify-content: center;
    transition-duration: 0.5s;
    color: var(--headingColor2);
    border: 1px solid var(--headingColor2);
}

ul.share-icon a:hover {
    opacity: 1;
    color: var(--white);
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--headingColor2);
}

/*  product Detail Review Section Start */


/* Rating Stars */

.prod-detail-description .rating:not(:checked)>input {
    position: absolute;
    -webkit-appearance: none;
}

.prod-detail-description .rating:not(:checked)>label {
    float: right;
    cursor: pointer;
    font-size: 30px;
    color: #666;
}

.prod-detail-description .rating:not(:checked)>label:before {
    content: "ÃƒÂ¢Ã‹Å“Ã¢â‚¬Â¦";
}

.prod-detail-description .rating>input:checked+label:hover,
.prod-detail-description .rating>input:checked+label:hover~label,
.prod-detail-description .rating>input:checked~label:hover,
.prod-detail-description .rating>input:checked~label:hover~label,
.prod-detail-description .rating>label:hover~input:checked~label {
    color: #e58e09;
}

.prod-detail-description .rating:not(:checked)>label:hover,
.prod-detail-description .rating:not(:checked)>label:hover~label {
    color: #ff9e0b;
}

.prod-detail-description .rating>input:checked~label {
    color: #ffa723;
}

.price_rev .col-6 {
    width: fit-content;
}

/* Rating Stars */

.prod-detail-description {
    position: relative;
    padding: 0 4% 100px;
}

.prod-detail-description .nav-tabs .nav-link {
    padding: 15px;
    font-size: 25px;
    font-weight: 500;
    width: fit-content;
    margin-right: 10px;
    background: transparent;
    text-transform: uppercase;
    color: var(--headingColor2);
    border-radius: 0 !important;
    font-family: 'AGENCYB';
}

.prod-detail-description .nav-tabs .nav-link.active,
.prod-detail-description .nav-tabs .nav-item.show .nav-link {
    border: 0;
    border-bottom: 3px solid var(--headingColor2) !important;
}

.prod-detail-description .nav-tabs .nav-link:hover,
.prod-detail-description .nav-tabs .nav-link:focus {
    border: 0;
    border-bottom: 3px solid var(--headingColor2) !important;
}

.prod-detail-description .nav-tabs {
    margin-bottom: 15px;
    border: 0;
    border-bottom: 1px solid #dee2e6;
}

.prod-detail-description .prd-review-input label {
    font-size: 16px;
    color: var(--black);
    font-weight: 600;
    text-transform: capitalize;
}

.prod-detail-description .prd-review-input input {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    font-size: 16px;
    color: var(--black);
    font-weight: 500;
    border: 1px solid var(--black);
    margin: 5px 0 20px;
    background-color: transparent;
}

.prod-detail-description .prd-review-input input::placeholder,
.prod-detail-description .prd-review-input textarea::placeholder {
    color: var(--black);
    font-weight: 600;
    font-size: 16px;
}

.prod-detail-description .prd-review-input textarea {
    width: 100%;
    height: 200px;
    padding: 13px;
    border: 1px solid var(--black);
    margin: 5px 0 0;
    color: var(--black);
    font-size: 16px;
    font-weight: 600;
    resize: none;
    background-color: transparent;
}

.prod-detail-description .rating-stars input {
    width: auto !important;
    height: auto;
    border: 0;
}

.prod-detail-description .rating-stars {
    display: inline-grid;
    justify-items: baseline;
}

.prod-detail-description .rating {
    display: block;
    /* align-items: center; */
    /* justify-content: flex-start; */
    /* gap: 5px; */
    margin: 20px 0;
    float: left;
}

.prod-detail-description .prd-review-input.give-review h4 {
    font-size: 30px;
    color: var(--black);
    text-transform: uppercase;
}

.prod-detail-description .prd-review-input.give-review button {
    padding: 15px 40px;
    border-radius: 0;
    border: 1px solid var(--black);
    font-size: 16px;
    text-transform: uppercase;
    background: var(--black);
    color: var(--white);
}

.prod-detail-description .client-review-box {
    box-shadow: 0 0 5px 1px #989898;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
}

.prod-detail-description ul.client-list-review {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
}

.prod-detail-description ul.client-list-review li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.prod-detail-description ul.client-list-review img {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    object-fit: cover;
    box-shadow: 0 0 5px 1px #989898;
}

.prod-detail-description ul.client-list-review h5 {
    font-size: 24px;
    color: var(--black);
    text-transform: capitalize;
    font-weight: 500;
}

.prod-detail-description ul.client-list-review h6 {
    font-size: 16px;
    color: #666;
    font-family: "Poppins";
}

.prod-detail-description ul.client-list-review li i {
    font-size: 20px;
    color: #c78b1b;
}

.prod-detail-description .client-info {
    margin-left: 15px;
}

.prod-detail-description .client-review-box p {
    font-size: 16px;
    color: var(--black);
}

.prod-detail-description .prd-det-review-form .row {
    align-items: center;
}

.prod-detail-description .prd-det-discription-content p {
    margin: 0;
    font-size: 16px;
    padding-bottom: 10px;
    color: var(--headingColor2);
}

.prod-detail-description .prd-det-additional-content p {
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
}

.prod-detail-description .prd-det-discription-content ul li p {
    text-transform: uppercase;
}

.product-detail1 .skin-2 .num-in {
    height: 50px;
    width: 150px;
    float: left;
    display: flex;
    border-radius: 25px;
    cursor: pointer;
    align-items: center;
    position: relative;
}

.product-detail1 .skin-2 .num-in span:before,
.product-detail1 .skin-2 .num-in span:after {
    opacity: 1;
    content: '';
    position: absolute;
    background-color: var(--black);
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}



section.inner_gift_sec1 .about_text h3 {
    font-size: 44px;
}

.product-detail1 .skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
    opacity: 1;
}

ul.disc-list li {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* product detail ends */


/* Testimonial Section Start */

.testimonial-sec {
    position: relative;
    padding: 100px 0;
}

.testimonial-sec .sec-head h2 {
    font-size: 65px;
}

.test-box-text {
    background-image: url(../images/testi-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 52px 40px;
    /* background-color: #901616; */
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 6px 27px 0px rgba(0, 0, 0, 0.09);
}

.testi-img img {
    height: 350px;
    object-fit: cover;
    object-position: top;
    width: 100%;
}

.testi-box {
    background: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}

.authr-box {
    display: flex;
    align-items: end;
}

.authr-box>div {
    margin-left: 10px;
}

.test-box-text h4 {
    font-weight: 700;
    padding-top: 12px;
    margin-bottom: 0px;
    line-height: normal;
    color: var(--black);
}

.test-box-text span {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: var(--textColor);
}

.authr-box img {
    margin-bottom: 30px;
}

.testi-box {
    margin: 0;
}

.authr-box>img {
    width: auto;
}

.testi-slider .slick-list {
    padding: 20px 0;
}

.testi-slider button.slick-arrow {
    transition: 2s all;
    height: calc(81% - 40px);
    width: 24%;
    background-color: #0cd94100 !important;
    border-radius: 0;
    background-blend-mode: overlay;
    background-size: cover !important;
    background-position: center !important;
    /* border-radius: 10px; */
}

.testi-slider button.slick-prev.slick-arrow {
    left: -240px;
}

.testi-slider button.slick-next.slick-arrow {
    right: -240px;
}

.testi-slider button.slick-prev.slick-arrow::before {
    margin: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    background-image: -webkit-linear-gradient(87deg, rgb(157 122 87 / 73%) 0%, rgb(162 124 90 / 44%) 100%);
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    /* border-radius: 10px; */
}

.testi-slider button.slick-prev.slick-arrow::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    width: 50px;
    margin: auto;
    height: 50px;
    position: absolute;
    background-image: url(../images/btn-arrow-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(25%) saturate(2%) hue-rotate(41deg) brightness(110%) contrast(100%);
}

.haeding.text_center h2 {
    font-size: 103px;
    line-height: 100px;
    color: #000000;
    font-weight: 400;
    text-transform: capitalize;
}

.testi-slider button.slick-next.slick-arrow::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    width: 50px;
    margin: auto;
    height: 50px;
    position: absolute;
    background-image: url(../images/btn-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(25%) saturate(2%) hue-rotate(41deg) brightness(110%) contrast(100%);
}

.testi-slider button.slick-next.slick-arrow:before {
    background-image: url(../images/btn-arrow.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0;
    height: 100%;
    background: -webkit-linear-gradient(87deg, rgb(136 102 71 / 68%) 0%, rgb(134 100 69 / 51%) 100%);
    width: 100%;
    left: 0 !important;
    right: 0;
    bottom: 0;
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

.testi-slider .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
    margin: 10px;
}

.testi-slider button.slick-arrow:before {
    color: #fff;
    font-size: 30px;
    opacity: 1;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-left: 65px;
}

.testi-slider button.slick-arrow:hover:before {
    color: #fff;
    transition: 0.5s ease-in-out;
}

.testi-slider button.slick-next.slick-arrow:before {
    right: 50px;
    position: absolute;
    left: auto;
}

.testi-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #0c7f7d;
    font-size: 16px;
}

.testi-slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'Ãâ€šÃ‚Â¢';
    text-align: center;
    opacity: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.testi-slider .slick-dots {
    position: absolute;
    bottom: -55px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.testi-slider-box {
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    padding-right: 15px;
    border-radius: 0;
    position: relative;
    z-index: 2;
    transition: 1s ease-in-out;
    background: #fff;
    border-radius: 20px;
    margin: 20px auto;
    width: 99%;
}

.testi-slider-box .col-lg-8 {
    position: relative;
    z-index: 1;
}

ul.tidti-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.star {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.test-box-text ul.star i {
    background: -webkit-linear-gradient(87deg, rgb(0, 242, 254) 0%, rgb(79, 172, 254) 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.test-box-text p {
    font-size: 14px;
    color: #8a8a8a;
}

section.testimonial-sec .top-heading {
    margin-bottom: 10px;
}

.haeding.text_center {
    text-align: center;
}


.haeding.text_center p {
    font-size: 14px;
    color: #141414;
    margin: 0 auto;
    width: 47%;
}

/* Testimonial Section End */

/*Footer-Start*/

.footer-sec {
    background: #111111;
}

.dv2footer {
    margin-left: 25px;
    padding: 0;
}

ul.ul1footer li {
    padding: 3px 0px;
}

.dv1footer .logo-text a {
    font-size: 31px;
    line-height: 35px;
}

.dv1footer p {
    font-size: 14px;
    font-family: 'Roboto';
    color: #fff;
    opacity: 60%;
    font-weight: 400;
}

ul.ul1footer li {
    font-size: 14px;
    font-weight: 500;
    color: #d2d2d2;
}

.footer h3 {
    font-weight: 400;
    margin-bottom: 20px;
    padding: 0 0 0 20px;
    position: relative;
    z-index: 1;
    line-height: 1;
    font-size: 40px;
    color: #fff;
}

.footer h3::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    z-index: -1;
    content: '';
    background: var(--themeColor);
}

.footer {
    position: relative;
    padding: 70px 0 0 0;
    background-color: var(--headingColor);
}

ul.ul1ftbottom li a {
    width: 45px;
    height: 45px;
    opacity: 0.5;
    display: flex;
    font-size: 18px;
    border-radius: 50%;
    align-items: center;
    color: var(--white);
    justify-content: center;
    border: 1px solid var(--white);
}

ul.ul1ftbottom li a:hover {
    opacity: 1;
    color: var(--white);
    border-color: var(--themeColor);
    background-color: var(--themeColor);
}

ul.ul1footer li a {
    color: #fff;
    font-family: 'Roboto';
    text-transform: capitalize;
    opacity: 60%;
}

ul.ul2footer li {
    padding: 11px 0px;
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 500;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}

ul.ul2footer li a {
    color: #c1c1c3;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}



ul.ul2footer li i {
    font-size: 23px;
    color: #ffe898;
    margin-right: 18px;
}

.dv3footer {
    margin-left: 35px;
}

ul.ul1ftbottom {
    display: flex;
    gap: 15px;
    margin-bottom: 0px;
}

.dv1ftbottom {
    padding: 20px 0;
    margin: 50px 0 0 0;
    background: var(--headingColor2);
}

.dv1ftbottom p {
    margin-bottom: 0px;
    font-size: 15px;
    color: #d2d2d2;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

ul.ul1ftbottom li i:hover {
    color: #ffff;
    transition: 0.5s;
}

ul.ul2footer li img {
    margin-right: 19px;
    object-fit: scale-down;
    width: 20px;
}

.dv1footer {
    padding: 0;
    padding-right: 10px;
}


.f-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

img.ftr {
    object-fit: scale-down;
    width: auto;
}

a.top-navigator {
    height: 85px;
    width: 120px;
    display: flex;
    font-size: 25px;
    color: var(--white);
    align-items: center;
    justify-content: center;
    background: var(--themeColor);
}

.top-navigator-box {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: end;
    border-left: 1px solid #ebebeb3d;
}

/*Footer-End*/


/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}


/*Media Query End*/