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

body {
    font-family: 'Montserrat', sans-serif;
    user-select: none;
}
.topspace {
    margin-top: 75px;
}
.common-spacing {
    padding: 30px 0;
}
.sticky-buttons {
    display: none;
}
#lgBtn {
    display: none !important;
}
.medium {
    font-weight: 500;
}
.semibold {
    font-weight: 600;
}
.bold {
    font-weight: 700;
}
.bg-color {
    background-color: #F2F2F2;
}

body {
    padding-bottom: 85px !important;
}
@media only screen and (max-width: 767px) {
body {
    padding-bottom: 140px !important;
}

}

/*Homepage Widgets*/
/*1st widget: Banner Scrollable Banner*/
.site-content .home-v1-slider {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0px;
}
.home-v1-slider .slick-list {
    padding: 0 15% 0 0 !important;
}
.slick-slide {
    outline: none !important;
    padding: 0.25em;
}
.banner-slide img {
    height: auto;
    width: 100%;
    max-width: 100%;
    border: 0;
    display: block !important;
    border-radius: 10px !important;
    margin: 0px !important;
}
.slick-initialized .slick-slide {
    margin: 0;
    overflow: hidden;
}
.slick-dots {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 2;
    margin-top: 10px;
}
.banner-slide .slick-dots, .banner-slide-full .slick-dots {
    bottom: -20px;
    z-index: 1;
    position: absolute;
}
.slick-dots li {
    cursor: pointer;
    display: inline-block;
    margin: 0 6px;
    position: relative;
    width: 10px;
    height: 10px;
}
.slick-dots li:first-child {
    margin-left: 0;
}
.slick-dots li:last-child {
    margin-right: 0;
}
.banner-slide .slick-dots button,
.banner-slide-full .slick-dots button {
    margin: 0 3px;
    background: #ccc;
    width: 18px;
    height: 5px;
}
.slick-dots li button {
    border: 0;
    outline: none;
    line-height: 0px;
    color: transparent;
    display: block;
    font-size: 0;
    width: 10px;
    height: 10px;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.6);
    border-color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
    background: var(--main-bg-color);
    border-color: var(--main-bg-color);
}
.slick-dots li.slick-active button {
    background: var(--main-bg-color);
    border-color: var(--main-bg-color);
}
.home-v1-slider {
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
.home-v1-slider {
    margin-bottom: 15px;
}

}
/*1st widget: Banner Scrollable Banner*/

/*card design*/
.newsletter-dv form {
    display: flex;
    position: relative;
    width: 100%;
    max-width: 550px;
    margin: 0px;
    overflow: hidden;
    border-radius: 5px !important;
}
.card-subscribe {
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 11;
    padding: 15px 0;
    box-shadow: 0px 0px 10px #00000029;
    background-color: #fff;
}
.newsletter-dv button {
    position: absolute;
    right: 0px;
}
.newsletter-dv .form-control {
    background: none;
    border: 2px solid var(--main-bg-color);
    border-radius: 5px !important;
    height: auto;
    padding: 12px 160px 12px 12px;
    color: var(--main-bg-color);
    font-weight: 500;
    background-color: #fff;
}
.newsletter-dv .form-control::placeholder {
    color: #000;
}
.newsletter-dv button {
    border: none;
    background-color: var(--main-bg-color);
    top: 1px;
    margin-right: 2px;
    padding: 11px 35px;
    color: #fff;
    font-weight: 600;
    z-index: 111;
}
.newsletter-dv .form-control:focus {
    box-shadow: none;
    border-color: var(--main-bg-color);
}
.card-subscribe .common-heading {
    font-size: 20.5px;
    margin-bottom: 0px;
}
.card-subscribe p {
    font-weight: 500;
    font-size: 15px;
}
@media only screen and (max-width: 767px) {
.card-subscribe p {
    font-size: 14px;
}
.card-subscribe .common-heading {
    font-size: 18px;
    margin-bottom: 10px;
}
.newsletter-dv button {
    padding: 10px 25px;
    right: -1px;
}
.newsletter-dv .form-control {
    padding: 11px 160px 11px 12px;
}
.newsletter-dv {
    margin-top: 5px;
}
    
}
/*card design*/

/*About Us Section*/
.common-heading {
    font-size: 26px;
}
.common-heading span {
    display: block;
    font-weight: 500;
    font-size: 22px;
    color: var(--main-bg-color);
    margin-bottom: 7px;
}
.bottom-dots .dot.line-dot, .heading-dots .h-dot.line-dot {
    border-right: 40px solid var(--main-bg-color);
}
.bottom-dots .dot.line-dot {
    color: var(--main-bg-color);
}
.bottom-dots .dot {
    position: relative;
    display: block;
    float: left;
    width: 3px;
    height: 2px;
    border-right: 3px solid var(--main-bg-color);
    margin-right: 3px;
}
.bottom-dots .dot, .heading-dots .h-dot {
    border-right: 3px solid var(--main-bg-color);
}
.about-img {
    width: 100%;
    max-width: 400px;
    height: 400px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.about-img.about-img-two {
    max-width: 600px;
    height: auto;
}
.about-img img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.pointer-heading {
    font-size: 20px;
    margin-bottom: 8px;
}
.icons .img-responsive {
    width: 100%;
    max-width: 65px;
    margin-bottom: 15px;
}
.common-para {
    font-size: 15px;
    font-weight: 500;
    color: #201C1D;
}
@media only screen and (max-width: 767px) {
.common-spacing {
    padding: 25px 0;
}
.topspace {
    margin-top: 63px;
}
.common-para {
    font-size: 14px;
}
.common-heading {
    font-size: 22px;
}
.common-heading span {
    font-size: 18px;
}
.icons .img-responsive {
    max-width: 60px;
}
.about-img {
    max-width: 320px;
    height: 320px;
}
    
}
/*About Us Section*/

/*Timeline Section*/
.timeline-ul li {
    display: flex;
    align-items: center;
    padding: 20px 0px;
    position: relative;
}
.timeline-ul {
    position: relative;
}
.timeline-ul li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 83px;
    z-index: 0;
    height: 100%;
    width: 4px;
    background: #FFF;
}
.timeline-ul li > div {
    margin: 0 10px;
}
.timeline-ul li > div:first-child {
    margin-left: 0px;
    width: 100%;
    max-width: 40px;
}
.timeline-ul li > div:nth-child(2) {
    width: 100%;
    max-width: 50px;
    text-align: center;
}
.timeline-ul li > div:last-child {
    margin-right: 0px;
    width: 100%;
    max-width: 329px;
}
.timeline-ul li .common-para {
    font-weight: 600;
    background-color: #FFF;
    padding: 10px 15px;
    border-radius: 5px;
    position: relative;
}
.timeline-ul li .common-para::before {
    content: '';
    position: absolute;
    top: 14px;
    right: 100%;
    height: 0;
    width: 0;
    border: 0.5rem solid transparent;
    border-right: 0.5rem solid #FFF;
}
.timeline-ul h4 {
    font-size: 20px;
}
.timeline-ul img {
    width: 100%;
    max-width: 40px;
    z-index: 1;
    position: relative;
}
.timeline-circle {
    position: absolute;
    top: 4px;
    left: -62px;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #FFF;
    display: none;
}

@media only screen and (max-width: 767px) {
.timeline-ul::before {
    top: 0;
    left: 73px;
}
.timeline-ul img {
    max-width: 35px;
}
.timeline-circle {
    top: 15px;
    left: -65px;
}
.timeline-ul h4 {
    font-size: 18px;
}
.timeline-ul li > div:first-child {
    max-width: 33px;
}
.timeline-ul li > div:nth-child(2) {
    max-width: 45px;
}
.timeline-ul li {
    padding: 10px 0px;
}
.timeline-ul li::before {
    left: 74px;
}

}
/*Timeline Section*/

/*Lapinonz Going Intrenational*/
.country-listing {
    list-style-type: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
    margin: 0px;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 20px;
}
.country-listing li {
    display: inline-block;
    width: 100%;
    max-width: 25%;
    text-align: center;
    margin: 12px 0;
    font-size: 15px;
    font-weight: 500;
    color: #333;
}
.flag-b {
    width: 100%;
    max-width: 100px;
    height: 100px;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 10px;
    box-shadow: 0 5px 20px -10px rgb(0 0 0 / 30%);
    border: 1px solid #fff;
}
.flag-b img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 767px) {
.country-listing li {
    max-width: 33%;
    font-size: 13px;
    line-height: 20px;
    margin: 10px 0;
}
.flag-b {
    max-width: 90px;
    height: 90px;
}

}
/*Lapinonz Going Intrenational*/

/*CLIENT SLIDER*/
.slider-client .slide {
    padding: 0 15px;
}
.slider-client .slide .slide-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
    /* filter: grayscale(100%); */
    border-radius: 5px;
    border: 1px solid #dedede;
    background-color: #fff;
    overflow: hidden;
}
.slider-client .slide .slide-img:hover {
    filter: grayscale(0%);
}
.slider-client .slide .slide-img img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}
.slider-client h5 {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    margin-bottom: 0px;
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
.slider-client .slick-list {
    padding: 0 15% 0 0 !important;
    margin-left: -5px;
}
.slider-client .slide {
    padding: 0 6px;
}
.slider-client {
    margin-right: -15px;
    margin-left: -2px;
}
.slider-client h5 {
    font-size: 12px;
}

}
/*CLIENT SLIDER*/

/*cta section*/
.cta-section {
    background-image: url(../images/usp-banner.jpg);
    padding: 30px 0 140px;
    background-size: cover;
    background-position: center;
}
.cta-section:before {
    content: "";
    position: absolute;
    background-color: rgb(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}
.cta-section .container {
    position: relative;
}
.three-cards {
    background-color: #fff;
    padding: 0px 20px;
    border-radius: 5px;
    position: relative;
    box-shadow: 0px 4px 7px rgb(0 0 0 / 10%);
}
.outer-card-dv {
    position: relative;
    margin-top: -125px;
}
.three-cards-inner {
    padding: 20px 15px;
}
.row .three-cards-inner:nth-child(2) {
    border-left: 1px solid #F2F2F2;
    border-right: 1px solid #F2F2F2;
}

@media only screen and (max-width: 767px) {
.three-cards {
    padding: 0px;
}
.pointer-heading {
    font-size: 18px;
}
.row .three-cards-inner:nth-child(2) {
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
    border-left: 0px;
    border-right: 0px;
}

}
/*cta section*/

/*bestseller*/
.item-outer {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 10%);
    background-color: #fff;
    height: 100%;
}
.item-details {
    padding: 10px 10px;
}
.bestseller-dv {
    margin-bottom: 30px;
}
.item-title {
    font-weight: 600;
    font-size: 17px;
    margin-top: 8px;
}
.veg-flag {
    width: 13px;
    height: 13px;
    border: 1px solid #3DA66E;
    text-align: center;
    line-height: 8px;
    background-color: #fff;
    margin-right: 7px;
    margin-top: 2px;
}
.veg-flag span {
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #3DA66E;
    border-radius: 50%;
}
.non-vegflag {  
    width: 13px;
    height: 13px;
    border: 1px solid #fd1615;
    text-align: center;
    line-height: 8px;
    background-color: #fff;
    margin-right: 7px;
    margin-top: 2px;
    position: relative;
}
.non-vegflag span {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 7px solid #fd1615;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.flag {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 75px;
    height: 75px;
    overflow: hidden;
    z-index: 1;
}
.flag__inner {
    position: absolute;
    top: 19px;
    left: -21px;
    display: block;
    width: 100px;
    font-size: 10px;
    color: rgba(0,0,0,.6);
    text-align: center;
    line-height: 20px;
    background: hsla(0,0%,100%,.9);
    box-shadow: 0 1px 8px -3px rgb(0 0 0 / 60%);
    transform: rotate(-45deg);
    font-weight: 600;
}
.item-placeholder {
    position: relative;
}
.bestseller-dv {
    margin-bottom: 20px;
    padding: 0 10px;
}

@media only screen and (max-width: 767px) {
.item-title {
    font-size: 16px;
}
.bestseller-dv {
    padding: 0 15px;
}
.row .bestseller-dv:nth-child(odd) {
    padding-right: 7px;
}
.row .bestseller-dv:nth-child(even) {
    padding-left: 7px;
}
    
}
/*bestseller*/

/*testimonials*/
.testimonials-sec {
    background-image: url(../images/testimonial-banner.jpg);
    background-size: cover;
    background-position: top center;
}
.bubble {
    background-color: #fff;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    padding: 35px 30px 25px 30px;
    box-shadow: 0 10px 15px -5px rgb(9 31 67 / 10%);
    border-radius: 5px;
    margin-top: 30px;
    position: relative;
}
.bubble cite {
    font-size: 16px;
    font-weight: 600;
    color: #201C1D;
}
.bubble:before {
    content: "";
    background-image: url(../images/quotetestimonial.png);
    top: -21px;
    left: 20px;
    width: 80px;
    height: 80px;
    position: absolute;
    background-repeat: no-repeat;
    z-index: 1;
    background-size: 70%;
}
.testimonials-sec .slick-dots li button {
    border-radius: 50% !important;
    width: 15px;
    height: 15px;
}
.testimonials-sec .slick-dots li.slick-active button {
    background: var(--main-bg-color);
    border-color: #fff;
}
.testimonials-sec .slick-dots li button {
    background-color: #fff;
    border-color: #fff;
    border: 3px solid #fff;
}
.testimonials-sec .slick-dots li button:hover {
    background: var(--main-bg-color);
    border-color: #fff;
}
.testimonials-sec .slick-dots {
    bottom: 0;
}
.secondary-button, .secondary-button:hover {
    background-color: var(--main-bg-color);
    box-shadow: 0px 0px 20px #00000029 !important;
    border-radius: 5px !important;
    color: #fff;
    padding: 10px 25px;
    display: inline-block;
    border: none;
    font-size: 16px;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
.bubble {
    padding: 35px 25px 25px 20px;
}
.bubble:before {
    left: 15px;
}

}
/*testimonials*/

/*cta-franchise*/
.cta-franchise p {
    font-size: 17px;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
.cta-franchise p {
    font-size: 15px;
}
    
}
/*cta-franchise*/