@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Yesteryear&family=Yrsa:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Yesteryear&family=Yrsa:ital,wght@0,300..700;1,300..700&display=swap');

* {

    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

a {

    text-decoration: none;
}

body {

    margin: 0px;
    padding: 0px;
    /* font-family: "Yrsa", serif; */
    /* font-family: "Lexend Deca", sans-serif; */
}

.mt-20 {

    margin-top: 20px;
}

.mt-30 {

    margin-top: 30px !important;
}

.mt-60 {

    margin-top: 60px;
}

.mt-90 {

    margin-top: 90px;
}

.mt-120 {

    margin-top: 120px;
}

.mt-150 {

    margin-top: 150px;
}

.headertopbg {

    margin: 0px;
    padding: 5px;
    background-color: #a21d21;
}

.headertopbgleft {

    margin: 0px;
    padding: 0px;
    margin-top: 4px;
}

.headertopbgleft p {

    color: white;
    font-size: 16px;
    font-family: "Lexend Deca", sans-serif;
    margin: 0px;
    padding: 4px 0px;
}

.headertopright {

    margin: 0px;
    padding: 0px;
    text-align: right;
    margin-top: 6px;
}

.headertopright p a {

    color: white;
    font-family: "Lexend Deca", sans-serif;
    font-size: 16px;
    text-decoration: none;
    line-height: 18px;
}

.headernavigationmain {

    margin: 0px;
    padding: 0px;
    background-color: rgb(247, 247, 247);
    width: 100%;
    display: block;

}

.headerlogo {

    margin: 10px 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.headerlogo img {

    width: 84px;
    object-fit: cover;
}

.headernavigation {

    margin: 0px;
    padding: 0px;
    margin-top: 25px;
    position: relative;
}

.headernavigation ul {

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: right;
}

.headernavigation > ul > li {

    margin: 10px 0px;
    padding: 0px;
    list-style: none;

}

.headernavigation > ul>  li > a {

    margin: 0px 0px;
    padding: 0px 20px;
    font-size: 16px;
    color: #a21d21;
    font-family: "Lexend Deca", sans-serif;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    padding-bottom: 20px;
}

.headernavigation ul li a:hover {

    color: rgb(53, 53, 53);
}


.headernavigation .megamenu {

    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display:none;
    z-index: 10;
    background-color: #f0f0f0;
   
}

 .headernavigation > ul > li:hover  .megamenu {

    display: block;
} 


.headernavigation .megamenu .megamenu1 {

    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
}

.headernavigation .megamenu .megamenu1 .megamenuwidth {

    margin: 0px;
    padding: 0px;
    display: flex;
    flex-basis: 33.33%;
    flex-wrap: wrap;
    border-left: solid 1px #a21d21;
    border-right: solid 1px #a21d21;
}


.headernavigation .megamenu .megamenu1 .megamenuwidth .megmenuimg{

margin: 0px;
padding: 0px;
width: 100%;
display: block;

}

.headernavigation .megamenu .megamenu1 .megamenuwidth .megmenuimg img{

    width: 100%;
    height:432px;
    object-fit: cover;
}


.meganav{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: flex !important;
    flex-direction: column;
 
}

 .meganav > ul{

    margin: 0px;
    padding: 10px 0px;
    display: block;
}

 .meganav > ul > li{

    margin: 0px;
    padding: 16px 20px;
    list-style: none;
    border-bottom: dotted 1px #a21d21;
} 

 .meganav > ul > li:last-child{

    border-bottom: none;
 }

.meganav > ul > li > a{

    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: #a21d21;
    font-family: "Lexend Deca", sans-serif;
    text-transform: capitalize;
}


/* .headernavigation ul li ul.submenu {

    position: absolute;
    top: 120%;
    left: 0;
    width: 250%;
    background-color: #fef0d6;
    display: none;
    margin: 0px;
    padding: 0px;
    z-index: 10;
}

.headernavigation ul li:hover ul.submenu {

    display: block;
}

.headernavigation ul li ul.submenu li {

    margin: 0px;
    padding: 10px 20px;
    list-style: none;
    border-bottom: dotted 2px #a21d21;
    border-left: solid 1px #a21d21;
    border-right: solid 1px #a21d21;
}

.headernavigation ul li ul.submenu li a {

    font-size: 16px;
    color: #a21d21;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    cursor: pointer;
    font-family: "Lexend Deca", sans-serif;
    transition: all 0.5s ease-in-out;
}

.headernavigation ul li ul.submenu li a:hover {

    color: #252525;
} */



/*------------banner------------*/

.bannerbox {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}


/*------------homely------------*/

.homelybg {

    margin: 0px;
    padding: 40px 0px;

    display: flex;
    align-items: center;
    background-color: #fef0d6;
    position: relative;
    z-index: 1;

}

.homelybg::before {

    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/aboutCircle.webp);
    background-position: 70px;
    background-repeat: repeat;
    opacity: 0.3;
    z-index: -1;
}

.homelybox {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    text-align: center;
}

.homelyboximg {

    margin: 0px;
    padding: 0px;
}

.homelyboxtext {

    margin: 20px 0px;
    padding: 0px;
}

.homelyboxtext h4 {

    font-family: "Yesteryear", cursive;
    color: #a21d21;
    font-size: 30px;
    font-weight: 400;
    text-transform: capitalize;

}

.homelyboxtext p {

    color: #252525;
    font-size: 16px;
    font-family: "Lexend Deca", sans-serif;
    text-transform: capitalize;
}

/*--------------aboutus-------------*/

.aboutusbg {

    margin: 0px;
    padding: 40px 0px;
    background-color: rgb(162, 29, 33);
    position: relative;
    z-index: 1;

}

.aboutusbg::before {

    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../img/thali_menu_bg.png);
    background-size: contain;
    background-repeat: repeat;
    z-index: -1;
}

/*-------------------aboutus--------------------*/

.aboutusleft {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    position: relative;
    top: 40px;
    left: 0px;

}

.aboutusleft img{
    
    width: 100%;
    margin: 0px;
    padding: 0px;
}



.aboutusright {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    margin-top: 120px;
}

.aboutusright h2 {

    color: white;
    font-size: 36px;
    font-weight: 500;
    font-family: "Yesteryear", cursive;
    position: relative;
    display: inline-block;
    z-index: 1;
}

.aboutusright h2::before {

    position: absolute;
    content: "";
    top: 0px;
    left: -70%;
    background-image: url(../img/noun_wavy-lines.png);
    background-size: 80px;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;

}


.aboutusright h2::after {

    position: absolute;
    content: "";
    top: 0px;
    right: -70%;
    background-image: url(../img/noun_wavy-lines.png);
    background-size: 80px;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.aboutusright p {

    color: #fff;
    font-size: 16px;
    font-family: "Lexend Deca", sans-serif;
}

.btn {
    font-family: "Lexend Deca", sans-serif;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 20px;
    border-radius: 15px 15px;
    border: 1px solid #ffffff;
    position: relative;
    z-index: 1;
    transition: 0.5s ease-in-out;
}

.btn:focus,
.btn:hover {
    color: #fff;
}

.btn:after {
    content: "";
    background: linear-gradient(#ebe93c, rgba(162, 29, 33, 0));
    width: 0%;
    height: 100%;
    border-radius: 14px 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.5s;
    z-index: -1;
}

.btn:hover:after {
    top: 0%;
    left: 0%;
    width: 100%;
    transition: all 0.5s;
}

@media only screen and (max-width: 767px) {
    .btn {
        margin-bottom: 30px;
    }
}


/*------------menu-------------*/


.ourmenu {

    margin: 0px;
    padding: 0px;
    text-align: center;
}

.ourmenu h2 {

    color: #a21d21;
    font-size: 36px;
    font-family: "Yesteryear", cursive;
    position: relative;
    display: inline-block;
}


.ourmenu h2::before {

    position: absolute;
    content: "";
    top: 10px;
    left: -115%;
    background-image: url(../img/noun_wavy-lines_red.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.ourmenu h2::after {

    position: absolute;
    content: "";
    top: 10px;
    right: -115%;
    background-image: url(../img/noun_wavy-lines_red.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.ourmenubox {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.ourmenuboximg {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.ourmenuboximg img {

    margin: 0px;
    padding: 0px;
    border: solid 1px #a21d21;
    border-radius: 20px;
    height: 300px;
    object-fit: cover;
    width: 100%;
    display: block;
}

.ourmenuboxtext {

    margin: 0px;
    padding: 20px;
    width: 100%;
    display: block;
    background-color: white;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    text-align: center;
}

.ourmenuboxtext h4 {

    color: #a21d21;
    font-size: 32px;
    font-family: "Yesteryear", cursive;
}

.ourmenuboxtext h6 {

    color: #252525;
    font-size: 16px;
    font-family: "Lexend Deca", sans-serif;
}

/*------------experience-------------*/

.experiencetextcenter {

    text-align: center;
    margin: 0px;
    padding: 0px;
}

.experiencetextcenter h2 {

    position: relative;
    display: inline-block;
    font-size: 36px;
    color: white;
    font-family: "Yesteryear", cursive;
}

.experiencetextcenter h2::before {

    position: absolute;
    content: "";
    top: 10px;
    left: -115%;
    background-size: contain;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(../img/noun_wavy-lines.png);
}

.experiencetextcenter h2::after {

    position: absolute;
    content: "";
    top: 10px;
    right: -115%;
    background-size: contain;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(../img/noun_wavy-lines.png);
}

.experienceleft {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.experienceleftimg {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.experienceleftimg img {

    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 20px;
}

.experienceright {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.experienceright p {

    color: white;
    font-size: 16px;
    font-family: "Lexend Deca", sans-serif;
}

/*-----------------testimonial-------------*/

.testimonialbox {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.testimonialboxmain {

    margin: 0px;
    padding: 20px;
    width: 100%;
    display: block;
    border: solid 1px #a21d21;
    border-radius: 20px;
}

.testimonialboxmainimg {

    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 20px;
}

.testimonialboxmainimg1 {

    margin: 0px;
    padding: 0px;

    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.testimonialboxmainimg1 img {

    width: 90px;
    height: 90px;
    border-radius: 50%;

}

.testimonialboxmaintext {

    margin: 0px;
    padding: 0px;
}

.testimonialboxmaintext h5 {

    color: #a21d21;
    font-family: "Lexend Deca", sans-serif;
}

.testimonialboxmaintext p {

    color: #252525;
    font-size: 16px;
    font-family: "Lexend Deca", sans-serif;
}

.testimonialboxmain_text {

    margin: 0px;
    padding: 0px;
    margin-top: 20px;
}

.testimonialboxmain_text p {

    color: #252525;
    font-size: 16px;
    font-family: "Lexend Deca", sans-serif;
    text-align: left;
	/* min-height:96px; */
}

/*--------------footerbg-------------*/

.footerbg {

    margin: 0px;
    padding-top: 40px;
    padding-bottom: 20px;
    width: 100%;
    display: block;
    background-color: #fffdf9;
    position: relative;
    z-index: 1;
}

.footerbg::before {

    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../img/thali_menu_bg.png);
    background-size: contain;
    background-repeat: repeat;
    z-index: -1;
}

.footerleft {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.footerleft p {

    margin-top: 14px;
    padding: 0px;
    font-size: 16px;
    color: #252525;
    font-family: "Lexend Deca", sans-serif;
}

.footermiddle {

    margin: 0px;
    padding: 0px;
}

.footermiddle h2 {

    color: #a21d21;
    font-family: "Yesteryear", cursive;
    font-size: 32px;
}

.footermiddlenav {

    margin-top: 20px;
    padding: 0px;
}

.footermiddlenav ul {

    margin: 0px;
    padding: 0px;
    display: block;
}

.footermiddlenav ul li {

    margin: 0px;
    padding: 6px 0px;
    list-style: none;
}

.footermiddlenav ul li a {

    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: #a21d21;
    font-family: "Lexend Deca", sans-serif;
    transition: all 0.5s ease-in-out;
}

.footermiddlenav ul li a:hover {

    color: #252525;
}

.footerright {

    margin: 0px;
    padding: 0px;
}

.footerright h2 {

    color: #a21d21;
    font-family: "Yesteryear", cursive;
    font-size: 32px;
}

.footerrighticon {

    margin-top: 15px;
    padding: 0px;
}

.footerrighticon1 {

    margin: 10px 0px;
    padding: 0px;
    display: flex;
    gap: 15px;
}

.footerrighticon1 i {

    color: #a21d21;
    font-size: 20px;
    line-height: 25px;
}

.footerrighticon1 p,
.footerrighticon1 p a {

    color: #252525;
    font-family: "Lexend Deca", sans-serif;
    font-size: 16px;
    text-decoration: none;

}

.footercopyright {

    margin: 0px;
    padding: 6px 0px;
    width: 100%;
    display: block;
    background-color: #a21d21;
}

.footercopyrighttext {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    text-align: center;
}

.footercopyrighttext p,
.footercopyrighttext p a {

    color: white;
    font-size: 15px;
    font-family: "Lexend Deca", sans-serif;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}

.sticky {

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 99999;
    margin: 0px;
    padding: 0px;

}

.sticky .headernavigationmain {

    background-color: rgba(255, 255, 255, 0.904) !important;
}

.resbar {

    margin: 0px;
    padding: 0px;
    float: right;
    display: none;
    margin-top: 15px;
    cursor: pointer;
}

.res-logo {

    margin: 0px;
    padding: 20px;
    justify-content: space-between;
    display: none;
}

.experience .owl-prev,
.experience .owl-next {

    width: 40px !important;
    height: 40px !important;
    border-radius: 8px !important;
    border: solid 1px #fff !important;
    margin-top: 20px !important;
}

.experience .owl-prev i,
.experience .owl-next i {

    color: white !important;
}

.experience .owl-prev:hover,
.experience .owl-next:hover {

    background-color: transparent !important;
}


.testimonial .owl-prev,
.testimonial .owl-next {

    width: 40px !important;
    height: 40px !important;
    border-radius: 8px !important;
    border: solid 1px #a21d21 !important;
    margin-top: 20px !important;
}

.testimonial .owl-prev:hover,
.testimonial .owl-next:hover {

    background-color: transparent !important;
}

.testimonial .owl-prev i,
.testimonial .owl-next i {

    color: #a21d21 !important;
}


/*---------aboutuspage----------*/

.aboutuspage {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    height: 270px;
    background-image: url(../img/aboutuspge-menu.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position-y: -276px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    flex-direction: column;
}

.aboutuspage::before {

    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(37, 37, 37, 0.575);
    z-index: -1;
}

.aboutuspage h2 {

    color: white;
    font-size: 48px;
    font-family: "Lexend Deca", sans-serif;
}

.aboutuspage h4,
.aboutuspage h4 a {

    color: white;
    font-size: 24px;
    text-decoration: none;
    font-family: "Lexend Deca", sans-serif;
}


/*------------ourhistory------------*/

.ourhistoryleft {

    margin: 0px;
    padding: 0px;

}

.ourhistoryleft p {

    font-size: 16px;
    color: #252525;
    font-family: "Lexend Deca", sans-serif;
}


.ourhistoryright {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}


/*----------contactuspage--------------*/

.contactusleft {

    margin: 0px;
    padding: 20px;
    border: solid 1px #a21d21;
    border-radius: 20px;
}

.contactuslefticon {

    margin: 0px;
    padding: 0px;
    text-align: center;
}


.contactuslefticon i {

    color: #a21d21;
    font-size: 24px;
}

.contactuslefttext {

    margin: 0px;
    padding: 0px;
    text-align: center;
}

.contactuslefttext h5 {

    color: #a21d21;
    font-family: "Yesteryear", cursive;
    font-size: 24px;
    margin-top: 20px;
}

.contactuslefttext p,
.contactuslefttext p a {

    color: #252525;
    font-size: 16px;
    font-family: "Lexend Deca", sans-serif;
    text-decoration: none;
}

/*------------contactusform-----------------*/

.contactusformleft {

    margin: 0px;
    padding: 0px;
}

.contactusformleft h4 {

    color: white;
    font-family: "Yesteryear", cursive;
}

.contactusformleft form {

    margin-top: 20px;
}

.contactusformleft input {

    width: 100%;
    display: block;
    border: solid 1px #fff;
    font-size: 15px;
    font-family: "Lexend Deca", sans-serif;
    padding: 8px;
    color: white;
    background-color: transparent;
    border-radius: 15px;
}


.contactusformleft input::placeholder{

    color: white;
}

.contactusformleft input:focus {

    outline: none;
    box-shadow: none;
}

.contactusformleft textarea {

    width: 100%;
    display: block;
    border: solid 1px #fff;
    font-size: 15px;
    font-family: "Lexend Deca", sans-serif;
    margin: 15px 0px;
    padding: 8px;
    color: white;
    background-color: transparent;
    border-radius: 15px;
    height: 120px;
}

.contactusformleft textarea::placeholder{

    color: white;
}

.contactusformleft textarea:focus {

    outline: none;
    box-shadow: none;
}

.contactusright {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;

}


/*---------------menupage-----------------*/

.menuboxmain {
    margin: 0px auto;
    padding: 0px;
    width: 60%;
}

.menuboxmain_1 {

    margin: 0px;
    padding: 0px 50px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/menu2.png);
    width: 100%;

    position: relative;
}

.menuboxmain_1-height {
    height: 1280px;
    overflow-y: auto;
}

.menuboxmain_1text {

    margin: 0px;
    padding: 0px;
    text-align: center;
}


.menuboxmain_1text-tittle {

    padding-top: 17.5%;
}

.menuboxmain_1text-tittle h2 {

    color: #a21d21;
    font-size: 35px;
    font-family: "Yesteryear", cursive;
}

.menuboxmain_1text-main {

    padding-top: 9%;
	margin-left:15px;
}

.menuboxmain_1text-main1 {

    margin: 0px;
    padding: 0px;
    border-bottom: dotted 1px #a21d21;
    padding-bottom: 2%;
    padding-top: 2%;
}

.menuboxmain_1text-main p {

    font-size: 24px;
    color: #a21d21;
    font-family: "Yesteryear", cursive;
    font-weight: 500;
    text-align: left;
    margin-left: 10%;
    text-transform: capitalize;
}

.menuboxmain_1text-main h6 {

    color: #252525;
    font-size: 16px;
    font-family: "Lexend Deca", sans-serif;
    text-align: left;
    margin-left: 10%;
    margin-top: -1.5%;
    text-transform: capitalize;
}


.dis-block {

    display: none;
}

.menuboxmain_1text-main1:last-child {

    border-bottom: none;
}

.wp-block-heading  {
font-size: 20px;
    color: #a21d21;
    font-family: "Yesteryear", cursive;
    font-weight: 500;
    text-align: left;
    margin-left: 10%;
    text-transform: capitalize;
}


.menuboxmain_1text-main1 p {
    color: #252525;
    font-size: 16px;
    font-family: "Lexend Deca", sans-serif;
    text-align: left;
    margin-left: 10%;
    margin-top: -1.5%;
    text-transform: capitalize;
	width: 75%;
}


@media only screen and (min-width:991px) and (max-width:1200px) {

    .menuboxmain_1text-tittle {

        padding-top: 28.5%;
    }
}




@view-transition {

    navigation: auto;
}


@media (max-width:991px) {

    .headertopright {

        text-align: left;
    }

    .resbar {
        display: block;
    }

    .headernavigation {

        margin: 0px;
        padding: 0px;
        width: 100%;
        position: fixed;
        height: 100%;
        top: 0;
        left: -100%;
        z-index: 999;
        background-color: #a21d21;
        transition: all 0.5s ease-in-out;

    }

    

    .headernavigation ul {

        margin: 0px;
        padding: 0px;
        display: block;
    }

    .headernavigation ul li {

        margin: 0px;
        padding: 10px 0px;
        display: block;
    }
    .headernavigation ul li a{

        color: white;
        transition: all 0.5s ease-in-out;
   
    }

     .headernavigation ul li a:hover{

        color: #ebe93c;
     }

    .headernavigation>ul>li>ul.submenu {

        position: relative;
        width: 100%;
        max-height: 400px;
        overflow-y: scroll;
        scrollbar-width: thin;
    }
    .res-cross-main i{

        color: white;
    }

    .aboutusleft {

        left: 0;
    }

    .aboutusright {

        margin-top: 50px;
    }


    .aboutusright h2::before {

        display: none;
    }

    .aboutusright h2::after {

        display: none;
    }

    .ourmenu h2::before {

        left: -77%;
        width: 64%;
        height: 35%;
        top: 12px;
    }

    .ourmenu h2::after {

        right: -77%;
        width: 64%;
        height: 35%;
        top: 12px;
    }

    .experiencetextcenter h2::before {

        left: -77%;
        width: 64%;
        height: 35%;
        top: 12px;
    }

    .experiencetextcenter h2::after {

        right: -77%;
        width: 64%;
        height: 35%;
        top: 12px;
    }

    .res-logo {

        display: block;
    }

    .res-logo-main {

        margin: 0px;
        padding: 0px;
        display: flex;
        justify-content: space-between;
    }

    .res-cross-main {

        margin: 0px;
        padding: 0px;
        cursor: pointer;
        margin-top: 20px;
    }

    .res-cross-main i {

        font-size: 24px;
    }

    .headernavigation.main {

        left: 0;
    }

    .menuboxmain_1text-tittle {

        padding-top: 12%;
    }

    .menuboxmain_1-height {

        height: 1370px;
    }

    .menuboxmain {

        width: 88%;
    }

    .disnone {

        display: none;
    }

    .dis-block {

        display: block;
    }

    .res-beveragesbox {

        margin: 0px;
        padding: 0px;
        width: 100%;
        display: block;
    }

    .aboutuspage {

        background-position-y: 0;
    }

    .headernavigation .megamenu{

        position: relative;
        display: none;
    }
    .headernavigation .megamenu .megamenu1 {

        flex-direction: column;
        height:300px;
        overflow-y: scroll;
    }

    .headernavigation .megamenu .megamenu1 .megamenuwidth .megmenuimg img{

        height: 595px;
    }

    .meganav > ul > li > a{

        padding: 0px 20px;
        color: #a21d21 !important;
    }

    .menuboxmain_1text-main h6{

        margin-left: 3%;
    }

    .menuboxmain_1text-main p{

        margin-left: 3%;
    }

    .footerleft  img{

        display: none;
    }
    .megmenuimg img{

        display: none;
    }
	.aboutuspage h2 {
    color: white;
    font-size: 20px;
    font-family: "Lexend Deca", sans-serif;
}
.aboutuspage h4, .aboutuspage h4 a {
    color: white;
    font-size: 20px;
    text-decoration: none;
    font-family: "Lexend Deca", sans-serif;
}
	
.menuboxmain_1text-main1 p {
    color: #252525;
    font-size: 16px;
    font-family: "Lexend Deca", sans-serif;
    text-align: left;
    margin-left: 10%;
    margin-top: -1.5%;
    text-transform: capitalize;
	width: 100%;
}
    
}