﻿@font-face {
    font-family: "Oswald Regular";
    src: url(fonts/Oswald-Regular.ttf) format('truetype');
} 
.image1 {
    width: 100%;
    height: auto;
}
.slide_image {
    background-size: cover;
    width: 100%;
    height: auto;
}

.home_banner {
    /*background: #FFFFFF 0% 0% no-repeat padding-box;*/
    opacity: 0.96;
    min-height: 100px;
    width: 100%;
    display: flex;
    position: absolute;
    top: 80%;
}
.mantra_text {
    opacity: 1;
    color: red;
    font-size: 40px;
    font-weight: bold;
    display: inline-block;
    text-align:left;
}
.foodtruck_text {
    opacity: 1;
    color: red;
    font-size: 35px;
    font-weight: bold;
    display: inline-block;
    text-align: left;
}
.text_left{
    text-align:left;
}
.mantra_food_icon {
    background-image: url(../Images/mantra_food.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 230px;
    height: 120px;
    display: block;
}
.authentic_icon {
    background-image: url(../Images/authentic_text.svg);
    background-size: 95%;
    background-repeat: no-repeat;
    width: 280px;
    height: 100px;
    display: block;
    margin-left: 10px;
}
.elephat_icon {
    background-image: url(../Images/elephaticon.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 120px;
    height: 86px;
    display: block;
}
.ig_icon {
    background-image: url(../Images/ig_icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 248px;
    height: 60px;
    display: block;
}
.mantra_icon {
    background-image: url(../Images/mantra.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 124px;
    height: 86px;
    display: block;
}
.display_flex{
    display:flex;
}
.get_in_text {
    text-align: left;
    font: normal normal 300 16px Oswald Regular;
    letter-spacing: 0px;
    color: #764943;
    opacity: 1;
}
.contact_no {
    text-align: left;
    font: normal normal normal 18px Oswald Regular;
    letter-spacing: 0.26px;
    color: #764943;
    opacity: 1;
    font-weight: bold;
}
.social_text {
    font: normal normal 300 18px/25px Oswald Regular;
    letter-spacing: 0px;
    color: #764943;
    text-transform: uppercase;
    opacity: 1;
}

.facebook_icon {
    background-image: url(../Images/facebookicon.png);
    background-size: 90%;
    background-repeat: no-repeat;
    width: 17px;
    height: 33px;
    display: block;
}
.twitter_icon {
    background-image: url(../Images/twittericon.png);
    background-size: 90%;
    background-repeat: no-repeat;
    width: 37px;
    height: 30px;
    display: block;
}
.instagram_icon {
    background-image: url(../Images/instaicon.png);
    background-size: 90%;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    display: block;
}
.you_tube_icon {
    background-image: url(../Images/youtubeicon.png);
    background-size: 90%;
    background-repeat: no-repeat;
    width: 34px;
    height: 23px;
    display: block;
}
.left_bg {
    background-image: url(../Images/left_box_bg.svg);
    background-size: 100%;
    background-repeat:repeat;
    height: 120px;
    display: block;
}
.marginl10px{
    margin-left:5px;
}
.width20px {
    width: 30px;
}
.margint15px {
    margin-top: 15px;
}
.display_grid{
    display:grid;
    grid-template-columns:1fr 5fr;
}
.paddingt20px {
    padding-top: 20px;
}
.paddingt30px{
    padding-top:30px;
}
.section_divider {
    background-image: url(../Images/divider.svg);
    background-repeat: repeat;
    height: 70px;
    width: 1px;
}
.margin_left15px {
    margin-left: 15px;
}
.margin_right15px {
    margin-left: 15px;
}
.margin_text1 {
    margin-left: 10px;
    margin-right: 10px;
}
.paddingt10px {
    padding-top: 10px;
}
.paddingt5px {
    padding-top: 5px;
}
.splide__arrow--next, .splide__arrow--prev {
    background: transparent;
}
.hand_cursor
{
    cursor:pointer;
}
.float_left{
    float:left;
}
.minwidth15px {
    min-width:15px;
}
.paddingl5px{
    padding-left:5px;
}