@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    font-family: Arial, Helvetica, sans-serif;
    height: 5000px;
}

.navigation{
    width: 100%;
    display: flex;
    justify-content: center;
    position: fixed;
    z-index: 10;
    background: #1c2123;
    -webkit-box-shadow: 4px 12px 30px -19px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 12px 30px -19px rgba(0,0,0,0.75);
    box-shadow: 4px 12px 30px -19px rgba(0,0,0,0.75);
}

.navigation-container{
    width: 1200px;
    height: 100px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    /* background: rgb(99, 167, 201); */
}

.nav-left{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
}

.nav-left a{
    text-decoration: none;
    color: white;
}

.left-nav__btn{
    transition: ease-in-out 0.3s;
}

.left-nav__btn :hover{
    color: #DC9457;
    transition: ease-in-out 0.3s;
}

.home-btn a{
    color: #DC9457;
}

.logo{
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo h1{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    width: 280px;
    height: 50px;
    border: solid 2px white;
    cursor: pointer;
}

.nav-right{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
}

.nav-right a{
    text-decoration: none;
    color: white;
}

.right-nav__btn{
    transition: ease-in-out 0.2s;
}

.right-nav__btn :hover{
    color: #DC9457;
    transition: ease-in-out 0.3s;
}

.bars{
    display: none;
}


@media screen and (max-width: 1026px){
    .nav-left{
        display: none;
    }
    
    .right-btn_txt{
        display: none;
    }

    .bars{
        display: flex;
    }

    .logo h1{
        transform: scale(0.85);
    }
}

@media screen and (max-width: 766px){
    .right-btn_font{
        display: none;
    }

    .logo h1{
        margin-left: 30px;
        transform: scale(1.20);
    }
}

@media screen and (max-width: 700px){
    .logo h1{
        transform: scale(1.10);
    }
}

@media screen and (max-width: 600px){
    
    .logo h1{
        margin-left: 0;
        transform: scale(0.95);
    }
}

@media screen and (max-width: 500px){
    
    .logo h1{
        transform: scale(0.85);
    }
}

@media (max-height: 699px) {
    /* .navigation {
      background-color: red;
    } */
  }

.ttd__section{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1686;
    /* background-color: #C8021A;
    background-image: url("https://themes.themegoods.com/grandrestaurantv6/demo9/wp-content/uploads/sites/9/2021/01/image-from-rawpixel-id-2362080-jpeg.jpg");
    background-position: center center;
    background-repeat: no-repeat; */
    /* background-size: cover; */
    /* background: rgba(255, 75, 75, 0.11);  */
    /* position: relative; */
    /* height: 860px; */
    padding-bottom: 65px;
    overflow: hidden;
    padding-top: 150px;
}

.ttd-container{
    position: relative;
    width: 1200px;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.ttd-title{
    text-align: center;
    font-size: 6rem;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    top: 80px;
    z-index: 5;
    font-size: clamp(2rem, 10vw, 6rem);
}
.ttd-food__items{
    /* position: relative; */
    /* width: 1200px; */
    /* width: 100%; */
}

.tomatr{
    position: absolute;
    width: 230px;
    left: -100px;
    top: 350px;
}

.big-burger{
    /* position: absolute; */
    width: 460px;
}

.ketchup{
    position: absolute;
    width: 280px;
    top: 470px;
    right: 200px;
}

.onions{
    position: absolute;
    right: -250px;
    top: 150px;
    width: 280px;
}

.ttd-desc{
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: white;
}

.ttd-desc__title{
    margin-bottom: 10px;
    font-size: 1.7rem;
    font-weight: 600;
    text-transform: uppercase;
}

.ttd-desc__section{
    /* padding: 0 250px 0 0; */
    width: 60%;
}

.ttd-desc__para{
    text-transform: uppercase;
    line-height: 2;
    text-align: left;
}



.ttd-desc__sauce{
    margin-bottom: 10px;
    font-size: 1.7rem;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Poppins", serif;
}

.ttd-desc__sauce span{
    font-family: "Poppins", serif;
}

.ttd-background__section-color{
    width: 100%;
    height: 1000px;
    background: linear-gradient(180deg, rgba(139,0,16,1) 0%, rgba(203,0,25,1) 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    /* bottom: 0; */
    opacity: 0.8;
    z-index: -10;
}

.ttd-background__section{
    width: 100%;
    height: 1100px;
    background-image: url("https://themes.themegoods.com/grandrestaurantv6/demo9/wp-content/uploads/sites/9/2021/01/image-from-rawpixel-id-2362080-jpeg.jpg");
    background-color: #C8021A;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -10;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    /* bottom: 0; */
}

@media screen and (max-width: 1024px) {
    .ttd__section{
        padding-top: 100;
    }
    .big-burger{
        width: 380px;
    }
    .tomatr{
        width: 220px;
        left: -100px;
        top: 350px;
    }
    .ketchup{
        width: 260px;
        top: 420px;
        right: 100px;
    }
    .ttd-desc{
        margin-top: 100px;
    }
}

@media screen and (max-width: 768px){
    .ttd__section{
        padding-top: 185px;
        /* height: 860px; */
    }
    .ttd-title{
        font-size: 3rem;
    }
    .big-burger{
        position: relative;
        top: 100px;
        width: 280px;
    }
    .ketchup{
        display: none;
    }
    .tomatr{
        width: 180px;
        left: -150px;
        top: 170px;
    }
    .ttd-desc__sauce{
        display: none;
    }
    .ttd-desc__section{
        width: 100%;
        margin-top: 50px;
        padding: 0;
    }
}

/* ====== Our Burger Section */

.our-burger__section{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 50px;
    background: #1c2123;
    overflow: hidden;
}

.our-burger__container{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.burger-box__section{
    height: 700x;
    /* padding: 0 40px; */
}

.burger-box__our-burgers{
    display: none;
}

.burger-box__header{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
    /* width: 100%; */
    height: 200px;
}

.burger-box__title{
    padding: 25px 0;
    font-size: 1.2rem;
    font-weight: 1000;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.5;
    color: #666666;
    font-size: clamp(0.2rem, 10vw, 1.2rem);
}

.our-burgers{
    font-size: 2.3rem;
    color: #DC9457;
}

.burger-box__line{
    display: flex;
    justify-content: center;
    width: 95%;
    height: 3px;
    background: #666666;
}

.our-brugers__line{
    width: 90%;
    background: #DC9457;;
}

.burger-box_img-container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    margin-bottom: 20px;
}

.burger-box__img{
    transition: 0.1s ease-out;
    width: 350px;
}

.fish-burger{
    width: 350px;
}

.beef-burger{
    width: 370px;
}

.veggie-burger{
    width: 321px;
}

.burger-box__burger-name{
    font-size: 3rem;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: white;
}

.burger-box__desc-box{
    display: flex;
    justify-content: center;
    /* align-items: center; */
    width: 100%;
    height: 180px;
}

.burger-box-desc{
    text-align: center;
    line-height: 1.5;
    font-size: 1rem;
    text-transform: uppercase;
    color: #9B9B9B;
    padding-bottom: 85px;
    width: 90%;
}

@media screen and (max-width:1024px) {
    .our-burger__container{
        padding: 0 20px;
    }

    .burger-box__header{
        margin-bottom: 0;
    }

    .burger-box__title{
        font-size: 1rem;
    }

    .burger-box__line{
        width: 85%;
    }

    .our-burgers{
        font-size: 1.5rem;
    }

    .fish-burger{
        width: 300px;
    }

    .beef-burger{
        width: 320px;
    }

    .veggie-burger{
        width: 271px;
    }

    .burger-box__burger-name{
        font-size: 2.3rem;
    }

    .burger-box-desc{
        font-size: 1rem;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 900px) {
    .burger-box__title{
        font-size: 0.9rem;
    }

    .burger-box__line{
        width: 85%;
    }

    .our-burgers{
        font-size: 1.5rem;
    }

    .fish-burger{
        width: 270px;
    }

    .beef-burger{
        width: 290px;
    }

    .veggie-burger{
        width: 251px;
    }

    .burger-box__burger-name{
        font-size: 2.3rem;
    }

    .burger-box-desc{
        font-size: 1rem;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 836px) {
    .burger-box__title{
        font-size: 0.8.5rem;
    }

    .burger-box__line{
        width: 90%;
    }

    .our-burgers{
        font-size: 1.5rem;
    }

    .fish-burger{
        width: 250px;
    }

    .beef-burger{
        width: 270px;
    }

    .veggie-burger{
        width: 231px;
    }

    .burger-box__burger-name{
        font-size: 2.3rem;
    }

    .burger-box-desc{
        font-size: 1rem;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 768px){
    .burger-box__section{
        margin-bottom: 100px;
    }
    .our-burger__container{
        /* width: 1200px; */
        display: flex;
        flex-direction: column;
    }

    .burger-box__our-burgers{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: 50px;
        width: 100%;
    }

    .burger-box__header{
        display: none;
    }

    .burger-box_img-container{
        margin-bottom: 0;
        height: 250px;
    }

    .fish-burger{
        width: 270px;
    }

    .beef-burger{
        width: 290px;
    }

    .veggie-burger{
        width: 251px;
    }

    .burger-box__desc-box{
        height: 50px;
    }

    .burger-box-desc{
        padding-bottom: 20px;
    }
    
}

/* ====== have it your way section ====== */

.have-it-your-way__section{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #1c2123;
    overflow: hidden;
    padding-bottom: 100px;
}

.have-it-your-way__container{
    width: 1200px;
}

.burger-box__have-it-your-way{
    display: flex;
    justify-content: center;
    align-items: center;
}

.have-it-your-way{
    display: flex;
    color: #DC9457;
    padding: 0 20px;
    font-size: 1.2rem;
    font-weight: 1000;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.5;
    font-size: clamp(0.2rem, 10vw, 1.2rem);
}

.have-it-your-way__line{
    width: 35%;
    height: 3px;
    background: #DC9457;
}

@media screen and (max-width: 820px) {
    .have-it-your-way__line{
        width: 30%;
    }
}

@media screen and (max-width: 768px) {
    .have-it-your-way__line{
        width: 25%;
    }
}

@media screen and (max-width: 524px) {
    .have-it-your-way__line{
        width: 20%;
    }
}

@media screen and (max-width: 400px) {
    .have-it-your-way__line{
        width: 10%;
    }
}

/* ====== our menus section ====== */

.our-menus__section{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #1c2123;
    overflow: hidden;
    padding-bottom: 100px;
}

.our-menus__container{
    width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding-bottom: 170px; */
    /* height: 584px; */
}

.our-menus__img{
    width: 389px;
    height: 100%;
    /* height: 584px; */
}

.menu-delivery__section{
    /* display: flex; */
}

.menu-delivery__container{
    display: flex;
    width: 100%;
    /* height: 584px; */
    
}

.menu-delivery__box{
    width: 100%;
    padding: 50px;
    height: 480px;
}

#our-menus{
    background: white;
}

#order-delivery{
    background: #E7E7E7;
}

.menu-delivery__header{
    font-size: 2.5rem;
    font-weight: 1000;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 30px;
}

.menu-delivery__header span{
    font-size: 2rem;
    border-bottom: 3px solid black;
}

.menu-delivery__desc{
    margin-bottom: 80px;
}

.menu-delievry__para{
    line-height: 2;
}

.menu-delivery__btn{
    text-decoration: none;
    background: black;
    color: white;
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
}

.menu-btn{
    background: #DC9457;
}

@media screen and (max-width: 1036px) {
    .our-menus__section{
        /* padding-bottom: 0; */
    }
    .our-menus__container{
        /* height: 100%; */
    }
    .menu-delivery__title{
        font-size: 1.8rem;
    }
    .menu-delivery__title span{
        font-size: 1.5rem;
    }

}

@media screen and (max-width: 1024px) {
    .our-menus__section{
        padding-bottom: 0;
    }
    .our-menus__container{
        
        flex-direction: column;
        /* height: 1250px; */
    }
    .our-burger__section{
        /* flex-direction: column; */
    }
    .menu-delivery__container{
        /* flex-direction: column; */
        padding-bottom: 100px;
    }
    .our-menus__img-section{
        padding: 0 30px;
    }
    .our-menus__img{
        width: 100%;
    }
    .menu-delivery__box{
        height: 420px;
    }
    .menu-delivery__title{
        font-size: 2rem;
    }
    .menu-delivery__title span{
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 850px) {
    
}

@media screen and (max-width: 768px) {
    .our-menus__container{
        justify-content: flex-start;
        /* height: 1940px; */
    }
    .menu-delivery__container{
        flex-direction: column;
        width: 100%;
        padding-bottom: 0;
    }
    .menu-delivery__box{
        width: 100%;
        padding-bottom: 0;
        /* height: 100%; */
    }
    .menu-delievry__para{
        padding: 0 80px 0 0;
    }
}
@media screen and (max-width: 722px) {
    .our-menus__container{
        /* height: 2500px; */
        /* height: 1945px; */
    }
    .our-menus__img-section{
        padding: 0;
    }
    .menu-delivery__container{
        /* flex-direction: column;
        width: 100%; */
    }
    
}

@media screen and (max-width: 424px) {
    .menu-delivery__box{
        padding-bottom: 100px;
    }
    .our-menus__container{
        /* height: 2500px; */
        /* height: 1945px; */
    }
}

/* ====== always present section ====== */

.present-always__section{
    width: 100%;
    overflow: hidden;
}

.present-always__container{
    display: flex;
    flex-direction: column;
    /* width: 1692px; */
    width: 100%;
    
}

.present-always__box{
    display: flex;
    /* justify-content: center;
    align-items: center; */
    width: 100%;
    height: 840px;
}

#salad-theme{
    display: flex;
    flex-direction: row-reverse;
}

.present-always__img-section{
    width: 100%;
}

.present-always__img{
    width: 100%;
    height: 840px;
    object-fit: cover;
}

.present-always__desc{
    width: 100%;
    /* padding: 80px; */
}

#salad-theme .present-always__desc{
    background: #1c2123;
    color: white;
}

.present-always__desc-container{
    /* display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; */
    text-align: center;
    padding: 120px 60px;
}

.present-always__header{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
}

.present-always__line{
    width: 50%;
    height: 3px;
    background: black;
}

#salad-theme .present-always__line{
    background: white;
}

.present-always__header-title{
    padding: 0 20px;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 600;
}

.present-always__title{
    display: flex;
    flex-direction: column;
    font-size: 4.5rem;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 30px;
}


.present-always__title span{
    font-size: 3.5rem;
    color: #EF3D5B;
}

#salad-theme .present-always__title{
    color: white;
}

#salad-theme .present-always__title span{
    color: #57B957;
    font-size: 4.5rem;
}

.present-always__sub-title{
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 50px;
}

#salad-theme .present-always__sub-title{
    line-height: 2;
    padding: 0 100px;
}

.present-always__para{
    line-height: 1.8;
    padding: 0 60px;
    padding-bottom: 60px;
    font-size: 1.1rem;
}

.present-always__btn{
    text-decoration: none;
    padding: 15px 30px;
    background: #EF3D5B;
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
}

#salad-theme .present-always__btn{
    background: #57B957;
}

@media screen and (max-width: 1400px){
    .present-always__box{
        height: 900px;
    }
    .present-always__img{
        height: 900px;
    }
    .present-always__desc-container{
        /* padding: 100px 60px; */
    }

    #salad-theme .present-always__sub-title{
        line-height: 1.5;
        padding: 0 50px;
    }

    .present-always__para{
        line-height: 1.8;
        padding: 0 10px;
        padding-bottom: 60px;
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 1024px) {
    .present-always__title{
        font-size: 3.5rem;
    }
    
    .present-always__title span{
        font-size: 2.5rem;
    }
    #salad-theme .present-always__title span{
        font-size: 3.5rem;
    }

    #salad-theme .present-always__sub-title{
        padding: 0;
    }

    #salad-theme .present-always__para{
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 768px) {
    .present-always__box{
        flex-direction: column;
        height: 1100px;
    }
    #salad-theme{
        flex-direction: column;
    }

    .present-always__header-title{
        font-size: 1.4rem;
    }

    .present-always__img-section{
        height: 500px;
    }

    .present-always__img{
        height: 500px;
    }
    
    .present-always__desc{
        height: 600px;
    }

    .present-always__desc-container{
        padding: 50px 60px;
    }

    .present-always__title{
        font-size: 2.5rem;
    }
    
    .present-always__title span{
        font-size: 1.5rem;
    }
    #salad-theme .present-always__title span{
        font-size: 2.5rem;
    }

    .present-always__sub-title{
        font-size: 1.1rem;
    }

    #salad-theme .present-always__sub-title{
        padding: 0;
    }
}

@media screen and (max-width: 668px) {
    .present-always__box{
        flex-direction: column;
        height: 1100px;
    }

    #salad-theme{
        flex-direction: column;
    }

    .present-always__img-section{
        width: 100%;
        height: 500px;
    }

    .present-always__img{
        height: 500px;
    }

    .present-always__desc{
        height: 600px;
    }

}

@media screen and (max-width: 568px) {
    .present-always__box{
        flex-direction: column;
        height: 1150px;
    }

    #salad-theme{
        flex-direction: column;
    }

    .present-always__img-section{
        width: 100%;
        height: 500px;
    }

    .present-always__img{
        height: 500px;
    }

    .present-always__desc{
        height: 650px;
    }

}

@media screen and (max-width: 468px) {
    .present-always__box{
        flex-direction: column;
        height: 1200px;
    }

    #salad-theme{
        flex-direction: column;
        padding-bottom: 50px;
        background-color: #1c2123;
    }

    .present-always__img-section{
        width: 100%;
        height: 500px;
    }

    .present-always__img{
        height: 500px;
    }

    .present-always__desc{
        height: 700px;
    }
    .present-always__para{
        font-size: 1rem;
    }

}

@media screen and (max-width: 400px) {
    .present-always__box{
        flex-direction: column;
        height: 1200px;
    }

    #salad-theme{
        flex-direction: column;
    }

    .present-always__img-section{
        width: 100%;
        height: 500px;
    }

    .present-always__img{
        height: 500px;
    }

    .present-always__desc{
        height: 750px;
    }
    .present-always__para{
        font-size: 1rem;
    }

}

@media screen and (max-width: 368px) {
    .present-always__box{
        height: 1300px;
    }
    .present-always__img-section{
        height: 500px;
    }

    .present-always__img{
        height: 500px;
    }

    .present-always__desc{
        height: 800px;
    }

}

/* Super Sunday Section */

.supersunday__section{
    /* display: flex;
    justify-content: center;
    align-items: center;
     width: 1686px; */
    padding-bottom: 65px;
    overflow: hidden;
    /* padding-top: 130px; */
    background-image: url("https://themes.themegoods.com/grandrestaurantv6/demo9/wp-content/uploads/sites/9/2021/01/image-from-rawpixel-id-2362080-jpeg.jpg");
    height: 1000px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.supersunday__container{
    /* margin-top: 130px; */
    position: relative;
    width: 100%;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.supersunday__title{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-size: 5rem;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 6;
    top: 130px;
    color: white;
    text-align: center;
    padding: 0 20px;
    line-height: 1.2;
    /* position: relative; */
    gap: 0.5rem;
}

.sst__title-the{
    font-size: 3rem;
    border-bottom: white 5px solid;
}

.strawberrys-1{
    position: absolute;
    top: 700px;
    left: -270px;
    z-index: 4;
    width: 50rem;
    transition: 1s ease-in-out;
}

.strawberrys-2{
    position: absolute;
    top: 500px;
    left: 1400px;
    z-index: 4;
    width: 50rem;
    transition: 1s ease-in-out;
}

.icecream{
    position: absolute;
    top: 280px;
    left: -50px;
    width: 110rem;
    z-index: 3;
    transition: 1s ease-in-out;
}

.supersunday-background__section-color{
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(139,0,16,1) 0%, rgb(255, 63, 88) 100%);
    position: absolute;
    opacity: 0.8;
    z-index: 2;
    left: 0;
    right: 0;
    top: 100;
}

.supersunday-background__section{
    width: 100%;
    height: 1100px;
    background-image: url("https://themes.themegoods.com/grandrestaurantv6/demo9/wp-content/uploads/sites/9/2021/01/image-from-rawpixel-id-2362080-jpeg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -10;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

@media screen and (max-width: 1450px) {
    .icecream{
        top: 300px;
        left: -150px;
        width: 100rem;
    }
    .strawberrys-1{
        top: 700px;
        left: -270px;
        width: 40rem;
    }
    
    .strawberrys-2{
        top: 500px;
        left: 1000px;
        width: 40rem;
    }
}

@media screen and (max-width: 1350px) {
    .icecream{
        top: 300px;
        left: -150px;
        width: 100rem;
    }
    .strawberrys-1{
        top: 700px;
        left: -270px;
        width: 40rem;
    }
    
    .strawberrys-2{
        top: 500px;
        left: 1000px;
        width: 40rem;
    }
}

@media screen and (max-width: 1000px) {
    .supersunday__section{
        height: 700px;
    }

    .supersunday__title{
        position: absolute;
        font-size: 3rem;
        font-weight: 600;
        text-transform: uppercase;
        z-index: 6;
        top: 130px;
        color: white;
    }
    
    .sst__title-the{
        font-size: 2rem;
    }

    .icecream{
        top: 250px;
        left: -100px;
        width: 70rem;
    }

    .strawberrys-1{
        top: 600px;
        left: -270px;
        width: 40rem;
    }
    
    .strawberrys-2{
        top: 500px;
        left: 700px;
        width: 40rem;
    }
}

@media screen and (max-width: 768px) {
    .supersunday__section{
        height: 500px;
    }

    .supersunday__title{
        top: 100px;
    }
    
    .supersunday__title span{
        font-size: 2rem;
        border-bottom: white 5px solid;
    }

    .icecream{
        top: 200px;
        left: -50px;
        width: 50rem;
    }

    .strawberrys-1{
        top: 400px;
        left: -200px;
        width: 30rem;
    }
    
    .strawberrys-2{
        top: 400px;
        left: 500px;
        width: 30rem;
    }
}

@media screen and (max-width: 668px) {
    .supersunday__section{
        height: 500px;
    }

    .supersunday__title{
        top: 100px;
    }
    
    .supersunday__title span{
        font-size: 1.5rem;
        border-bottom: white 5px solid;
    }

    .icecream{
        top: 280px;
        left: -50px;
        width: 40rem;
    }

    .strawberrys-1{
        top: 400px;
        left: -200px;
        width: 20rem;
    }
    
    .strawberrys-2{
        top: 420px;
        left: 400px;
        width: 20rem;
    }
}

@media screen and (max-width: 568px) {
    .supersunday__section{
        height: 500px;
    }

    .supersunday__title{
        font-size: 3rem;
        top: 120px;
        flex-direction: column;
    }

    .sst__title-the{
        font-size: 2.5rem;
    }
    
    .supersunday__title span{
        font-size: 2rem;
        border-bottom: white 5px solid;
    }

    .icecream{
        top: 300px;
        left: 0px;
        width: 35rem;
    }

    .strawberrys-1{
        top: 400px;
        left: -200px;
        width: 20rem;
    }
    
    .strawberrys-2{
        top: 420px;
        left: 400px;
        width: 20rem;
    }
}

@media screen and (max-width: 468px) {
    .supersunday__section{
        height: 500px;
    }

    .supersunday__title{
        top: 120px;
    }
    
    .supersunday__title span{
        font-size: 2rem;
        border-bottom: white 5px solid;
    }

    .icecream{
        top: 340px;
        left: 0px;
        width: 30rem;
    }

    .strawberrys-1{
        top: 400px;
        left: -200px;
        width: 20rem;
    }
    
    .strawberrys-2{
        top: 420px;
        left: 280px;
        width: 20rem;
    }
}

.subscribe-now__section{
    background: #1c2123;
    width: 100%;
    overflow: hidden;
}

.subscribe-now__container{
    margin: 0 auto;
    padding: 80px 50px;
}

.sign-up__section{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    color: white;
    
}

.sign-up__desc{
    text-align: right;
    line-height: 1.5;
    font-size: 1.2rem;
    margin-right: 50px;
}

.email-section{
    display: flex;
}

.sign-up__email{
    margin-right: 20px;
}

.sign-up__input{
    width: 280px;
    height: 55px;
    
}

input[type=text]{
    color: gray;
    font-size: 1rem;
}

input:focus{
    outline: none;
    border-color: #dc9457;
}

.sign-up__btn{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: white;
    background: #dc9457;
    width: 120px;
    height: 59px;
    border-radius: 4px;
    font-weight: 600;
}

.sign-up__btn:hover{
    background: white;
    color: #dc9457;
    border-color: #dc9457;
    transition: ease-out 0.3s;
}

@media screen and (max-width: 868px) {
    .sign-up__desc{
        margin: 0;
        font-size: 1.1rem;
    }
    .sign-up__section{
        flex-direction: column;
    }

    .sign-up__desc{
        text-align: center;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 468px) {
    .have-it-your-way{
        font-size: 1.1rem;
    }
    .sign-up__input{
        width: 200px;
        height: 55px;
        
    }

}

@media screen and (max-width: 368px) {
    .sign-up__input{
        width: 180px;
        height: 55px;
        
    }
}

.grand-burger__footer{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.grand-burger__footer-container{
    flex-direction: column;
    width: 1200px;
    padding: 80px 20px;
}

.burger-footer__top{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 50px;
}

.grand-burger__footer-img{
    width: 300px;
    margin-bottom: 30px;
}


.burger-footer__links-info{
    display: flex;
    gap: 4rem;
}

.link-info{
    line-height: 1.8;
}

.link-info{
    padding-bottom: 10px;
    font-size: 1.1rem;
}

.link-info__bold{
    font-weight: 600;
}

.burger-footer__bottom{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.burger-footer__original{
    font-size: 1.5rem;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .burger-footer__links-info{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .link-info{
        line-height: 1.5;
        padding-bottom: 0;
        font-size: 1rem;
    }

    .link-address{
        padding-bottom: 20px;
    }

    .burger-footer__bottom{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .burger-footer__original{
        padding-top: 20px;
    }
}



