@import "base.css";

@import "components/header.css";
@import "components/mobile-menu.css";
@import "components/footer.css";

.main{
    margin-top:140px;
}
.btn{
    color: #fff;
    background-color: #70B943;
    border-radius: 12px;
}
.btn:hover{
    background-color: #5f9340;
}
.main_slider{
    padding-top: 35px;
}
.item{
    display: flex;
    flex-wrap: wrap;
}
.slider_texts{
    width: 50%;
    padding-top: 85px;
}
.slider_texts h1{
    font-size: 56px;
    line-height: 66px;
    font-weight: bold;
    color: #2E2E2E;
}
.slider_texts p{
    font-size: 16px;
    line-height: 27px;
    color: #333333;
    margin-top: 20px;
}
.slider_texts h1 span{
    color: #70B943;
}
.sider_img{
    width: 50%;
}
.owl-carousel .owl-item .slider_pics img{
    width: auto;
}
.slider_pics{
    display: flex;
    margin-top: 50px;
}
.pic + .pic{
    margin-left: 20px;
}
.counter_sec{
    padding:20px 0 50px 0;
}
.counter_sec ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 840px;
    margin: 0 auto;
    text-align: center;
}
.counter_sec ul li{
    width: 33.3%;
}
.counter_sec ul li:nth-child(2){
    border-left: 1px solid #AABC9F;
    border-right: 1px solid #AABC9F;
}
.counter_sec  h5{
    font-size: 60px;
    line-height: 60px;
    color: #000000;
    font-weight: 400;
}
.counter_sec p{
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    line-height: 15px;
    color: #000000;
}
.rating_icon{
    margin-right: 10px;
}
.about_sec {
    padding: 75px 0;
    overflow-x: hidden;
}
.about_sec .container{
    max-width: 1050px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.about_pic{
    width: 45%;
}
.about_text{
    width: 55%;
    padding-left: 50px;
}
.sub_title{
    color: #70B943;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 0;
}
.main_title{
    font-size:40px;
    line-height: 54px;
    color: #2E2E2E;
    font-weight: bold;
    margin-bottom: 15px;
}
.about_text p{
    font-size: 18px;
    line-height: 27px;
    color: #333333;
}
.benefit_sec{
    background-image: url(../images/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 95px 0;
}
.benefit_sec .sub_title{
    margin-bottom: 10px;
}
.benefit_list{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 70px;
}
.benefit_list li{
    width: 32%;
    background-color: #fff;
    border-radius: 16px;
    padding:42px 30px;
}
.benefit_list h4{
    color: #292929;
    font-size: 22px;
    line-height: 25px;
    font-weight: 600;
    margin-top: 55px;
}
.benefit_list p{
    color: #676767;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 0;
}
.track_sec{
    padding: 85px 0;
    overflow-x: hidden;
}
.track_sec .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.track_left{
    width: 50%;
}
.track_right{
    width: 50%;
    padding-left: 80px;
}
.order_list li{
    padding-left: 35px;
    font-size: 18px;
    color: #676767;
    position: relative;
    margin-bottom: 10px;
}
.order_list li::before{
    content: "";
    background-image: url(../images/tick.png);
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
.track_sec .btn{
    width: 275px;
    height: 70px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.feature_sec{
    padding: 100px 0;
    text-align: center;
}
.feature_list{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 80px;
}
.feature_list li{
    width: 32%;
    text-align: left;
    background-color: #E8FFDA;
    border-radius: 12px;
    padding: 30px 20px;
}

.downlod_sec{
    background-color: #70B943;
    background-image: url(../images/graphics.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    margin-top: 180px;
}
.downlod_sec .slider_pics{
    margin-top: 30px;
    justify-content: flex-start;
}
.downlod_sec .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    position: relative;
}
.downlod_sec .main_title{
    line-height: 41px;
    margin-bottom: 20px;
}
.downlod_sec p{
    line-height: 30px;
}
.download_left{
    width: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.download_right{
    width: 50%;
    margin-left: auto;
}
.feature_list h4{
    color: #292929;
    font-size: 22px;
    line-height: 25px; 
}
.feature_list p{
    font-size: 14px;
    line-height: 24px;
    color: #676767;
}
.whatsapp_sec{
    background-image: url(../images/wt_sec.png);
    background-repeat: no-repeat;
    background-color: #70B943;
    padding:37px 0 33px 0;
    background-size: cover;
}
.whatsapp_sec .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.whatsapp_left{
    width: 50%;
}
.whatsapp_right{
    width: 50%;
}
.whatsapp_sec h4{
    color: #2D6A07;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
    font-weight: 500;
    text-transform: capitalize;
}
.whatsapp_sec h2{
    color: #2E2E2E;
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 0;
}
.whatsapp_sec h2 span{
    color: #fff;
}
.whatsapp_link{
    display: block;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 440px;
    border-radius: 80px;
    padding: 10px;
    margin-left: auto;
    transition: all .3s ease-in-out;
}
.whatsapp_icon{
    width: 77px;
    transition: all .3s ease-in-out;
}
.whatsapp_link:hover .whatsapp_icon{
    transform: translateY(-5px);
}
.whatsapp_texts{
    width: calc(100% - 77px);
    padding-left: 15px;
    font-size: 18px;
    line-height: 24px;
    color: #2D6A07;
}
.whatsapp_texts span{
    font-size: 34px;
    line-height: 40px;
    color: #2E2E2E;
    font-weight: bold;
}
.owl-nav.disabled,.owl-dots.disabled{
    display: none;
}