

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap');

body
{
    font-size: 14px;
    color:#000;
    font-family: 'Josefin Sans';
    background: url(../images/icon-bg.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
}
button
{
    box-shadow: none!important; 
    text-decoration: none;
}
.btn
{
    border-radius: 80px !important;
    border:none !important;
    padding: 10px 25px !important;
}
.btn-primary
{
    background: linear-gradient(90deg, #FFCA49 0%, #F26A21 100%);
    transition: 0.2s linear;
    color: #fff;
}
.btn-primary:hover,
.btn-primary:focus
{
    background: linear-gradient(90deg, #036249 0%, #49B75A 100%);
}
h1,h2,h3,h4,h5,h6,p,figure,ul
{
    margin: 0;
}
.site-header nav
{
    transition: all 0.2s linear;
    padding: 15px 10px;
}

.site-header nav.scrolled
{
    background: #fff;
    transition: all 0.2s linear;
    padding: 5px 0;
}
.site-header nav.scrolled .nav-link
{
    color: #000;
}
.site-header .navbar-brand
{
    padding: 0;
}
.site-header .navbar-nav li
{
    align-self: center;
}

.site-header .nav-link
{
    padding: 10px 20px !important;
    color: #fff;
}
.site-header .navbar-nav li .nav-link.active
{
    color: #FFCA49;
}
.banner-section
{
    height: 820px;
    background: url(../images/banner.png) no-repeat bottom;
    background-size: cover;
}
.banner-content
{
    padding: 0 25px;
    color:#fff
}
.banner-content h1
{
    color: #fff;
    font-size: 84px;
}
.banner-content h1 span
{
    background: linear-gradient(90deg, #FFCA49 0%, #F26A21 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner-btns a
{
    display: inline-block;
    margin-right: 15px;
}
.banner-btns a img
{
    width: 220px;
}
.btn-menu-close
{
    display: none;
}
#bannerSlider .slick-dots
{
    list-style: none;
    position: absolute;
    bottom: -22PX;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    z-index: 1;
}
#bannerSlider .slick-dots li{
    display: inline-block;
}
#bannerSlider .slick-dots li button
{
    background: #ddd;
    width: 15px;
    height: 15px;
    font-size: 0;
    border: none;
    border-radius: 100%;
    margin: 0 3px;
}
#bannerSlider .slick-dots li.slick-active button
{
    background: linear-gradient(90deg, #FFCA49 0%, #F26A21 100%);   
}
.banner-container
{
    padding-top: 8rem;
}
.second-section
{
    padding: 120px 0 80px;
    position: relative;
    overflow-x: clip;
}
.second-section .row{
    position: relative;
    z-index: 1;
}
.box
{
    padding: 2rem;
    border-radius: 20px;
    background: #fff;
    text-align: center;
    color: #fff;
    min-height: 285px;
    box-shadow: 0 10px 25px -10px rgba(0,0,0,0.2);
}
.box h4
{
    font-size: 24px;
    margin-top: 1.5rem;
    margin-bottom: 10px;
}
.first-box
{
    background: linear-gradient(90deg, #0B8BA6 0%, #458BCA 100%);
}
.second-box
{
    background: linear-gradient(90deg, #FFCA49 0%, #F26A21 100%);
}
.third-box
{
    background: linear-gradient(90deg, #036249 0%, #49B75A 100%);
}
.pizza-img
{
    position: absolute;
    top: -10rem;
    z-index: -1;
    left: -12rem;
}
.burger-img
{
    position: absolute;
    z-index: -1;
    top: -15rem;
    right: -15rem;
}
.section-title
{
    text-align: center;
}
.section-title h2
{
    font-size: 48px;
}
.section-title p
{
    margin-top: 10px;
}
#screenSlider
{
    position: relative;
}
.app-feature-section
{
    background: url(../images/feature-bg.png) no-repeat center;
    background-size: 100% 60rem;
    padding: 10rem 0 15rem;
}
#screenSlider
{
    margin-top: 4rem;
}
#screenSlider figure img
{
    filter: blur(1.5px);
}
#screenSlider .slick-current img
{
    filter: blur(0);
}
#screenSlider:after {
    content: '';
    position: absolute;
    top: -58px;
    left: 0px;
    right: 0;
    margin: 0 auto;
    width: 285px;
    height: 598px;
    background: url(../images/device.png) no-repeat center;
    background-size: 236px;
}
.app-feature-section .section-title
{
    color: #fff;
}
#screenSlider .slick-arrow
{
    color: #fff;
    position: absolute;
    bottom: -6rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 64px;
    width: 64px;
    height: 64px;
    cursor: pointer;
    z-index: 1;
}
#screenSlider .slick-current
{
    position: relative;   
}

#screenSlider .slick-arrow.la-arrow-circle-right
{
    left: 4rem;
}
#screenSlider .slick-arrow.la-arrow-circle-left
{
    right: 4rem;
}
#screenSlider .slick-slide
{
    padding: 0 15px;
}
#screenSlider .slick-slide img
{
    width: 100%;
}
.slide-container
{
    max-width: 1280px;
}
.cold-drink-img {
    position: absolute;
    bottom: -180px;
    right: 0;
    z-index: 1;
}
.how-to-order-section
{
    padding: 60px 0 150px;
    position: relative;
    overflow: hidden;
}
.steps-wrap
{
    background: #fff;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 25px -5px rgba(0,0,0,0.2);
    text-align: center;
    position: relative;
}
.steps-wrap main
{
    background: #fff;
    border-radius: 10px;
    padding: 2rem;
}
.steps-wrap img{
    width: 150px;
}
.steps-wrap h4
{
    font-size: 24px;
    font-weight: bold;
    margin-top: 1rem;
}
.step-one
{
    background: linear-gradient(90deg, #0B8BA6 0%, #458BCA 100%);;
}
.step-two
{
    background: linear-gradient(90deg, #FFCA49 0%, #F26A21 100%);
}
.step-three
{
    background: linear-gradient(90deg, #036249 0%, #49B75A 100%);
}
.how-to-order-section .burger-img
{
    top: -120px;
    left: -80px;
    z-index: 1;
}
.how-to-order-section .pizza-img
{    
    top: 90px;
    left: unset;
    right: -10rem;
    width: 250px;
}
.ad-banner
{
    background: url(../images/vector.svg) no-repeat center;
    background-size: 100%;
    position: relative;
    margin-top: 8rem;
}
.ad-banner h2
{
    font-size: 48px;
    font-weight: bold;
    color: #fff;
}
.ad-banner .burger-img {
    left: 0;
    bottom: -70px;
    top: unset;
    right: 0;
    margin: 0 auto;
}
.ad-banner .cold-drink-img
{
    top: -60px;
    bottom: unset;
    right: -50px;
}
.why-section {
    background: url(../images/why-bg.png) no-repeat center;
    background-size: 100%;
    color: #fff;
    padding: 180px 0 120px;
}
.why-content h2
{
    font-size: 48px;
}
.why-content h4
{
    font-size: 20px;
    margin-top: 1rem;
    line-height: 34px;
}
.video-section
{
    position: relative;
    padding-bottom: 10rem;
    padding-top: 5rem;
}
.video-section:after
{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/video-bg.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 600px;
    z-index: -1;
}
.video-wrapper
{
    position: relative;
}
.video-wrapper a
{
    display: block;
}
.video-wrapper .video-img
{
    box-shadow: 0 10px 25px -5px rgba(0,0,0,0.2);
}
.video-wrapper a img
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    width: 180px;
}
.contact-secton
{
    padding: 80px 0;
}
.contact-form input.form-control
{
    padding: 18px 15px 15px;
    border-radius: 0;
}
.contact-form textarea.form-control
{
    border-radius: 0;
    height: 120px;
}
.contact-form .btn-primary
{
    padding: 15px 65px !important;
}
.food-bag-img
{
    position: absolute;
    top: -110px;
    left: -140px;
}
.food-3d
{
    position: absolute;
    top: -110px;
    right: -80px;
    width: 200px;
}
.burger-3d
{
    position: absolute;
    bottom: -120px;
    left: -80px;
    width: 150px;
}
.subfooter
{
    background: url(../images/footer-bg.png) no-repeat top;
    background-size: cover;
    padding-top: 18rem;
    position: relative;
    overflow: hidden;
}
.footer-content p
{
    color: #999;
}
.footer-content .form-control
{
    background: #333;
    border: 1px solid #666;
    border-radius: 80px;
    padding: 12px 15px 10px;
    font-size: 14px;
}
.footer-content .form-control::-webkit-input-placeholder
{
    color: #999;
}
.footer-content .form-control::-moz-input-placeholder
{
    color: #999;
}
.footer-content .form-control::-ms-input-placeholder
{
    color: #999;
}
.footer-content .form-control::-o-input-placeholder
{
    color: #999;
}
.footer-content h3
{
    font-size: 32px;
    font-weight: BOLD;
    background: linear-gradient(90deg, #FFCA49 0%, #F26A21 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footer-links
{
    margin-top: 2rem;
}
.footer-links li
{
    display: block;
}
.footer-links li a
{   
    display: block;
    text-decoration: none;
    padding: 7px 0;
    color: #999 !important;
}
.social-icons
{
    margin-top: 1rem;
}
.social-icons li
{
    display: inline-block;
    margin-right: 5px;
}
.social-icons li img
{
    width: 40px;
}
.linkedin img {
    width: 49px !IMPORTANT;
}
.copyright
{
    margin-top: 4rem;
    background: #1c1c1c;
    text-align: center;
    padding: 2rem 0;
    font-size: 18px;
}
.copyright p
{
    background: linear-gradient(90deg, #FFCA49 0%, #F26A21 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cake-img
{
    position: absolute;
    top: 1rem;
    left: 0;
    right: 0;
    margin: 0  auto;
}
.ff-img
{
    position: absolute;
    right: -30px;
    top: 40px;
}
.pizza-slice-img
{
    position: absolute;
    bottom: 80px;
    right: 0;
}
.pizza-slice-img-2
{
    position: absolute;
    bottom: 80px;
    left: 0;
}
.other-pages-banner
{
    padding-left: 25px;
    padding-right: 25px;
}
.about-second-content p
{
    font-size: 22px;    
    color:#666;
    margin-top: 20px;
}
.about-second-section
{
    position: relative;
}
.about-second-section .pizza-img
{
    top: 0;
    left:-50px
}
.about-second-section .burger-img
{
    top: 0;
    right: 0;
}
.about-third-section .why-content h4
{
    font-size: 16px;
    line-height: 28px;
}
.about-contact .ad-banner
{
    margin-top: 0;
    margin-bottom: 10rem;
}
.about-contact .ad-banner .burger-img
{   
    z-index: 1;
}
.about-contact .ad-banner .banner-btns
{
    position: relative;
    z-index: 9;
}
.app-features-wrap
{
    color:#fff;
    margin-top: 50px;
}
.app-features-wrap:last-child
{
    margin-bottom: 0;
}
.app-features-wrap h4
{
    font-size: 22px;
}
.other-page-features
{
    padding: 5rem 0;
}
.signup-banner
{
    background: url(../images//signup-banner.png) no-repeat;
    background-size: cover;
    background-position: center bottom;
    text-align: center;
    position: relative;
    overflow: hidden;
    color: #fff;
    padding-top: 8rem;
}
.signup-banner h1
{
    font-size: 48px;
}

.signup-banner figure
{
    margin-top: 2rem;
}
.signup-form-section
{
    text-align: center;
}
.signup-form-section {
    text-align: center;
    padding: 8rem 0 6rem;
}
.signup-form-section .form-control
{
    box-shadow: none !important;
    height: 55px;
    border-radius: 80px !important;
    margin-right: 1rem;
    padding: 10px 25px !important;
}
.become-partner-banner
{
    background: url(../images/become-partner-banner.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    padding: 14rem 15px 14rem;
}
.become-partner-banner h1
{
    color: #fff;
}
.partner-form-title h4
{
    font-weight: bold;
    font-size: 28px;
}

.become-partner-form-wrap {
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 5px 25px 0 rgba(0,0,0,0.2);
    background: #fff;
    position: relative;
    top: -100px;
}
.become-partner-form
{
    margin-top: 20px;
}
.become-partner-form input.form-control
{
    padding: 18px 15px 15px;
    border-radius: 0;
    background: #f7f7f7;
}
.become-partner-form textarea.form-control
{
    height: 75px;
    background: #f7f7f7;
    border-radius: 0;
}
