
.LandingSection{
    text-align: center;
    padding: 6%;
    color: white;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
    url("../img/combo_pics/VegEater_full_thali.jpg");
    max-width: 100%;
    height: auto    ;
    background-position: center;
    background-repeat: inherit;
    background-size: contain;
    position: relative;
   
}
.orderButton{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    width: 25%;
}
@import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap');
.banner-text h1{
    text-transform: uppercase;
    text-shadow: 5px 3px 4px black;
    font-family: 'Architects Daughter', cursive;
    
    color: white;
     /*#d92662*/
}
.banner-text h3{
    text-shadow: 5px 3px 4px black;
    
}

.imageArea img{
    max-width: 100%;
    height: fit-content;
}
@media screen and (min-width: 1230px){
    .banner-text h1{
        font-size: 6rem;
        font-weight: 800;
    }
    .banner-text h3{
        font-weight: 650;
        font-size: 35px;
    }
    .referHeading h1{
        font-size: 80px;
    }
    .referButtons ul li{
        display: inline-block;
        padding: 1rem 3rem;
        margin: 0;
    }
    .referButtons img{
        width: 200px;
        height: 200px;
    }
    .places ul{
        font-size: 20px;
        font-weight: 800;
    }
    .trackingText ul{
        font-size: 40px;
    }
    .deliveryLocation h1{
        font-size: 40px;
    }
    .trackingInfo h1{
        font-size: 40px;
    }
}
@media screen and (max-width: 1229px){
    .banner-text h1{
        font-size: 5rem;
        font-weight: 700;
    }
    .banner-text h3{
        font-weight: 650;
        font-size: 30px;
    }
    .referHeading h1{
        font-size: 60px;
    }
    .referButtons ul li{
        display: inline-block;
        padding: 1rem 2rem;
        margin: 0;
    }
    .referButtons img{
        width: 100px;
        height: 100px;
        
    }
    .places ul{
        font-size: 17px;
        font-weight: 800;
    }
    .trackingText ul{
        font-size: 30px;
    }
    .deliveryLocation h1{
        font-size: 35px;
    }
    .trackingInfo h1{
        font-size: 35px;
    }
}   
@media screen and (max-width: 650px){
    .banner-text h1{
        font-size: 4rem;
        font-weight: 600;
    }
    .banner-text h3{
        font-weight: 650;
        font-size: 25px;
    }
    .imageArea img{
        max-width: 100%;
        height: auto;
    }
    .referHeading h1{
        font-size: 2.3rem;
    }
    .referButtons ul li{
        display: inline-block;
        padding: 1rem 1rem;
        margin: 0;
    }
    .referButtons img{
        width: 100px;
        height: 100px;
    }
    .places ul{
        font-size: 9.66px;
        font-weight: 1000;
    }
    .trackingText ul{
        font-size: 20px;
    }
    .deliveryLocation h1{
        font-size: 30px;
    }
    .trackingInfo h1{
        font-size: 30px;
    }
}
.infoArea{
    padding: 5%; 
}

#vegInfo{
    text-align: right;
    text-transform: uppercase;
    text-shadow: 3px 1px 2px black;
}
.refList{
    color: black;
}
.refList ul{
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding-left: 0;
}
.refList ul li{
    display: inline-block;
    padding: 1rem 3rem;
}
.card{
    color: black;
    text-align: center;
    width: auto;
    
}

.card-title{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5rem;
}
.card-text{
    font-size: 1rem;
}

.card-footer{
    
    font-weight: 800;
    font-size: 1rem;
}
.info{
    text-align: center;
}
.info ul{
    text-align: center;
    list-style-type: none;
    margin: auto;
    padding: 5% 0%;
}
.info ul li{
    display: inline-block;
    padding: 1rem 4rem;
    font-size: 20px;
    margin: auto;
    color: darkslategrey;
    font-weight: 600;
}
.trial{
    padding: 5%;
    padding-top: 1%;
    text-align: center; 
}
.trialTitle h1{
    font-size: 4rem;
    text-transform: uppercase;
    font-weight: bolder;
    color: darkslategray;
}
.trialHead{
    padding: 3%;
    color: white;
    text-transform: uppercase;
}
.trialHead h4{
    margin: 0;
    font-weight: 750;
    font-size: 20px;
}
.trialCard{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.377);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.377);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.377);
}
.card-title-custom{
    font-size: 3.5rem;
    font-weight: 800;
    display: block
}

.card-text-custom{
    text-align: justify;
    font-size: 1rem;
    font-weight: 600;
}
.card-text-custom ul{
    list-style: none;
}
.card-text-custom ul li span{
    color: #57b057!important;
    font-size: 1.2rem;
    margin-left: -2rem;
    margin-right: 2.5rem;
}
.custDay{
    font-size: 1.3rem;
}

.referral{
    color:  white;
    padding: 5%;
    background-color: #d92662;
    /*background-image: linear-gradient(to right, #5a0c26, #911f45, #ac1c4c, #d92662);
*/}
.referHeading{
    text-align: center;
}
.referHeading h1{
    text-transform: uppercase;
    text-shadow: 2px 2px 4px #000000;
    font-weight: 650;
}
.referButtons{
    padding: 3%;
}
.referButtons ul{
    padding-left: 0;
    text-align: center;
    margin-bottom: 0;
    list-style-type: none;
}

.referInfo ul{
    padding-left: 6rem;
    margin-bottom: 0;
    list-style-type: none;
}
.referInfo ul li{
    display: inline-block;
    padding: 1rem;
    padding-right: 5rem;
    padding-left: 0rem;
    margin: 0;
}
.referButtons img{
    border-radius: 50%;
    -webkit-box-shadow: 7px 7px 22px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 7px 22px -2px rgba(0,0,0,0.75);
    box-shadow: 7px 7px 22px -2px rgba(0,0,0,0.75);
}
.deliveryLocation h1{
    text-transform: uppercase;
    font-weight: 850;
}
.deliveryTracking{
    padding: 2% 5%;
    
}
.places img{
    width: 30px;
    height: auto;
}
.places ul{
    padding: 1% 5%;
    margin: auto;
    
    text-transform: uppercase;
    text-align: center;
    list-style-type: none;
}
.places ul li{
    display: inline-block;
    padding: 1rem 1rem;
    
    margin: 0;
}
.trackingInfo{
    
    text-align: right;
}
.trackingInfo h1{
    text-transform: uppercase;
    font-weight: 850;
}
.trackingText ul{
    list-style-type: none;
    padding-top: 10px;
    text-align: right;
}