@font-face {
    font-family: 'larken_demoregular';
    src: url('../font/larkendemo-regular-webfont.woff') format('woff2'),
        url('../font/larkendemo-regular-webfont.woff2') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    margin: 0px;
    padding: 0px;
}

.main-container {
    margin: 0px 50px;
}

.banner-mt {
    margin-top: 155px;
    margin-bottom: 60px;

}
b {
    color: #2e3192;
    font-size: 20px;
    font-weight: bold;
}
.section-mt {
    margin-top: 80px;
}

.banner-img {
    width: 100% !important;
    border-radius: 30px;
    height: 500px;
    object-fit: cover;
}

.carousel-caption {
    left: 5%;
    right: 50%;
    text-align: left;
    top: 10%;
}

.banner-caption h5 {
    color: #FFF;
    font-family: 'larken_demoregular';
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 1.44px;
}

.banner-caption p {
    color: #FFF;
    font-family: 'larken_demoregular';
    font-size: 18px;
    font-style: normal;
    font-weight: 275;
    line-height: 130%;
    letter-spacing: 0.72px;
}

.banner-btn {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: 0.64px;
    border-radius: 30px;
    background: #7AC143;
    padding: 7px 20px;
    border: 0px;
    margin-top: 20px;
}

.carousel-indicators .active {
    border-radius: 10px;
    background: rgba(46, 49, 146, 0.40);

}

.carousel-indicators [data-bs-target] {
    border-radius: 10px;
    background: rgba(46, 49, 146, 0.40);
    height: 0px;
    border-bottom: 0px;
}

.carousel-indicators {
    margin-bottom: -2rem;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.section-name {
    color: #000;
    font-family: 'larken_demoregular';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.96px;
}

.section-line {
    width: 100%;
    height: 3px;
    border-radius: 5px;
    background: #D9D9D9;
    position: relative;
}

.section-line::after {
    position: absolute;
    content: "";
    width: 105px;
    height: 3px;
    border-radius: 5px;
    background: #7AC143;
}

#categories {
    margin-top: 40px;
}

.categories-box {
    border-radius: 17.013px;
    background: #F5F5F5;
    padding: 10px;
    width: 150px;
    min-height: 190.071px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.categories-box p {
    color: #000;
    text-align: center;
    font-family: 'larken_demoregular';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    margin-top: 15px;

}

.categories-box img {
    width: 107px;
    height: 99px;
    object-fit: contain;
}

.categories-box.active {
    border-radius: 20px;
    border: 1px solid #2E3192;
    background: rgba(46, 49, 146, 0.15);
    box-shadow: 4px 4px 8px 1px rgba(46, 49, 146, 0.24);
     min-height: 200.071px;
     justify-content: center;
}

#categories .owl-nav {
    position: absolute;
    top: -35%;
    right: 0px;
}

#categories .owl-prev {
    background-color: rgba(46, 49, 146, 0.28);
    opacity: 0.3;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin-right: 20px;
}

#categories .owl-next {
    background-color: rgba(46, 49, 146, 0.28);
    width: 30px;
    height: 30px;
    border-radius: 25px;
}
#sub-categories {
    margin-top: 40px;
}
#sub-categories .owl-nav {
    position: absolute;
    top: -35%;
    right: 0px;
}

#sub-categories .owl-prev {
    background-color: rgba(46, 49, 146, 0.28);
    opacity: 0.3;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin-right: 20px;
}

#sub-categories .owl-next {
    background-color: rgba(46, 49, 146, 0.28);
    width: 30px;
    height: 30px;
    border-radius: 25px;
}
.categories-view-box {
    display: flex;
    flex-wrap: wrap;
}

.categories-view {
    width: 250px;
    height: 339px;
    border-radius: 20px;
    background: #F5F5F5;
    padding: 10px;
    margin-top: 30px;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.categories-view a{
        display: flex;
    justify-content: center;
}
}
.categories-view img {
    width: 168.711px !important;
    height: 158px;
    object-fit: contain;
}

.categories-view p {
    color: #000;
    text-align: center;
    font-family: 'larken_demoregular';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.8px;
}

.categories-view button {
    border-radius: 30px;
    background: #7AC143;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: 0.64px;
    padding: 7px 20px;
    border: 0px;
}



img#show-img{
 object-fit: contain;
}


.abt-content p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 155%;
    /* 27.9px */
    letter-spacing: 0.72px;
}

iframe {
    border-radius: 20px;
}

.location-box {
    border-radius: 30px;
    background: rgba(46, 49, 146, 0.30);
    padding: 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.index-abt-p p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 155%;
    /* 27.9px */
    letter-spacing: 0.72px;
}

.abt-redirect a {
    border-radius: 30px;
    background: #2E3192;
    text-decoration: none;
    color: white;
    padding: 8px 40px;
}

#categories-2 .categories-view {
    margin: 0px 15px;
}

#categories-2 .owl-prev {
    background-color: rgba(46, 49, 146, 0.28);
    opacity: 0.3;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin-right: 20px;
}

#categories-2 .owl-next {
    background-color: rgba(46, 49, 146, 0.28);
    width: 30px;
    height: 30px;
    border-radius: 25px;
}

#categories-2 .owl-nav {
    position: absolute;
    top: -38px;
    right: 0px;
}

.partners-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.partner-view {
    margin: 15px 20px;
}

.partner-view img {
    width: 125px;
    height: 50px;
    object-fit: contain;
}

.ab-img {
    width: 100%;
}



/* ==========================style=================== */
section.product-dtl-main {
    padding: 93px 0 0 0;
}

.beef-dtl h3 {
    color: #000;
    font-family: "Larken DEMO";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 1.44px;
}

.tab-cnt {
    margin-top: 30px;
}

.tab-btns {
    border: 1px solid rgba(0, 0, 0, 0.20);
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}

.discription-incredient button.btn.btn-tab.active {
    background: rgba(46, 49, 146, 0.24);
    color: #000;
    font-family: 'larken_demoregular';
    font-size: 20px;
    font-style: normal;
    font-weight: 100;
    letter-spacing: 0.8px;
    padding: 10px 70px 10px 10px;
    border-radius: 0;
}

button.btn.btn-tab {
    padding: 10px 80px 10px 10px;
    border-radius: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.20);
    margin: 0;
    height: 100%;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 100;
    letter-spacing: 0.8px;
    font-family: 'larken_demoregular';
    width: 100%;
}






/* ===========thumbnamil============= */

.de .show {
    width: 100%;
    height: 500px;
  }

.small-img {
    width: 100%;
    height: 70px;
    margin-top: 10px;
    position: relative;
    left: 0px;
}

.small-img .icon-left,
.small-img .icon-right {
    width: 12px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.small-img .icon-left {
    transform: rotate(180deg)
}

.small-img .icon-right {
    right: 0;
}

.small-img .icon-left:hover,
.small-img .icon-right:hover {
    opacity: .5;
}

.small-container {
    width: 300px;
    height: 70px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.small-container div {
    width: 800%;
    position: relative;
}

.small-container .show-small-img {
    width: 70px;
    height: 70px;
    margin-right: 6px;
    cursor: pointer;
    float: left;
}

.small-container .show-small-img:last-of-type {
    margin-right: 0;
}

div#small-img-roll img {
    border-radius: 6px;
    border: 1px solid rgba(46, 49, 146, 0.50) !important;
}

.clients-box {
    border-radius: 30px;
    background: #F5F5F5;
    padding: 20px;
    height: 250px;
}

#clients {
    margin-top: 50px;
}

.user {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    overflow: hidden;
}

.user {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.clients-box p {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 155%;
    letter-spacing: 0.6px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 20px;
}

.clients-box h3 {
    color: #000;
    font-family: "Larken DEMO";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 31.2px */
    letter-spacing: 0.96px;
    margin-bottom: 0px;
}



:root {
    --star-size: 25px;
    --star-color: #fff;
    --star-background: #EABE12;
}

.Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: var(--star-size);
    font-family: Times;
    line-height: 1;
}

.Stars::before {
    content: "★★★★★";
    letter-spacing: 3px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#clients .owl-prev {
    background-color: rgba(46, 49, 146, 0.28);
    opacity: 0.3;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin-right: 20px;
}

#clients .owl-next {
    background-color: rgba(46, 49, 146, 0.28);
    width: 30px;
    height: 30px;
    border-radius: 25px;
}

#clients .owl-nav {
    position: absolute;
    top: -89px;
    right: 0px;
}

#clients .owl-dots {
    text-align: center;
    margin-top: 20px;
}

#clients .owl-dot {
    border-radius: 10px;
    background: #F0F0F0;
    width: 30px;
    height: 6px;
    margin-right: 10px;
}

#clients .owl-dot.active {
    border-radius: 10px;
    background: rgba(46, 49, 146, 0.40);
}

ul#ui-id-1 {
        border-radius: 20px;
    border: 1px solid;
    padding: 10px;
     opacity: 1; 
}

