.doordash-banner{
  background-image: url('../../img/business-model-img/doordash/banner-bgg.png');
  padding: 180px 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.doordash-banner .hero-content  h2{
  
    font-size: 50px !important;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.banner-right-img{
  visibility: visible;
    animation-duration: 1s;
    animation-delay: 0.3s;
    animation-name: fadeInUp;
    text-align: center;
}
.banner-right-img img{
  position: relative;
    -webkit-animation: bounce-hero 3s infinite;
    -moz-animation: bounce-hero 3s infinite;
    animation: bounce-hero 3s infinite;
}

@keyframes bounce-hero{
  0% {
      top: 0px;
  }
  50% {
      top: 25px;
  }
  100% {
      top: 0px;
  }
}

.banner-img-1,.banner-img-2{
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.banner-img-1{
  top: 20%;
    left: 8%;
}
.banner-img-2{
  top: 26%;
    left: 45%;
}

.ondemand-section{
  position: relative;
}
.ondemand-img-1 img{
  position: absolute;
}
.ondemand-img-1 img:nth-child(1) {
	top: 10%;
	left: 11%;
}
.ondemand-img-1 img:nth-child(2){
  bottom:10%;
  left:0%
}


.section-header h3{
  font-weight: 600;
  font-size: 42px;
  line-height: 52px;
  color: #232223;
}
.section-header p{
  font-size: 18px;
    line-height: 32px;
    color: #575457;
}

.mad-text h6{
  font-weight: 600;
  text-transform: uppercase;
}
.mad-text p{
  font-size: 16px;
  line-height: 24px;
}

.how-it-works{
  background-color: #FFEAD6;
}
.section-header h4 {
  font-size: 34px;
  line-height: 46px;
  letter-spacing: 0.50px;
}
.mad-icon-box{
  position: relative;
  border:1px solid #0000;
  border-radius: 15px;
  padding: 15px;
  transition: all .3s ease-in;
}

.mad-icon-box:hover{
  transform: translateY(-8px);
}

.app-wrapper .ripple {
  position: absolute;
  width: 500px;
  height: 500px;

  left: 20%;
  top: 17%;
  opacity: 0;
  margin: -80px 0 0 -80px;
  border-radius: 100%;
  -webkit-animation: ripple 1.8s infinite;
  animation: ripple 1.8s infinite;
}
.pinkBg {
  background-color: #ed184f !important;
  background-image: linear-gradient(90deg, #fd5581, #fd8b55);
}
.app-wrapper .ripple:nth-child(2) {
  animation-delay: .3s;
  -webkit-animation-delay: .3s;
}
.app-wrapper .ripple:nth-child(3) {
  animation-delay: .6s;
  -webkit-animation-delay: .6s;
}
.app-wrapper{
  text-align: center;
  border-radius: 100px;
  z-index: 1;
  background-color: transparent !important;
  background-image: none;
}
.app-wrapper .img-box {
  position: relative;
  z-index: 1;
}
@-webkit-keyframes ripple {
0% {
  opacity: 1;
  -webkit-transform: scale(0);
  transform: scale(0)
}

100% {
  opacity: 0;
  -webkit-transform: scale(1);
  transform: scale(1)
}
}

@keyframes ripple {
0% {
  opacity: 1;
  -webkit-transform: scale(0);
  transform: scale(0)
}

100% {
  opacity: 0;
  -webkit-transform: scale(1);
  transform: scale(1)
}
}
.img-box img {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
@keyframes mover {
0% {
  transform: translateY(0);
}

100% {
  transform: translateY(-10px);
}
}
.doordash-tab{
  border-bottom: 0 !important;
  justify-content: center;
}
.doordash-tab .nav-item{
  margin-right:30px;
}
.doordash-tab .nav-item button {
  background: #eeeeee;
  border-radius: 20px;
  font-size: 14px;
  padding:10px 18px 10px 10px;
  position: relative;
  color: #000;
}
.doordash-tab .nav-item .nav-link.active,.doordash-tab .nav-item .nav-link:hover{
  background-color: #ff0000;
  color: #fff;
}
.doordash-tab .nav-item .nav-link i{
  margin-right: 10px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 1px 0px rgb(0 2 0 / 11%);
}
.doordash-tab .nav-item .nav-link.active i,.doordash-tab .nav-item .nav-link:hover i{
  color: #212529;
}
.back-img-wrapper{
  position: relative;
}
.back-img-wrapper:after {
  content: '';
  width: 270px;
  height: 307px;
  position: absolute;
  left: 0;
  background: url(../../img/business-model-img/doordash/shape1.png);
  top: 50%;
  opacity: 0.5;
  transform: translateY(-50%);
}

.back-img-wrapper:before {
  content: '';
  width: 286px;
  height: 586px;
  position: absolute;
  background: url(../../img/business-model-img/doordash/shape2.png);
  top: 50%;
  right: 0;
  opacity: 0.5;
  transform: translateY(-50%);
}
.content-box h4{
  margin-top: 20px;
}


.mad-item .mad-ic ,.mad-icon-box .mad-ic{
  border-radius: 50%;
  width: 70px;
  height: 70px;
  background: #ff6e34;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mad-item {
  border: 1px solid #0000;
  padding: 15px;
  border-radius: 15px;

}

.mad-item:hover{
  border: 1px solid #ff6e34;
}

@media only screen and (max-width:1199px){
  .doordash-banner .hero-content h2{
    font-size: 46px !important;
  }
  .banner-img-1 {
      top: 8%;
      left: 2%;
  }
  .banner-img-2 {
    top: 6%;
    left: 70%;
  }
  .section-header h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
  }
  
}

@media only screen and (max-width:991px){
  .mad-img{
    padding-bottom: 80%;
    position: relative;
    margin-bottom: 25px;
  }
  .mad-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: contain;
  }
  .section-header h3{
    font-size: 27px;
    line-height: 30px;
  }
  .section-header h4 {
    font-size: 26px;
    line-height: 34px;
  }
  .doordash-tab .nav-item{
    margin-bottom: 10px;
  }
  .mad-icon-box:after{
    width: 120px;
    height: 30px;
  }
  .section-padding {
    padding: 60px 0;
  }
  .mad-icon-box:after{
    display: none;
  }
}

@media only screen and (max-width:767px){
  .doordash-tab {
    flex-wrap: nowrap !important;
    overflow: auto;
    white-space: nowrap;
    justify-content: left;
  }
  .doordash-banner {
    padding: 70px 0;
  }
  .search-sidecircle{
    margin-top: 40px;
  }
  .banner-right-img{
    margin-top: 20px;
  }
  .doordash-banner .hero-content h2 {
    font-size: 28px !important;
  }
  .doordash-tab .nav-item {
      margin-right: 10px;
  }
}

@media only screen and (max-width:575px){
  .doordash-tab .nav-item button{
    font-size: 12px;
    padding: 7px 18px 7px 7px;
  }
  .doordash-tab .nav-item .nav-link i{
    margin-right: 3px;
  }
}
