
@font-face {
    font-family:poppins ;
    src: url(../font/poppinsregular.ttf);
    font-weight: 400;
}

@font-face {
    font-family:poppins ;
    src: url(../font/poppinssemibold.ttf);
    font-weight: 600;
}

@font-face {
    font-family:poppins ;
    src: url(../font/poppinsmedium.ttf);
    font-weight: 500;
}

@font-face {
    font-family:poppins ;
    src: url(../font/poppinsbold.ttf);
    font-weight:700;
}
/* header navbar*/

.main{
    overflow-x: hidden;
    
}
.bg_color{
    background: linear-gradient(180deg, #A3CB38 -265.74%, #FFFFFF 100%);
}

.bg-text {
    background-image: url(../images/textbg.png);
    background-size: contain;
    background-position: center;
    max-width: 100%;
    background-repeat: no-repeat;
}
  
header {

    
    padding: 10px 0px 0px 0px;
}
.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand img {
    height: 50px;
}
.nav-links {
    display: flex;
    gap: 40px;
    align-items: center;
}
.nav-links a {
    text-decoration: none;
    color: gray;
    font-family: poppins;
    font-weight: 400;
}
.install-btn {
    font-family: poppins;
    background: black;
    color: white !important;
    padding: 8px 16px;
    border-radius: 5px;
    text-decoration: none;
}

/*hero section start*/


.hero_img img{
    width: 100%;
}

.section_hero {
    padding-bottom: 70px;
}

.btn-sm {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: 0.9rem;
}

.section_hero img.smallsizeimg{
    display: none;
}

.section_hero .button1 {
    height: 37px;
    width: 130px;
    border-radius: 27.5px;
    background: #000000;
    font-family: poppins;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    border: none;
}    

button.btn.btn-primary{
    --bs-btn-color: #fff;
    --bs-btn-bg: #A3CB38;
    --bs-btn-border-color: #A3CB38;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #A3CB38;
    --bs-btn-hover-border-color: #A3CB38;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #A3CB38;
    --bs-btn-active-border-color: #A3CB38;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #A3CB38;
    --bs-btn-disabled-border-color: #A3CB38;
}


.section_hero .button2 {
    height: 37px;
    width: 140px;
    border-radius: 27.5px;
    background-color: #F1F4F8;
    font-family: poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #1A2647;
    border: none;
}
.applogo img {
    width: 200px;
}

.section_hero .row {
    align-items: center;
    justify-content: start;
    padding: 60px 0 0 0;
}

.h1, h1 {
    font-family: poppins;
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: 0em;
    text-align: left !important;
    padding-bottom: 3px;
    width: 100%;
}

.pad_ply{
    padding: 0 20px 0 0;
}



.section_hero p.headline {
    font-family: poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left !important;
    width: 100%;
    color: #7D7D7D;
    padding-bottom: 30px;
    padding-top: 20px;
}


button.btn.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #A3CB38;
    --bs-btn-border-color: #A3CB38;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #A3CB38;
    --bs-btn-hover-border-color: #A3CB38;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #A3CB38;
    --bs-btn-active-border-color: #A3CB38;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #A3CB38;
    --bs-btn-disabled-border-color: #A3CB38;
}


.section_hero .bring {
    
}
.section_hero .row.pepolesay {
    padding-top: 30px;
}

.section_hero h4.happyh4 {
    font-family: poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0;
}

.section_hero p.starp {
    font-family: poppins;
    font-size: 13px;
    font-weight: 500;
    line-height: 0px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0;
}

/*section fetuers start*/
.section_features {
    
    padding: 70px 0 65px 0;
}

.section_features h2 {
    text-align: center;
    font-family: poppins !important;
    font-size: 37px !important;
    font-weight: 500!important;
    margin-bottom: 18px;
}

.section_features .whayyychoss{
    color:#7D7D7D;
    font-size: 18px;
    text-align: center;
    margin-bottom: 45px;
}


.highlight {
    background: #d4e29b;
    padding: 2px 8px;
    text-align: center;
    border-radius: 10px;
}
.feature-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin-top: 44  px;
}
.feature-card {
    background: white;
    padding: 30px 10px;
    border-radius: 10px;
    border: 1px solid #F6F6F6;
    width: 400px;
    text-align: center;
}
.feature-card img {
    height: 60px;
    margin-bottom: 16px;
    width: 60px;
}
.feature-card h3 {
    margin-bottom: 10px;
    font-family: Poppins;
font-size: 18px;
font-weight: 500;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}
.feature-card p {
    color: #7D7D7D;
    font-size: 14px;
    font-family: Poppins;
font-size: 14px;
font-weight: 400;

text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}



/*section fetuers end*/


/*section product start*/


.section_product {
    padding: 60px 0 140px 0px;
}

.section_product h2 {
    font-family: poppins;
    font-size: 36px;
    font-weight: 600;
    line-height: 49px;
    letter-spacing: 0em;
    text-align: left;
    width: 274px;
}

/*
.owl-item.active{
    width: 200px !important;
}
*/
.owl-carousel .owl-item img {
    width: 100% !important;
}

.owl-carousel .item {
    width: auto; /* Allow the items to have a dynamic width */
}

.curasol{
    align-items: center;
    justify-content: center;
}
/*section product end*/

.owl-carousel {
    width: 100%;
    height: auto;
}

 p.headline2 {
    font-family: poppins;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    letter-spacing: 0em !important; 
    text-align: left !important;
    width: 100% !important;
    color: #7D7D7D !important;
    padding-bottom: 20px !important;
    padding-top: 10px;
}
/*section download start*/
.tagul li{
font-family: Poppins;
font-size: 20px;
font-weight: 500;
line-height: 30px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
}

.h11{
 font-size: 47px !important;
}


p.headline3 {
    font-family: poppins;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    letter-spacing: 0em !important;
    text-align: left !important;
    width: 100% !important;
    color: #7D7D7D !important;
    padding-bottom: 30px !important;
    padding-top: 16px;
}

.section_download {
    background-color: #000000;
    min-height: 300px;
}

.section_download .appscreen {
    position: relative;
}


.section_slider {
    
    padding: 70px 0 65px 0;
    background: #F4F8E7;
}

.section_slider h2 {
    text-align: center;
    font-family: poppins !important;
    font-size: 37px !important;
    font-weight: 500!important;
    margin-bottom: 18px;
}

.section_slider .whayyychoss{
    color:#7D7D7D;
    font-size: 18px;
    text-align: center;
    margin-bottom: 45px;
}


.highlight {
    background: #d4e29b;
    padding: 2px 8px;
    text-align: center;
    border-radius: 10px;
}



.section_download img.mobilemokup {
    position: absolute;
    top: -80px;
    width: 510px;
}


.section_download h2.near {
    font-family: poppins !important;
    font-weight: 600!important;
    line-height: 41px!important;
    letter-spacing: 0em!important;
    text-align: left!important;
    color: white!important;
  
    /* width: 458px; */
}


.section_download h2.near {
    font-family: poppins !important;
    font-size: 37px !important;
    font-weight: 600!important;
    line-height: 49px!important;
    letter-spacing: 0em!important;
    text-align: left!important;
    color: white!important;
   padding-bottom: 20px;
    width: 383px;
    
}


.section_download .grab {
    padding-top: 84px;
}

.section_download .smallsizeimg {
    display:none;
}

.section_download .play {
    width: 164px;
}

/*section downlod end*/

/*section_aboutus start*/


.section_aboutus {
    padding: 70px 0 45px 0;
}

.mdimg {
    display: none;
}



.section_aboutus h2 {
    font-family: poppins;
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: 0.23px;
    text-align: left;
    color: #1A2647;
    width: 363px;
    padding: 0 0 11px 0;
}



.section_aboutus .review {
    padding-top: 92px;
    border: solid white;
    border-radius: 51px;
    box-shadow: 0 0 20px 2em #f1f1f1;
    padding: 1em;
    align-items: center;
}

.section_aboutus h5 {
    font-family: poppins;
    font-size: 18px;
    font-weight: 600;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: left;
    color: #1A2647;
    margin: 0;
}

.section_aboutus p {
    font-family: poppins;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #8390B1;
    margin: 0;
    padding: 0px 0 6px 0;
}

.section_aboutus .point {
    /* padding: 0 33px; */
    margin: 4px 0 0 38px;
}

img.starimg {
    width: 130px;
}

.section_aboutus .about {
    align-items: center;
    justify-content: flex-start;
}
/*section_aboutus end*/


section.rating {
    padding: 50px 0 45px 0;
    background: #000000;
}

.ratusimg {
    width: 245px;
    margin: 0 0 0 50px;
}

section.rating p {
    font-family: poppins;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    padding-bottom: 15px;
    color: white;
    width: 509px;
    padding: 10px 0 15px 0;
}

section.rating .rateus {
    justify-content: center;
    align-items: center;
}

section.rating .button2 {
    padding: 2px 32px 0px 32px;
    font-family: poppins;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    border-radius: 44px;
    background: white;
    color: #A3CB38;
    border: none;
}
section.rating .ratborder {
    padding-left: 50px;
    border-left: 6px solid rgb(52,63,92) ;
    border-radius: 3px;
}

button.btn.btn-primary.btn-sm.button2{
    --bs-btn-color: #fff;
    --bs-btn-bg: #A3CB38;
    --bs-btn-border-color: #A3CB38;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #A3CB38;
    --bs-btn-hover-border-color: #A3CB38;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #A3CB38;
    --bs-btn-active-border-color: #A3CB38;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #A3CB38;
    --bs-btn-disabled-border-color: #A3CB38;
}

.swiper {
    width: 90%;
    max-width: 1200px;
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
   
    border-radius: 10px;
    padding: 20px;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    max-width: 250px;
    border-radius: 10px;
    loading: "eager";
}

.heading5{
font-family: poppins;
font-size: 37px;
font-weight: 600;
line-height: 56px;
letter-spacing: 0em;
text-align: left !important;
padding-bottom: 3px;
width: 100%;
}

.headline5{
    font-family: poppins;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    letter-spacing: 0em !important;
    text-align: left !important;
    width: 100% !important;
    color: white !important;
    padding-bottom: 0px !important;
    padding-top: 0px;
}


.download-text {
    color: white;
    text-align: left;
}

.download-buttons {
    display: flex;
    gap: 38px;
}

.download-buttons img {
    width: 200px;
    cursor: pointer;
}

.download-section {
    padding: 70px 0;
}

/*footer start*/
.connect{
    font-family: poppins;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    padding-bottom: 20px;
}



footer .create .app_intro img {
    max-width: 100%;

}


footer .create .app_logo p {
    font-family: poppins;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}

img.connectus {
    width: 22px;
}


footer .create .app_logo img {
    width: 151px;
    padding-bottom: 14px;
}  

footer .create .app_intro .app_name {
    padding-left: 18px;
}

footer .create .app_name h4 {
    margin: 0;
    font-family: poppins;
    font-weight: 500;
    font-size: 16px;
    padding: 0 0 0 5px;

}
footer .create .app_name h5{
    margin: 0;
    font-family: poppins;
    font-weight: 500;
    padding-left: 4px;
    font-size: 15px;
}

footer .create .app_name img {
    max-width: 100%;
    width: 115px;
}

.loction p {
    font-family: poppins;
    font-weight: 500;
    padding: 0 16px;
    line-height: 1.7;
    font-size: 17px;
}

.app_contect p {
    font-size: 13px;
    margin: 0;
}

footer{
    background-color: #F8F8F8;
}

.address h5 {
    font-family: poppins;
    font-size: 11px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0;
}

.address h6 {
font-family:  poppins;
font-size: 12px;
font-weight: 500;
line-height: 27px;
letter-spacing: 0em;
text-align: left;
margin: 0;
}

.address p {
font-family:  poppins;
font-size: 11px;
font-weight: 500;
line-height: 19px;
letter-spacing: 0em;
text-align: left;
margin: 0;
}

.address h4 {
font-family:  poppins;
font-size: 14px;
margin: 0;
font-weight: 500;
line-height: 32px;
letter-spacing: 0em;
text-align: left;
}

.imgdiv {
    padding: 0 0px 0 42px;
}

img.iappstack {
    width: 135px;
}

.copyright {
    color: gray;
    font-family: poppins,sans-serif;
    font-size: 14px;
    background-color: white;
    padding: 0 72px;
    text-align: center;
}

.address img {
    padding: 3px 0 8px 0;
}

.copyright .copyright2{
    border-right: solid white 2px;
    border-left: solid white 2px;
}

.footer {
    background-color: #f8f9fa;
    padding: 40px 40px 0 40px;
    margin-top: 34px;
}

 .create .app_logo img {
    width: 151px;
    padding-bottom: 14px;
} 
.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    padding-bottom: 14px;
    padding-top: 38px;
}
.footer-column {
    flex: 1;
    min-width: 370px;
    margin-bottom: 20px;
}
.footer-column h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-family: poppins,sans-serif;
}

.footer-column p, .footer-column a {
    font-size: 15px;
    color: #333;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
    font-family: poppins,sans-serif;
}


.footer-column2 {
    /* padding-left: 12px; */
    padding: 0 70px;
}
.social-icons {
    display: flex;
    gap: 10px;
}
.social-icons a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    font-family: poppins,sans-serif;
}

.social-icons img {
    width: 30px;
    height: 30px;
}
.footer-bottom {
    text-align: center;
    padding-top: 20px;
    font-size: 14px;
    padding-bottom: 20px;
    font-family: poppins,sans-serif;
}

h2.tab_h2 {
    display: none;
}

a {
    text-decoration: none;
    color: black;

}



/*footer end*/


/*responsive start*/

/*large screen*/

@media (min-width: 1400px)and (max-width:1920){
    .container-xl{
        max-width: 1700px !important;
    }
    .section_hero{
        padding-bottom:132px;
    }

    .section_hero .button1, .button2 {
        height: 46px !important;
        width: 173px !important;
        font-size: 16px !important;
    
    }

    .section_hero p.headline {
        font-family: poppins;
        font-size: 23px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0em;
        text-align: left !important;
        width: 508px;
        padding-bottom: 15px;
    }

    .section_hero .row.pepolesay {
        padding-top: 60px;
    }

    .hero_img img {
        width: 586px;
    }

    .applogo img{
        width: 300px;
    }
   

    header .applogo {
        padding: 50px 90px 0 0px;
    }

    .h1, h1 {
        font-family: poppins;
        font-size: 67px;
        font-weight: 700;
        line-height: 75px;
        letter-spacing: 0em;
        text-align: left !important;
        padding-bottom: 20px;
        width: 552px;
    }




    .section_features h2.choose {
        font-family: poppins;
        font-size: 44px;
        line-height: 50px;
       
    }

    .section_features .featuresadd {
        padding-top: 74px;
    }

    img.line {
        width: 298px;
    }

    
    .section_features h6 {
    font-size: 28px;
    padding-bottom: 16px;
}

.section_features p {
    font-size: 23px !important;
    line-height: 30px;
}

    .section_hero .row {
        align-items: center;
        justify-content: center;
    }


    

    
 .section_product h2 {
    font-size: 54px; 
    line-height: 68px;
    width: 400px;
    }

    .owl-item.active{
        width:300px !important;
    }
    .owl-item{
        width: 300px !important;
    }
    
    .owl-carousel .owl-item img {
        width: 100% !important;
    }

    .section_product {
        padding: 120px 0 171px 0px;
    }


   
    .section_download h2.near {
        font-size: 53px !important;
        line-height: 56px!important;
        width: 556px;
        padding-bottom: 47px!important;
    }
    

    .section_download .play {
        width: 235px;
    }

   
    .section_download .grab {
        padding-top: 110px;
        padding-left: 35px;
    }

    .section_download img.mobilemokup {
        position: absolute;
        top: -28px;
        width: 900px;
        margin: 0 14px 0 0px;
    }
    
    .section_download{
        background-color: #1A2647;
        min-height: 453px;
    }



    .section_aboutus h2 {
        font-size: 55px;
        line-height: 66px;
        padding: 0px 0 38px 0;
        width: 551px;
    }

    .section_aboutus .review {
        border-radius: 51px;
        box-shadow: 0 0 20px 2em #f1f1f1;
        margin: 22px;
        padding: 1em;
    }
    

    .section_aboutus h5 {
        font-size: 28px;
    }

    .section_aboutus p {
        font-size: 19px;
        line-height: 27px;
        margin: 0;
        padding: 8px 0 14px 0;
    }

    img.starimg {
        width: 149px;
    }

    .star_align{
        align-items: center;

    }

    

    .section_aboutus {
        padding-top: 133px;
    }

    .hero_img img {
        width: 650px !important;
    }
   


    

    section.rating p {
        font-size: 24px !important;
        width: 100%;
        line-height: 37px;
    }

    .ratusimg {
        width: 322px;
    }

    section.rating {
        padding: 60px 0 60px 0;
        background: #1A2647;
    }

  
    section.rating .button2 {
       
        font-size: 18px !important;
    }
   

    footer .create .app_logo p {
        font-family: poppins;
        font-size: 17px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;
    }

    footer .create .app_logo img {
        width: 200px;
    }

    .app_contect p {
        font-size: 17px;
    }

    img.connectus {
        width: 30px;
    }

    .address h5 {
        font-family: poppins;
        font-size: 14px;
        font-weight: 600;
        line-height: 15px;
        letter-spacing: 0em;
        text-align: left;
        margin: 0;
    }

    .address img {
        padding: 6px 0 8px 0;
    }
    img.iappstack {
        width: 165px;
    }

    .address p {
        font-family: poppins;
        font-size: 14px;
        font-weight: 600;
        line-height: 19px;
        letter-spacing: 0em;
        text-align: left;
        margin: 0;
    }

    .address h4 {
        font-family: poppins;
        font-size: 17px;
        margin: 0;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: 0em;
        text-align: left;
    }

    .copyright {
        color: gray;
        font-family: poppins,sans-serif;
        font-size: 17px;
        background-color: white;
        padding: 12px 72px;
    }

    footer .create {
        padding: 50px 30px 18px 35px;
    }    
   
    
    
}

/*medium screen*/
@media (min-width: 768px) and (max-width: 991px){
    .h1, h1{
        text-align: center !important;
        padding-bottom: 20px;
        font-size: 49px;
        line-height: 54px;
    }

    header .applogo {
        padding: 30px 0px 34px 0px !important;
    }

    .applogo img {
        width: 150px;
    }

    .ratusimg {
        width: 197px;
        margin: 0;
    }

    .section_hero .bring {
        padding: 0 0px 0px 0px; 
   }
    
    .section_hero p.headline{
        text-align: center !important;
        width: 100%;
        font-size: 23px;
        padding-bottom: 50px;
    }

    .section_hero .row.pepolesay {
        padding-top: 96px;
    }

    button.button1{
    font-size: 16px !important;
    height: 43px !important;
    width: 175px !important;
    }

    button.button2{
        font-size: 16px !important;
            height: 43px !important;
            width: 175px !important;
        
    }
    .textcenter {
        text-align: center;
    }

    .section_hero h4.happyh4{
        text-align: center;
    }

    .section_hero p.starp{
        text-align: center;
    }

    .section_hero .hero_img {
        display: none;
    }

    .section_hero img.smallsizeimg{
        display: block;
        padding-bottom: 40px;
    }

    header .applogo {
        padding: 30px 90px 51px 0px;
    }

    .section_hero .row.pepolesay {
        padding-top: 70px;
    }

    .section_hero h4.happyh4 {
        padding: 17px 0 0 0;
    }
/*new*/
    nav.nav-links {
        display: none;
    }

    .feature-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0;
        margin-top: 44px;
    }

    .tagul {
        text-align: center;
    }
    
    .tagul ul {
        text-align: center !important;
        list-style-type: none;
    }

    p.headline3 {
        font-family: poppins;
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 30px !important;
        letter-spacing: 0em !important;
        text-align: center!important;
        width: 100% !important;
        color: #7D7D7D !important;
        padding-bottom: 30px !important;
        padding-top: 16px;
    }


    h2.heading5 {
        text-align: center !important;
    }
    
    p.headline5 {
        text-align: center !important;
    }
    .download-buttons {
        display: flex;
        gap: 38px;
        justify-content: center;
    }

    .footer-column {
        flex: 1;
        min-width: 100%;
        margin-bottom: 20px;
        text-align: center !important;
        /* margin: 0 48px; */
    }

    .social-icons {
        display: flex;
        gap: 10px;
        justify-content: center;
    }

    footer .create .app_logo p {
        font-family: poppins;
        font-size: 15px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: center;
    }   

    .tagul li {
        font-family: Poppins;
        font-size: 20px;
        font-weight: 500;
        line-height: 30px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .footer-container {
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        border-bottom: 1px solid #ddd;
        padding-bottom: 14px;
        padding-top: 38px;
        margin: 0 150px;
    }

    p.headline2 {
        font-family: poppins;
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 30px !important;
        letter-spacing: 0em !important;
        text-align: left !important;
        width: 100% !important;
        color: #7D7D7D !important;
        padding-bottom: 20px !important;
        padding-top: 10px;
        text-align: center !important;
    }


   

    .section_features h6{
        text-align: center;
        padding-bottom: 0;
        padding-top: 4px;

    }

    .section_features p {
        text-align: center;
        padding: 0 0 22px 0;
    }


   

    .section_features {
        padding: 53px 0 2px 0;
    }

    .section_features h2.choose {
        font-size: 34px;
    }

   

    img.line {
        width: 248px;
    }

    .section_features .featuresadd {
    padding-top: 36px !important;
    }
    



    .section_product h2{
        font-size:32px;
        line-height: 66px;
        width: 100%;
        text-align: center;
        padding-bottom: 16px;
        padding-right: 0;
    }

    .section_product {
        padding: 55px 0 55px 0px;
    }

    .owl-carousel {
        width: 100%;
        height: 298px;
    }


    .section_download img.mobilemokup {
        position: unset;
    }
    
    .section_download .smallsizeimg {
        display: block;
    }

    .section_download img.mobilemokup {
        display: none;
    }    

    .section_download .grab {
        padding-top: 37px;
    }

    .section_download h2.near {
        text-align: center !important;
        width: 100%;
        padding-bottom: 52px!important;
        font-size: 32px !important;
    }

    .section_download {
        text-align: center;
    }

    .section_download .play {
        width: 200px;
        padding: 70px 0 50px 0;
    }




    .section_aboutus h2{
        text-align: center;
        font-size: 32px;
        width: 100%;
    }

    .section_aboutus .review{
        text-align: center;
    }

    .section_aboutus .point {
        /* padding: 15px 33px; */
         margin: 0 0 0 0px;
        padding-top: 18px;
    }

    .section_aboutus {
        padding: 35px 0 50px 0;
    }

    .section_aboutus h5{
        text-align: center !important;
        font-size: 20px !important;
    }

    .section_aboutus p{
        text-align: center !important;
        font-size: 18px !important;
        padding: 10px 0 25px 0;
    }


    

    .hero_img .xlimg {
        display: none;
    }

    .mdimg {
        display: block;
        /* width: 100%; */
        padding: 0px 0px 0px 36px;
    }
    .jorge {
        padding: 24px 0;
    }




    section.rating .rateus{
        text-align: center;
    }

    section.rating p {
        width: 100%;
        text-align: center;
        padding: 40px 0px;
        font-size: 18px !important;
    }

    section.rating .ratborder{
        padding-left: 0;
        border: none;
    }





    .app_contect {
        text-align: center;
    }

    .app_logo {
        padding: 0;
        text-align: center;
        padding: 0 0 21px 0;
    }

    footer .create .app_logo p{
        text-align: center;
        font-size: 18px;
    }

    .address h4 {
        text-align: center;
    }

    .address h5{
        text-align: center !important;
        font-size: 18px;
        padding: 5px 0;
    }

    .app_contect {
        text-align: center !important;
        padding: 0 0 20px 0;
    }

    .address{
        text-align: center !important;
    }
    .connect p{
        font-size: 17px !important ;
        padding: 15px 0 0 0;
    }

    footer .create p {
        text-align: center;
        font-size: 18px !important;
        padding: 5px 0;
        margin: 0;
    }

    footer .create .app_logo img {
        width: 140px;
        padding-bottom: 14px;
    }

    .imgdiv {
        padding: 0 0px 0 0px !important;
    }

    .copyright {
        font-size: 16px;
        padding: 8px 72px;
    }

    .container-md {
        font-size: 2.5vw; /* Adjust as needed for medium-sized screens */
      }
}


/*small size*/
@media (min-width: 320px) and (max-width: 767px){
    .h1, h1 {
        text-align: center !important;
        padding-bottom: 0px;
        font-size: 30px;
        line-height: 50px;
    }

    .section_features .whayyychoss {
        color: #7D7D7D;
        font-size: 18px;
        text-align: center;
        margin-bottom: 20px;
    }

    .section_hero .row {
        align-items: center;
        justify-content: start;
        padding: 30px 0 0 0;
        text-align: center;
    }

    .section_slider {
        padding: 48px 0 40px 0;
        
    }

    p.headline2 {
        font-family: poppins;
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 30px !important;
        letter-spacing: 0em !important;
        text-align: center!important;
        width: 100% !important;
        color: #7D7D7D !important;
        padding-bottom: 20px !important;
        padding-top: 10px;
    }

    .section_hero p.headline{
        text-align: center !important;
        width: 100%;
        font-size: 20px;
        padding-bottom: 50px;
    }

    .section_hero .bring {
        padding: 0 0px 0px 0px; 
   }

    .section_hero .row.pepolesay {
        padding-top: 96px;
    }

    button.button1 {
        font-size: 14px !important;
        height: 42px !important;
        width: 160px !important;
    }

    button.button2 {
        font-size: 14px !important;
        height: 43px !important;
        width: 168px !important;
    }
    .textcenter {
        text-align: center;
    }

    .section_hero h4.happyh4{
        text-align: center;
    }

    .section_hero p.starp{
        text-align: center;
    }

    .section_hero .hero_img {
        display: none;
    }

    .section_hero img.smallsizeimg{
        display: block;
        padding-bottom: 40px;
    }

    header .applogo {
        padding: 30px 0px 20px 0px;
    }

    .applogo img {
        width: 140px;
    }

    .section_hero .row.pepolesay {
        padding-top: 42px;
    }

    .section_hero h4.happyh4 {
        padding: 17px 0 0 0;
        font-size: 14px;
    }


   

    .section_features h6{
        text-align: center;
        padding-bottom: 0;
        padding-top: 4px;

    }

    .section_features p {
        text-align: center;
        padding: 0 0 25px 0;
    }

    .section_features {
        padding: 35px 0 0px 0;
    }

    .section_features .to {
        padding: 0 15px 0 15px;
    }

    .section_features h2.choose {
        font-size: 22px;
    }

    img.line {
        width: 248px;
    }

    .section_features .featuresadd {
        padding-top: 35px;
    }




    .section_product h2 {
        font-size: 22px;
        line-height: 34px;
        width: 100%;
        text-align: center;
        padding-bottom: 4px;
        padding-left: 0;
    }

    .section_product {
        padding: 46px 0 17px 0px;
    }
   



    .owl-carousel {
        display: none;
        width: 100%;
        z-index: 1;
        height: auto;
    }
    
    


    .section_download img.mobilemokup {
        position: unset;
    }
    
    .section_download .smallsizeimg {
        display: block;
    }

    .section_download img.mobilemokup {
        display: none;
    }    

    .section_download h2.near {
        text-align: center !important;
        width: 100%;
        padding-bottom: 26px!important;
        font-size: 22px !important;
        line-height: 32px !important;
    }

    .section_download {
        text-align: center;
    }

    .section_download .play {
        width: 135px;
        padding: 50px 0 30px 0;
    }

    .section_download .grab {
        padding-top: 30px;
    }




    .section_aboutus h2{
        text-align: center;
        font-size: 22px;
        width: 100%;
    }

    .section_aboutus {
        padding: 50px 0 42px 0;
    }

    .section_aboutus .review{
        text-align: center;
    }

    .section_aboutus .point {
        /* padding: 15px 33px; */
         margin: 0 0 0 0px;
        padding-top: 18px;
    }

    .section_aboutus h5{
        text-align: center !important;
        font-size: 18px !important;
    }

    .section_aboutus p{
        text-align: center !important;
        font-size: 16px !important;
        padding: 10px 0 25px 0;
    }


    

    .hero_img .xlimg {
        display: none;
    }

    .mdimg {
        display: block;
    }

    .jorge {
        padding: 24px 0;
    }




    section.rating .rateus{
        text-align: center;
    }

    .ratusimg {
        width: 150px;
        margin: 0;
    }

    section.rating p {
        width: 100%;
        text-align: center;
        padding: 30px 26px;
        font-size: 16px !important;
    }

    section.rating .ratborder{
        padding-left: 0;
        border: none;
    }

    section.rating {
        padding: 43px 0 34px 0;
        background: #1A2647;
    }

   




    footer .create .app_logo img {
        width: 115px;
        padding-bottom: 14px;
    }

    footer .create {
        padding: 10px 30px 15px 35px;
        justify-content: center;
    }

    .app_contect {
        text-align: center;
    }

    .app_logo{
        padding: 0;
        text-align: center;
        padding: 30px 0;
    }

    .address img {
         padding: 0px 0 0px 0; 
    }

    footer .create .app_logo p{
        text-align: center;
        font-size: 16px;
    }

    .address h4 {
        text-align: center;
    }

    .address h5{
        text-align: center !important;
        font-size: 16px;
        padding: 5px 0;
    }


    img.connectus {
        width: 22px;
        padding: 0 0 5px 0;
    }

    .app_contect {
        text-align: center !important;
        padding: 0 0 20px 0;
    }

    .address{
        text-align: center !important;
    }
    .connect p{
        font-size: 15px !important ;
        padding: 15px 0 0 0;
    }


    footer .create p {
        text-align: center;
        font-size: 16px !important;
        padding: 0px 0;
        margin: 0;
    }

    .imgdiv {
        padding: 0 0px 0 0px !important;
    }

    .connect {
        font-family: poppins;
        font-size: 13px;
        font-weight: 500;
       
        letter-spacing: 0em;
        text-align: left;
        padding-bottom: 11px;
    }

    nav.nav-links {
        display: none;
    }

    .feature-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0;
        margin-top: 44px;
    }

    .tagul {
        text-align: center;
    }
    
    .tagul ul {
        text-align: center !important;
        list-style-type: none;
    }

    p.headline3 {
        font-family: poppins;
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 30px !important;
        letter-spacing: 0em !important;
        text-align: center!important;
        width: 100% !important;
        color: #7D7D7D !important;
        padding-bottom: 30px !important;
        padding-top: 16px;
    }


    h2.heading5 {
        text-align: center !important;
    }
    
    p.headline5 {
        text-align: center !important;
    }
    .download-buttons {
        display: flex;
        gap: 38px;
        justify-content: center;
    }

    .footer-column {
        flex: 1;
        min-width: 100%;
        margin-bottom: 20px;
        text-align: center !important;
        /* margin: 0 48px; */
    }

    .social-icons {
        display: flex;
        gap: 10px;
        justify-content: center;
    }

    footer .create .app_logo p {
        font-family: poppins;
        font-size: 15px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: center;
    }   

    .tagul li {
        font-family: Poppins;
        font-size: 20px;
        font-weight: 500;
        line-height: 30px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .footer-container {
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        border-bottom: 1px solid #ddd;
        padding-bottom: 14px;
        padding-top: 38px;
        margin: 0 20px;
    }
}