/*
        Copyright (c) Foodiary GmbH All rights reserved.

        Developed By lead.online
        https://lead-online.de/
    */
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500&display=swap');

body
{
    overflow-x: hidden!important;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.72222;
    background-color: #f6faf9;
    color: #000000;
	max-width:100vw!important;
}

.green{
	height:50px;
	background-image: linear-gradient(to right, rgba(46, 206, 150, 1) , rgba(28, 157, 135, 1));
}

.v-header{
    height:20vh;
    display:flex;
    align-items: center;
    color:#ffffff;
    background: #ffffff;
}
.v-container
{
    max-width: 100%;
    padding-left:1rem;
    padding-right:1rem;
    margin:auto;
    text-align: center;
}
.fullscreen-video-wrap{
    position: unset;
	width: 100%;
	overflow: hidden;
}
.fullscreen-video-wrap video{
    height: 200px;
	width: 50px;
	min-height: 100%;
	min-width: 100%;
	margin-top: 60px;
}
.corner-box
{
   background-color: #ffffff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
position: unset;
font-size: 16px;
z-index: 1;
width: 95%;
margin: auto;
margin-top: -25px;
}
.corner-box p{
    width:100%;
    text-align:center;
    margin:auto;
    font-family: 'Rubik', sans-serif;
    font-size:14px;
}
.corner-box .big-button
{
    /* background: -webkit-linear-gradient(to right, rgba(46, 206, 150, 1) , rgba(28, 157, 135, 1)); */
    background: -webkit-linear-gradient(to right,#2ECE96,#1C9D87);
    background: -moz-linear-gradient(to right, rgba(46, 206, 150, 1) , rgba(28, 157, 135, 1));
    background: -o-linear-gradient(to right, rgba(46, 206, 150, 1) , rgba(28, 157, 135, 1));
    background: -ms-linear-gradient(to right, rgba(46, 206, 150, 1) , rgba(28, 157, 135, 1));
    background: linear-gradient(to right, rgba(46, 206, 150, 1) , rgba(28, 157, 135, 1));
    color:#ffffff;
    width:80%!important;
    padding: 8px 20px;
    border:none;
    -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
            border-radius: 5px;
    /* -webkit-appearance: none;
        -moz-appearance: none;
            appearance: none; */
    font-size: 16px;
    font-family:'Rubik', sans-serif ;
    font-weight:500;
    text-align: center;
    text-decoration: none;
    transition: 0.4s all;
    display: block;
    z-index:10;
}

.corner-box .big-button:hover
{
    text-decoration: none;
    color:#ffffff;
}
#faq h2
{
    color:rgba(28, 157, 135, 1);
}
.swiper-container
{
   width: 100%;
height: 300px;
position: relative;
padding: 0px 20px;
overflow: hidden!important;
}
.swiper-slide {
    height:200px;
    width:250px;
    background: #ffffff;
    text-align: center;
    font-size: 13px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    cursor: pointer;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
        -moz-box-align:center;
            box-align:center;
    -webkit-align-items: center;
        -ms-flex-align: center;
    align-items: normal;
    padding-top:30px;
    -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
            border-radius: 5px;
}
.swiper-slide p
{
    margin:auto;
    width:90%;
    font-family: 'Rubik', sans-serif;
    font-size:14px;
}
.swiper-slide div
{
    text-align: center;
    justify-content: center;
}
.swiper-pagination-bullet
{
    height:10px;
    width:10px;
}
.swiper-pagination-bullet-active
{
    background-color:rgba(28, 157, 135, 1);
}
.slider-image
{
    height:48px;
    width:48px;
    -webkit-border-radius: 48px;
        -moz-border-radius: 48px;
            border-radius: 48px;
    -webkit-appearance: none;
        -moz-appearance: none;
            appearance: none;
    padding-top:10px;
    padding-left: 4px;
    background: url("../assets/images/Ellipse -1.png");
    /* background-position: center;
    background-position-x:50%;
    background-position-y:50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover; */
}
.circular
{
    height:100px;
    width:100px;
}
.big-empty-button
{
    background-image: #f6faf9;
    color:rgba(28, 157, 135, 1);
    padding: 8px 20px;
    -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-appearance: none;
        -moz-appearance: none;
            appearance: none;
    -webkit-border:none;
        -moz-border:none;
            border:none;
    -webkit-border-color: rgba(28, 157, 135, 1);
        -moz-border-color: rgba(28, 157, 135, 1);
            border-color: rgba(28, 157, 135, 1);
    -webkit-border-width: 2px;
        -moz-border-width: 2px;
            border-width: 2px;
    -webkit-border-style: solid;
        -moz-border-style: solid;
            border-style: solid;
    width:100%;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    font-weight:500;
    text-align: center;
    text-decoration: none;
    transition: 0.4s all;
    display: block;
}
.big-empty-button:hover{
    text-decoration: none;
    color:rgba(28, 157, 135, 1);
}
.story-wrapper
{
    background-color: #f6faf9;
    position:fixed;
    bottom:0px;
    display:none;
    -webkit-border-radius:20px;
        -moz-border-radius:20px;
            border-radius:20px;
    -webkit-appearance: none;
        -moz-appearance: none;
            appearance: none;
    margin-top: 1rem;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .175);
        -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, .175);
            -ms-box-shadow: 0 3px 12px rgba(0, 0, 0, .175);
                -o-box-shadow: 0 3px 12px rgba(0, 0, 0, .175);
                    box-shadow: 0 3px 12px rgba(0, 0, 0, .175);
}
.carousel-control-next , .carousel-control-prev
{
    display:block;
    width:40%!important;
    top:60px!important;
}
.carousel-control-next-icon , .carousel-control-prev-icon
{
    background-image:none !important;
    background-color: #f6faf9;
	display:none!important;
}
.modal-dialog
{
    background-color: #f6faf9;
    max-width:90% !important;
    height:100vh !important;
    width:100% !important;
    max-width:100% !important;
    margin:0;
    margin-top:3%;
}
.modal-header
{
    border:none !important;
    padding:0 !important;
    padding-right:1rem;
    background-color: #f6faf9;
}
.modal-content
{
    background-color: #f6faf9;
    height:100vh !important;
    width:100%;
    padding:0 !important;
    border-color:#f6faf9;
}
.modal-body
{
    width:100%;
}
.close
{
    font-weight: 400 !important;
    outline: none;
    z-index:999!important;
}
.carousel-indicators
{
    top:0;
    bottom: auto;
    width:100%;
    margin: 0;
    padding:0;
}
.carousel-indicators ul
{
    width:100%;
    padding:0;
}
.carousel-indicators li
{
    width:50px;
    background-color: #aaa;
}
.carousel-indicators .active
{
    background-color:rgba(28, 157, 135, 1);
}
.carousel-item
{
    height:90vh !important;
}
button
{
    outline: none;
}
button:focus
{
    outline: none;
}
.swiper-slide .mt-5{
	margin-top:20px!important;
}
.swiper-wrapper{
	padding-top: 10px!important;
}
.pb-5, .py-5 {
    padding-bottom: 0.5rem !important;
}

.pb-52 {
    padding-bottom: 0.5rem !important;
}

.big-empty-button2
{
    background-image: #f6faf9;
    color:rgba(28, 157, 135, 1);
    padding: 8px 20px;
    -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-appearance: none;
        -moz-appearance: none;
            appearance: none;
    -webkit-border:none;
        -moz-border:none;
            border:none;
    -webkit-border-color: rgba(28, 157, 135, 1);
        -moz-border-color: rgba(28, 157, 135, 1);
            border-color: rgba(28, 157, 135, 1);
    -webkit-border-width: 2px;
        -moz-border-width: 2px;
            border-width: 2px;
    -webkit-border-style: solid;
        -moz-border-style: solid;
            border-style: solid;
    width:100%;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    font-weight:500;
    text-align: center;
    text-decoration: none;
    transition: 0.4s all;
    display: block;
}
.big-empty-button2:hover{
    text-decoration: none;
    color:rgba(28, 157, 135, 1);
}

.green-left {
text-align: left!important;
color: #1C9D87;
font-weight: 500;
font-size: 16px!important;
padding-top: 15px!important;
padding-left: 20px!important;
}

.text-left{
padding: 0px 20px;
color: #44554C;
}
.corner-box .small-button
{
background: -webkit-linear-gradient(to right,#2ECE96,#1C9D87);
background: -moz-linear-gradient(to right, rgba(46, 206, 150, 1) , rgba(28, 157, 135, 1));
background: -o-linear-gradient(to right, rgba(46, 206, 150, 1) , rgba(28, 157, 135, 1));
background: -ms-linear-gradient(to right, rgba(46, 206, 150, 1) , rgba(28, 157, 135, 1));
background: #A5B5AF;
color: #ffffff;
width: auto;
padding: 4px 30px;
border: none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-size: 12px;
font-family: 'Rubik', sans-serif;
font-weight: 100;
text-align: center;
text-decoration: none;
transition: 0.4s all;
display: block;
z-index: 10;
margin-left: 20px;
margin-top: 40px;
margin-bottom: 40px;
}

.corner-box .small-button-no-margin
{
background: -webkit-linear-gradient(to right,#2ECE96,#1C9D87);
background: -moz-linear-gradient(to right, rgba(46, 206, 150, 1) , rgba(28, 157, 135, 1));
background: -o-linear-gradient(to right, rgba(46, 206, 150, 1) , rgba(28, 157, 135, 1));
background: -ms-linear-gradient(to right, rgba(46, 206, 150, 1) , rgba(28, 157, 135, 1));
background: #A5B5AF;
color: #ffffff;
width: auto;
padding: 4px 30px;
border: none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-size: 12px;
font-family: 'Rubik', sans-serif;
font-weight: 100;
text-align: center;
text-decoration: none;
transition: 0.4s all;
display: block;
z-index: 10;
margin-left: 20px;
margin-top: 15px;
margin-bottom: 20px;
}

.corner-box .small-button:hover
{
    text-decoration: none;
    color:#ffffff;
}

.svg-image{
position: absolute;
right: 0px;
bottom: 0px;
}
.svg-image-top-right{
position: absolute;
right: -45px;
top: -52px;
}
.svg-image-top{
position: absolute;
right: 8px;
top: 5px;
}