:root {
    --font-family-Poppins: "Poppins", sans-serif;
    --color-6ca940: #6ca940;
    --color-d85e1b: #d85e1b;
    --color-fe6f20: #fe6f20;
    --color-dc2008: #dc2008;
    --color-b8b8b8: #b8b8b8;
    --color-616161: #616161;
    --color-334050: #334050;
    --color-141313: #141313;
    --color-000000: #000000;
    --color-ffffff: #ffffff;
    --font-style-normal: normal;
    --font-size-13: 13px;
    --font-size-15: 15px;
    --font-size-16: 16px;
    --font-size-17: 17px;
    --font-size-19: 19px;
    --font-size-20: 20px;
    --font-size-22: 22px;
    --font-size-25: 25px;
    --font-size-33: 33px;
    --font-size-42: 42px;
    --font-size-50: 50px;
    --font-size-84: 84px;
    --character-spacing-0: 0px;
    --line-height-13: 20px;
    --line-height-15: 22px;
    --line-height-16: 24px;
    --line-height-17: 26px;
    --line-height-19: 28px;
    --line-height-20: 30px;
    --line-height-22: 32px;
    --line-height-25: 34px;
    --line-height-33: 42px;
    --line-height-42: 50px;
    --line-height-50: 60px;
    --line-height-84: 90px;
    --line-height-inherit: inherit;
    --font-weight-Thin: 100;
    --font-weight-ExtraLight: 200;
    --font-weight-Light: 300;
    --font-weight-Regular: 400;
    --font-weight-Medium: 500;
    --font-weight-SemiBold: 600;
    --font-weight-Bold: 700;
    --font-weight-ExtraBold: 800;
    --font-weight-Black: 900;
    --font-weight-normal: normal;
}
@font-face {
    font-family: 'Kaio TRIAL Super';
    src: url('../font/KaioTRIAL-Krilin.woff2') format('woff2'),
        url('../font/KaioTRIAL-Krilin.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Kaio TRIAL';
    src: url('../font/KaioTRIAL-Medium.woff2') format('woff2'),
        url('../font/KaioTRIAL-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
* {
    outline: 0;
}
html {
    scroll-behavior: smooth;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
body {
    font-family: var(--font-family-Poppins);
    font-style: var(--font-style-normal);
    font-size: var(--font-size-17);
    line-height: var(--line-height-17);
    color: var(--color-000000);
    font-weight: var(--font-weight-Regular);
    margin: 0;
    padding: 0;
    /* overflow-x: hidden; */
}
.clr {
    width: 100%;
    float: left;
}
.img {
    width: 100%;
}
.svg {
    object-fit: contain;
    object-position: center center;
}
a,
.btn,
button {
    color: var(--color-000000);
    outline: none;
    cursor: pointer;
    outline: 0;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
a:focus,
.btn:focus,
button:focus,
.custom-select:focus,
.form-control:focus {
    outline: none;
    box-shadow: none;
}
.btn:hover,
a:hover,
button:hover {
    color: var(--color-51a61b);
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-000000);
    text-transform: normal;
    margin-bottom: 10px;
}
ul,
ol {
    margin: 0px;
    padding: 0;
}
.nav-link:focus,
.nav-link:hover {
    color: var(--color-fe6f20);
}
.dropdown-item.active,
.dropdown-item:active {
    color: var(--color-fe6f20);
    text-decoration: none;
    background-color: transparent;
}
li {
    list-style: none;
}
header,
footer,
section {
    width: 100%;
    float: left;
}
hr {
    border-bottom: 2px solid var(--color-fe6f20);
    border-top: 0 none;
    margin: 50px 0;
    padding: 0;
    opacity: 1;
}
p {
    font-size: var(--font-size-17);
    line-height: var(--line-height-17);
    color: var(--color-000000);
    margin-bottom: 15px;
    font-family: var(--font-family-Poppins);
}
.p-content {
    font-size: var(--font-size-19);
    line-height: var(--line-height-19);
    color: var(--color-141313);
    margin-bottom: 15px;
    font-family: var(--font-family-Poppins);
}
.small-text {
    font-size: var(--font-size-15);
    line-height: var(--line-height-15);
    color: var(--color-141313);
    margin-bottom: 15px;
}
.extra-small {
    font-size: var(--font-size-13);
    line-height: var(--line-height-13);
    color: var(--color-141313);
    margin-bottom: 15px;
}
.section-title {
    font-size: var(--font-size-33);
    line-height: var(--line-height-33);
    color: var(--color-000000);
    font-weight: var(--font-weight-SemiBold);
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-family: 'Kaio TRIAL';
}
.title {
    font-size: var(--font-size-50);
    line-height: var(--line-height-50);
    color: var(--color-fe6f20);
    font-weight: var(--font-weight-Black);
    margin-bottom: 20px;
    position: relative;
    font-family: 'Kaio TRIAL Super';
    letter-spacing: 1px;
}
.title2 {
    font-size: var(--font-size-84);
    line-height: var(--line-height-84);
    color: var(--color-000000);
    font-weight: var(--font-weight-Bold);
    margin-bottom: 20px;
    position: relative;
    font-family: 'Kaio TRIAL Super';
}
.div-title {
    font-size: var(--font-size-33);
    line-height: var(--line-height-33);
    color: var(--color-fe6f20);
    font-weight: var(--font-weight-SemiBold);
    margin-bottom: 15px;
    font-family: 'Kaio TRIAL Super';
}
.div-sub-title {
    font-size: var(--font-size-25);
    line-height: var(--line-height-25);
    color: var(--color-000000);
    font-weight: var(--font-weight-Regular);
    margin-bottom: 15px;
}
.div-text {
    font-size: var(--font-size-22);
    line-height: var(--line-height-22);
    color: var(--color-000000);
    margin-bottom: 15px;
}
.weight-Light {
    font-weight: var(--font-weight-Light);
}
.weight-Regular {
    font-weight: var(--font-weight-Regular);
}
.weight-Medium {
    font-weight: var(--font-weight-Medium);
}
.weight-SemiBold {
    font-weight: var(--font-weight-SemiBold);
}
.weight-Bold {
    font-weight: var(--font-weight-Bold);
}
.weight-ExtraBold {
    font-weight: var(--font-weight-ExtraBold);
}
.weight-Black {
    font-weight: var(--font-weight-Black);
}
.height-100 {
    height: 100vh;
}
.color-6ca940 {
    color: var(--color-6ca940) !important;
}
.color-fe6f20 {
    color: var(--color-fe6f20) !important;
}
.color-d85e1b {
    color: var(--color-d85e1b) !important;
}
.color-dc2008 {
    color: var(--color-dc2008) !important;
}
.color-141313 {
    color: var(--color-141313) !important;
}
.color-000000 {
    color: var(--color-000000) !important;
}
.view-more-text {
    display: inline-block;
}
.view-more-text-btn {
    font-size: var(--font-size-15);
    line-height: var(--line-height-inherit);
    color: var(--color-51a61b);
    font-weight: var(--font-weight-SemiBold);
    display: inline-block;
    background: transparent;
    border-radius: 0;
    position: relative;
    z-index: 2;
    padding: 0;
    outline: none;
    border: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.view-more-text-btn:hover {
    color: var(--color-fe6f20);
    letter-spacing: 1.2px;
}
.view-more {
    display: inline-block;
}
.view-more-btn {
    display: inline-block;
    font-size: var(--font-size-20);
    line-height: var(--line-height-inherit);
    color: var(--color-fe6f20);
    font-weight: var(--font-weight-ExtraBold);
    font-family: 'Kaio TRIAL';
    padding: 12px 35px;
    border-radius: 50px;
    border: solid 1.5px var(--color-fe6f20);
    background-color: var(--color-ffffff);
    box-shadow: 5px 6px 0 var(--color-fe6f20);
    position: relative;
    z-index: 2;
    outline: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.view-more-btn:hover {
    color: var(--color-000000);
    box-shadow: 0px 2px 0 var(--color-fe6f20);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.img-zoom {
    overflow: hidden;
}
.img-zoom .zoom {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 2.5s ease-out 0s;
    -moz-transition: all 2.5s ease-out 0s;
    -ms-transition: all 2.5s ease-out 0s;
    -o-transition: all 2.5s ease-out 0s;
    transition: all 2.5s ease-out 0s;
}
.img-zoom:hover .zoom {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/* @import url(../css/root.css); */
/* main-header */
.g_header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: transparent;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.main-header.g_shrink {
    position: fixed;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    z-index: 999;
}
/* loader css*/
/* loader css */
/* top-menu */
.offcanvas-menu {
    padding: 35px 0;
    background: var(--color-ffffff);
}
.desktop-logo img {
    width: 250px;
    margin-right: 40px;
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
.main-nav .nav-item {
    margin: 0 14px;
}
.main-nav .nav-item .nav-link {
    position: relative;
    display: block;
    font-size: var(--font-size-16);
    color: var(--color-334050);
    font-weight: var(--font-weight-Medium);
    line-height: initial;
    padding: 12px 12px;
}
.main-nav .nav-item .nav-link:focus,
.main-nav .nav-item.active .nav-link,
.main-nav .nav-item .nav-link:hover {
    color: var(--color-fe6f20);
}
.main-nav .nav-item .nav-link.show,
.main-nav .nav-item .show>.nav-link {
    color: var(--color-fe6f20);
}
.navbar {
    padding: 0;
}
.main-nav .navbar-nav {
    flex-direction: row;
    align-items: center;
}
.main-nav .nav-item a .headercall {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    object-fit: contain;
}
.main-nav .nav-item a .svestran-logo {
    width: 180px;
    object-fit: contain;
}
.main-nav .nav-item a .social {
    width: 27px;
    height: 27px;
    margin-right: 0;
    margin-left: 10px;
    object-fit: contain;
}
/* main-header */
/* main-banenr */
.banner-text {
    margin-top: 100px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
/* main-banenr */
/* about-us-section */
.about-us-section {
    margin-top: -450px;
    position: relative;
    z-index: 1;
}
.about-text {
    padding: 100px 100px;
    border-radius: 40px;
}
.about-us-bg {
    background-image: url(../images/bg/about-bg.jpg);
    background-attachment: fixed;
    background-size: 100% 100%;
    background-position: center center;
}
.about-us-bg::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--color-d85e1b);
    border-radius: 40px;
    opacity: 0.9;
}
/* about-us-section */
/* product-section */
.product-top-img img {
    border-radius: 100px;
}
.ingredients-list {
    padding-left: 20px;
}
.ingredients-list li {
    font-size: var(--font-size-17);
    line-height: var(--line-height-17);
    color: var(--color-000000);
    margin-bottom: 5px;
    font-family: var(--font-family-Poppins);
    list-style: square;
}
.amazon-btn {
    display: inline-block;
    font-size: var(--font-size-17);
    line-height: var(--line-height-17);
    color: var(--color-000000);
    font-family: var(--font-family-Poppins);
    border: solid 2px var(--color-b8b8b8);
    border-radius: 100px;
    padding: 5px 20px;
    margin-top: 30px;
}
.amazon-btn img {
    width: 35px;
    margin-left: 10px;
}
.big-circle {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.big-circle img {
    width: 100%;
    height: 100%;
}
.content-box {
    background: var(--color-ffffff);
}
.content-box .arrows-thin-line {
    width: 160px;
    float: right;
    left: 0;
    position: relative;
}
.pure-taste-img {
    top: 20px;
    position: absolute;
    right: -70px;
    background: var(--color-ffffff);
    padding: 15px;
    border-radius: 100px;
    width: 150px;
    height: 150px;
    border: solid 1px var(--color-b8b8b8);
}
.pure-taste-img img {
    width: 100%;
    height: 100%;
}
.mySwiper2 {
    padding-right: 100px;
    padding-bottom: 50px;
}
.mySwiper2 .swiper-button-next,
.mySwiper2 .swiper-button-prev {
    width: 45px;
    height: 45px;
    background-size: 45px 45px;
    background-image: unset;
}
.mySwiper2 .swiper-button-next img,
.mySwiper2 .swiper-button-prev img {
    width: 45px;
    height: 45px;
    object-fit: contain;
    filter: opacity(0.2);
}
.mySwiper2 .swiper-button-next:hover img,
.swiper-button-prev:hover img {
    filter: opacity(1);
}
.mySwiper2 .swiper-button-prev {
    left: unset;
    right: 20px;
    top: 40%;
}
.mySwiper2 .swiper-button-next {
    left: unset;
    right: 20px;
    top: 50%;
}
.mySwiper2 .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid var(--color-616161);
}
.mySwiper2 .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--color-000000);
    border: 1px solid var(--color-000000);
}
.mySwiper2 .swiper-pagination-bullets {
    left: 15%;
}
.mySwiper .big-circle img {
    width: 400px;
    height: 400px;
    object-fit: cover;
    object-position: center center;
    border-radius: 100%;
    border: solid 2px var(--color-b8b8b8);
    padding: 10px;
}
/* ===== GLOBAL FADE FIX ===== */
/* .swiper-slide {
  opacity: 0;
  transition: opacity 0.9s ease-in-out;
}
.swiper-slide-active {
  opacity: 1;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-slide {
  transform: scale(0.97);
}
.swiper-slide-active {
  transform: scale(1);
} */
.product-view .swiper-button-next,
.product-view .swiper-button-prev {
    width: 45px;
    height: 45px;
    background-size: 45px 45px;
    background-image: unset;
    background: var(--color-fe6f20);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-view .swiper-button-next img,
.product-view .swiper-button-prev img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    filter: opacity(0.6);
}
.product-view .swiper-button-next:hover img,
.product-view .swiper-button-prev:hover img {
    filter: opacity(1);
}
.product-view .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid var(--color-616161);
}
.product-view .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--color-000000);
    border: 1px solid var(--color-000000);
}
.product-view .swiper-pagination-bullets {
    left: 12%;
}
.modal-header {
    border: none;
    padding: 0;
    margin: 0;
}
.modal-header .btn-close {
    width: 35px;
    height: 35px;
    padding: 0;
    padding: 5px;
    margin: 0;
    position: absolute;
    right: -20px;
    top: -20px;
    background-color: var(--color-6ca940);
    opacity: 1;
    border-radius: 70px;
    z-index: 11;
}
.modal-body {
    padding: 6px;
}
.modal-dialog {
    max-width: 60%;
    /* max-width: 530px; */
}
.modal-big-circle {
    width: 100%;
    /* height: calc(100vh - 150px); */
}
.modal-big-circle img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/*product-section */
/* testimonial-section */
.testimonial-left img {
    border-radius: 30px;
}
.testimonial-content {
    margin-top: 20px;
}
.testimonial-content img {
    width: 60px;
    height: 60px;
    border-radius: 70px;
}
.testimonial-content .testimonial-text {
    width: calc(100% - 60px);
    padding-left: 10px;
}
.testimonial-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    height: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 20px;
}
.testimonial-right::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, #ffffff00 0%, #ffffff6e 50%, #ffffff 100%);
    z-index: 11;
}
.swiper-container {
    width: 100%;
}
/* testimonial-section */
/* reserve-section */
.reserve-section {
    background-color: var(--color-fe6f20);
}
.reserve-form .form-group {
    margin-bottom: 20px;
}
.reserve-form .form-label {
    width: 100%;
    font-size: var(--font-size-16);
    color: var(--color-000000);
    margin-bottom: 5px;
}
.reserve-form .form-control {
    display: block;
    width: 96%;
    height: 45px;
    padding: 10px 0px;
    font-size: var(--font-size-16);
    color: var(--color-000000);
    background-color: transparent;
    border: none;
    border-bottom: 1.5px solid var(--color-141313);
    border-radius: 0;
}
.reserve-form textarea.form-control {
    height: 100px;
    resize: none;
}
.reserve-form .form-control::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: var(--color-000000);
}
.reserve-form .form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: var(--color-000000);
}
.reserve-form .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--color-000000);
}
.reserve-form .form-control::placeholder {
    /* Most modern browsers support this now. */
    color: var(--color-000000);
}
input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: transparent !important;
    color: fieldtext !important;
}
.reserve-btn {
    color: var(--color-000000);
    border: solid 1.5px var(--color-000000);
    box-shadow: 5px 6px 0 var(--color-000000);
}
.reserve-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
    height: 100%;
}
/* reserve-section */
/* footer-section */
.footer-bg {
    background-image: url(../images/bg/footer-bg.jpg);
    background-size: 100% 100%;
    background-position: center right;
}
.footer-contact li {
    font-size: var(--font-size-16);
    color: var(--color-fe6f20);
    margin-bottom: 20px;
}
.footer-contact li a {
    color: var(--color-ffffff);
}
.footer-contact li span {
    color: var(--color-ffffff);
    display: block;
}
.footer-contact .social {
    margin-top: 80px;
}
.footer-contact .social img {
    width: 28px;
    margin-right: 15px;
}
.footer-contact {
    padding-right: 50px;
}
.copyright {
    color: var(--color-ffffff);
    margin-top: 50px;
}
.copyright a {
    color: var(--color-fe6f20);
}
.footer-right-img {
    width: 36%;
    position: absolute;
    right: 80px;
    bottom: 30px;
}
/* footer-section */
.fix-social {
    position: fixed;
    right: 20px;
    bottom: 80px;
    z-index: 99;
    display: block;
}
.fix-social ul li {
    margin-bottom: 10px;
    width: 55px;
    height: 55px;
    border-radius: 100px;
    /* background: var(--color-6ca940); */
    text-align: center;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fix-social ul li a img {
    width: 55px;
    height: 55px;
}
#return-to-top {
    position: fixed;
    right: 20px;
    bottom: 10px;
    z-index: 99;
    background: var(--color-fe6f20);
    width: 45px;
    height: 45px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#return-to-top img {
    width: 21px;
    height: 21px;
}
.sidenav,
.mobile-toggle {
    display: none;
}
.desktop-menu {
    display: block;
}
.mobile-md-none {
    display: block !important;
}
.desktop-md-none {
    display: none !important;
}
.mobile-none {
    display: block !important;
}
.desktop-none {
    display: none !important;
}
.main-menu {
    display: none;
}
.container {
    max-width: 1580px;
}
/* responsive css */
@media only screen and (min-width: 1921px) {}
@media only screen and (min-width: 2200px) {}
@media (max-width: 1880px) {}
@media (max-width: 1780px) {
    .container {
        max-width: 1480px;
    }
}
@media (max-width: 1560px) {}
@media (max-width: 1480px) {
    .container {
        max-width: 1280px;
    }
    :root {
        --font-size-13: 11px;
        --font-size-15: 14px;
        --font-size-16: 15px;
        --font-size-17: 16px;
        --font-size-19: 17px;
        --font-size-20: 18px;
        --font-size-22: 20px;
        --font-size-25: 22px;
        --font-size-33: 28px;
        --font-size-42: 34px;
        --font-size-50: 40px;
        --font-size-84: 64px;
        --line-height-13: 18px;
        --line-height-15: 20px;
        --line-height-16: 22px;
        --line-height-17: 24px;
        --line-height-19: 26px;
        --line-height-20: 28px;
        --line-height-22: 30px;
        --line-height-25: 33px;
        --line-height-33: 38px;
        --line-height-42: 44px;
        --line-height-50: 52px;
        --line-height-84: 62px;
    }
    .content-box .arrows-thin-line {
        width: 120px;
    }
    .desktop-logo img {
        width: 160px;
        margin-right: 20px;
    }
    .main-nav .nav-item a .svestran-logo {
        width: 140px;
    }
    .pb-100 {
        padding-bottom: 50px;
    }
    .pt-100 {
        padding-top: 50px;
    }
    .footer-contact .social img {
        width: 20px;
        margin-right: 15px;
    }
    .pure-taste-img {
        width: 100px;
        height: 100px;
    }
    .mySwiper .big-circle img {
        width: 300px;
        height: 300px;
    }
}
@media (max-width: 1366px) {}
@media (max-width: 1280px) {
    .container {
        max-width: 100%;
        padding: 0 50px;
    }
    :root {
        --font-size-13: 11px;
        --font-size-15: 14px;
        --font-size-16: 14px;
        --font-size-17: 15px;
        --font-size-19: 16px;
        --font-size-20: 17px;
        --font-size-22: 19px;
        --font-size-25: 20px;
        --font-size-33: 26px;
        --font-size-42: 30px;
        --font-size-50: 36px;
        --font-size-84: 55px;
        --line-height-13: 18px;
        --line-height-15: 20px;
        --line-height-16: 22px;
        --line-height-17: 24px;
        --line-height-19: 26px;
        --line-height-20: 28px;
        --line-height-22: 30px;
        --line-height-25: 33px;
        --line-height-33: 38px;
        --line-height-42: 44px;
        --line-height-50: 52px;
        --line-height-84: 62px;
    }
    .footer-contact {
        padding-right: 30px;
    }
    .mySwiper2 {
        padding-right: 60px;
        padding-bottom: 50px;
    }
}
@media (max-width: 1199.98px) {
    :root {
        --font-size-13: 11px;
        --font-size-15: 14px;
        --font-size-16: 14px;
        --font-size-17: 15px;
        --font-size-19: 16px;
        --font-size-20: 17px;
        --font-size-22: 19px;
        --font-size-25: 20px;
        --font-size-33: 22px;
        --font-size-42: 26px;
        --font-size-50: 30px;
        --font-size-84: 44px;
        --line-height-13: 20px;
        --line-height-15: 20px;
        --line-height-16: 20px;
        --line-height-17: 20px;
        --line-height-19: 22px;
        --line-height-20: 24px;
        --line-height-22: 26px;
        --line-height-25: 28px;
        --line-height-33: 32px;
        --line-height-42: 34px;
        --line-height-50: 38px;
        --line-height-84: 52px;
    }
    .about-text {
        padding: 50px 50px;
        border-radius: 40px;
    }
    .about-us-section {
        margin-top: -320px;
    }
    .desktop-logo img {
        width: 140px;
        margin-right: 10px;
    }
    .main-nav .nav-item a .svestran-logo {
        width: 120px;
    }
    .main-nav .nav-item {
        margin: 0 6px;
    }
    .main-nav .nav-item a .social {
        width: 22px;
        height: 22px;
        margin-left: 5px;
    }
    .main-nav .nav-item .nav-link {
        padding: 8px 6px;
    }
    .main-nav .nav-item a .headercall {
        width: 16px;
        height: 16px;
    }
    .mt-100 {
        margin-top: 60px;
    }
    .mySwiper .big-circle img {
        width: 250px;
        height: 250px;
    }
    .mySwiper2 .swiper-button-next {
        right: 0;
    }
    .mySwiper2 .swiper-button-prev {
        right: 0px;
    }
    .view-more-btn {
        font-size: var(--font-size-17);
        padding: 10px 28px;
    }
    .footer-right-img {
        width: 35%;
        right: 30px;
        bottom: 20px;
    }
}
@media (max-width: 1024px) {}
@media (max-width: 991.98px) {
    .sidenav,
    .mobile-toggle {
        display: block;
    }
    .mobile-md-none {
        display: none !important;
    }
    .desktop-md-none {
        display: block !important;
    }
    /* mob-sidenav */
    /* mob-sidenav */
    .order-lg-div {
        order: 2;
    }
    /* mob-login */
    .desktop-menu {
        display: none;
    }
    .main-menu {
        display: block;
    }
    .offcanvas-body {
        overflow-y: unset;
        padding: 0;
    }
    .offcanvas.offcanvas-start {
        width: 100%;
        transform: unset;
    }
    .offcanvas {
        position: relative;
        visibility: visible;
    }
    .offcanvas-body {
        overflow-y: auto;
    }
    .offcanvas.offcanvas-start {
        left: unset;
        right: 0;
        width: var(--bs-offcanvas-width);
        transform: translateX(100%);
    }
    .offcanvas {
        position: fixed;
        visibility: hidden;
    }
    .mobile-offcanvas .toggle-img {
        width: 50px;
    }
    .offcanvas-header .btn-close {
        width: 14px;
        height: 14px;
        opacity: 1;
        padding: 10px 10px;
        margin: 0;
    }
    .right-menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .main-nav .navbar-nav {
        flex-direction: column;
        align-items: start;
    }
    .main-nav {
        padding-left: 20px;
    }
    .main-nav .nav-item .nav-link {
        font-size: var(--font-size-19);
    }
    .banner-text {
        margin-top: 10px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
    .about-us-section {
        margin-top: -210px;
    }
    .about-text {
        padding: 30px 39px;
        border-radius: 40px;
    }
    .mySwiper .big-circle img {
        width: 180px;
        height: 180px;
    }
    .mySwiper {
        display: none;
    }
    .mySwiper2 {
        padding-right: 0;
        padding-bottom: 40px;
    }
    .pure-taste-img {
        top: 10px;
        right: 88%;
    }
    .product-top-title {
        margin-bottom: 0px;
    }
    .mySwiper2 .swiper-pagination-bullets {
        left: 0;
    }
    .mySwiper2 .swiper-button-next,
    .mySwiper2 .swiper-button-prev {
        width: 40px;
        height: 40px;
        background-size: 40px 40px;
        background: var(--color-6ca940);
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mySwiper2 .swiper-button-next img,
    .mySwiper2 .swiper-button-prev img {
        width: 20px;
        height: 20px;
        filter: opacity(1);
    }
    .amazon-btn img {
        width: 30px;
        margin-left: 6px;
    }
    .amazon-btn {
        padding: 4px 12px;
        margin-top: 18px;
    }
    .mt-30 {
        margin-top: 10px;
    }
    .offcanvas-menu {
        padding: 12px 0;
        background: #efefef;
    }
    .mobile-logo img {
        width: 180px;
    }
}
@media (max-width: 800px) {}
@media (max-width: 767.98px) {
    .container {
        max-width: 100%;
        padding: 0 20px;
    }
    .mobile-none {
        display: none !important;
    }
    .desktop-none {
        display: block !important;
    }
    .order-md-div {
        order: 2;
    }
    .content-box .arrows-thin-line,
    .ingredients-list,
    .content-box .mt-30.div-sub-title,
    .pure-taste-img {
        display: none;
    }
    .amazon-btn {
        margin-top: 0;
    }
    .content-box {
        margin-bottom: 50px;
    }
    .mySwiper2 .swiper-button-prev {
        left: 0;
        right: unset;
        top: 50%;
    }
    .testimonial-right {
        position: relative;
        width: 100%;
        margin-top: 50px;
        padding: 20px 20px;
    }
    .modal-dialog {
        max-width: 90%;
    }
    .footer-right-img {
        width: 58%;
        right: 10px;
        bottom: 100px;
    }
    .about-us-section {
        margin-top: -140px;
    }
    .about-text .div-sub-title {
        font-size: var(--font-size-20);
        line-height: var(--line-height-20);
        text-align: justify;
    }
    .pt-100 {
        padding-top: 30px;
    }
    .pb-100 {
        padding-bottom: 30px;
    }
    .mt-100 {
        margin-top: 30px;
    }
    .fix-social {
        right: 3px;
        bottom: 50px;
    }
    .fix-social ul li a img {
        width: 45px;
        height: 45px;
    }
    #return-to-top {
        right: 10px;
        bottom: 10px;
        width: 40px;
        height: 40px;
    }
    .mobile-logo img {
        width: 150px;
    }
    .product-top-img img {
        display: none;
    }
    .view-more-btn {
        padding: 8px 20px;
    }
}
@media (max-width: 575.98px) {
    .testimonial-right::before {
        display: none;
    }
    .footer-contact {
        padding-right: 0;
    }
    .copyright {
        margin-top: 20px;
    }
    :root {
        --font-size-13: 11px;
        --font-size-15: 14px;
        --font-size-16: 14px;
        --font-size-17: 15px;
        --font-size-19: 16px;
        --font-size-20: 17px;
        --font-size-22: 19px;
        --font-size-25: 20px;
        --font-size-33: 22px;
        --font-size-42: 24px;
        --font-size-50: 26px;
        --font-size-84: 30px;
        --line-height-13: 20px;
        --line-height-15: 20px;
        --line-height-16: 20px;
        --line-height-17: 20px;
        --line-height-19: 22px;
        --line-height-20: 24px;
        --line-height-22: 26px;
        --line-height-25: 28px;
        --line-height-33: 28px;
        --line-height-42: 30px;
        --line-height-50: 32px;
        --line-height-84: 34px;
    }
    .mobile-offcanvas .toggle-img {
        width: 40px;
    }
    .mobile-logo img {
        width: 120px;
    }
    .product-view .swiper-button-next,
    .product-view .swiper-button-prev {
        width: 35px;
        height: 35px;
        background-size: 35px 35px;
    }
    .about-text {
        padding: 20px 19px;
        border-radius: 20px;
    }
    .about-us-bg::before {
        border-radius: 20px;
    }
    .testi_img_slider {
        display: none;
    }
    .testimonial-right {
        margin-top: 0;
        padding: 0px 20px;
    }
}
@media (max-width: 480px) {}
@media (max-width: 400px) {}
@media (max-width: 375px) {}
@media (max-width: 320px) {}
/* responsive css */