/* heading section start */
h1 {
    font-family: 'Fredericka the Great', cursive;
    font-size: 92px;
    margin: 0;
    color: #000000;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-size: 500 !important;
    color: #000000;
}

/* heading section end */
/* button section start */
.btn-1 {
    font-family: 'Montserrat', sans-serif;
    padding: 15px 50px;
    background-color: transparent;
    border: 1px solid black;
    color: black;
    font-size: 21px;
    font-weight: bold;
    margin-left: 120px;
}

.btn-2 {
    font-family: 'Montserrat', sans-serif;
    padding: 14px 40px;
    background-color: transparent;
    border: 1px solid transparent;
    color: black;
    background-color: #ffe001;
    font-size: 17px;
    font-weight: bold;
}

.btn-1:hover,
.btn-2:hover {
    opacity: 0.7;
}

/* button section end */
.main {
    width: 100%;
    float: left;
}

.raper {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}

.header-left {
    width: 20%;
}

.header-right {
    width: 80%;
    text-align: right;
}

.flex {
    display: flex;
    gap: 30px;
}

.section_1 {
    padding: 40px 0px 0px 0px;
    display: flex;
}

.header-right-inner-1 {
    text-align: right;
    justify-content: end;
    align-items: center;
    gap: 10px;
    padding-top: 10px;
}

.header-right-inner-1 h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.header-right-inner-1 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    line-height: 25px;
}

.nav {
    display: block;
    width: 100%;
    min-height: 50px;
    padding-top: 15px;
}

.nav-main {
    display: block;
}

ul {
    justify-content: end;
    list-style-type: none;
    display: flex;
    padding: 2px 0px;
    gap: 0px 80px;
}


ul a {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000000;
}

.header-bg {
    background-color: yellow;
    background-image: url(images/WhatsApp\ Image\ 2023-06-19\ at\ 11.35.49\ PM.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
}

/*//////////////////////////header end /////////////////////////*/
.section_2 {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding-top: 55px;
    padding-bottom: 40px;
    position: relative;
}

.sec-2-left {
    position: relative;
}

.sec-2-right p {
    font-weight: bold !important;
    font-size: 27px;
    text-transform: uppercase;
}

.sec-2-right h2 {
    width: 85%;
    border: 1px solid #cab201;
    margin: 10px auto;
}

.sec-2-right span {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px 0px 25px 0px;
}

.sec-2-right h3 {
    font-family: 'Fredericka the Great', cursive;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
}

.sec-2-right h4 {
    font-family: 'Fredericka the Great', cursive;
    font-size: 57px;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
}

.absolute-1 {
    position: absolute;
    top: -43px;
    left: -48px;
}

.absolute-2 {
    position: absolute;
    bottom: 0;
    left: -98px;
}

.absolute-3 {
    position: absolute;
    bottom: 20px;
    right: -50px;
}

.absolute-4 {
    position: absolute;
    bottom: -141px;
    left: -69px;
}

.section-3 {
    padding: 80px 0px;
    position: relative;
}

.section-3 h1 {
    font-size: 54px;
    text-align: center;
    text-transform: uppercase;
}

.section-3 p {
    max-width: 1100px;
    margin: 10px auto;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
}

.sec-3-sub-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    text-align: center;
}

.sec-3-inner h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 45px 0px 10px 0px;
}

.sec-3-inner p {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 40px;
}
.sec-3-inner img{
    animation: rotation 20s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.sec-3-bg {
    background-color: #e8e6a9;
    width: 100%;
    height: 130px;
    position: absolute;
    position: absolute;
    top: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.sec-3-extra {
    position: relative;
}

.animate-main {
    display: flex;
    gap: 50px;
}

.food-animation {
    padding: 100px 0px;
    display: flex;
    gap: 50px;
}

.food-animation-inner {
    border-radius: 20px;
    overflow: hidden;
    padding: 20px;
}

.food-animation-inner h2 {
    font-size: 25px;
    font-weight: bold;
    color: #000000 !important;
}

.food-animation-inner p {
    font-size: 15px;
    color: #000000 !important;
}

.animate-1 {
    position: relative;
    animation: myfirst 8s infinite;
    animation-direction: alternate;
}

.animate-2 {
    position: relative;
    animation: myfirst-2 8s infinite;
    animation-direction: alternate;
}

.food-animation img {
    width: 100%;
    border-radius: 20px;
    border: 4px solid #ffffff;
}

@keyframes myfirst {
    0% {
        background: #E8E6A9;
        left: 0px;
        top: 0px;
    }

    50% {
        background: yellow;
        left: 0px;
        top: 100px;
    }

    75% {
        background: #E8E6A9;
        left: 0px;
        top: -100px;
    }

    100% {
        background: yellow;
        left: 0px;
        top: 0px;
    }
}

@keyframes myfirst-2 {
    0% {
        background: yellow;
        left: 0px;
        top: 0px;
    }

    50% {
        background: #E8E6A9;
        left: 0px;
        top: -100px;
    }

    75% {
        background: yellow;
        left: 0px;
        top: 100px;
    }

    100% {
        background: #E8E6A9;
        left: 0px;
        top: 0px;
    }
}

.sectipn-4 {
    text-align: center;
    padding: 70px 0px 40px 0px;
}

.sectipn-4 h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: bold;
}

.sectipn-4 h1 {
    font-size: 42px;
    max-width: 0px 0px 40px 0px;
}

.sectipn-4 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 400;
    max-width: 1050px;
    margin: 0 auto;
}

.sec-4-sub-div {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1500px;
    margin: 0 auto;
    overflow: hidden;
}

.sec-4-img {
    overflow: hidden;
}

.sec-4-sub-div img {
    transition-duration: 1s;
    width: 100%;
    height: 100%;
}

.sec-4-sub-div img:hover {
    transform: scale(1.1);
}

.section-5 {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 180px 0px 70px 0px;
}

.sec_5_sub_div {
    background-image: url(images/13.gif);
    width: 100%;
    background-repeat: no-repeat;
    background-position: top right;
    padding: 40px 0px 0px 100px;
}

.sec_5_sub_div-2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.sec-5-inner-1 {
    background-image: url(images/14.gif);
    background-repeat: no-repeat;
    background-position: center left;
    padding: 20px 0px 20px 40px;
}

.sec-5-inner-2 {
    background-image: url(images/15.gif);
    background-repeat: no-repeat;
    background-position: center left;
    padding: 20px 0px 45px 40px;
}

.section-5 p {
    font-size: 25px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 10px;
}

.section-5 h2 {
    font-size: 42px;
    font-weight: bold;
    color: #ffffff;
}

.form-section {
    text-align: center;
}

.form-section h1 {
    font-size: 50px;
    max-width: 0px 0px 40px 0px;
}

.form-section p {
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    font-weight: bold;
    max-width: 1050px;
    margin: 10px auto;
}

.form-main {
    width: 60%;
    margin: 60px auto;
}

.form-flex {
    display: flex;
    gap: 20px;
    padding: 15px 0px;
}

.form-main input,
.form-main button {
    width: 100%;
    min-height: 65px;
}

.form-main button {
    background-color: #ffe001;
    border: none;
    font-size: 21px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.footer-bg {
    background-image: url(images/16.gif);
    padding: 80px 0px 50px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-left {
    width: 100%;
}

.footer-right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 90px 20px 0px 40px;
}

.footer-left p {
    font-size: 17px;
    font-weight: 400;
    margin: 60px 0px;
    color: #ffffff;
    max-width: 550px;
}

.footer-right p {
    font-size: 17px;
    font-weight: 400;
    color: #ffffff;
}

.footer-last a {
    padding: 8px;
    font-size: 17px;
    margin: 0px 3px;
    background-color: #ffffff;
    border-radius: 50%;
    color: #000000;
}

.sec-2-right-inner {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.mbl-menu {
    display: none;
}

.gallery-bg {
    position: relative;
    text-align: center;
}

.gallery-bg h1 {
    font-size: 54px;
}

.gallery {
    padding: 70px 0px;
    display: flex;
    gap: 20px;
    position: relative;
}

.gallery-inner {
    width: 100%;
}

.gallery-inner img {
    transition: transform 0.5s;
}

.gallery-inner:hover img {
    transform: rotate(360deg);
}











@media only screen and (max-width: 1080px) {
    .sec-2-left {
        width: 57%;
    }

    .sec-2-right {
        width: 100%;
    }

    .section_2 {
        justify-content: center;
        align-items: center;
    }

    .absolute-1 {
        top: -65px;
        left: 12px;
        width: 25%;
    }

    .absolute-3 {
        bottom: -52px;
        right: -43px;
        width: 25%;
    }

    .absolute-2 {
        bottom: -55px;
        width: 25%;
        left: -26px;
    }

    .main {
        padding: 50px 20px;
    }

    .section-5,
    .sec-4-sub-div,
    .section_1 {
        flex-direction: column;
    }

    .flex.header-right-inner-1 {
        display: none;
    }

    .form-main {
        width: 100%;
    }


    .sec_5_sub_div,
    .sec-5-inner-1,
    .sec-5-inner-2 {
        background-position: right;
        background-size: cover;
    }

    .section-5,
    .section_1 {
        padding: 0;
    }

    .header-right {
        margin: 0 auto;
    }

    .nav-main {
        display: none;
    }

    .nav ul {
        flex-direction: column;
        justify-content: center;
        align-items: start;
        gap: 20px;
    }

    .nav a {
        width: 100%;
        text-align: center;
    }

    .nav li {
        border: 2px solid transparent;
    }

    .nav li:hover {
        border-bottom: 2px solid black;
        border-top: 2px solid black;
        max-width: 40%;
        margin: 0 auto;
        transition-duration: 1s;
    }

    .header-left {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mbl-menu {
        display: block;
    }

    .food-animation {
        flex-direction: column;
        gap: 10px;
    }
    .animate-main{
        gap: 10px;
    }
}

@media only screen and (max-width: 809px) {
    .sec-2-right-inner img {
        width: 60%;

    }

    .img-1 {
        width: 37px !important;
    }

    .sec-2-right h1 {
        font-size: 70px;
    }

    .sec-2-right p {
        font-size: 20px;
    }

    .sec-2-right h3 {
        text-align: left;
    }

    .raper.reset.section_2,
    .sec-3-sub-div,
    .form-flex,
    .footer-right {
        flex-direction: column;
    }

    .sec-3-sub-div {
        gap: 50px;
    }

    .btn-1 {
        margin-left: 0px;
    }

    .sec-2-left {
        padding: 80px 0px 0px 0px;
    }

    .sec-2-left {
        width: 100%;
    }

    .absolute-1 {
        top: 8px;
        left: -19px;
    }

    .absolute-3 {
        top: 0;
    }

    .absolute-2 {
        left: unset;
        right: 0;
    }

    .absolute-4 {
        bottom: -244px;
    }


    .sectipn-4,
    .footer-right {
        padding: 10px 0px;
    }

    .sec_5_sub_div {
        padding: 20px 0px 20px 30px;
        background-position: right;
    }

    .nav li:hover {
        max-width: 80%;
    }

    .sec-3-bg {
        height: 100%;
    }

    .gallery {
        flex-direction: column;
    }
    @keyframes myfirst {
        0% {
            background: #E8E6A9;
            left: 0px;
            top: 0px;
        }
    
        50% {
            background: yellow;
            left: 0px;
            top: 100px;
        }
    
        75% {
            background: #E8E6A9;
            left: 0px;
            top: -100px;
        }
    
        100% {
            background: yellow;
            left: 0px;
            top: 0px;
        }
    }
    
    @keyframes myfirst-2 {
        0% {
            background: yellow;
            left: 0px;
            top: 0px;
        }
    
        50% {
            background: #E8E6A9;
            left: 0px;
            top: -100px;
        }
    
        75% {
            background: yellow;
            left: 0px;
            top: 100px;
        }
    
        100% {
            background: #E8E6A9;
            left: 0px;
            top: 0px;
        }
    }
}