
/* coming soon page start */
.comingsoonsection_heading {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: center;
    max-width: 62%;
}
.comingsoonsection_heading p {
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 35px;
}
.comingsoonsection_heading h1 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 35px;
    color: #369cdb;
}
.comingsoonsection {
    padding-top:100px;
}
.delivery_paragraph p span {
    position: absolute;
    left: -5px;
}
.comingsoon_img {
    position: relative;
}

.comingsoon_img:after {
    content: "";
    width: 100%;
    height:67px;
    background: url(../../../../../assets/images/pages/before_login/website/products/delivery_smart/straight-road-clipart.png) 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: 100%;
    background-position:center;
    background-repeat: no-repeat;
}

.android_apptext {
    font-weight: bold !important;
}
.comingsoon_img img {
    z-index: 1;
    position: relative;
    top: -30px;
    text-align: center;
    margin: 0 auto;
    display: flex;
}

.googleplaystorebtn a img {
    max-width:136px;
    width: 100%;
}

.coming_soon_logo {
    text-align: center;
    padding: 20px 0px 11px 10px;
}

.comingsoonsectitile {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    margin-bottom: 20px;
}
 
.scooter {
    width: 250px;
    height: 150px;
    margin-top: -250px;
    float: right;
    animation-name: movescooter;
    animation-duration:9s;
    animation-iteration-count:infinite;
    z-index: 99999;
    position: relative;
}

.delivery_paragraph p span img {
    max-width: 15px;
    width: 100%;
    margin-right: 10px;
}
.delivery_paragraph {
    padding: 20px;
    border-radius: 20px;
    margin-top: 30px;
    box-shadow: rgba(161 183 197) -7px 8px;
    min-height: 220px;
}

.delivery_paragraph p {
    font-size: 16px;
    line-height: 30px;
    position: relative;
    padding-left: 20px;
    margin-bottom:0;
}

.coming_soon_logo img {
    width: 330px;
}
.delivery-tab-content{
    overflow: hidden;
}

.delivery-tab-content .product-detail-wrapper {
    height: calc(100vh - 180px);
}

.alternative-wrapper-delivery {
    padding:20px;
}
.alternative-wrapper-delivery h2 {
    margin-bottom: 0;
    font-size: 20px;
}

 @keyframes movescooter{
    from{
       transform:translateX(100vw);
    }
    30%{
       transform:translateX(-350px);
    }
    40%{
       transform:translateX(-350px);
    }
    80%{
       transform:translateX(-350px);
    }
    to{
       transform:translateX(-100vw);
    }
 }

 @media (max-width:1660px) {
.delivery-tab-content .product-detail-wrapper {
    height:100vh;
}
.alternative-wrapper-delivery{left:auto; bottom:auto;}
}
@media (max-width:1024px) {
    
    .comingsoondelivery {
        height: 100%;
        display: flex;
        align-items: end;
   }
    .delivery_paragraph p span{
       left: 0;
   }
    .delivery_paragraph p {
       font-size: 14px;
   }
    .delivery_paragraph {
        padding: 10px;
        max-height: 270px;
        height: 100%;
   }
    .feature-img img{
       width:100%;
   }
    .alternative-wrapper-delivery {
        display: none;
   }
    .comingsoon_img:after{
        background-size: auto;
        background-position: center;
   }
    .delivery-tab-content .product-detail-wrapper {
        height: auto;
        margin-bottom: 240px;
   }
   
}

 @media (max-width: 767px) {
    @keyframes movescooter{
        from{
           transform:translateX(300px);
        }
        30%{
           transform:translateX(200px);
        }
        40%{
           transform:translateX(-350px);
        }
        80%{
           transform:translateX(-350px);
        }
        to{
           transform:translateX(-320px);
        }
     }

    .comingsoon_img {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
     .delivery_paragraph p{
        font-size: 14px;
    }
     .comingsoonsection_heading{
        max-width: 100%;
         padding:0 15px;
    }
     .alternative-wrapper {
        position: relative;
        margin: 0 auto;
        right: 0;
         max-width: 320px;
    }
     .googleplaystorebtn a img {
        width: 180px;
         margin-bottom: 10px;
    }
     .comingsoonsectitile {
        font-size: 18px;
        margin-bottom: 0;
        padding-top: 20px;
    }
     .delivery-tab-content .product-detail-wrapper {
        height: auto;
         margin-bottom:0;
    }
     .comingsoon_img:after{
        background-size: auto;
         height: 50px;
    }
     .delivery-tab-content{
        overflow:unset;
    }
     .scooter {
        width: 150px;
         float: none;
         margin-top:0;
    }
     .delivery_paragraph{
        box-shadow: rgb(161 183 197) 0px 0px;
        border: solid 2px #ddd;
        max-height:auto;
        height:auto;
        min-height: auto;
    }
     .feature-img img {
        max-width: 25%;
         margin-bottom: auto !important;
         margin-top: 20px !important;
    }
     .deliveru_mobile_set {
         justify-content: center;
    }
     .comingsoonsection {
         padding-top: 0;
         min-height: 250px;
    }
     .delivery-tab-content .product-screen-wrapper{
         padding-bottom:0;
    }
     

}

@media (max-height:700px) {
.comingsoonsection_heading h1{
    font-size:24px;
}
.googleplaystorebtn a img {
max-width: 116px;
}
.comingsoonsectitile{
    max-width: 700px;
    font-size:16px;
    margin-bottom: 20px;
}

.delivery_paragraph {
    padding: 12px;
    border-radius: 12px;
    margin-top: 0px;
}
.delivery_paragraph p {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 5px;
}
.scooter {
    width: 150px;
    height: 150px;
    margin-top:-170px;
}
.coming_soon_logo img {
    width: 270px;
}
.coming_soon_logo{
    padding: 10px 0px 10px 10px;
}

}
/* coming soon page End */