*{margin: 0;padding: 0;box-sizing: border-box;}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Poppins:wght@400;500;600;700;800;900&display=swap');

body{
    font-family: 'Inter' !important;
    background-image: url(image/background-img.png);
}

.navbar{
    background-color: #EEFBFF;
   
}

.navbar-nav{
    margin-right: 22%;
}
.nav-link{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #1F1F1F;
    padding: 8px 15px;
}

.cta-btn .cta-download{
    text-decoration: none;
    color: #5d5fef;
    padding: 9px 24px;
    border: 2px solid #5d5fef;
    border-radius: 10px;
    margin-right: 10px;
}

.cta-btn .cta-signin{
    text-decoration: none;
    background-color: #5D5FEF;
    color: aliceblue;
    padding: 10px 24px;
    border-radius: 10px;
}





/* Start hero section */

.hero-section{
    text-align: center;
    margin-top: 150px;
}

.hero-section p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #8D8D8D;
}

.hero-section h1{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    text-align: center;
    color: #333333;
    margin-bottom: 50px;
}

.hero-section a{
    text-decoration: none;
    background-color: #5D5FEF;
    border-radius: 10px;
    padding: 20px 42px;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;;
}

/* End hero section */



/* start services section */

.service{
    margin-top: 200px;
}

.content{
    background-color: #8000FF;
    padding: 75px 60px;
    border-radius: 10px;
    margin-right: 20px;
}
.content h2{
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 50px;
}
.content a{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
    border: 2px solid #ffffff;
    border-radius: 5px;
    padding: 14px 24px;
}
.bp{
    margin-bottom: 50px;
}
.bp img{
    border-radius: 5px;
    padding: 15px 25px;
}
.service-icon-1 img{
    background-color: #FDC1C3;
}

.service-icon-2 img{
    background-color: #EAD5FF;
}

.service-icon-3 img{
    background-color: #FEF9D9;
}

.service-icon-4 img{
    background-color: #DDD7FF;
}

.service-icon-5 img{
    background-color: #D3DBE0;
}

.service-icon-6 img{
    background-color: #D3EFFF;
}

.service-icon-7 img{
    background-color: #D7F1DA;
}
.service-icon-8 img{
    background-color: #E8F7FF;
}



.service-text{
    margin-left: 15px;
}
.service-text h4{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #555555;
}
.service-text p{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #555555;
    margin-bottom: 5px;
}
.service-text a{
font-style: italic;
font-weight: 500;
font-size: 14px;
line-height: 17px;
color: #0098EE;
}

/* end services section */


/* ----------------------------------start newslater -------------------- */

.subscribe-section-area{
    margin: 100px 0;
}

.subscribe-section{
    background-image: url(image/unplash.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    
}

.subscribe-overlay{
    background-color: rgba(93, 95, 239, 0.7);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 40px;
    border-radius: 15px;
}

.subcribe-content h2{
    font-style: normal;
    font-weight: 800;
    font-size: 42px;
    line-height: 51px;
    color: #FFFFFF;
}

.subcribe-content p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.subcribe-content span{
    color: #4BBEFF;
}

.form-fix{
    display: flex;
}

.form-fix input[type=email]{
    border: none;
    background-color: none;
    padding: 10px;
    border-radius: 10px;
    width: 400px;
}

.form-fix button[type=submit]{
    border: none;
    border-radius: 10px;
    background: #4BBEFF;
    font-style: normal;
    font-weight: 700;
    margin: 0;
    padding: 0 15px;
}

.form-fix input:focus{
    background-color: none;
    outline: none;
}

@media screen and (max-width: 768px){
    .subcribe-content h2{
        font-weight: 700;
        font-size: 36px;
        line-height: 40px;
    }

    .subscribe-overlay{
        margin-bottom: 100px;
        display: block;
        padding: 30px 20px;
    }

    .form-fix button[type=submit]{
        margin-left: 5px;
    }

}

/* ----------------------------------End newslater -------------------- */


/* start vendor section */

.vendor-section{
    margin-top: 150px;
}

.vendor{
    margin-bottom: 100px;
}

.vendor span{
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 45px;
    text-align: center;
    color: #757575;
}

.vendor h2{
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
    text-align: center;
    color: #424242;
}

.vendor p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #757575;
    margin-top: 24px;
}


.vendor-content img{
    border: 1px solid #cccccc;
    width: 100%;
    border-radius: 10px 10px 0 0 ;
}

.vendor-contact {
    padding: 9px;
    text-align: center;
    background: #f5f5f5;
    border-radius: 0 0 10px 10px;
    border: 1px solid #ccc;
    padding-bottom: 30px;
}

.vendor-contact h6{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #424242;
    margin-bottom: 20px;
}

.vendor-contact a{
    text-decoration: none;
    border: 1px solid #ccc;
    padding: 10px 10px;
    border-radius: 1px;
    color: #424242;
}

.vendor-contact a:hover{
    border: none;
    background-color:#5D5FEF;
    color: #ffffff;
}

.vendorlist-1, .vendorlist-2, .vendorlist-4{
    margin-bottom: 24px;
}

.vendorlist-5{
    margin-bottom: 100px;
}

.see-more-btn button{
    background-color: #5D5FEF;
    padding: 15px 40px;
    border: none;
    color: #fff;
    border-radius: 10px;
    margin: 100px 0;
}



/* end vendor section */


/* start our lattest blog section */

.latest-blog-section{
    background-color: #E6E6E6;
    padding-bottom: 100px;
}

.blog{
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    color: #424242;
    padding-top: 100px;
    margin-bottom: 50px;
}

.card-title{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: #424242;
}

.card-title p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #616161;
}

.card-body p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #616161;
}

.creator a{
    text-decoration: none;
    margin: 0 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #1976d2;
}

.creator{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #616161;
}

.card-body span{
    background-color: #ff0000;
    color: #FFFFFF;
    padding: 5px 24px;
    display: inline-block;
    border-radius: 10px;
    margin-bottom: 10px;
}

/* end our lattest blog section */


/* start footer section */

.footer-section{
    background-image: url(image/footer.png);
    padding-top: 100px;
}

.frist-column img{
    margin-bottom: 10px;
}

.frist-column p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #E0E0E0;
    margin-bottom: 50px;
}

.social-icon img:hover{
    width: 30px;
    height: auto;
    transition: 0.5s;
}

.social-icon ul{
    margin: 0;
    padding:  0;
}

.social-icon ul li{
    display: inline;
    padding: 0 8px;
}

.social-icon ul li:hover{
    color: #ffffff;
}

.social-icon ul li:first-child{
    padding-left: 0px;
}


.menu-title h6{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
}

.footer-section hr{
    color: #00A3FF;
}
.menu-list ul{
    list-style: none;
    margin-left: -35px;
}
.menu-list ul li{
    padding: 5px 5px;
}
.menu-list ul li a{
    text-decoration: none;
    color: #E0E0E0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
.menu-list ul li a img{
    margin-right: 10px;
}
.menu-list ul li:hover{
    margin-left: 10px;
    transition: 0.8s;
}


.copyright {
    padding: 24px 0;
    color: #fff;
}
/* End footer section */




/* --------------------------start responsive media quaries----------------------------- */

@media only screen and (max-width:767px){
    .service-column{
        margin-bottom: 50px;
    }

    .vendor-content{
        margin-bottom: 20px;
    }

    .blog-card{
        margin-bottom: 20px;
    }

    .cta-btn{
        padding:24px 10px
    }

    .newslatter{
        margin-top: 0;
    }

    .vendor-section{
        margin-top: 0;
    }

    .form{
        width: 100%;
    }
}


@media only screen and (max-width:990px){
    .service-column{
        margin-bottom: 50px;
    }

    .vendorlist-1, .vendorlist-2, .vendorlist-4, .vendor-content{
        margin-bottom: 24px;
    }
}

/* --------------------------End responsive media quaries----------------------------- */




/* -----------------------------start about page ------------------------------------------ */

/* start about section */


.about-title h1{
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #424242;
    text-decoration: underline;
    padding: 50px 0;
}

.about-text{
    display: flex;
    align-items: center;
}

.about-text h2{
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 70px;
    color: #424242;
}

.about-text span{
    color: #1976D2;
}


/* end about section */


/* start mission section */

.mission-section{
    padding: 100px 0;
    background-color: #fff;
    margin-top: 100px;
}

.mission, .vission{
    display: flex;
    align-items: center;
}

.mission img, .vission img{
    background-color: #00A3FF;
    padding: 40px;
}

.mission-text, .vission-text{
    margin-left: 20px;
}

.mission-text h4, .vission-text h4{
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
    color: #060050;
}

.mission-text p, .vission-text p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #787878;
}

/* End mission section */

/* start faq section  */

.faq-section{
    background-color: #E8E8E8;
    padding: 100px 0;
}

.faq{
    margin-bottom: 90px;
}

.faq h1{
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 63px;
    color: #555555;
    margin-bottom: 36px;
}

.faq p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #787878;
    width: 65%;
    text-align: center;
    margin: auto;
}


.faq-text {
    align-items: center;
    background-color: #fff;
    padding: 20px 20px;
    border-radius: 5px;
    width: 65%;
    margin: auto;
    justify-content: space-between;
    margin-top: 10px;
}

.faq-text p{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #424242;
    text-align: left;
}

.faq-text img{
    background-color: #00A3FF;
    padding: 10px;
    border-radius: 100px;
    margin-left: 10px;
}

.collapse-text{
    background-color: #fff;
    width: 65%;
    margin: auto;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
    text-align: left;
}

.collapse-text p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #787878;
}


@media only screen and (max-width:767px){
    .faq-text, .collapse-text, .faq p{
        width: 100%;
    }

    .about-image{
        margin-top: 100px;
    }

    .about-text h2{
        font-size: 44px;
        text-align: center;
    }

}

@media only screen and (max-width:990px){

}

/* End faq section  */




/* --------------------------------------contact page ------------------------------------------- */


.contact-area{
    background-color: #3D007A;
}

.contact-sub-header{
    background-color: #4E009C;
    padding: 20px;
    border-radius: 10px;
    margin: 100px 0px;
}


.submit-button{
    margin-top: 10px;
    padding: 12px 20px;
    background: #5D5FEF;
    border: none;
}

.massage-input-form input[type=text]{
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    margin-bottom: 20px;
    padding: 10px 0;
    color: #fff;
}

.massage-input-form input[type=text]:focus{
    border: none;
    outline: none;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.massage-input-form input::placeholder{
    color: #e0e0e0;
}

.contact-sub-header textarea{
    background: none;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px;
    width: 100%;
    height: 130px;
    border-radius: 10px;
}


.contact-sub-header textarea:focus{
    outline: none;
}

.contact-sub-header textarea::placeholder{
    color: #e0e0e0;
}


#massage{
    background-color: none;
    border: 1px solid #fff;
}

.contact-address{
    align-items: start;
}

.contact-address p{
    color: #fff;
    margin-left: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #F5F5F5;
}

.contact-number{
    align-items: start;
}

.contact-number p{
    color: #fff;
    margin-left: 10px;
}

.contact-email{
    align-items: start;
}

.contact-email p{
    color: #fff;
    margin-left: 10px;
}

.contact-address, .contact-number, .contact-email img{
    margin-top: 5px;
}

.contact-social-title{
    color: #fff;
}

.contact-social-icon-list img{
    margin-left: 10px;
}

.contact-sub-header h6{
    color: #fff;
    margin-bottom: 20px;
}

.location{
    margin: 100px 0;
}
.geo-location h1{
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 41px;
    color: #333333;
    margin-bottom: 50px;
}

@media only screen and (max-width:767px){
    .contact-sub-header{
        margin: 36px 0;
    }

    .massage-input-form input[type=text]{
        width: 100%;
    }
}

@media only screen and (max-width:990px){
    .massage-input-form input[type=text]{
        width: 100%;
    }
}


/* ------------------------------------- sign up page ------------------------------- */
.welcome-title{
    margin: 100px 0;
}

.welcome-title span{
    color: #5d5fef;
    font-weight: 700;
}
.signin{
    background: #5D5FEF;
    padding: 60px;
    width: 400px;
    justify-content: center;
    margin: auto;
    border-radius: 10px;
    margin-bottom: 100px;
}

.signin p{
    color: #fff;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
}

.signin a{
    color: #fff;
    font-style: italic;
}

.user input, .password input{
    background: none;
    border: none;
    border-bottom: 1px solid #0098DB;
}

.signin-btn{
    width: 100%;
    border-radius: 24px;
    padding: 8px 0;
    margin-top: 20px;
    background-color: #00417C;
    border: none;
    color: #fff;
}

.user img, .password img{
    margin-right: 10px;
}

.password{
    margin-top: 20px;
}

.password [type=password]:focus{
    border: none;
}

.user input::placeholder{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
}

.password input::placeholder{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
}
.input-form{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
}

.forget-password{
    margin-top: 20px;
}

.forget-password a{
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}








.wrapper{
    position: relative;
}

.bg-image{
    margin-bottom: 450px;
}

.welcome-part{
    display: inline-block;
    background: rgba(159, 161, 255, 0.5);
    text-align: center;
    padding: 60px ;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 15px;
    width: 500px;
}



.google-signup{
    background: antiquewhite;
    text-decoration: none;
    padding: 10px 60px;
    border-radius: 24px;
    margin-top: 20px;
}

.google-signup img{
    margin-right: 5px;
    width: 16px;
    height: auto;
}

.google-signup a{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #555555;
    text-decoration: none;
}

.welcome-content p{
   font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    margin-top: 20px;
}

.welcome-content p>a{
    font-style: italic;
    text-decoration: underline;
    color: #fff;
}


.titlebase{
    position: relative;
    background-color: #fff;
    width: 20px;
    height: 2px;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
}

.heading-text{
    color: #fff;
}


@media only screen and (max-width:767px){
    .welcome-part{
        display: inline-block;
        background: rgba(159, 161, 255, 0.5);
        text-align: center;
        padding: 30px 40px;
        position: absolute;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 15px;
        width: 80%;
    }


    .google-signup{
        background: antiquewhite;
        text-decoration: none;
        padding: 10px 0;
        border-radius: 24px;
        margin-top: 20px;
    }


    .bg-image img{
        height: 100%;
        width: 100%;
    }
}

@media only screen and (max-width:990px){
    .welcome-part{
        top: 40px;

    }
}



.signup-form-wrapper{
    display: inline-block;
    background: rgba(159, 161, 255, 0.7);
    padding: 40px;
    width: 500px;
    border-radius: 10px;
}
.user-name, .user-phone, .user-password, .user-mail{
    border-bottom: 1px solid rgb(255, 255, 255);
    margin-bottom: 24px;
    padding: 10px 0;
}

.user-name input::placeholder, .user-phone input::placeholder, .user-password input::placeholder, .user-mail input::placeholder{
    color: #fff;
    opacity: 50%;
}

.user-name input, .user-mail input, .user-password input, .user-phone input{
    background: none;
    border: none;
}

.user-name input:focus, .user-mail input:focus, .user-phone input:focus, .user-password input:focus{
    color: #fff;
    outline: none;
}

.forget-password{
    display: flex;
    justify-content: end;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #555555;
}

.signup-form-wrapper button[type=submit]{
    background: #007CEE;
    border: none;
    padding: 10px 0;
    width: 100%;
    border-radius: 25px;
    color: #fff;
    margin-top: 20px;
}

.have-account{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.have-account p{
    color: #555555;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}

.logiedin{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #555555;
}

.signup-form-section{
    position: absolute;
    top: 620px;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (max-width:767px){
    .signup-form-section{
        position: absolute;
        top: 520px;
        left: 50%;
        transform: translateX(-50%);
    }

    .signup-form-wrapper{
        width: 400px;
        margin-top: -80px;
    }


    .bg-image{
        margin-bottom: 780px;
    }
}


