* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
html,
body {
    font-size: 20px;
    font-weight: 600;
    font-family: "Roboto Slab", serif;
    position: relative;
    z-index: 0;
    background-color: #fef1f9;
    --temp-primary-color: #d96c2e;
    --temp-secondary-color: #2b8dc0;
    --temp-white: #fff;
    --temp-black: #000;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
#page-body {
    overflow-x: hidden;
    overflow-y: auto;
}
#page-body.active {
    overflow-y: hidden;
}
.page {
    height: 100vh;
}
body :where(h1, h2, h3, h4, h5, h6) {
    font-weight: 600;
    font-family: "Roboto Slab", serif;
    line-height: 1.2;
    text-transform: capitalize;
}
body p {
    font-weight: 400;
    font-family: "Inter", sans-serif;
    line-height: 1.5;
}
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}
a,
a:hover {
    text-decoration: none;
    font-family: "Roboto Slab", serif;
}
button {
    border: none;
    outline: none;
}
button:hover,
button:focus,
button:focus-visible {
    border: none;
    outline: none;
}
/* ================================================================== TYPOGRAPGHY ======================================================================== */
body .page-wrapper {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
#index_page{
    margin-top : 0 !important;
}
.page-wrapper a {
    text-decoration: none;
}
.page-wrapper .order-btn:hover {
    text-decoration: none;
    background: #000;
    color: #fff;
}
.page-wrapper :where(h1,h2,h3,h4,h5,h6) {
    margin: 0;
    padding: 0;
    /* font-family: "Barlow Condensed", sans-serif; */
        font-family: 'Great Vibes', cursive;
    font-weight: 900;
    line-height: 1;
    text-transform: capitalize;
}
.page-wrapper h1 {
        color: #121212;
    /* font-family: "Barlow Condensed", sans-serif; */
    font-family: "Great Vibes", cursive;
    font-size: 75px;
    font-weight: 800;
    padding: 25px 75px;
    text-transform: capitalize;
    line-height: 1.1;
}
.page-wrapper .spanTxt{
    color: var(--temp-primary-color);
    font-size: 26px;
    font-weight: 100;
    text-align: center;
    display: block;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-style: italic;
    text-transform: uppercase;
    font-family: "Bangers", system-ui;
        font-family: 'Playfair Display', serif;
}
.page-wrapper h2 {
    font-size: 55px;
    color: #121212;
    font-weight: 500;
    line-height: 1.3;
}
.page-wrapper h2 span::before {
    display: none;
}
.page-wrapper h3 {
    font-size: 80px;
    color: var(--temp-secondary-color);
    margin: 0 0 30px 0;
    position: relative;
}
.page-wrapper h4 {
    font-size: 60px;
    color: var(--temp-secondary-color);
    margin: 0 0 30px 0;
}
.page-wrapper h2 span, .page-wrapper h3 span, .page-wrapper h4 span {
    display: inline-block;
    color: var(--temp-primary-color);
    position: relative;
    font-weight: 900;
    font-size: inherit;
    line-height: inherit;
}
.page-wrapper h3 span::before,
.page-wrapper h4 span::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 6px;
    background: var(--temp-primary-color);
    z-index: -1;
}
.page-wrapper p {
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-family: "Inter", sans-serif;
    font-weight: 200;
    line-height: 1.5;
    margin: 25px 0 0 0;
    color: #000;
        font-family: "Lato", sans-serif;
    font-weight: 400;
}
.page-wrapper span{
    font-weight: 400;
    font-family: "Roboto Slab", serif;
}
@media(min-width:1200px){
    .container{
        max-width: 1140px;
    }
}
@media(min-width:1500px){
    .container{
        max-width: 1440px;
    }
}
/* ================================================================== SECTION STYLES ======================================================================== */
.page-wrapper section {
    position: relative;
    z-index: 0;
}
/* ================================================================== BUTTON STYLES ========================================================================= */
/* .page-wrapper .order-btn {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 50px;
    text-transform: capitalize;
    font-size: 20px;
    font-family: "Roboto Slab", serif;
    font-weight: 400;
    background-color: var(--temp-primary-color);
    color: var(--temp-white);
    position: relative;
    overflow: hidden;
    z-index: 0;
} */

  .page-wrapper .order-btn {
    display: inline-block;
    position: relative;
    z-index: 0;
    padding: 15px 25px;
    color: #fff;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Teko', sans-serif;
    background: #E60000;
    transition: 0.5s;
    margin-top: 25px;
    border-radius: 4px;
    filter: drop-shadow(1px 1px 2px #0000009e);
    }
    .redTxt {
        color: #E60000 !important;
        font-weight: 600 !important;
    }

    /* .page-wrapper .order-btn:hover {
        background: #000 url('https://public.touch2success.com/static/ab3189f4548c2800ef1257418ce49b07/img/1701192442php7LTD0U.png') no-repeat top / 100%;
        color: #fff;
    } */

    .navbar .dropdown {
            background: #e30000;
    padding: 0px 10px;
    border-radius: 4px;
    filter: drop-shadow(1px 1px 3px #0000007a);
    }

    .navbar .dropdown-toggle { 
            color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    }

    .dropdown-menu {
        right: 0;
        left: unset;
    }
    .mapframe {
        width: 100%;
        height: 500px;
    }
    .mapSection .row {
            display: flex;
    align-items: center;
    background: #fff;
    filter: drop-shadow(0px 1px 5px #00000052);
    padding: 15px;
    border-radius: 15px;
    margin: 0 0 50px;
    }

   .mapSection p.footerNav {
        font-size: 25px;
    color: #000;
    padding-bottom: 20px;
    }

    .mapSection p.footerNav a{ 
        color: #000;
    }   

    .btn.focus, .btn:focus {
    outline: unset;
    box-shadow: unset !important;
}
.desktopNone {
    display: none !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    background: unset !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: unset !important;
}

.dropdown-menu .dropdown-item{
    margin: 10px 0;
    color: #000000;
    text-transform: capitalize;
}
#header .navbar .nav-ul .nav-li {
    padding: 10px 20px;
}
/* ================================================================== HEADER STYLES ========================================================================= */
#header {
    background: #ffffff;
    padding: 15px 0;
    box-shadow: 0px 2px 15px -10px rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    transition: 0.5s;
}
#header.hide {
    transform: translateY(-100%);
}
#header .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}
.navbar .nav-logo {
    width: 70px;
    transform: rotate(-15deg);
}
.navbar .nav-ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar .nav-ul .nav-li {
    padding: 0 25px;
}
.navbar .nav-link {
    padding: 0;
    color: var(--temp-black);
    text-transform: uppercase;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    opacity: 0.7;
    position: relative;
}
.navbar .nav-link:hover,
.navbar .nav-link.active {
    opacity: 1;
    color: var(--temp-primary-color);
}
.navbar .nav-link::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 50px;
    height: 5px;
    background: var(--layout-primary-color);
    z-index: 0;
    opacity: 0;
}
.navbar .nav-link.active::before {
    opacity: 1;
}
.hamburger-menu {
    display: none;
}
.mapSection .spanTxt{
        padding: 20px 0;
    text-transform: capitalize;
    letter-spacing: 0;
}
/* ================================================================== CUSTOME CSS =========================================================================== */
.headerSection {
    padding-top: 150px !important;
    padding-bottom: 50px;
    text-align: center;
    background: #F7F2E2;
}
.headerImg {
    max-width: 600px;
    filter: drop-shadow(2px 4px 5px #000000b8);
}
.imgOne {
width: 8%;
    position: absolute;
    bottom: 20%;
    left: 5%;
    animation: zoomIn 5s linear 2s infinite alternate;
    opacity: 0;
}
.imgTwo {
width: 9%;
    position: absolute;
    right: 5%;
    top: 10%;
    animation: zoomIn 5s linear 2s infinite alternate;
    display: none;
}
.imgThree {
    width: 9%;
    top: 42%;
    position: absolute;
    left: 7%;
    animation: zoomOut 5s linear 2s infinite alternate;
    filter: drop-shadow(2px 4px 5px #000000b8);
}
.imgFour {
    width: 9%;
    position: absolute;
    right: 0;
    bottom: 10%;
    animation: zoomOut 5s linear 2s infinite alternate;
    filter: drop-shadow(2px 4px 5px #000000b8);
}

 @keyframes zoomIn {
  0%   {transform: translateX(0);}
  50%  {transform: translateY(15px);}
  100% {transform: translateX(0);}
}
 @keyframes zoomOut {
  0%   {transform: translateX(0);}
  50%  {transform: translateY(-15px);}
  100% {transform: translateX(0);}
}

.main {
      display: grid;
      align-items: center;
      justify-items: center;
	   grid-template-columns: 1fr;
	   grid-template-rows: 1fr;
      position: relative;
    }

    #rotatingText {
      animation-name: rotate-circle;
      animation-duration: 10s;
      animation-timing-function: linear;
      animation-iteration-count: infinite;	
	   grid-area: 1 / 1;
    width: 300px;
    height: 280px;
      position: absolute;
    }
    .page-wrapper .text {
      font-weight: 400;
      letter-spacing: 1.7px;
      text-transform: uppercase;
      font-family: "Six Caps", serif;
      font-size: 11px;
      fill: var(--temp-grey);
    }
     @keyframes rotate-circle {
      to {
        transform: rotate(1turn);
      }
    }
    .rotateTxt {
               position: absolute;
    top: 30%;
    right: 7%;
    }
    .rotateTxt p {
            margin-top: 0;
    background: #ffffff;
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 55px solid #d96c2e;
    }
.aboutContent .spanTxt {
    text-align: left;
}
.aboutSection {
    padding: 50px 0;
}
.aboutImg {
        scale: 0.9;
            filter: drop-shadow(3px 7px 5px #000000b8);
}
.tandooriImg {
    height: 100%;
    object-fit: cover;
}
.award .line {
        border: 1px solid rgb(189 189 189);
}
.imgFive {
    position: absolute;
    right: 5%;
    bottom: 5%;
    width: 10%;
    animation: zoomOut 2s linear 2s infinite alternate;
    filter: drop-shadow(2px 4px 5px #000000b8);
}
.galleryOneSection {
    padding: 100px 0;
    background-color: #f7f2e2;
    text-align: center;
}

.aboutContentSection ul li {
    text-align: left;
    color: #312f2d;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 15px;
    padding-bottom: 10px;
}

p.footerDullText {
    color: #bfbcbc;
    margin: 50px 0 75px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-align: center;
}
    .orderButtons {
            display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 25px;
    }
.galleryParent p {
        position: absolute;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    background: #e60000;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 40px;
    margin-top: 5px;
    transition: all 0.2s linear;
}
.galleryParent {
        background: #fff;
    border-radius: 50px;
    padding: 30px;
    transition: all 0.2s linear;
}
.galleryParent img{
    transition: all 0.2s linear;
}
.galleryParent:hover {
        background: #d96c2e;
    transition: all 0.2s linear;
}
.galleryParent:hover img{
         rotate: -10deg;
    transition: all 0.2s linear;
}
.galleryParent:hover p{
        background: #ffffff;
    color: #d96c2e;
    transition: all 0.2s linear;
}
.awardContainer span {
    text-align: left;
}
.awardContainer .spanTxt {
        text-align: left;
    color: #f1c411;
}
.award {
        width: 100%;
    display: flex;
    /* flex-direction: row-reverse; */
    padding-top: 40px;
}
.awardText {
    width: 80%;
}
.line {
          border: 1px solid rgb(217 108 46);
    width: 90%;
    margin-top: 10px;
}
.awardImg {
    width: 20%;
}
.awardSection {
    background: #3f9065;
}
p.yearTxt {
        color: #f1c411;
    font-weight: 900;
    font-size: 28px;
}
.awardContainer {
    padding: 60px 50px;
}
.shapeImg {
    width: 40%;
    margin-top: 20px;
}
.awardContainer .shapeImg {
        filter: brightness(1.5);
}
.waveImg {
        position: absolute;
    bottom: -1px;
    /*filter: invert(1);*/
        filter: brightness(0) saturate(100%) invert(100%) sepia(45%) saturate(514%) hue-rotate(11deg) brightness(106%) contrast(94%);
        opacity: 0;
}
 .page-wrapper .mask{
        -webkit-mask-image: url(https://public.touch2success.com/static/b1cb275a788a9c10f60a93682b1e7039/img/1758905559phpIBYCZo.png);
        mask-image: url(https://public.touch2success.com/static/b1cb275a788a9c10f60a93682b1e7039/img/1758905559phpIBYCZo.png);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        -webkit-mask-position: center;
    }
    .videoSection {
        background-color: #fff;
    }
    .aboutContentSection p {
    font-weight: 300;
    }
    .openingTiming {
            display: flex;
    border: 2px solid #f1c411;
    border-radius: 30px;
    padding: 20px;
    margin: 25px 0;
    position: relative;
    }
    .openHrs {
            width: 100%;
    text-align: center;
    }
    .openingHours {
        text-align: center;
    }
    .openingTiming::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    background: #f1c411;
    width: 2px;
    height: 100%;
    }
    .openingTiming p {
            font-size: 20px;
    font-weight: 600;
    }
    .page-wrapper .openingHours .spanTxt {
            color: #f1c411;
    }
    .reviewSection h2 {
        margin-bottom: 40px;
    }
    .videoContainer:after {
        content: '';
        background-image: url('https://public.touch2success.com/static/b1cb275a788a9c10f60a93682b1e7039/img/1758905559phpO4WMbo.png');
        position: absolute;
        filter: brightness(0) saturate(100%) invert(51%) sepia(16%) saturate(1266%) hue-rotate(95deg) brightness(91%) contrast(88%);
            top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scaleY(1.5) scaleX(1.04);
    background-size: contain;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    }
     .videoContainer {
        position: relative;
    }
    .videoSection {
        padding: 100px 0;
    }
    .playButton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    }
    .playButton i{ 
    border: 2px solid #fff;
    padding: 40px;
    border-radius: 50%;
    }
    .fa-play:before {
    font-size: 25px;
    color: #fff;
    }
    .reviewSection {
            text-align: center;
    padding: 0px 0 100px;
    background: #fff;
    }
    .reviewTxt {
            background: #f7f2e2;
    padding: 50px;
    border-radius: 100px;
    margin-top: -35px;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
    filter: drop-shadow(2px 3px 0px #00000080);
    }
    .reviewPerson {
            background: #f9993c;
    padding: 15px;
    border-radius: 60px;
    width: 70%;
    margin-left: auto;
    margin-top: -30px;
    filter: drop-shadow(2px 3px 0px #00000080);
    animation: float 5s linear infinite alternate;
    }

     @keyframes float {
  0%   {transform: rotate(-5deg);}
  50%  {transform: rotate(0deg);}
  100% {transform: rotate(-5deg);}
}

    p.personName {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
    }
    p.siteName {
     color: #ffff00;
         font-size: 10px !important;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 0 10px;
    }

    .fa-star:before {
    color: #ffff00;
}
p.personName {
        color: #ffff00 !important;
}
    .reviewParent img {
        position: relative;
    margin-right: auto;
    display: flex;
    top: 10px;
    left: 20px;
    z-index: 1;
    }
    .galleryTwoSection {
            z-index: 1 !important;
                padding: 100px;
    text-align: center;
    background: #f7f2e2;
    }
    .galleryTwoSection .slider-wrapper {
    height: 450px;
    width: 100%;
}
.slider-section {
    padding-top: 60px;
}
.slider-wrapper {
    transition: all 0.2s linear;
}
 .page-wrapper .maskTwo{
        -webkit-mask-image: url(hhttps://public.touch2success.com/static/b1cb275a788a9c10f60a93682b1e7039/img/1759255171phpdTKXIV.png);
        mask-image: url(https://public.touch2success.com/static/b1cb275a788a9c10f60a93682b1e7039/img/1759255171phpdTKXIV.png);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: 100% 100%;
        -webkit-mask-position: center;
    }
    .hoverIcon {
            display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.01);
    opacity: 0;
    width: 100%;
    height: 100%;
    background: #d96c2ecc;
    font-size: 130px;
    color: #fff;
    transition: all 0.2s linear;
    }
    .slider-wrapper:hover .hoverIcon{
        transform: scale(1.0) translate(-50%, -50%);
        opacity: 1;
    transition: all 0.2s linear;
    }
    .footerSection {
        padding: 25px 0;
    background: #22846e;
    text-align: center;
    }
.footerImg::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #f7f2e2;
    width: 100%;
    height: 1px;
    z-index: -1;
}
.footerImg {
    position: relative;
}
.footerImg img{
        padding: 0 50px;
        background: #22846e;
}
.socialIcons {
    width: 50px;
    height: 50px;
    object-fit: contain;
    transition: all 0.2s linear;

}
.socialIcons {
    display: flex;
    gap: 25px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.footerSection .spanTxt {
    text-align: left;
    color: #fff;
}
.socialParent {
    display: flex
;
    justify-content: space-evenly;
    gap: 15px;
    align-content: center;
    flex-wrap: wrap;
    width: 75%;
    margin: auto;
    margin-top: 50px;
}
p.footerNav {
        font-size: 20px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    color: #dedede;
    margin-top: 0;
}
.openHours {
    text-align: center;
    /* border: 2px solid #fff; */
    /* border-radius: 25px; */
    /* padding: 50px; */
    margin-top: 25px;
    text-align: center;
}
.fa-clock-o {
        color: #fff;
    font-size: 45px;
    font-weight: 300;
    padding-bottom: 20px;
}
.openHours p {
    color: #fff;
    margin-top: 5px;
}
.footerWaveImg {
        filter: invert(1);
    margin-top: 20px;
    margin-bottom: 20px;
}
.spanTxt.two {
    text-align: center;
}

.socialIcons.bg {
    width: 100px;
}
.aboutContent p {
    margin-top: 0 !important;
}
p.copyRightsText {
        color: #fff;
    font-weight: 200;
    font-size: 20px;
    border-top: 1px solid #f3f0e0;
    padding-top: 25px;
}
.bannerSection {
    background: #f7f2e2;
    z-index: 1;
    /* padding-top: 50px; */
}
.awardShape {
    width: 25%;
}
.videoSection a {
    color: #dedede;
}
.aboutContentSection {
    background: #f7f2e2;
    text-align: center;
    padding: 70px 0;
}
.bannerWaveTop {
        position: absolute;
    top: -33px;
    z-index: 4;
    filter: brightness(0) saturate(100%) invert(39%) sepia(90%) saturate(462%) hue-rotate(338deg) brightness(104%) contrast(90%);
}
.footerSection a {
    color: #fff;
}
.reviewParent {
    margin-bottom: 60px;
}
.socialMediaIcons {
        padding: 75px 0;
}
.navA {
        box-shadow: 9px 9px 18px #bebebe, -9px -9px 18px #fff;
    padding: 20px;
    width: 90px;
    height: 90px;
    margin: 10px;
    border-radius: 30%;
    transition: all 0.2s linear;
}

.navA:hover .socialIcons{
        transform: scale(1.15);
    transition: all 0.2s linear;
}
.navA.bg {
    width: 130px;
    border-radius: 12px;
}





