@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500&display=swap');

:root {
    --white: #fff;
    --black: #000;
    --primary: #C63503;
    --secondary: #333333;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: 'Jost', sans-serif;
}

@media (min-width: 1700px) {
    .container {
        max-width: 1440px;
    }
}


/* How to add New font */

@font-face {
    font-family: "kirsty";
    src: url("../fonts/KIRSTY\ RG.OTF");
}

section {
    position: relative;
}

h1,
h2,
h3 {
    font-family: "kirsty";
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    margin: 0;
}


/* loader */

.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.preLoader.black {
    background-color: var(--white);
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background-color: var(--primary);
}


/* loader */


/* btn css */

.themeBtn {
    font-size: 2.0625rem;
    text-transform: uppercase;
    color: var(--white);
    font-family: 'kirsty';
    background: linear-gradient(178deg, #E19F2E, #C42C00);
    border-radius: 7px;
    padding: 0.875rem 1.5em;
    display: inline-block;
    letter-spacing: 3px;
    border-bottom: 3px solid #d5d5d5;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.themeBtn:hover {
    background: transparent;
    color: var(--primary)
}

.themeBtn::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #d5d5d5;
    transition: 0.5s ease;
    z-index: -1;
}

.themeBtn:hover::before {
    height: 100%;
}


/* btn css */


/* navigation css */

header {
    padding: 6px 0;
}

.navbar-nav {
    align-items: center;
    gap: 3rem;
}

.navbar-nav .nav-item .nav-link {
    font-size: 1.25rem;
    color: #212028;
    padding: 0 0;
    display: inline-block;
    position: relative;
}

.navbar-nav .nav-item .nav-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background-color: var(--primary);
    opacity: 0;
    transition: 0.5s ease;
}

.navbar-nav .nav-item .nav-link:hover::before {
    height: 2px;
    opacity: 1;
}

.form-inline {
    gap: 2rem;
}

.form-inline a {
    color: #212028;
    font-size: 1.25rem;
}

.form-inline .cartIcon {
    background: #C62E00;
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    color: var(--white);
    position: relative;
}

.form-inline .cartIcon span {
    background: var(--black);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: 1px solid #F3F3F3;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    top: -8px;
    right: -8px;
}


/* navigation css */


/* slider css */

.main-slider {
    height: 100vh;
}

.homeSlider.swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.homeSlider.swiper-container .swiper-slide {
    overflow: hidden;
}

.homeSlider .swiper-pagination {
    bottom: 5rem;
    width: fit-content;
    left: 50%;
    transform: translate(-50%, -50%);
}

.homeSlider .swiper-button-prev,
.homeSlider .swiper-button-next {
    width: 4.35rem;
    height: 4.35rem;
    font-size: 1rem;
    color: #fff;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid var(--white);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.homeSlider .swiper-button-next:after,
.homeSlider .swiper-button-prev:after {
    font-size: 1.25rem;
}

.homeSlider .swiper-button-next {
    right: 4rem;
}

.homeSlider .swiper-button-prev {
    left: 4rem;
}

.homeSlider .swiper-button-next:hover,
.homeSlider .swiper-button-prev:hover {
    background: var(--white);
    color: var(--black);
}

.homeSlider .swiper-pagination-bullet {
    height: 18px;
    width: 18px;
    display: inline-block;
    margin: 0 0.5rem !important;
    opacity: 1;
    background: rgb(255 255 255 / 25%);
}

.homeSlider .swiper-pagination-bullet-active {
    background: var(--white);
    position: relative;
}

.homeSlider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.slideOne h1 span {
    font-size: 3.75rem;
    display: block;
}

.slideOne h1 {
    font-size: 12.5rem;
    color: var(--white);
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 1.2rem;
}

.socialIcons {
    position: absolute;
    bottom: 5rem;
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center;
    left: 5rem;
}

.socialIcons li a {
    color: var(--white);
    font-size: 1.375rem;
    transition: 0.5s ease-in-out;
}

.socialIcons li a:hover {
    color: var(--black);
}

.banImg {
    position: absolute;
    bottom: -6.2rem;
    right: -5rem;
    overflow: hidden;
}


/* slider css */


/* Shipping Sec Css Start */

.shippingSec {
    padding: 6rem 0 5rem 0;
}

.shippingSec .row + .row {
    padding-top: 7rem;
}

.shipWraps figure {
    border: 3px solid #D46C1A;
    width: 330px;
    height: 330px;
    display: grid;
    place-items: center;
    border-radius: 100%;
    transition: 0.5s ease-in-out;
}

.shipWraps figure:hover {
    background: #D46C1A;
}

.shipWraps figure:hover img {
    filter: brightness(0) invert(1);
}

.shipWraps h4 {
    font-size: 1.4375rem;
    text-align: center;
    color: var(--black);
    padding-top: 1.5rem;
}

.foodWraps figure {
    position: relative;
}

.foodWraps figure:before {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 23%);
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.foodWraps figure img {
    border-radius: 15px;
}

.foodWraps {
    position: relative;
}

.foodContent {
    position: absolute;
    bottom: 3rem;
    left: 3rem;
    z-index: 1;
}

.subHead {
    font-size: 3.125rem;
    text-transform: uppercase;
    color: var(--white);
}

.foodContent .themeBtn {
    padding: 6px 1.875rem;
}

.foodWraps figure:after {
    content: "";
    position: absolute;
    border: 2px solid var(--white);
    width: 94%;
    height: 94%;
    border-radius: 15px;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}


/* Shipping Sec Css End */


/* Product Sec Css Start */

.productSec {
    background: #F8F8F8;
    padding: 5rem 0;
}

.secHeading {
    font-size: 6.25rem;
    color: var(--black);
    text-transform: uppercase;
    line-height: 1;
}

.productBox {
    background: var(--white);
    border: 1px solid #D8D8D8;
    padding-bottom: 0.625rem;
}

.productBox figure {
    text-align: center;
    padding: 3rem 0;
    position: relative;
    overflow: hidden;
}

.productBox figure img {
    transition: 0.5s ease-in-out;
}

.productBox:hover figure img {
    transform: scale(1.1);
}

.productContent h3 {
    font-size: 1.375rem;
    color: var(--black);
}

.productContent div a {
    font-size: 1.1875rem;
    color: #151515;
    display: inline-flex;
    gap: 1rem;
}

.productContent div a del {
    color: #878787;
}

.productCart {
    background: var(--primary);
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 7px;
    color: var(--white);
    font-size: 1.25rem;
}

.productContent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
}

.productSec .swiper-button-prev:after,
.productSec .swiper-button-next:after {
    font-size: 2rem;
    color: #212123;
    font-family: "Font Awesome 5 Pro";
}

.productSec .swiper-button-prev:after {
    content: '\f177';
}

.productSec .swiper-button-next:after {
    content: '\f178';
}

.productSec .swiper-button-prev {
    left: -2rem;
}

.productSec .swiper-button-next {
    right: -2rem;
}


/* Product Sec Css End */


/* About Sec Css Start */

.aboutSec {
    padding: 4rem 0 8rem 0;
}

.aboutWraps {
    display: flex;
    gap: 1.2rem;
}

.aboutWraps figure img {
    border-radius: 7px;
    margin: 8px 0;
}

.secHeading span {
    font-size: 1rem;
    display: block;
    color: var(--primary);
    font-family: 'Jost';
    text-transform: uppercase;
}

.aboutContent h4 {
    font-size: 1.4375rem;
    color: var(--black);
    padding: 8px 0;
}

.aboutContent p {
    color: #393737;
    line-height: 1.7;
}

.blackBtn {
    font-size: 1.5rem;
    background: var(--black);
    border-bottom: 3px solid #484848;
    padding: 10px 2.2em;
}


/* About Sec Css End */


/* Order Sec Css Start */

.orderSec {
    background: url(../images/orderBg.jpg) center/cover no-repeat;
}

.mainHead {
    font-size: 4.375rem;
    padding-bottom: 10px;
    color: var(--black);
}

.orderImg {
    margin: -6rem -6rem 0;
}


/* Order Sec Css End */


/* Gallery Sec Css Start */

.gallerySec {
    padding: 4rem 0;
}

.galleryWraps {
    margin-bottom: 1.5rem;
}

.gallerySec .themeBtn {
    background: var(--black);
    border-bottom: 3px solid #870505;
}

.galleryWraps a {
    position: relative;
    overflow: hidden;
}

.galleryWraps a img {
    transition: 0.5s ease-in-out;
}

.galleryWraps:hover a img {
    transform: scale(0.9);
}


/* Gallery Sec Css End */


/* Testimonial Sec Css Start */

.testimonialSec {
    padding: 5rem 0;
    background: #FAF8F7;
}

.testimonialBox {
    background: var(--white);
    border-radius: 27px;
    box-shadow: 0 0 49px #D2D2D2;
    padding: 2.5rem 2rem;
}

.testimonialBox h4 {
    color: #1D3146;
    font-size: 1.125rem;
    font-weight: 500;
}

.testimonialBox figure {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.testimonialBox div {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.testimonialBox p {
    font-size: 1.125rem;
    color: #686868;
    font-weight: 500;
    font-style: italic;
    line-height: 1.7;
    padding-top: 1.5rem;
    margin: 0;
    width: 78%;
}

.testimonialSlider {
    margin-left: 15rem;
    padding-bottom: 6rem;
}

.testimonialSlider .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    background: rgb(61 61 61 / 25%);
    opacity: 1;
}

.testimonialSlider .swiper-pagination-bullet-active {
    background: #3D3D3D;
    width: 26px;
    height: 26px;
}

.testimonialSlider .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    position: absolute;
}


/* Testimonial Sec Css End */


/* Insta Sec Css Start */

.instaSec {
    padding: 4rem 0 2rem 0;
}

.instaHead h2 {
    color: var(--black);
    margin: 0;
}

.instaHead {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.instaHead i {
    color: var(--black);
    font-size: 3.5rem;
}


/* Insta Sec Css End */


/* Footer Css Start */

footer {
    background: #260000;
    padding-top: 5rem;
    position: relative;
    z-index: 1;
}

.newsHead h2 span {
    font-size: 1rem;
    display: block;
    font-family: 'Jost';
    text-transform: capitalize;
}

.newsHead {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.newsHead h2 {
    line-height: 1.1;
    margin: 0;
}

.newsForm input {
    width: 100%;
    height: 100px;
    border-radius: 7px;
    border: unset;
    padding-left: 2.5rem;
}

.newsForm input::placeholder {
    color: #4E4E4E;
}

.newsForm {
    display: flex;
    align-items: center;
    position: relative;
}

.newsForm .themeBtn {
    position: absolute;
    right: 12px;
    border: unset;
    border-bottom: 3px solid #d5d5d5 !important;
}

footer h3 {
    font-size: 1.5625rem;
    text-transform: uppercase;
    color: var(--white);
}

footer ul li a {
    color: var(--white);
}

footer ul li a:hover {
    color: var(--primary);
}

.contactLinks li + li {
    padding-top: 8px;
}

.socialMedia {
    display: flex;
    gap: 1.5rem;
}

.socialMedia li a {
    font-size: 1.625rem;
}

.copyRight p {
    font-size: 1.125rem;
    color: var(--white);
    font-weight: 500;
    margin: 0;
}

.copyRight {
    border-top: 1px solid rgb(255 255 255 / 33%);
    margin-top: 3rem;
    padding: 2rem 0;
}

.footImg {
    position: absolute;
    bottom: 0;
    right: -6rem;
    width: 27%;
    overflow: hidden;
    z-index: -1;
}


/* Footer Css End */


/* / sraachbar start / */

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 10000;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff !important;
    background: rgba(0, 0, 0, 0);
    font-size: 55px;
    line-height: 65px;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-family: arial;
}

#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
    background-color: limegreen;
    border: black;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}

.srch-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}

.srch-btn .themeBtn {
    padding: 15px 120px;
    font-size: 20px;
}


/* / sraachbar end / */


/* Inner Pages Css Start */

.innerBanner {
    position: relative;
}

.innerBanner .overlay {
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aboutInner {
    padding: 6rem 0;
}

.baconInner .row + .row {
    padding-top: 2rem;
}

.baconInner {
    padding-top: 4rem;
}

.testimonialInner .testimonialBox p {
    width: 92%;
}

.contactForm .form-group label {
    color: var(--black);
    font-weight: 500;
    margin: 0;
}

.contactForm .form-group .form-control {
    border: 1px solid #B8B8B8;
    border-radius: unset;
    background: #EFEFEF;
}

.contactForm .form-group input {
    height: 70px;
}

.contactForm .form-group {
    margin-bottom: 1.5rem;
}

.info {
    font-size: 2.0625rem;
    color: var(--black);
    font-family: 'kirsty';
}

.contactinfoWraps {
    display: flex;
    align-items: center;
    gap: 4rem;
    justify-content: center;
    margin-top: 1rem;
}

.contactInner {
    padding-bottom: 5rem;
}


/* Inner Pages Css End */
.preLoader video {
    display: flex;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
