body {
    margin: 0;
    padding: 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 16px;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a,
button {
    outline: none;
    text-decoration: none;
    transition: all 0.5s ease;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

p {
    margin: 0;
    line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: 1;    
}

.banner-wrap {
    background: #94DA0A;    
    width: 100%;
    min-height: 815px;
    position: relative;
}

.navbar{
    background: #94DA0A;
    padding: 30px 0;
}
.navbar .container{
    display: flex;
    justify-content: space-between;
}

.navbar .navbar-nav .nav-item {
    display: inline-block;
    margin-right: 50px;
}

.navbar .navbar-nav .nav-item:last-child {
    margin-right: 0;
}

.navbar .navbar-nav .nav-item .nav-link, .navbar .navbar-nav .nav-item .nav-link-new {
    font-size: 18px;
    color: #fff;    
    position: relative;
    line-height: 32px;
    padding: 10px 0;
}

.navbar .navbar-nav .nav-item:hover .nav-link,
.navbar .navbar-nav .nav-item:focus .nav-link,
.navbar .navbar-nav .nav-item.active .nav-link {
    color: #21252B;
}
.navbar .navbar-nav .nav-item .nav-link.active{
    color: #21252B;
}
.navbar .navbar-nav .nav-item:hover .nav-link-new,
.navbar .navbar-nav .nav-item:focus .nav-link-new,
.navbar .navbar-nav .nav-item.active .nav-link-new {
    color: #21252B;
}
.navbar .navbar-nav .nav-item .nav-link-new.active{
    color: #21252B;
}

.banner-content {
    padding-top: 216px;
}
.banner-content .banner-txt .comingsoon{
    background: #fff;    
    font-size: 49px;
    font-weight: 300;
    color: #94DA0A;
    max-width: 405px;
    height: 86px;
}
.banner-content .banner-txt {
    float: left;
    max-width: 740px;
}

.banner-content .banner-txt h1 {
    font-size: 65px;
    font-weight: 800;
    margin: 0 0 45px;
    padding: 0;
    color: #fff;
    line-height: 65px;
}
.banner-content .banner-txt h1 span{
    font-size: 35px;
    display: block;
}

.banner-content .banner-txt h1:before {
    content: none;
}

.banner-content .banner-txt p {
    font-size: 20px;
    line-height: 34px;
    color: #fff;
    margin-bottom: 40px;
}

.banner-content .mob-img {
    position: absolute;
    right: 40px;
    bottom: -195px;    
}

.banner-content .mob-img img {
    max-width: 100%;
}
.banner-content .button-wrap{
    margin-top: 70px;
}
.banner-content .button-wrap button{
    margin-right: 35px;
}

.btn-yellow{
    background: #FFC406;
    min-width: 260px;
    height: 72px;
    border-radius: 36px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #072946;       
}

.btn-yellow:hover{
    background: #FFD85A;
}
.btn-grey{
    background: #fff;
    min-width: 260px;
    height: 72px;
    border-radius: 36px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #94DA0A;       
}

.btn-grey:hover{
    background: #FFC406;
    color: #fff;
}
.btn-download{
    min-width: 220px;
    height: 70px;
    border: 2px solid #A2A2A2;
    border-radius: 15px;    
}
.btn-download.apple{
    background: #000;
}
.btn-download.apple:hover{
    background: #393737;
}
.btn-download.google{
    background: #fff;
}
.btn-download.google:hover{
background: #EBEBEB;
}
.what-nearbuys{
    padding: 170px 0;
    background: url(../images/what-bg-1.svg) left center no-repeat;
}
.what-nearbuys h1{
    font-size: 65px;
    font-weight: 800;
    margin: 0 0 45px;
    padding: 0;
    color: #000;
    line-height: 75px;
    max-width: 360px;
}
.what-nearbuys p{
    font-size: 21px;
    color: #000;
    line-height: 39px;
    margin-bottom: 45px;
}
@media (max-width:992px){
    .what-nearbuys .container .row.yvideo-wrap{
        flex-direction: column-reverse;
    }    
    .what-nearbuys p:first-child{
        margin-top: 40px;
    }
}

.what-nearbuys .video-holder{
    width: 100%;
    height: 315px;
}
.what-nearbuys .video-holder iframe{    
    margin-top: 11px;    
    box-shadow: 3px 0px 6px rgba(0, 0, 0, 0.16)!important;
}
.create-account{
    background: url(../images/account-bg1.svg) left bottom no-repeat, url(../images/account-bg2.svg) right top no-repeat, url(../images/what-bg-2.svg) right bottom no-repeat #94DA0A;
    padding: 130px 0;
}
.create-account h1{
    font-size: 65px;
    font-weight: 800;
    margin: 0 0 25px;
    padding: 0;
    color: #fff;
    line-height: 75px;    
}
.create-account p.desc{
    font-size: 22px;
    color: #fff;
}
.create-account .features{
    padding: 35px 0 55px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.create-account .features p{
    padding-top: 35px;
    color: #fff;
    display: flex;
    align-items: center;
    line-height: 25px;
    max-width: 520px;
}
.create-account .features1{
    padding-top: 55px;
}
.create-account .features1 h1{
    font-size: 26px;
    font-weight: 700;    
    color: #fff;
}
.create-account .features1 ul li{
    color: #fff;
    margin-bottom: 25px;
    position:relative;
    padding-left: 30px;
}
.create-account .features1 ul li:before{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 7px;
}
.create-account .features p img{
    margin-right: 15px;
}
.why-nearbuys{
    background: url(../images/why-bg-1.svg) right top no-repeat #F5F6F8;    
    padding: 130px 0;
}
.why-nearbuys h1{
    font-size: 57px;
    font-weight: 800;
    line-height: 65px;
    max-width: 774px;
    color: #000;
    margin-bottom: 30px;
}
.why-nearbuys .contet-box{
    margin-top: 100px;
}
.why-nearbuys .contet-box h3{
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 30px;    
}
.why-nearbuys .contet-box p{
    line-height: 24px;
}
.testimonial{
    background: url(../images/tesimonials-left.svg) left center no-repeat, url(../images/tesimonials-right.svg) right center no-repeat #94DA0A;
    padding: 130px 0 70px;    
}
.testimonial .user{
    width: 152px;
    height: 152px;
    border-radius:76px;    
}
.testimonial .user img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 76px;
}
.testimonial h3{
    font-size: 21px;
    font-weight: 700;
    color: #21252B;
    margin: 30px 0;
}
.testimonial p{
    color: #fff;
    max-width: 596px;
    line-height: 24px;
    padding-bottom: 30px;
}
.testimonial span.name{
    font-size: 17px;
    font-weight: 700;
    color: #fff;
}
.testimonial span.location{
    font-size: 16px;
    color: #fff;
}
.testimonial .carousel{
    padding-bottom: 100px;
}
.testimonial .carousel-indicators button{
    height: 12px;
    width: 12px;
    border: none;
    border-radius: 6px;
    background: #93C4E9;
}
.testimonial .carousel-indicators .active{
    background: #fff;
}
.install{
    padding: 85px 0;
    background: #fff;    
}
.install .content-box{
    height: 185px;
    background: #FCC10A;
    border-radius: 43px;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.install .content-box .install-bg{
    position: absolute;
    bottom: 0;
    left: 50px;
}
.install .content-box span{
    padding-left: 190px;
    font-size: 23px;
    font-weight: 700;
}
.install .content-box .button-wrap button{
    margin-right: 30px;;
}
.install .content-box .button-wrap button:last-child{
    margin-right: 0;
}
.contact{
    background: #F5F6F8;
    padding: 85px 0;
}
.contact .address{
    background: url(../images/address.svg) left center no-repeat;
    padding-left: 100px;
}
.contact h2{
    font-size: 23px;
    font-weight: 700;
    line-height: 32px;    
    margin-bottom: 30px;
}
.contact .address .phone{
    background: #fff;
    width: 170px;
    height: 38px;
    border-radius: 19px;    
}
.contact .address .phone span{
    background: url(../images/phone.svg) left center no-repeat;
    padding-left: 20px;    
    font-size: 17px;
    font-weight: 500;
}
.contact .address p{
    line-height: 26px;
    padding-top: 30px;
}
.contact .form-group{
    margin-bottom: 20px;
}
.contact .form-group label{
    font-size: 12px;
    color: #3F4249;
    font-weight: 600;
}
.contact .form-group .form-control{
    height: 55px;
    border-radius: 12px;
    border: #BEE86B solid 1px;
    color: #3F4249;
}
.contact .form-group textarea{
    height: 110px!important;
    resize: none;
}
.contact .form-group .form-control:focus{
    border: #94DA0A solid 1px;
    box-shadow: none;
}
.contact .contact-btn{
    height: 74px;
    width: 130px;
    background: #94DA0A;
    border: none;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    border-radius: 37px;
}
.contact .contact-btn:hover{
    background: #81BF08;
}
.footer{
    background: #fff;
    padding: 30px 0;
}
.footer .container{
    display: flex;
    justify-content: space-between;
}
.footer .container .copyright{
    background: url(../images/footer-logo.svg) left center no-repeat;
    height: 48px;
    font-weight: 600;
    font-size: 14px;
    color: #868A91;
    padding: 16px 0 0 50px ;
}
.footer .container .social-icons{
    display: flex;
    align-items: center;
}
.footer .container .social-icons img{
    margin-right: 40px;
}
.footer .container .social-icons img:hover{
    cursor: pointer;
    opacity: .5;
}
.footer .container .social-icons img:last-child{
    margin-right: 0;
}
/**** Responsive CSS ****/
@media screen and (width: 1280px) {
    .banner-content .mob-img img {
        max-width: 80%;    
     
    }
    .banner-content .mob-img{
        right: -100px;
        bottom: -165px;
    }
}
@media screen and (max-width: 1200px) {
    .banner-content .mob-img{
        text-align: right;
        right: 0;
        bottom: -138px;
    }
    .banner-content .mob-img img {
        max-width: 60%;    
    }
    .why-nearbuys img{
        width: 70%;
    }
    .install .content-box .button-wrap button{
        margin-right: 0;
    }
     
}

@media screen and (max-width: 992px) {
    .navbar .container{
        flex-direction: column;
    }
    .banner-content .mob-img{
        display: none;
    }
    .banner-content .banner-txt{
        padding-bottom: 80px;
    }
    .what-nearbuys{
        padding-top: 100px;
    }
    .install .content-box{
        flex-direction: column;
        height: inherit;
    }
    .install .content-box span{
        padding-left: 0;
        padding-bottom: 20px;
    }
    .install .content-box .button-wrap{
        display: flex;
        flex-direction: column;
    }
    .install .content-box .button-wrap button{
        margin-bottom: 20px;
    }
    .contact .address{
        margin-bottom: 40px;
    }
}    
@media screen and (max-width: 576px) {
    body, html{
        overflow-x: hidden;
        width: 100%;
    }
    .logo{
        text-align: center;
    }
    .navbar{
        padding: 10px 0;
    }
    .navbar .container{
        padding: 0;
    }
    .navbar-nav{
        display: block;
        text-align: center;
    }
    .navbar .navbar-nav .nav-item .nav-link, .navbar .navbar-nav .nav-item .nav-link-new{
        font-size: 16px;
        padding-bottom: 0;
    }
    .navbar .navbar-nav .nav-item{
        margin-right: 10px;
    }
    .banner-content .banner-txt{
        text-align: center;
    }
    .banner-content .banner-txt h1{
        font-size: 51px;
        line-height: 55px;
    }
    .banner-content .button-wrap{
        margin-top: 40px;
    }
    .banner-content .button-wrap button{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .banner-content .button-wrap button:last-child{
        margin-bottom: 0;
    }
    .what-nearbuys{
        padding-top: 165px;
    }
    .create-account{
        padding-top: 165px;
    }
    .why-nearbuys{
        padding-top: 165px;
    }
    .contact{
        padding-top: 165px;
    }
    .why-nearbuys h1{
        font-size: 47px;
        line-height: 57px;
    }
    .install .content-box .install-bg{
        display: none;
    }
    .footer .container{
        flex-direction: column;        
    }
    .footer .container .copyright{
        width: 170px;
        margin: auto;
    }
    .footer .container .social-icons{
        padding-top: 30px;
        justify-content: center;
    } 
    .create-account h1{
        text-align: center;
    }
    .create-account p.desc{
        line-height: 30px;
        text-align: center;
    }
    .banner-content .banner-txt .comingsoon{
        font-size: 45px;
        height: 80px;
    }
}



