/*
Theme Name: Elementor-Child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.blue-color{
    color:#3596C9 !important;
}
.hero-section,.hero-content{
    position:relative;
}
/*.hero-section::before {*/
/*    content: "" !important;*/
/*    background: url(/wp-content/uploads/2024/06/orange.svg) !important;*/
/*    height: 169px !important;*/
/*    width: 200px !important;*/
/*    position: absolute !important;*/
/*    bottom: 0;*/
/*    top: unset !important;*/
/*    left: 0 !important;*/
/*    background-repeat: no-repeat !important;*/
/*    right: unset;*/
/*    background-size: contain !important;*/
/*}*/
/*.hero-section::after {*/
/*    content: "" !important;*/
/*    background: url(/wp-content/uploads/2024/06/13029867_Lemon_Premium_psd-09-copy-3.png) !important;*/
/*    height: 169px !important;*/
/*    width: 200px !important;*/
/*    position: absolute !important;*/
/*    bottom: 0;*/
/*    top: unset !important;*/
/*    left: unset !important;*/
/*    background-repeat: no-repeat !important;*/
/*    right: 0 !important;*/
/*    background-size: contain !important;*/
/*}*/
/*.hero-content::before{*/
/*      content: "" !important;*/
/*      background:url(/wp-content/uploads/2024/06/Jar.png.svg) !important;*/
/*      left:-30px !important;*/
/*      background-repeat:no-repeat;*/
/*      position:absolute !important;*/
/*      width:150px !important;*/
/*      height:190px !important;*/
/*      top:40% !important;*/
/*}*/
.flavour-content{
    position:relative;
}
.offer-section{
    position:relative;
}
.offer-section::before{
    content:"" !important;
    position:absolute !important;
    background:url(/wp-content/uploads/2024/06/Image-4.png) !important;
    width:450px !important;
    height:590px !important;
    top:unset !important;
    bottom:0px !important;
    left:0 !important;
    background-repeat:no-repeat !important;
    background-size:contain !important;
    right:unset !important;
}
.flavour img {
    width: 90%;
}
.flavour h2{
    font-family: 'Anton', sans-serif;
    color:#1E3234;
    text-align:center;
}
.gallery-wrapper a{
    width:200px !important;
}
.image-boxes p.elementor-image-box-description {
    min-height: 75px;
}
/*.iframe-section::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    background: url(/wp-content/uploads/2024/06/Container-1.png);*/
/*    height: 20px;*/
/*    width: 100%;*/
/*    height: 200px;*/
/*    left: 0;*/
/*    top: 0;*/
/*    z-index: 9;*/
/*    background-repeat: no-repeat;*/
/*    background-size: 100% 100%;*/
/*}*/
.iframe-section {
    position: relative;
}
.header-icons img{
  filter: invert(1) brightness(1000%) !important;
}
@media only screen and (max-width:768px){
    .hero-content::before {
    content: "" !important;
    left: 0px !important;
    width: 100px !important;
    height: 120px !important;
    top: -10% !important;
    background-size: contain !important;
}
.offer-section::before {
    width: 300px !important;
    height: 300px !important;
}
.flavour-content::before {
    width: 130px !important;
    height: 100px !important;
}
.flavour-content::after {
    width: 80px !important;
    height: 80px !important;
    left: 0% !important;
    top: 50px !important;
}
}
@media only screen and (max-width:500px){
    .flavour img {
    width: 250px;
    margin:0 auto;
}
}