@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

body{
    margin: 0;
    padding: 0;
}
.fontOswald {
    font-family: "Oswald", sans-serif;
}
.fontInter{
    font-family: "Inter", sans-serif;
}
/* Style 2 */
.sticky_bar_style_2 {    
    background-image: url(bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 10px 10px 10px 20px;    
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;    
    min-height: 55px;
    padding: 10px 10px;
    z-index: 999999999999999999999;    
    margin-top: 30px;
}
.sticky_bar_style_2 .sticky_container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.sticky_bar_style_2 .stickyBarLeft {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;    
    flex: none;
}
.sticky_bar_style_2 .stckyBarLogo svg, .sticky_bar_style_2 .stckyBarLogo img {
    max-width: 215px;
    width: 100%;
    height: auto;
    object-fit: contain;
}
.sticky_bar_style_2 .stickyBarText {
    flex: none;    
}
.sticky_bar_style_2 .stickyBarTextLeft{
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    gap: 10px;
}
.sticky_bar_style_2 .stckyBarImage{
    width: 80px;
    height: auto;
    object-fit: contain;
}
.sticky_bar_style_2 .headingText {
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.sticky_bar_style_2 .headingSubText{
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: 600;    
    color: #00FFC3;
    text-transform: uppercase;
    max-width: 455px;
}
.sticky_bar_style_2 .stikcyBarText {
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    max-width: 450px;
}
.sticky_bar_style_2 .stickyBarTextLeft{
    flex-direction: column;
    gap: 0;
}
.sticky_bar_style_2 .stickyBarBtn {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    outline: none;
    background: linear-gradient(180deg, #3daaff 0%, #0068d6 100%);
    border-radius: 60px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 15px rgba(0, 140, 255, 0.7),
        0 0 30px rgba(0, 140, 255, 0.5),
        inset 0 0 10px rgba(255, 255, 255, 0.4),
        inset 0 -6px 12px rgba(0, 0, 0, 0.2);
    color: #fff;
    text-align: center;    
    padding: 5px 20px;    
}
.sticky_bar_style_2 .button_text{
    font-size: 20px;
    font-weight: 600;
}
.sticky_bar_style_2 .button_coupon_name{
    font-size: 16px;
    font-weight: 500;
}

/* Responsive */
@media(max-width:991px){
    .sticky_bar_style_2 .stckyBarLogo svg, .sticky_bar_style_2 .stckyBarLogo img {
        max-width: 180px;
    }
    .sticky_bar_style_2 .headingText {
        font-size: 30px;
        font-weight: 500;
    }
    .sticky_bar_style_2 .stikcyBarText {
        font-size: 18px;
        font-weight: 500;
    }   
}
@media(max-width:767px){    
    .sticky_bar_style_2 .stckyBarLogo svg, .sticky_bar_style_2 .stckyBarLogo img {
        max-width: 150px;
    }
    .sticky_bar_style_2 .headingText, .sticky_bar_style_2 .headingSubText {
        font-size: 25px;
        max-width: 100%;
        text-align: center;
    }
    .sticky_bar_style_2 .stikcyBarText {
        font-size: 16px;
        font-weight: 400;
    }
    .sticky_bar_style_2 .main_btn_text {
        font-size: 25px;
        text-shadow: -1px 2px 0px #5B370A; 
    }
    .sticky_bar_style_2 .sticky_container {
        flex-direction: column;
        justify-content: center;
        gap: 12px;
    }
    .sticky_bar_style_2 .stickyBarLeft { 
        align-items: center;                
    }
    .sticky_bar_style_2 .stickyBarTextLeft {
        justify-content: center;
        align-items: center;
    }
    .sticky_bar_style_2 .stikcyBarText { 
        text-align: center;
        max-width: 100%;
    }
    .sticky_bar_style_2 .stickyBarLeft {
        margin-left: 0;
    }
    .sticky_bar_style_2 .stckyBarImage {
        display: none;
    }
    .sticky_bar_style_2 .stickyBarText {
        flex: auto;
    }
}
@media(max-width:480px){
    .sticky_bar_style_2 .headingText, .sticky_bar_style_2 .headingSubText {
        font-size: 22px; 
        font-weight: 500;
    }
}