@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body{
    font-family: "Inter", sans-serif !important;
    background-color: #fff;
}
/* Header */
.header_full{
    position: sticky;
    top: 0px;
    z-index: 999999;
    background-color: #fff;
}
.header_full img{
    width: 120px;
}
.header_full button{
    background: linear-gradient(90deg, #F9C10D 0%, #CA8901 100%);
    height: 40px;
    color: #fff;
    padding: 0px 30px;
    border-radius: 100px;
    font-weight: 600;
    border: none;
}
/* Footer */
.footer_main{
    background: url(./source/footerbg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.footer_main img{
    width: 150px;
    margin-bottom: 20px;
}
.footer_main h5{
    color: #F8D518;
    font-weight: 700;
}
.footer_main span{
    color: #fff;
    font-weight: 400;
}
.footer_main a{
    color: #fff !important;
    font-weight: 400;
    text-decoration: none;
    margin-bottom: 16px;
}
.footer_main a svg{
    margin-right: 10px !important;
}
.social_icons_footmain .social_icons{
    width: max-content;
}
.social_icons_footmain span{
    width: max-content;
    color: #fff;
}
.social_icons a{
    color: #fff !important;
    font-size: xx-large;
    text-decoration: none !important;
    margin-right: 10px;
}
/* Page */
.hero_banner{
    background: url(./source/bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    min-height: 100vh;
}
.hero_banner h1{
    color: #F9C10D;
    font-size: 5vw;
    font-weight: 700;
}
.hero_banner p{
    color: #fff;
}
.span_bannericon span{
    color: #fff;
    margin: 5px 0px;
    font-size: x-large;
    display: flex;
    align-items: center;
    font-weight: 500;
}
.span_bannericon span img{
    width: 24px;
    margin-right: 10px;
}
.ordernow_arrowbtn{
    background: linear-gradient(90deg, #F9C10D 0%, #CA8901 100%);
    height: 40px;
    color: #fff;
    padding: 0px;
    border-radius: 100px;
    font-weight: 600;
    border: none;
    width: 180px !important;
}
.ordernow_arrowbtn i{
    margin-left: 5px;
}
.headings_svgimgs h2{
    color: #833D06;
    font-weight: 700;
    text-align: center;
    font-size: 3vw;
}
.headings_svgimgs h1{
    color: #872157;
    font-weight: 700;
    text-align: center;
    font-size: 3vw;
    font-family: 'Times New Roman', Times, serif;
}
.headings_svgimgs span{
    color: #333333;
    font-weight: 400;
    font-size: 1.5vw;
    margin-bottom: 16px;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
}
.headings_svgimgs img{
    width: 30%;
}
.yellow_content_box{
    background-color: #FFF9E7;
}
.yellow_content_box h5{
    margin-top: 40px;
    margin-bottom: 0px;
    text-align: center;
    color: #333333;
    font-weight: 400;
}
.white_fitters{
    background-color: #fff;
    padding: 15px;
    box-shadow: 2px 2px 12px 0px #0000002E;
    border-radius: 13px;
}
.white_fitters img{
    width: 100%;
}
.equal_bolderh4{
    color: #833D06;
    font-weight: 600;
}
.short_boldh4{
    color: #833D06;
    font-weight: 400;
    margin: 0px;
}
.short_boldh4 b{
    font-weight: 800;
}
.same_graywite{
    color: #636363;
    font-weight: 400;
}
.span_potential span{
    color: #333333;
    font-weight: 400;
    text-align: justify !important;
    font-size: large;
}
.span_potential span b{
    color: #A17D50;
    font-weight: 600;
}

.mission_focus{
    background-image: url(./source/mission_focus.webp);
    background-size: cover;
    background-position: top center;
    min-height: 100vh;
}
.mission_focus h2{
    transition: 0.4s !important;
}
.for_hovsets:hover h2{
    letter-spacing: 3px;
}
.mission_focus img{
    width: 80px;
    margin-bottom: 20px;
}
.mission_focus h2{
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}
.mission_focus span{
    text-align: center;
    color: #fff;
    font-weight: 400;
}
.product_ima img{
    width: 80%;
    margin-bottom: 15px;
    transition: 0.4s;
    border-radius: 150px;
    padding: 0px;
}
.product_ima span{
    text-align: center;
    font-weight: 500;
}
.product_hoveres:hover img{
    box-shadow: 0px 0px 25px 11px #833D06;
    scale: 0.90;
}
.but_atags{
    width: max-content !important;
    text-decoration: none;
}
.wholeorderbtns{
    background: linear-gradient(90deg, #F9C10D 0%, #CA8901 100%);
    height: 35px;
    margin-top: 15px;
    color: #fff;
    padding: 0px;
    width: 150px;
    border-radius: 100px;
    font-weight: 600;
    border: none;
}
.offer_imagelink a img{
    width: 100%;
}

button,.offer_imagelink img{
    transition: 0.4s;
}
button:hover{
    letter-spacing: 2px !important;
}
.offer_imagelink a{
    overflow: hidden;
    border-radius: 20px;
}
.offer_imagelink img:hover,.span_potential:hover img{
    scale: 1.06;
}
.white_fitters{
    transition: 0.4s;
}
.span_potential .overflow-hidden{
    border-radius: 10px;
}
.span_potential img{
    transition: 0.4s;
    border-radius: 20px;
}
.white_fitters:hover{
    box-shadow: 2px 2px 12px 0px #833D06;
    scale: 1.02;
}
.patter_animation{
    position: relative;
}
.patter_animation .anipatter1{
    position: absolute;
    width: 28%;
    top:15%;
    left: 10%;
    opacity: 0;
    animation: float1 3s ease-in-out infinite;
}
.patter_animation .anipatter2 {
    position: absolute;
    width: 30%;
    top:5%;
    right: 10%;
    opacity: 0;
    animation: float2 3s ease-in-out infinite;
}

@keyframes float1 {
    0% {
        transform: translate(0px, -10px);
        opacity: 0;
    }
   
    50% {
        transform: translate(-40px, -40px);
        opacity: 1;
    }
    
    100% {
        transform: translate(-60px, -60px);
        opacity: 0;
    }
}
@keyframes float2 {
    0% {
        transform: translate(0px, 20px);
        opacity: 0;
    }
   
    50% {
        transform: translate(20px, -20px);
        opacity: 1;
    }
    
    100% {
        transform: translate(0px, -60px);
        opacity: 0;
    }
}


@media only screen and (max-width: 760px) {
    @keyframes float1 {
        0% {
            transform: translate(0px, -10px);
            opacity: 0;
        }
       
        50% {
            transform: translate(-40px, -20px);
            opacity: 1;
        }
        
        100% {
            transform: translate(-60px, -30px);
            opacity: 0;
        }
    }
    .hero_banner{
        min-height: unset !important;
        background: url(./source/bg_mobi.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom right;
    }
    .hero_banner h1{
        margin-top: 20px;
        font-size: 10vw;
    }
    .span_bannericon span{
        font-size: smaller;
        margin-right: 10px;
    }
    .span_bannericon span img{
        margin: 0px 10px;
    }
    .hero_banner p{
        font-weight: 400;
    }
    .headings_svgimgs h2,.headings_svgimgs h1{
        font-size: 4.5vw;
    }
    .headings_svgimgs span{
        font-size: 3.5vw;
    }
    .headings_svgimgs img{
        width: 60% !important;
    }
    .short_boldh4{
        font-size: 4vw;
    }
    .equal_bolderh4{
        font-size: 4vw;
    }
    .same_graywite{
        font-size: x-small;
    }
    .span_potential span{
        font-size: smaller;
    }
    .yellow_content_box h5{
        font-size: smaller;
        padding: 0px;
    }
    
}

.whats_appfloats{
    position: fixed;
    bottom: 70px;
    right: 10px;
    width: 60px;
    overflow: hidden;
    border-radius: 100px;
    z-index: 99;
}
.whats_appfloats img{
    width: 60px;
    transition: 0.4s;
}
.whats_appfloats:hover img{
    scale: 1.10;
}
.carobtns button{
    width: 50px;
    height: 50px;
    background-color: #833D06;
    color: #fff;
    padding: 0px !important;
    font-size: x-large;
    border-radius: 100px;
    border: 1px solid #833D06;
    transition: 0.2s;
}
.carobtns button:hover{
    box-shadow: 0px 0px 15px 11px #CA8901;
}