@import url('https://fonts.googleapis.com/css2?family=Germania+One&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    font-family: "Inter", Arial, sans-serif;
    color: #808080;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
}

a {
    color: #71a658;
    text-decoration: none;
}

a:hover {
    color: #DB2031;
    text-decoration: none;
}

nav.navbar {
    background: #FAFAFA;
    font-family: "Germania One", Arial, sans-serif;
    color: #1E1E1E;
}

nav.navbar li.nav-item {
    margin-right: 20px;
}

.nav-link {
    color: #DB2031;
}

.nav-link:hover, .nav-link.active:hover {
    color: #71a658;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #71a658;
}

a.navbar-brand {
    margin-right: 100px;
}

a.navbar-brand {
    margin-right: 100px;
}

nav.navbar.fixed-top.fixed-header {
    background: #ffffffe0;
}

nav.navbar.fixed-top.fixed-header img {
    max-width: 130px;
}

.sliderBig {
    background: url(../img/slider_bg.jpg) no-repeat;
    margin-top: 90px;
    background-size: cover;
    padding: 50px 0;
    color: #1E1E1E;
    background-attachment: fixed;
}

.sliderPro img {
    max-width: 100%;
}

.productSliderInPag .owl-carousel .owl-item button.btn.btn-primary {
    height: 46px;
    line-height: normal;
}

.carouselText {
    margin-top: 90px;
}

.carouselText h1 {
    color: #71a658;
}

.carouselText h1 span {
    display: block;
    color: #DB2031;
}

.sliderBig p {
    margin-top: 50px;
}

.sliderBig .button {
    margin-top: 102px;
}

.btn-primary {
    background: #DB2031;
    color: #fff;
    height: 60px;
    border-radius: 70px;
    border-color: #DB2031;
    padding: 0 20px;
    font-weight: 700;
}

.btn-primary:hover {
    background: #71a658;
    color: #fff;
    border-radius: 70px;
    border-color: #71a658;

}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: #fff;
    background-color: #71a658;
    border-color: #71a658;
}

.btn-primary i {
    margin-left: 10px;
}

h1 {
    font-family: "Germania One", Arial, sans-serif;
    font-weight: bold;
    font-size: 48px;
}

h2 {
    font-family: "Germania One", Arial, sans-serif;
}

.productSlider {
    padding: 70px 0;
    text-align: center;
}

.productSlider.productSliderBg {
    background: url(../img/slider_bg_red_pro.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #000;
}

.owl-nav .owl-next {
    right: 0;
    position: absolute;
}

.owl-nav .owl-prev {
    left: 0;
    position: absolute;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background: #DB2031;
    color: #fff;
    border-radius: 100%;
    width: 42px;
    height: 42px;
    font-size: 34px;
    line-height: 42px;
    top: 45%;
}

.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
    background: #1E1E1E;
    color: #fff;

}

.sliderProductInfo {
    text-align: center;

}

.sliderProductInfo .owl-carousel .owl-item img {

    width: auto;
    height: 100%;
}

.sliderProductInfo img {
    max-width: 90px;
    margin: 0 auto;
}

.productSlider .owl-carousel .owl-item:hover img {
    transform: scale(1.2);
    transition-duration: 2s;
}

.carousel-control-next-icon {
    background-image: url(../img/right_arrow.svg);
}

.carousel-control-prev-icon {
    background-image: url(../img/left_arrow.svg);
}

.carousel-control-next, .carousel-control-prev {
    width: 50px;
}

.sliderProImg {
    background: url(../img/slider_img_bg.png) no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    background-position: center bottom;
    max-width: 214px;
    margin: 0 auto;
    height: 290px;
}

.sliderProText {
    margin-top: 30px;
}

.sliderProText h2 {
    color: #529035;
    font-size: 32px;
    text-shadow: 0px 0px 10px #ffffff;
}

.sliderProText p {
    text-shadow: 0px 0px 10px #ffffff;
}

.ourProduct h2 {
    color: #DB2031;
    font-size: 48px;
}

.aboutUsInfo {
    background: url(../img/slider_bg.jpg) no-repeat;
    margin-top: 50px;
    background-size: cover;
    padding: 50px 0;
    color: #1E1E1E;
    background-attachment: fixed;
}

.aboutUsInfo h2 {
    font-size: 48px;
    color: #DB2031;
}

.aboutImg {
    text-align: right;
}

.aboutImg:hover img {
    transform: scale(1.2);
    transition-duration: 2s;
}

ul.aboutUsUl {
    margin: 30px 0 40px;
    font-size: 24px;
}

.aboutUsInfo button.btn.btn-primary {
    margin-left: 34px;
}

.otherProductInfo {
    padding: 40px 0;
    text-align: center;
    background: url(../img/slider_bg_red1.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


.otherProductInfo .card {
    background: #EEECEC;
    color: #1E1E1E;
    border: 0;
    border-radius: 20px;
    padding: 6px;
    margin-left: 20px;
    margin-right: 20px;
    overflow: hidden;
}

.otherProductInfo .card .cardProImg {
    overflow: hidden;
    width: 100%;
    border-radius: 24px;
}

.otherProductInfo .card .card-img-top {
    border-radius: 18px;
}

.otherProductInfo .card:hover .card-img-top {
    transform: scale(1.2);
    transition-duration: 2s;
}

.otherProductInfo .card .card-title {
    font-family: "Germania One", Arial, sans-serif;
    font-size: 32px;
    margin-top: 30px;
    color: #DB2031;
    min-height: 120px;
}

a.moreless-button.btn.btn-light, a.moreless-button1.btn.btn-light, a.moreless-button2.btn.btn-light {
    margin-top: 20px;
}

/* .otherProductInfo .card p {
    font-size: 20px;
    padding: 20px 0;
} */
.otherProductInfo .card p {
    font-size: 20px;
    padding: 0px 0 0;
    margin: 0;
}

.btn.btn-light {
    background: #fafafa;
    border-radius: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 40px;
}

.btn.btn-light:hover {
    background: #DB2031;
    color: #fff;
}

.getInspired p {
    margin: 20px 0 40px;
}

.getInspired {
    text-align: center;
    background: url(../img/get_inspired_bg.jpg) no-repeat;
    background-size: cover;
    padding: 70px 0;
    background-attachment: fixed;
}

.getInspired h2 {
    color: #DB2031;
    font-size: 48px;

}

ul.socialIcon {
    text-align: center;
    padding: 0;
}

ul.socialIcon li {
    display: inline-block;
    margin: 0 20px;
}

ul.socialIcon li a {
    background: #DB2031;
    width: 64px;
    height: 64px;
    display: block;
    border-radius: 10px;
    padding: 12px;
}

.footerInfo h2 {
    font-size: 32px;
    color: #DB2031;
    margin-bottom: 10px;
}

.footerInfo .footerLink {
    font-size: 18px;
}

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

.footerInfo ul li {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
    display: block;
}

.footerInfo a {
    text-decoration: none;
    color: #808080;
}

.footerInfo a:hover {
    text-decoration: none;
    color: #DB2031;
}

.footerInfo ul.socialIcon {
    text-align: left;
}

.footerInfo ul.socialIcon li {
    display: inline-block;
    margin: 0 0px;
    text-align: center;
}

.footerInfo ul.socialIcon li a {
    width: 32px;
    height: 32px;
    padding: 2px 0 0 0;
    line-height: normal;
}

ul.socialIcon li a:hover {
    background: #71a658;
}

.footerInfo ul.socialIcon li a img {
    width: 22px;
    height: 22px;
}

p.contactInfo {
    margin-bottom: 10px;
}

.footerLogo {
    margin-top: 0px;
    text-align: center;
}

.fssaiNo {
    font-size: 17px;
    color: #000;
    font-weight: bold;
    /* margin-left: 16px; */
    text-align: center;
}

.footerInfo {
    background: url(../img/get_inspired_bg.jpg) no-repeat;
    background-size: cover;
    padding: 70px 0 0;
    margin-top: 20px;
    font-size: 18px;
    background-attachment: fixed;
}

.Copyright {
    background: #fff;
    text-align: center;
    padding: 20px;
    margin-top: 30px;
}

.cookingInspiration h2 {
    color: #71a658;
    font-size: 48px;
    margin-top: 70px;
    margin-bottom: 40px;
}

.cookingInspiration h2 span {
    color: #DB2031;
    display: block;
}

.cookingInspiration h2 span {
    color: #DB2031;
    display: block;

}

.cookingInspiration {
    padding: 60px 0;
}

.cookingImg {
    position: relative;
}

.cookingImg:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 180%;
    right: 50%;
    background: #F2F0EC;
    z-index: -1;
}

.cookingInspiration .owl-carousel .owl-item .cookingImg img {
    padding: 20px 0;
    max-width: 100%;
    width: auto;
}

.sliderPro img {
    max-height: 500px;
}

.socialIconRight {
    position: fixed;
    right: 0;
    top: 220px;
    /* background: #ffffffbb; */
    z-index: 1;
}

.socialIconRight ul.socialIcon li {
    display: block;
    margin: 0 0 2px;
    line-height: normal;
}

.socialIconRight ul.socialIcon li a {
    background: #DB2031;
    width: 34px;
    height: 34px;
    display: block;
    border-radius: 10px;
    padding: 6px;
}

.socialIconRight ul.socialIcon li a:hover {
    background: #71a658;
}

.socialIconRight ul.socialIcon li a i {
    margin-top: -5px;
    display: block;
}

.socialIconRight ul.socialIcon li a img {
    width: 20px;
    height: 20px;
}

#owlcarouselone .owl-item {
    overflow: hidden;
}

#owlcarouselone .btn-primary i img {
    width: 24px;
    display: inline-block;
}

button.btn.btn-primary img {
    width: auto;
    display: inline-block;
}

.productSliderFive h2 {
    font-size: 18px;
}

.allProdBtnSlid {
    position: absolute;
    right: 0;
    z-index: 2;
    top: 0px;
}

.btn.btn-success {
    background: #71a658;
    padding: 0 20px;
    font-weight: 700;
    color: #fff;
    height: 60px;
    border-radius: 70px;
    border-color: #71a658;
}

.btn.btn-success:hover {
    background: #DB2031;
    border-color: #DB2031;
}

.productSliderInPag a.btn.btn-success:hover {
    background: #DB2031;
    border-color: #DB2031;
}

.productSliderInPag a.btn.btn-success {
    line-height: 60px;
}

section.productSliderInPag .owl-nav {
    display: none;
}

.productSliderFive .sliderProImg {
    height: 320px;
    padding-top: 30px;
    background: url(../img/slider_img_bg.png) no-repeat;
    background-position: bottom center;
}

.productSliderFive {
    background: url(../img/slider_bg.jpg) no-repeat;
    background-size: cover;
    padding: 50px 0;
    color: #1E1E1E;
    background-attachment: fixed;
}

.cookingInspiration {
    background: url(../img/slider_bg_cooking.jpg) no-repeat;
    background-size: cover;
    padding: 50px 0;
    color: #1E1E1E;
    background-attachment: fixed;
    /* background: #FAFAFA; */
}

.cookingInspiration.cookingInspirationPro {
    background: url(../img/slider_bg_cooking.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.productSliderInPag .owl-dots {
    display: none;
}

.aboutUsInfoIn {
    margin-top: 90px;
    margin-bottom: 50px;
    background: url(../img/slider_bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.aboutotherInfo .aboutSection {
    display: flex;
    transition: 0.5s ease-in-out;
}

.aboutotherInfo .aboutSection .iconImg {
    width: 80px;
    min-width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease-in-out;
}

.aboutotherInfo .aboutSection .aboutDetail {
    padding-left: 30px;
}

h2 {
    color: #71a658;
    font-size: 48px;
    margin-top: 0px;
    margin-bottom: 0px;
}

h2 span {
    color: #DB2031;

}

.aboutotherInfo .aboutSection .iconImg i {
    font-size: 50px;
    color: #DB2031;
}

.ourTeam {
    width: 100%;
    /* background: url(../img/slider_bg_red.jpg) no-repeat; */
    /* margin-top: 90px; */
    background-size: cover;
    padding: 50px 0;
    color: #1E1E1E;
    text-align: center;
    background-attachment: fixed;
}

.readMoreAbout a {
    color: #DB2031;
    text-decoration: none;
    font-weight: bold;
}

.ourTeamIn {
    margin-top: 50px;
}

.team .photo {
    width: 250px;
    height: 250px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.photo img {
    width: 100%;
}

.info {
    margin-top: 22px;
    text-align: left;
    font-size: 17px;
}

.photo-shadow {
    position: absolute;
    z-index: -1;
    top: 12px;
    left: 16px;
    bottom: -10px;
    border: 1px solid #E3E3E3;
    height: 250px;
    width: 246px;
    background: #fff;
}

.col-item {
    position: relative;
}

.team {
    margin-top: 60px;
}

.team .photo img {
    width: 100%;
    vertical-align: middle;
    position: relative;
}

.social-connect {
    margin-top: 13px;
}

.info {
    margin-top: 22px;
}

.info .name {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 2px;
    color: #DB2031;
}

.info .degination {
    font-size: 22px;
    color: #71a658;
    font-weight: 500;
    margin-bottom: 10px;
}

.social-connect a {
    display: inline-block;
    border: 1px solid #E3E3E3;
    font-size: 14px;
    color: #919191;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    margin-right: 4px;
}

.social-connect a .fa {
    margin: 0;
}

.social-connect a:hover {
    background-color: #4EBEE9;
    color: #fff;
}

.carousel-line {
    border: 1px solid #ddd;
    height: 320px;
    position: absolute;
    bottom: -90px;
    width: 110%;
    left: -5.5%;
}

.carousel-line>.controls {
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -50px;
    background: #fff;
    padding: 0px 20px;
    color: #000;
}

.carousel-line>.controls>a {
    color: #868686;
    font-size: 24px;
    font-weight: 300;
}

.productSliderInPag {
    padding: 30px 0;
}

.aboutTeamInfo {
    position: relative;
    height: 230px;
}

.aboutTeamInfo::after {
    content: "";
    background: linear-gradient(rgba(2, 0, 36, 0) 0%, rgb(255, 255, 255) 100%);
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 160px;
    z-index: 1;
}

.aboutTeamPopup {
    font-size: 20px;
}

.btn {
    height: 60px;
    border-radius: 70px;
    padding: 0 20px;
    font-weight: 700;
    min-width: 150px;
}

.modal .btn {
    height: 40px;
}

.modal-title {
    font-size: 34px !important;
    color: #DB2031;
}

.sliderBig.sliderBigProd {
    background: url(../img/slider_bg_red1.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.productSliderInPag {
    background: url(../img/slider_bg_red_pro.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.productSliderInPag .owl-carousel .owl-item img {
    max-width: 270px;
    margin: 0 auto;
}

.get-in-touch {
    max-width: 800px;
    margin: 50px auto;
    position: relative;

}

.get-in-touch .title {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 3.2em;
    line-height: 48px;
    padding-bottom: 48px;
    color: #5543ca;
    background: #5543ca;
    background: -moz-linear-gradient(left, #f4524d 0%, #5543ca 100%) !important;
    background: -webkit-linear-gradient(left, #f4524d 0%, #5543ca 100%) !important;
    background: linear-gradient(to right, #f4524d 0%, #5543ca 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.contact-form .form-field {
    position: relative;
    margin: 32px 0;
}

.contact-form .input-text {
    display: block;
    width: 100%;
    height: 36px;
    border-width: 0 0 2px 0;
    border-color: #5543ca;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}

.contact-form .input-text:focus {
    outline: none;
}

.contact-form .input-text:focus+.label,
.contact-form .input-text.not-empty+.label {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
}

.contact-form .label {
    position: absolute;
    left: 20px;
    bottom: 11px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #5543ca;
    cursor: text;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,
        -webkit-transform .2s ease-in-out;
}

.contact-form .submit-btn {
    display: inline-block;
    background-color: #000;
    background-image: linear-gradient(125deg, #a72879, #064497);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    padding: 8px 16px;
    border: none;
    width: 200px;
    cursor: pointer;
}

.carouselText h1 span.getTouch {
    display: inline-block;
    color: #DB2031;
}

.contactUsInfo {
    margin-top: 90px;
    margin-bottom: 50px;
    background: url(../img/slider_bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.contactUsInfo .carouselText {
    margin-top: 90px;
    margin-bottom: 90px;
}

.contactInfo h3 {
    color: #DB2031;
}

.categoriesListInfo {
    margin: 40px 0;
}

.categoriesList {
    text-align: left;
}

.categoriesList h3 {
    color: #DB2031;
}

.categoriesList li a {
    display: block;
    position: relative;
    font-size: 18px;
}

.categoriesList li a i {
    position: absolute;
    right: 0;
}

.card.categoriesPro {
    text-align: center;
    border: 0;
    padding: 20px;
    margin-bottom: 20px;
}

.card.categoriesPro:hover {
    box-shadow: 0 0 10px #e7e7e7;
}

.categoriesPro .cardProImg {
    height: 200px;
    width: 100%;
}

.categoriesPro .cardProImg img {
    height: 200px;
    width: auto;
}

.card.categoriesPro .card-text {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 28px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card.categoriesPro h5 {
    /* color: #DB2031; */
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 42px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card.categoriesPro a.btn.btn-light {
    line-height: normal;
    height: auto;
    margin: 20px 0;
    background: #DB2031;
    color: #fff;
}

.card.categoriesPro a.btn.btn-light:hover {
    line-height: normal;
    height: auto;
    margin: 20px 0;
    background: #DB2031;
    color: #fff;
}

.categoriesPro .card-body {
    padding-bottom: 0;
}

.aboutTeamPopup .modal-body {
    padding: 50px;
    font-size: 18px;
}

.moretext, .moretext1, .moretext2 {
    display: none;
}

.aboutUsimg {
    margin-top: 130px;
}

.ourTeamIn .photo {
    overflow: hidden;
    height: 360px;
}

.ourTeamIn .col-item {
    box-shadow: 0 0 10px #cccccc57;
    padding: 10px;
}

.btn {
    line-height: 60px;
}

.otherProductInfo .card-body .btn.btn-primary {
    margin-top: 20px;
}

.footerInfo a.mailLink {
    color: #DB2031;
}

.footerInfo a.mailLink:hover {
    color: #000;
}

a.navbar-brand img {
    width: 220px;
}

.footerLogo img {
    width: 200px;
}

.fssaiNo img {
    margin-left: -30px;
    margin-top: 10px;
}

.carousel-control-next {
    right: 50px;
}

.homeSlider .sliderProductInfo .sliderProImg img, .sliderProductInfo img {
    min-width: 180px;
}

.modal-footer button.btn.btn-outline-secondary {
    height: auto;
    padding: 10px;
    line-height: normal;
}

iframe.enquiryInfo {
    width: 100%;
    height: 2100px;
    margin-top: 130px;
}

section.sliderPro .carousel.slide.mb-6.sliderBig .carousel-inner .carousel-item.active .col-lg-6.order-first {
    text-align: center;
}

.productSlider.productSliderBg .owl-item .item {
    padding-top: 20px;
}

.slider.productSliderOne .item-box .col-lg-6.order-first {
    text-align: center;
}

.slider.productSliderOne .item-box .col-lg-6.order-first img {
    max-height: 430px;
    width: auto;
    margin: 0 auto;
}

.slider.productSliderOne {
    margin-top: 75px;
    background: url(../img/slider_bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.slider.productSliderOne .owl-item .item-box img {
    max-height: 450px;
    width: auto;
    margin: 0 auto;
}

.slider-two.productSliderTwo .item .sliderProductInfo:hover img {
    transform: scale(1.2);
    transition-duration: 2s;
}

.col-lg-12.order-first.imgGroupSlider {
    text-align: center;
}

.sliderPro .imgGroupSlider img {
    max-height: 500px;
    max-width: 900px;
    margin: 0 auto;
}

.slider-two.productSliderTwo {
    background: url(../img/slider_bg_red_pro.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #000;
    padding-top: 30px;
    position: relative;
}

.productSlider.productSliderBg {
    position: relative;
}

.slider-two.productSliderTwo:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #ffffff75;
}
.typeEnquiryInfo {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (max-width: 1200px) {
    .container, .container-md, .container-sm {
        max-width: 90%;
    }

    a.navbar-brand img {
        max-width: 140px;
    }

    a.navbar-brand {
        margin-right: 30px;
    }

    nav.navbar li.nav-item {
        margin-right: 20px;
        font-size: 20px;
    }
}

@media (max-width: 1000px) {
    .navbar .collapse:not(.show) {
        display: none;
    }

    .navbar-expand-md .navbar-toggler {
        display: block;
    }

    .navbar .collapse:not(.show) {
        display: none !important;
    }

    .navbar-collapse {
        flex-basis: 100%;
    }

    .navbar-expand-md .navbar-collapse {
        display: block !important;
        flex-basis: auto;
        position: absolute;
        top: 64px;
        background: #fff;
        width: 100%;
        left: 0;
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: column;
        margin-left: 50px;
    }

    .cookingImg {
        text-align: center;
    }

    .otherProductInfo .card {
        margin-bottom: 20px;
    }

    .carouselText {
        margin-top: 0px;
    }

    h1, .ourProduct h2, .aboutUsInfo h2, .getInspired h2, .cookingInspiration h2 {
        font-size: 32px;
    }

    .sliderProText h2, .otherProductInfo .card .card-title, .footerInfo h2 {
        font-size: 26px;
    }

    .sliderBig p {
        margin-top: 10px;
    }

    .otherProductInfo .card {
        margin-left: 0;
        margin-right: 0;
    }

    .aboutUsInfo img {
        max-width: 100%;
    }

    ul.socialIcon li {
        margin: 0 20px 10px;
    }

    .productSliderInPag {
        text-align: center;
    }

    .productSliderInPag .owl-carousel .owl-item img {
        max-height: 320px;
        width: auto !important;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    body {
    font-size: 18px;
}
    h1, .ourProduct h2, .aboutUsInfo h2, .getInspired h2, .cookingInspiration h2 {
        font-size: 26px;
    }
h2 {
    font-size: 30px;
}
ul.aboutUsUl {
    font-size: 18px;
    padding: 0;
}
    .sliderProText h2, .otherProductInfo .card .card-title, .footerInfo h2 {
        font-size: 30px;
    }

    .footerInfo {
        padding: 30px 0 0;
    }

    .footerLogo {
        margin-top: 0;
    }

    ul.socialIcon li {
        margin: 0 0px 10px;
    }

    .aboutTeamPopup .modal-body {
        padding: 20px;
    }

    .aboutUsimg {
        margin-top: 30px;
    }

    .sliderPro .imgGroupSlider img {
        max-height: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .socialIconRight {
        top: initial;
        bottom: 100px;
    }
    .googleMap iframe {
    max-width: 100%;
}
.aboutUsInfo [data-aos^=fade][data-aos^=fade] {
    opacity: 1;
    transform: initial;
}
section.aboutUsInfoIn img {
    max-width: 100%;
}
.footerInfo ul.socialIcon {
    margin-bottom: 10px;
}
.aboutotherInfo .aboutSection .aboutDetail {
    padding-left: 10px;
}
}