@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Manrope&family=Nunito+Sans&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: unset;
    font-family:'Poppins', sans-serif;
    /* -webkit-tap-highlight-color: transparent; */
}


html,
body{
  width: 100%;
  /* position: relative;
  overflow-x: hidden; */

}
.container{
  margin-right: auto;
  margin-left: auto;
  
}

.nav{
    overflow: hidden;
    position: sticky;
    z-index: 999;
    top: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
   
}

a {
    color:#5C5C5C;
    text-decoration: none;
    background-color: transparent;
}
.nav-link{
    color: black;
    border-top:0 ;
    border-left: 0;
    border-right: 0;
    border-bottom: 5px solid transparent;
}

.nav-link::after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background:#FA4A0C;
    transition: width .3s;
}

.nav-link:hover::after{
    
    /*border-top:0 ;
    border-left: 0;
    border-right: 0;
    border-bottom: 5px solid grey; */
    width: 100%;
    transition: width .3s;
}


.foodApp{
    position: relative;
    width: 100%;
    height: 709px;
    background-image: url("./images/Rectangle48.png");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;

}


.app{
    text-align: center;
    padding-top: 73px;
    color: #ffffff;
   
}


.stayHungry{
    font-size: 58px;
    font-weight: bold;
}


.foodAppDownload{
    font-size: 24px;
}

.playstore{
    /* margin-top: 54px; */
    background-color:transparent;
    box-shadow: 0 5px 0 transparent;
    outline: none;
    border: 2px solid white;
    margin-right: 10px;
    color: #ffffff;
    border-radius: 32px;
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 24px;
}

.playstore:active{
    box-shadow: none;
    transform: translateY(5px);
}

.playstore:hover{
    background-color: #FA4A0C;
    border: none;
    outline: none;
    margin-right: 10px;
    color: #ffffff;
    border-radius: 32px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 24px;
}


.apple{
    margin-top: 54px;
    background-color:transparent;
    box-shadow: 0 5px 0 transparent;
    outline: none;
    border: 2px solid white;
    margin-right: 10px;
    color: #ffffff;
    border-radius: 32px;
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 24px;
}

.apple:active{
    box-shadow: none;
    transform: translateY(5px);
}


.apple:hover{
    background-color: #FA4A0C;
    border: none;
    outline: none;
    margin-right: 10px;
    color: #ffffff;
    border-radius: 32px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 24px;
}

/*RESPONSIVENESS SECTION*/

.mobileApp{
    position: absolute;
    height: 492px;
    left: 22%;
    top: 500px;
}
.mobileApp img{
    width: 100%;
}


.cont{
    position: relative;
    margin-top: 50%;
    background-color:gray;
    height: 1px;
    width: 800px;
    left: 14%;
    
}

.how-it-works{
    margin-top: 90px;
    text-align: center;
    font-size: 44px;
    font-weight: bold;
}

.create-an-account{
    color: #FA4A0C;
    font-size: 24px;font-weight: 700;
}

.create-login{
    font-weight: bold;
    font-size: 36px;
}

.account-brief{
    font-size: 18px;
    color: #737373;
}

.text-area{
    margin-top: 320px;
}


/*Section for app download*/
.premium{
    max-width: 100%;
    height: 500px;
    background-image: url("./images/Rectangle\ 47.png");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.downloadAppNow{
    padding-top: 25px;
    font-size: 40px;
    font-weight: bold;
}

.playstoreD{
    /* margin-top: 54px; */
    background-color:transparent;
    box-shadow: 0 5px 0 transparent;
    outline: none;
    border: 2px solid white;
    margin-right: 10px;
    color: #ffffff;
    border-radius: 20px;
    padding-left: 38px;
    padding-right: 38px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
}
.playstoreD:active{
    box-shadow: none;
    transform: translateY(5px);
}
.playstoreD:hover{
    background-color: #FA4A0C;
    border: none;
    outline: none;
    margin-right: 10px;
    color: #ffffff;
    border-radius: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 18px;
}
.appleD{
    margin-top: 54px;
    background-color:transparent;
    box-shadow: 0 5px 0 transparent;
    outline: none;
    border: 2px solid white;
    margin-right: 10px;
    color: #ffffff;
    border-radius: 20px;
    padding-left: 38px;
    padding-right: 38px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
}
.appleD:active{
    box-shadow: none;
    transform: translateY(5px);
}
.appleD:hover{
    background-color: #FA4A0C;
    border: none;
    outline: none;
    margin-right: 10px;
    color: #ffffff;
    border-radius: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 18px;
}

footer{
    padding-top: 38px;
    padding-bottom: 38px;
}
.social-link img{
    margin-top: 15px;
    margin-right: 20px;
}
.copywright{
    margin-top: 15px;
    font-size: 12px;
    color: #5C5C5C;
}

/******** MOBILE RESPONSIVENESS SECTION******** */

@media screen and (max-width:640px) {
    .navbar-toggler {
        padding: 0.25rem 0.75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color:#FA4A0C;
        border: 1px solid #ffffff;
        border-radius: 0.25rem;
    }

    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        content: "";
        background: 50%/100% 100% no-repeat;
    }

    .app{
        padding-top: 2px;
       
    }
    .foodApp{
        background-image:none;   
        position: relative; 
    }
    
    .fapp{
    text-align: center;
    padding-top: 73px;
    color:#737373;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.1px;
    color: #737373;
   
    }
    .stayHungry{
    font-size: 28px;
    font-weight: bold;
    color: #222222;
    padding-left: 20px;
    padding-right: 20px;
    }


    .foodAppDownload{
    font-size: 24px;
    color: #737373;
    padding: 30px;
    }

    .playstore{
    /* margin-top: 54px; */
    background-color:white;
    outline: none;
    border: 2px solid #FA4A0C;
    color: #FA4A0C;;
    border-radius: 32px;
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 24px;
    }
    .playstore:hover{
    background-color: #FA4A0C;
    border: none;
    outline: none;
    margin-right: 10px;
    color: #ffffff;
    border-radius: 32px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 24px;
    }
    .apple{
    margin-top: 20px;
    background-color:white;
    outline: none;
    border: 2px solid #FA4A0C;
    margin-right: 10px;
    color: #FA4A0C;
    border-radius: 32px;
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 24px;
    }

    .apple:hover{
    background-color: #FA4A0C;
    border: none;
    outline: none;
    color: #ffffff;
    border-radius: 32px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 24px;
    }
    .mobileApp{
    position: absolute;
    height: 492px;
    left: -20%;
    top: 550px;

    }
    .mobileApp img{
    width: 100%;
    }

    .cont{
    position: relative;
    margin-top: 110%;
    background-color:gray;
    height: 1px;
    width: 100%;
    left: 0;
    color: #E4E4E4;
    top:90px;

    }
    .how-it-works{
    margin-top: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    }


    .pages{
    position: absolute;
    width: 500px;
    height: 900px;
    left: -45px;
    top: 1800px;
    /* background: url(.png); */
    filter: drop-shadow(50px 30px 150px rgba(46, 4, 4, 0.15));
    }

    
    .create-account{
    text-align: center;
    }

    .create-an-account{
    margin-top: -50%;
    color: #FA4A0C;
    font-size: 24px;font-weight: 700;
    }


    .create-account2{
        text-align: center;
        }
    .create-an-account2{
        margin-top: 100%;
        color: #FA4A0C;
        font-size: 24px;font-weight: 700;
    }

    .pages2{
        position: absolute;
        width: 500px;
        height: 900px;
        left: -45px;
        top: 2900px;
        /* background: url(.png); */
        filter: drop-shadow(50px 30px 150px rgba(46, 4, 4, 0.15));
    }


    .create-account3{
        text-align: center;
        }
    .create-an-account3{
        margin-top: 100%;
        color: #FA4A0C;
        font-size: 24px;font-weight: 700;
    }

    .pages3{
        position: absolute;
        width: 500px;
        height: 900px;
        left: -65px;
        top: 4100px;
        /* background: url(.png); */
        filter: drop-shadow(50px 30px 150px rgba(46, 4, 4, 0.15));
    }
       

    .create-login{
    font-weight: bold;
    font-size: 42px;
    padding: 26px;
    }

    .account-brief{
    font-size: 18px;
    color: #737373;
    }

    .text-area{
    margin-top: 320px;
    }


    /*Section for app download*/
    .premium{
    margin-top: 700px;
    max-width: 100%;
    height: 500px;
    background-color: #252B42;
    background-image:none;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    }
    .downloadAppNow{
    padding-top: 45px;
    font-size: 45px;
    /* font-weight: bold; */
    }

    .playstoreD{
    /* margin-top: 54px; */
    background-color:transparent;
    outline: none;
    border: 2px solid white;
    margin-right: 10px;
    color: #ffffff;
    border-radius: 20px;
    padding-left: 38px;
    padding-right: 38px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
    }
    .playstoreD:hover{
    background-color: #FA4A0C;
    border: none;
    outline: none;
    margin-right: 10px;
    color: #ffffff;
    border-radius: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 18px;
    }
    .appleD{
    margin-top: 34px;
    background-color:transparent;
    outline: none;
    border: 2px solid white;
    margin-right: 10px;
    color: #ffffff;
    border-radius: 20px;
    padding-left: 38px;
    padding-right: 38px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
    }

    .appleD:hover{
    background-color: #FA4A0C;
    border: none;
    outline: none;
    margin-right: 10px;
    color: #ffffff;
    border-radius: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 18px;
    }

    footer{
    padding-top: 38px;
    padding-bottom: 38px;
    text-align: center;
    }
    .footerLogo{
    display: none;
    }
    .social-link img{
    margin-top: 24px;
    margin-right: 20px;
    }
    .copywright{
    margin-top: 24px;
    font-size: 16px;
    color: #5C5C5C;
    }



}