/*Primary Color: #FFA300*/


/*Common: Start*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Muli');
@import url('https://fonts.googleapis.com/css?family=Poppins');
body,
html,
* {
    font-family: 'Muli', sans-serif;
}

a,
a:hover,
a:focus,
button {
    text-decoration: none !important;
    outline: none !important;
}

button,
input[type="submit"] {
    cursor: pointer;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    max-width: 100%;
}

textarea {
    resize: none;
}

body,
div,
a,
span,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
figure,
header,
label,
img,
::before,
::after {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}

section {
    position: relative;
}

.btn-border-radius {
    border-radius: 40px;
}

.section-margin-bottom {
    margin-bottom: 80px;
}


/*Common: End*/


/*Preloader*/


/* -preloader Starts--- */

.loader {
    position: fixed;
    background: #fff;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0px auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #FFA300;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}


/* --preloader ends-- */


/* Navbar: Start */

.navbar {
    transition: 500ms ease;
    opacity: 0.97;
    background: none;
}

.scrolled {
    box-shadow: 0 2px 4px 0 #FFA300;
    z-index: 2;
    padding: 4px 0px;
    background: #FFA300;
}

nav {
    background: #FFA300;
}

nav .nav-link {
    font-family: Muli;
    font-size: 17px;
    color: #000;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

/*Logo Changed to New SVG Image*/
.navbar-brand img {
    width: 160px;
    height: 59px;
}

.nav-item {
    padding-right: 0.2em;
    padding-left: 0.2em;
}

.active>.active-underline {
    position: relative;
    font-weight: 600;
    border-color: #000;
}

.active>.active-underline::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    bottom: -8px;
    border-bottom: 2px solid;
}


/* Under line - White */

.underline-white {
    display: inline;
    position: relative;
    overflow: hidden;
}

.underline-white:after {
    content: "";
    position: absolute;
    z-index: -1;
    right: 0;
    width: 0;
    bottom: -8px;
    background: #fff;
    height: 2px;
    transition-property: width;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.underline-white:hover:after,
.underline-white:focus:after,
.underline-white:active:after {
    left: 0;
    right: auto;
    width: 100%;
}


/* Under line - Black */

.underline-black {
    display: inline;
    position: relative;
    overflow: hidden;
}

.underline-black:after {
    content: "";
    position: absolute;
    z-index: -1;
    right: 0;
    width: 0;
    bottom: -8px;
    background: #000;
    height: 2px;
    transition-property: width;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.underline-black:hover:after,
.underline-black:focus:after,
.underline-black:active:after {
    left: 0;
    right: auto;
    width: 100%;
}


/* Navbar: End */


/* Section - Banner: Start */

#banner {
    padding: 10em 0 0 0;
}

 {
   
}
.banner-bg {
    background: url('../images/header-bg.png');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position-y: -154px;
}
  
  /* .webp .banner-bg{
    background: url('../images/header-bg.webp');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position-y: -154px;
  } */
.banner-heading {
    color: #1C1C1C;
    font-family: Muli;
    font-size: 45px;
    font-weight: bold;
    line-height: 1.2em;
}

.banner-sub-heading {
    color: #6A6A84;
    font-family: Muli;
    font-size: 17px;
    padding-top: 26px;
}

.banner-btns {
    margin-top: 4.938em;
}

.btn-shadow {
    box-shadow: 0 2px 5px #A8A8A8;
    background-color: #2a2a2a;
}

.btn-shadow:hover {
    box-shadow: 0 5px 12px #A8A8A8;
    transform: translateY(-1%);
    background-color: #2a2a2a;
}

.btn-customer {
    background-color: #FFFFFF;
    padding: 11px 51px;
    border: 1px solid #fff;
    margin-right: 18px;
    box-shadow: 0 2px 5px #A8A8A8;
}

.btn-customer span {
    color: #F99F00;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
}

.btn-customer:hover {
    box-shadow: 0px 0px 5px 5px #f6a400;
    transform: translateY(-1%);
    background-color: #2a2a2a;
}

.btn-vendor {
    background-color: #FFFFFF;
    padding: 11px 51px;
    border: 1px solid #fff;
    box-shadow: 0 2px 5px #A8A8A8;
}

.btn-vendor:hover {
    box-shadow: 0px 0px 5px 5px #f6a400;
    transform: translateY(-1%);
    background-color: #2a2a2a;
}

.btn-vendor span {
    color: #F99F00;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
}

/* Image size reduced and shifted to right and up*/
.header-mobile img {
    transform: scale(0.8);
    position: relative;
    top: -145px;
    right: -50px;
}


/* Section - Banner: End */


/* Section - About our app: Start */

#about-our-app {
    padding-top: 80px;
    padding-bottom: 80px;
}


.aboutOurApp-img {
    background: url('../images/dingg-app-about-us-clip-art.png');
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-size: contain;
}
  
/* .webp .aboutOurApp-img {
    background: url('../images/dingg-app-about-us-clip-art.webp');
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-size: contain;
} */

.aboutOurApp-img img {
    display: block;
    margin: auto;
}

.btn-download {
    background-color: #2A2A2A;
    box-shadow: 0 5px 12px #A8A8A8;
    padding: 11px 51px;
    border: 1px solid #2A2A2A;
    margin-right: 18px;
}

.btn-download span {
    color: #fff;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
}

#about-our-app-content>p:nth-child(1) {
    color: #FFA300;
    font-family: Muli;
    font-size: 17px;
    margin-bottom: 18px;
}

#about-our-app-content>p:nth-child(2) {
    color: #1C1C1C;
    font-family: Muli;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 19px;
}

#about-our-app-content>p:nth-child(3) {
    color: #6A6A84;
    font-family: Muli;
    font-size: 17px;
    margin-bottom: 34px;
}

.about-app-list {
    margin-bottom: 20px;
    padding-top: 20px;
}

.about-app-btns {
    padding-top: 31px;
}

.about-app-list ul {
    list-style-type: none;
}

.about-app-list ul li {
    color: #1C1C1C;
    font-family: Muli;
    font-size: 17px;
    font-weight: bold;
    line-height: 35px;
}

.about-app-list ul li:before {
    /* Unicode bullet symbol */
    content: '\2022 ';
    /* Bullet color */
    color: #FFA300;
    padding-right: 0.5em;
}


/* Section - About our app: End */


/*Section - App Features: Start */

#app-features {
    padding-top: 80px;
    padding-bottom: 80px;
}

#app-features-head {
    margin-bottom: 84px;
}

#app-features-heading>p:nth-child(1) {
    color: #FFA300;
    font-family: Muli;
    font-size: 17px;
    margin-bottom: 10px;
}

#app-features-heading>p:nth-child(2) {
    color: #1C1C1C;
    font-family: Muli;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 12px;
}

#app-features-heading>p:nth-child(3) {
    color: #6A6A84;
    font-family: Muli;
    font-size: 17px;
}

#app-feature-cards>div {
    margin-top: 1em;
}

.feature-text>p:nth-child(1) {
    color: #1C1C1C;
    font-family: Muli;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 18px;
}

.feature-text>p:nth-child(2) {
    color: #6A6A84;
    font-family: Muli;
    font-size: 14px;
}

.shadows {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1), 0 1px 1px rgba(0, 0, 0, .05);
}

.shadows:hover {
    box-shadow: 0 20px 80px rgba(0, 0, 0, .1), 0 5px 20px rgba(0, 0, 0, .05);
}

.feature-box {
    padding: 30px;
    border-radius: 14px;
}

.full-height {
    height: 100%;
}


/*Section - App Features: End */


/* Section - App Screenshot: Start */

.light-gray-bg {
    background: #F7F8FC;
}

#app-screenshot {
    padding-top: 80px;
    padding-bottom: 80px;
}

#app-screenshot-heading>p:nth-child(1) {
    color: #FFA300;
    font-family: Muli;
    font-size: 17px;
    margin-bottom: 10px;
}

#app-screenshot-heading>p:nth-child(2) {
    color: #1C1C1C;
    font-family: Muli;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 12px;
}

#app-screenshot-heading>p:nth-child(3) {
    color: #6A6A84;
    font-family: Muli;
    font-size: 17px;
}

#downloadApp {
    margin-top: 45px;
}

#downloadApp p {
    color: #010101;
    font-family: Muli;
    font-size: 45px;
    font-weight: bold;
}


/* Owl Crousel*/

.screenshot-screen {
    margin: 54px 7px 17px 6px;
}

#app-screenshot-carousel {
    margin-top: 50px;
}

#screen-slider {
    padding-top: 28px;
    z-index: 1;
}

.owl-prev {
    position: absolute;
    top: 44%;
    left: -4%;
    background: #FFA300 !important;
    padding: 4px 15px !important;
    color: #fff !important;
    border-radius: 54% 56% !important;
    font-size: 20px !important;
}

.owl-prev span {
    padding: 4px 12px !important;
}

.owl-next {
    position: absolute;
    top: 44%;
    right: -4%;
    background: #FFA300 !important;
    color: #fff !important;
    border-radius: 54% 56% !important;
    font-size: 20px !important;
}

.owl-next span {
    padding: 4px 12px !important;
}

.android-btn {
    padding-right: 5px;
}

.android-btn figure img {
    border-radius: 7px;
}

.android-btn figure img:hover {
    cursor: pointer;
}

.iOS-btn {
    padding-left: 5px;
}

.iOS-btn figure img {
    border-radius: 7px;
}

.iOS-btn figure img:hover {
    cursor: pointer;
}

.download-btns {
    margin-top: 30px;
}

.item {
    position: relative;
    top: -25px;
    z-index: -2;
}


/* Section - App Screenshot: End */


/* Section: Contact Us: Start */

#contact-us {
    padding-top: 80px;
    padding-bottom: 80px;
}

#contact-us-head {
    margin-bottom: 50px;
}

#contact-us-heading>p:nth-child(1) {
    color: #FFA300;
    font-family: Muli;
    font-size: 17px;
    margin-bottom: 10px;
}

#contact-us-heading>p:nth-child(2) {
    color: #1C1C1C;
    font-family: Muli;
    font-size: 35px;
    font-weight: bold;
}

#contact-us-form form {
    margin: auto;
    width: 70%;
}

#contact-us-form form {
    margin: auto;
    width: 70%;
}

#contact-us-form form input {
    background: #F7F8FC;
    border-radius: 22px;
    margin-bottom: 20px;
    padding: 19px;
    border: 0.5px solid #ced4da;
}

#contact-us-form form textarea {
    background: #F7F8FC;
    border-radius: 22px;
    padding: 19px;
}

.btn-submit {
    background-color: #2A2A2A;
    padding: 11px 51px;
    border: 1px solid #2A2A2A;
    margin-right: 18px;
    margin-top: 30px;
}

.btn-submit span {
    color: #fff;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
}

#contactDetails {
    margin-top: 70px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 6px;
    border: 1px solid #eeee;
    padding: 20px 0px;
}

#contactDetails p {
    color: #232323;
    font-family: Muli;
    font-size: 17px;
}

#contactDetails img {
    padding-right: 19px;
}

#contactDetails>div:nth-child(1) {
    align-self: center;
}

#contactDetails>div:nth-child(2) {
    align-self: center;
    position: relative;
}

#contactDetails>div:nth-child(3) {
    align-self: center;
}

.divider-left {
    border-left: 2px solid #DCDCDC;
    height: 4em;
    position: absolute;
    top: -4px;
    left: 0px;
}

.divider-right {
    border-right: 2px solid #DCDCDC;
    height: 4em;
    position: absolute;
    right: 0px;
    top: -4px;
}

.address {
    padding: 0px 11px;
}

.address img {
    height: 100%;
    position: relative;
    top: 13px;
}

.address span {
    line-height: 1.2;
}


/* Section: Contact Us: End */


/*footer: start*/

footer {
    background: url('./../images/footer_bg.png');
    background-size: cover;
    padding: 1em;
}

/* .webp footer {
    background: url('./../images/footer_bg.webp');
    background-size: cover;
    padding: 1em;
} */
.footer {
    margin: auto;
}

.logo figure img {
    width: 160px;
    height: 59px;
}

#footer-content {
    margin-top: 2px;
    padding-top: 6em;
}

.privacy p {
    color: #fff;
    font-family: Muli;
    font-size: 14px;
    padding-top: 15px;
    padding-left: 80px;
}

.privacy p a {
    text-decoration: none;
    color: #fff;
}

.copyright {
    color: #fff;
    font-family: Muli;
    font-size: 14px;
    padding-top: 15px;
}


/*footer: end*/


/* Animation Timings */

.animate01 {
    animation-delay: 0.1s;
}

.animate02 {
    animation-delay: 0.2s;
}

.animate03 {
    animation-delay: 0.3s;
}

.animate05 {
    animation-delay: 0.5s;
}

.animate06 {
    animation-delay: 0.6s;
}

.animate07 {
    animation-delay: 0.7s;
}

.animate08 {
    animation-delay: 0.7s;
}

.animate09 {
    animation-delay: 0.7s;
}

.animate10 {
    animation-delay: 0.7s;
}


/* Terms and Conditions Starts */

.heading {
    position: absolute;
    font-size: 85px;
    left: 175px;
    top: 60px;
    color: white;
}

.heading-text {
    text-align: center;
    position: relative;
    color: white;
}


/* Terms and Conditions Ends */


/* Privacy Starts */

.privacy-bg {
    background: url('../images/privacy-policy-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 70px;
    background-position-y: -5rem;
}

/* .webp .privacy-bg{
    background: url('../images/privacy-policy-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 70px;
    background-position-y: -5rem;
} */
#banner-privacy {
    padding: 4.5em 0 9em 0em;
    display: flex;
    justify-content: center;
    position: relative;
    top: 2.5rem;
}

.static-content>.container {
    padding-bottom: 30px;
}

.privacy-heading h1 {
    color: #fff;
    font-size: 3em;
    font-weight: 600;
    text-shadow: 1px 2px 2px #000;
}

.heading {
    position: absolute;
    font-size: 85px;
    left: 175px;
    top: 60px;
    color: white;
}

.heading-text {
    text-align: center;
    position: relative;
    color: white;
}

.intro {
    padding: 40px 0px;
    text-align: justify;
}

.static-content h4 {
    font-weight: 600;
    padding-bottom: 5px;
}

.content-privacy div {
    padding-bottom: 3rem;
}

.content-privacy p {
    text-align: justify;
}


/* Privacy Ends */


/* Terms and Conditions */
.tnc-bg {
    background: url('../images/tnc-bg-5.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 70px;
    background-position-y: -5rem;
  }
  
  /* .webp .tnc-bg{
    background: url('../images/tnc-bg-5.webp');
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 70px;
    background-position-y: -5rem;
  } */
.tc-heading h1 {
    color: #fff;
    font-size: 3em;
    font-weight: 600;
    text-shadow: 1px 2px 2px #000;
}

#banner-tc {
    padding: 4.5em 0 9em 0em;
    display: flex;
    justify-content: center;
    position: relative;
    top: 2.5rem;
}

.ul-padding {
    list-style-type: disc;
    padding-left: 40px;
    padding-top: 10px;
}

.padding-bottom {
    padding-bottom: 10px;
}

.tnc-container {
    padding-bottom: 50px;
}


/* Padding Top */

.pt-17 {
    padding-top: 17px;
}


/* Toggle between the Customer and Vendor Content */

.hide {
    display: none;
}

.show {}

.active-btn {
    box-shadow: 0px 0px 5px 5px #f6a400;
    transform: translateY(-1%);
    background-color: #2a2a2a;
}

.inactive-btn {}

