
body {
    margin: 0px;
    padding: 0px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    
}


.header {
    position: fixed;
    z-index: 99;
    top: 0px;
    right: 1px;
    left: 1px;
    border: 1px solid white;
    padding-top: 18px;
    padding-bottom: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    box-shadow: 10px 10px 30px rgb(205, 203, 203);
    height: 45px;
    max-width: 1280px;
    margin: 0px auto;

}

.logo {
    margin-left: 40px;
    display: flex;
    align-items: center;
}


.btn-side {
    margin-right: 40px;
    display: flex;
    gap: 25px;
}

.login-btn {
    background-color: white;
    width: 77px;
    border-radius: 9px;
    border: 1px solid rgb(83, 82, 82);
    font-size: 15px;
    height:36px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    transform: scale(1);
    transition: all 0.2s ease;
}


.login-btn:hover{
    background-color: rgb(243, 243, 243);
    transform: scale(1.1);
}


.signup-btn {
    background-color: #ec1d73;
    color: white;
    width: 87px;
    border-radius: 7px;
    border: 1px solid #ec1d73;
    font-size: 16px;
    height: 36px;
    cursor: pointer;
    transform: scale(1);
    transition: all 0.2s ease;
}
.signup-btn:hover{
    background-color: #C21760;
    transform: scale(1.1);
}

.lang-btn {
    background-color: white;
    border: none;
    border-radius: 7px;
    font-size: 15px;
    cursor: pointer;
    height: 40px;
    transform: scale(1.1);
    transition: all 0.2s ease;
}
.lang-btn:hover{
    background-color: rgb(244, 244, 244);
    transform: scale(1.2);
}

.EN {
    position: relative;
    bottom: 6px;
}

.shop-btn {
    border-radius: 999px;
    height: 46px;
    width: 46px;
    border: none;
    background-color: white;
    cursor: pointer;
    transform: scale(1.1);
    transition: all 0.2s ease;
}

.shop-btn:hover{
    background-color: rgb(244, 244, 244);
    transform: scale(1.2);
}


.step-1{
    position: relative;
    background-color:#F7F7F7;
    display: flex;
    justify-content: space-between;
    height: 450px;
    max-width: 1285px;
    margin:66px auto;
    
    
}

.h1{
    background-color:#F7F7F7;
    margin-top: 110px;
    margin-left: 35px;
    font-size: 35px;
    font-weight: 500;
    overflow: hidden;
    
}

.search-bar{
    display: flex;
    justify-content: space-between;
    border:1px solid white;
    height: 80px;
    width: 660px;
    margin-left: 35px;
    border-radius: 15px;
    background-color: #FFFFFF;
    box-shadow: 5px 5px 20px rgb(223, 223, 223);
}

.search{
    display: flex;
    justify-content: space-between;
    border: 1px solid gainsboro;
    height:55px;
    width: 516px;
    border-radius: 10px;
    margin-top: 13px;
    margin-left: 14px;
}

.input{
    
    margin-top: 17px;
    margin-left: 10px;
    
}

.svg-location{
    position: relative;
    top: 7px;
    right: 8px;
}
.location-me{
      margin-right: 10px;
      margin-top: 9px;
      font-size: 16px;
      cursor: pointer;
      color: rgb(48, 47, 47);
}
.location-me:hover{
    color: #C21760;
}

.input1{
    border: none;
    outline: none;
    width: 250px;
}

.input1::placeholder{
    font-size: 15px;
}

.find-food-btn{
    margin-top: 13px;
    margin-right: 15px;
}

.food-btn{
    height: 55px;
    width: 100px;
    border-radius: 7px;
    font-size: 15px;
    border: none;
    background-color:#ec1d73;
    color: white;
    transform: scale(1);
    transition: all 0.2s ease;
}

.food-btn:hover{
    background-color: #C21760;
    transform: scale(1.1);

}

.heading2{
    margin-left: 55px;
    font-size: 35px;
}

.step-2{
   position: relative;
   border: none;
   height: 900px;
   width: 1250px;
   
}
.backgroud-img{
    background-image: url('https://images.deliveryhero.io/image/foodpanda/home-vendor-pk.jpg?width=1920&height=1228.8');
    width: 1280px;
    height: 640px;
    background-size: cover;
    background-repeat: no-repeat;
}


.img-2{
    position: relative;
    
}
 
.list-your-restaurant{
    border: 1px solid rgb(255, 255, 255);
    background-color: #FFFFFF;
    height: 350px;
    width: 760px;
    position: absolute;
    top: 480px;
    left: 50px;
    z-index: 2;
    border-radius: 20px;
    box-shadow: 5px 5px 25px rgb(188, 187, 187);
}

.get-started-btn{
    height: 55px;
    width: 100px;
    border-radius: 7px;
    border: none;
    background-color:#ec1d73;
    color: white;
    margin-left: 25px;
    font-size: 15px;
    transform: scale(1.1);
    transition: all 0.1s ease;
}

.get-started-btn:hover{
    background-color: #C21760 ;
    transform: scale(1.2);

}

.cards{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 35px;
    border: none;
    max-height: max-content;
    max-width: max-content;
    margin-left: 40px;
}

.card{
    position: relative;
    border: none;
    height: 300px;
    width: 370px;
    border-radius: 30px;
    transform: scale(1);
    transition:0.3s ease;
}

.card:hover{
    transform: scale(1.1);
}

.card-img{
        border: none;
        border-radius: 30px;
}


.city-btn{
    position: absolute;
    z-index: 10;
    left: 10px;
    bottom: 13px;
    height: 55px;
    max-width: max-content;
    min-width: 140px;
    border-radius: 15px;
    border: none;
    font-size: larger;
    background-color: #FFFFFF;
}


.step-3{
    display: flex;
    justify-content: center;
    position: relative;
}

.box-1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 280px;
    width: 1180px;
    background-color: #ec1d73;
    border-radius: 20px;
}

.qrcode {
    display: flex;
    justify-content: center;
    border: 1px solid white;
    height: 100px ;
    width: 100px;
    border-radius: 10px;
    margin-bottom: 100px;
}
.box-2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 30px;
    margin-top: 20px;
    
}

.para{
    margin-bottom: 100px;
    margin-left: 20px;
}

.tabs-links{
    display: flex;
    gap: 15px;
    position: absolute;
    z-index: 5;
    bottom: 30px;
    left: 70px;
}


.step-4{
    position: relative;
    border: none;
    height: 900px;
    width: 1250px;
    
 }
 .backgroud-img-2{
     background-image: url('https://images.deliveryhero.io/image/foodpanda/home-corporate-pk.jpg?width=1920&height=1228.8');
     width: 1280px;
     height: 600px;
     background-size: cover;
     background-repeat: no-repeat;
 }
 
 
 .img-4{
     position: relative;
     
 }
 .list-your-restaurant-2{
    border: 1px solid rgb(255, 255, 255);
    background-color: #FFFFFF;
    height: 260px;
    width: 760px;
    position: absolute;
    top: 480px;
    left: 50px;
    z-index: 2;
    border-radius: 20px;
    box-shadow: 5px 5px 25px rgb(188, 187, 187);
}


.step-5{
    margin-left: 55px;
    height: 1300px;
    width: 1150px;
    border:none;
}


.step-6{
    height: 800px;
    width:1210px;
    border: none;
    max-width: 1280px;
    margin: 0px auto;
}

.country-name{
    font-size: larger;
    font-weight: 500;
    color: rgb(71, 71, 71);
    text-decoration: underline;
    cursor: pointer;
}


.links{
    display: flex;
    flex-direction: row;
    cursor: pointer;

}


.words{
    border: none;
    height: 500px;
    width: 300px;
   

}

.last-header{
    position: relative;
    display: flex;
    align-items: center;
    
}

.delviry-icon{
    position: absolute;
    z-index: 3;
    left: 180px;
}

.insta-icon{
    position: absolute;
    right: 50px;
    border: 1px solid black;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    transform: scale(1);
    transition: border 0.5s ease;
}

.insta-icon:hover{
    background-color:#F0F2F2;
    transform: scale(1.1);
}

.insta{
    margin-top: 2px;
    margin-left: 2px;
}

.fb-icon{
    position: absolute;
    right: 10px;
    border: 1px solid black;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    transform: scale(1);
    transition: border 0.5s ease;
}
.fb-icon:hover{
    background-color:#F0F2F2;
    transform: scale(1.1);
    
}
.facebook{
    margin-top: 2px;
    margin-left: 2px;
}

.border{
    height: 40px;
    border: 1px solid gainsboro;
    margin-left: 13px;
    
}




@media screen and (max-width:600px) {
        .header{
            display: block;
            justify-content: left;
            flex-direction: column;
            align-items: center;
            height: 90px;
        }  
        
        .logo {
            margin-left: 90px;
            display: flex;
            align-items: center;

        }

        .underline{
            margin-top: 10px;
            margin-left: 7px;
            width: 300px;
            border:1px solid rgb(235, 231, 231);
        }

        .btn-side{
            
            justify-content: left;
            flex-direction: row;
            align-items: center;
            padding-top: 10px;
            margin-left: 5px;
            gap: 6px;
        }
      
}