@-ms-viewport{
  width: device-width;
}

/* Fonts */


@font-face {
    font-family: Museo-300;
    src: url('../fonts/Museo300-Regular.otf');
}

@font-face {
    font-family: Museo-700;
    src: url('../fonts/Museo700-Regular.otf');
}

@font-face {
    font-family: Sansation-Light;
    src: url('../fonts/Sansation_Light.ttf');
}

@font-face {
    font-family: Sansation-Regular;
    src: url('../fonts/Sansation_Regular.ttf');
}

@font-face {
    font-family: Sansation-Bold;
    src: url('../fonts/Sansation_Bold.ttf');
}

@font-face {
    font-family: Sharp;
    src: url('../fonts/SharpGroteskMedium25-Regular.ttf');
}

@font-face {
    font-family: Roman;
    src: url('../fonts/RomanVersion.woff');
}


/* Bootstrap */

html {
    scroll-behavior: smooth;
}

.row {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.col-6 {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.col-2 {
    width: 16.66%;
    overflow: hidden;
}

.col-1 {
    width: 8.3333%;
    overflow: hidden;
}

.col-3 {
    width: 25%;
    overflow: hidden;
}

.col-4 {
    width: 33.33%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    overflow: hidden;
}

.col-12 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.justify-content-center {
    justify-content: center;
}

.flex-column {
    flex-direction: column;
}

.justify-content-between {
    justify-content: space-between;
}

.align-center {
    align-items: center;
}

.text-center {
    text-align: center;
}

.p-40 {
    padding: 80px 40px;
}

.p-5 {
    padding: 60px;
}

.p-4 {
    padding: 40px;
}

.p-3 {
    padding: 30px;
}

.p-2 {
    padding: 20px;
}

.p-1 {
    padding: 10px;
}

.px-2 {
    padding: 0 20px;
}

.px-3 {
    padding: 0 30px;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.ml-1 {
    margin-left: 10px;
}

.ml-2 {
    margin-left: 20px;
}

.ml-3 {
    margin-left: 30px;
}

.ml-4 {
    margin-left: 80px;
}

.mt-4 {
    margin-top: 35px;
}

.mt-5 {
    margin-top: 60px;
}

.mb-5 {
    margin-bottom: 60px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-2 {
    margin-bottom: 20px;
}

.mt-1 {
    margin-bottom: 10px;
}
.mt-6 {
    margin-top: 81px;
}

.mh-100vh {
    min-height: 71vh;
    position: relative;
}

.img-fluid {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}


/* Main Content */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #FFFDFA;
    overflow-x: hidden;
}

.main-content {
    width: 100vw;
    min-height: 100vh;
    position: relative;
}

.left-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 60px;
    height: 100vh;
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 99999;
    cursor: pointer;
}

.menu-button {
    width: 20px;
    height: 25px;
    position: relative;
}

.menu-button::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
}

.menu-button::after {
    content: '';
    position: absolute;
    width: 100%;
    margin-top: 10px;
    height: 2px;
    background-color: #000;
}


/* Deskctop Menu */

.desktop-left-menu {
    position: fixed;
    left: -8%;
    top: 0;
    background-color: #fff;
    width: auto;
    height: 100vh;
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 999999;
    cursor: pointer;
    /* transition: all .3s ease-in-out; */
}

.desktop-menu-list {
    list-style: none;
    display: flex;
    flex-direction: column;
}

.desktop-menu-list li {
    padding: 10px 5px;
}

.desktop-menu-list li a {
    text-decoration: none;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.7);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.heading {
    font-family: "Sharp", Helvetica, Arial, sans-serif;
    /* font-family: "Sharp Grotesk Book 25", Helvetica, Arial, sans-serif; */
    font-weight: lighter;
    font-size: 50px;
    letter-spacing: -2px;
}

.heading-2 {
    font-family: "Sharp", Helvetica, Arial, sans-serif;
    /* font-family: "Sharp Grotesk Book 25", Helvetica, Arial, sans-serif; */
    font-weight: lighter;
    font-size: 40px;
    letter-spacing: -2px;
}

.sub-heading {
    font-family: "Roman", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 3.2rem;
    line-height: 1.2;
    letter-spacing: .02em;
    white-space: pre-line;
}

.w-300 {
    width: 410px;
}

.regular-padding {
    padding: 80px 150px;
}


/* Header Area */

.showcase {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #111;
    transition: 0.5s;
    z-index: 2;
}
.showcase video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    opacity: 1;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: overlay;
}


body{
    overflow-x: hidden;
}
section{
    position: relative;
}


.Explore::before {
    content: ' ';
    position: absolute;
    width: 40%;
    height: 0.175rem;
    background: white;
    transition: 0.3s;
    bottom: 24%;
}
.section1 {
  height: 400vh;
  z-index: 0;
  position: relative;
  
}
#left1 {
  position: absolute;
  display: grid;
  width: 100vw;
}
#left1 h1 {
    width: 400px;
    top: 65vh;
}
#right1 {
    position: absolute;
    height: 100vh;
    width: 100vw;
    
}
#right1 img{
    width: 100vw;
    height: 100vh;
}
#right1 h1{
    top: 65vh;
    color: white;
    font-weight: 100;
    width: 30%;
}
#turmeric{
    position: absolute;
    height: 100vh;
    width: 100vw;
   
}
#turmeric img{
  width: 100vw;
  height: 100vh;
}
#turmeric h1{
    top: 65vh;
    color: white;
    font-weight: 100;
    width: 30%;
}

/* section 2 */

.section2 {
    height: 300vh;
    z-index: 0;
    position: relative;
}

#svg-container {
    position: absolute;
    width: 50vw !important;
    height: auto !important;
    background: #FFBB22;
    
}
#svg-titles {
    position: absolute;
    height: 300vh;
    width: 50vw;
    left: 50vw;
    
}
.section3 {
    position: relative;
    height: 100vh;
    z-index: 0;
    margin-top: -25px;
    margin-bottom: 15%;
   
}
.section3 div video{
        position: absolute;
    width: 100vw;
    height: fit-content;
}
.section3 div h1 {
    color: white;
    position: absolute;
    top: 70vh;
    left: 60vw;
    z-index: 2;
    width: 33%;
    line-height: 60px;
}
#s1 {
    position: absolute;
    text-align: left;
    top: 9vh;
    left: 4vw;
}

#s2 {
    position: absolute;
    text-align: left;
    font-weight: 400;
    color: #CCCAC8;
    width: 600px;
    top: 50vh;
}
#s3 {
    text-align: left;
    font-weight: 400;
    width: 600px;
    top: 95vh;
    color: #CCCAC8;
}
#s4 {
    position: absolute;
    text-align: left;
    width: 600px;
    top: 140vh;
    color: #CCCAC8;
}
#s5 {
    position: absolute;
    text-align: left;
    width: 600px;
    color: #CCCAC8;
    top: 190vh;
    color: #CCCAC8;
   
}
#s6 {
    position: absolute;
    text-align: left;
    width: 600px;
    top: 240vh;
    color: #CCCAC8;
}

#i1 {
   position: absolute; 
   
   background: #FFBB22;
   z-index: 5;
}
#i2 {
   position: absolute; 
   
   background: #FFBB22;
   z-index: 4;
}
#i3 {
   position: absolute; 
   
   background: #FFBB22;
   z-index: 3;
}
#i4 {
   position: absolute; 
   
   background: #FFBB22;
   z-index: 2;
}
#i5 {
   position: absolute; 
   
   background: #FFBB22;
z-index: 1;}

.btn-link {
    width: 100%;
    text-decoration: none;
    font-size: 12px;
    color: #000;
    font-weight: 600;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.has-image-00 {
    background-image: url("../img/01.jpg");
    height: 100vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.has-image-01 {
    width: 100%;
    height: 100vh;
    background-image: url('../img/03-desktop.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.has-image-02 {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url('../img/04-desktop.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-gold {
    background-color: #FEF5EA;
}

.text-white {
    color: #fff;
}

.card-heading {
    font-size: 25px;
    font-weight: 500;
    font-family: "Roman", Helvetica, Arial, sans-serif;
    /* width: 100%; */
}

.services-list {
    display: flex;
    flex-direction: column;
    list-style: none;
}

.services-list li {
    padding: 2px 10px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.6);
}

.card-padding {
    padding: 150px 100px;
}

.line {
    width: 100%;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.1);
    opacity: .8;
    margin-top: 60px;
    margin-bottom: 30px;
}

.equipment-list {
    display: flex;
    flex-direction: column;
    list-style: none;
    /* justify-content: center; */
}

.equipment-list li {
    display: flex;
    align-items: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 15px;
    line-height: 50px;
    /* justify-content: center; */
}

.equipment-list li img {
    width: 40px;
    height: 35px;
}


/* .card-padding-2 {
    padding: 150px 60px;
} */

.no {
    font-size: 15px;
    font-weight: 500;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.col-heading {
    font-size: 23px;
    font-weight: 400;
    font-family: "Roman", Helvetica, Arial, sans-serif;
}

.card-detail {
    font-size: 15px;
    font-weight: 400;
    font-family: "HassLight", Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
}

.card-note {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgba(0, 0, 0, 0.5);
}

.card-padding-2 {
    padding: 100px 100px;
}

.sub-heading-2 {
    font-size: 30px;
    font-family: 'Roman';
}

.float-text {
    position: absolute;
    right: 20%;
    width: 300px;
    bottom: 10%;
}

.btn-learn {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    position: relative;
    line-height: 30px;
}

.btn-learn::before {
    content: '';
    position: absolute;
    width: 80%;
    height: 2px;
    background-color: #fff;
    transition: all .4s ease-in-out;
}

.btn-learn:hover::before {
    width: 100%;
}

.footer {
    background-color: #FFBB22;
}

.footer img {
    width: 250px;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit.btn-submit {
    background: transparent;
    font-family: 'Sharp';
    cursor: pointer;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.btn-submit:hover {
    border-bottom: 2px solid;
}

.email-group {
    position: relative;
}

.email-group input {
    color: #997014;
    padding: 15px 10px;
    /* position: relative; */
    width: 140%;
    border: none;
    outline: none;
    border-bottom: 2px solid #997014;
    background-color: transparent;
    font-size: 18px;
}

.email-group .btn-subscribe {
    position: absolute;
    right: -40%;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    color: #997014;
}

.footer-padding {
    padding: 50px 130px;
}

.footer-links {
    text-decoration: none;
    list-style: none;
    display: flex;
    flex-direction: column;
}

.footer-links li {
    padding: 1px 0;
}

.footer-heading {
    font-size: 13px;
    font-family: 'Roman';
    font-weight: 400;
}

.footer-links li a {
    text-decoration: none;
    font-size: 11px;
    font-family: 'Roman';
    color: rgba(0, 0, 0, 0.7);
}

.footer-links li span {
    text-decoration: none;
    font-size: 11px;
    font-family: 'Roman';
    color: rgba(0, 0, 0, 0.7);
}

.social-links {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin-top: 35px;
}

.social-links li {
    padding: 4px 15px;
    margin-top: 60px;
}

.social-links li a {
    
    text-decoration: none;
    color: #000;
    transition: all .3s ease;
    font-size: 13px;
}


.social-links li a:hover {
    color: #000;
}

.mh-80 {
    min-height: 80vh;
}

.nav-span {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    line-height: 25px;
}

.nav-content {
    justify-content: space-between;
    height: 100vh;
}

.btn-topline {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 500;
    position: relative;
    line-height: 40px;
    margin-left: 20px;
}

.btn-topline::before {
    content: '';
    position: absolute;
    width: 80%;
    height: 2px;
    background-color: #000;
    transition: all .4s ease-in-out;
}

.btn-topline:hover::before {
    width: 100%;
}

.grab-margin {
    margin-top: 130px;
}

.checkbox_label {
    font-size: 12px;
    font-family: 'Roman';
    color: rgba(0, 0, 0, 0.5);
}


/* Eat Page */

.eat-heading {
    /* width: 800px; */
    font-family: "Sharp", Helvetica, Arial, sans-serif;
    /* font-family: "Sharp Grotesk Book 25", Helvetica, Arial, sans-serif; */
    font-weight: lighter;
    font-size: 50px;
    letter-spacing: -2px;
}

.eat-heading-2 {
    width: 460px;
    font-family: "Sharp", Helvetica, Arial, sans-serif;
    /* font-family: "Sharp Grotesk Book 25", Helvetica, Arial, sans-serif; */
    font-weight: lighter;
    font-size: 42px;
    /* display: none; */
    letter-spacing: -2px;
}

.eat-detail {
    width: 460px;
    font-weight: 400;
    font-size: 26px;
    letter-spacing: 1px;
    font-family: 'Roman';
    line-height: 30px;
    margin-bottom: 20px;
}

.h-100 {
    height: 100vh;
}

.bg-gold-2 {
    background-color: #FEF5EA;
}

.section-detail {
    width: 430px;
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.final-heading {
    width: 400px;
    font-size: 48px;
    font-weight: 500;
    font-family: 'Sharp';
}

.col-6 {
    overflow: hidden;
    position: relative;
}

.img-scale {
    width: 100%;
    transform: scale(1.5);
    transition: all .3s ease-in-out;
    cursor: pointer;
    object-fit: cover;
}

.float-img {
    /* width: 100%; */
    transform: translateY(-30%);
}

.img-scale:hover {
    transform: scale(1.6);
}

.scale-bottom {
    position: absolute;
    bottom: 5%;
    left: 5%;
    color: #fff;
    font-size: 22px;
    font-family: 'Roman';
}

.h-400 {
    height: 400px;
}

.text-black {
    color: #000;
}

.faq-container {
    padding: 130px 130px;
}

.faq-heading {
    font-size: 48px;
    font-family: 'Sharp';
    line-height: 140px;
}

.faq-list {
    list-style: none;
}

.faq-list li {
    padding: 20px 0;
}

.faq-list li a {
    font-size: 40px;
    font-family: 'Sharp';
    line-height: 70px;
    text-decoration: none;
    color: #222;
}

.faq-list:hover li a {
    color: #666;
}


/* Question Bank */

.question-bank {
    width: 0%;
    background-color: #FFBB22;
    height: 100vh;
    position: fixed;
    right: 0;
    z-index: 99999;
    overflow: auto;
    /* position: relative; */
}

.close {
    width: 100%;
    display: flex;
    opacity: 0;
    flex-direction: row;
    justify-content: end;
    font-size: 30px;
    font-weight: 400;
    text-decoration: none;
    color: #222;
    padding: 15px;
}

.bank-list {
    width: 100%;
    list-style: none;
    padding: 30px 60px;
}

.bank-list li button {
	width : 95%
}

.bank-list li {
    width: 100%;
    border-top: 2px solid rgba(0, 0, 0, 0.4);
    padding: 30px 10px;
    position: relative;
    /* display: none; */
}

.bank-list li button {
    font-size: 25px;
    background: none;
    border: none;
    outline: none;
    text-align: left;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}

.bank-list li i {
    font-size: 15px;
    margin-left: 10px;
    position: absolute;
    right: 4%;
    top: 0%;
    margin-top: 50px;
    cursor: pointer;
    transform: translateY(-50%);
}

.hidden {
    display: none;
}

.question-detail {
    width: 100%;
    color: rgba(0, 0, 0, 0.6);
    padding-right: 30px;
    padding-top: 10px;
    text-align: justify;
    line-height: 25px;
    cursor: pointer;
}


/* Form */

.form-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0px 20px;
}

.form-group label {
    font-size: 16px;
    font-family: 'Roman';
    line-height: 50px;
}

.form-group .select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #222;
    outline: none;
    background: none;
    padding: 10px;
    font-size: 20px;
    font-family: 'Roman';
    font-weight: lighter;
    color: #444;
}

.form-group .input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #222;
    background: none;
    padding: 10px;
    font-size: 20px;
    outline: none;
}

.form-group .textarea {
    width: 100%;
    border: 1px solid #222;
    outline: none;
    padding: 8px;
    font-size: 17px;
}

.btn-submit {
    background: none;
    color: rgba(0, 0, 0, 0.7);
    font-size: 17px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    outline: none;
    border: none;
    letter-spacing: 2px;
    text-decoration: none;
}

.contact-details {
    width: 100%;
}

.contact-details span {
    font-family: 'Roman';
    font-size: 14px;
    font-weight: 500;
}

.contact-details a {
    text-decoration: underline;
    color: rgba(0, 0, 0, 0.5);
    font-weight: lighter;
}

.contact-details li {
    color: rgba(0, 0, 0, 0.5);
}

.eat-header {
    width: 365px;
    font-size: 49px;
    position: absolute;
    bottom: 8%;
    left: 10%;
    font-family: 'Sharp';
}

.img-absolute {
    position: absolute;
    padding: 30px;
}

.w-500 {
    width: 500px;
}

.right-bottom {
    position: absolute;
    right: 10%;
    bottom: 10%;
}

.w-450 {
    width: 450px;
}

.w-400 {
    width: 400px;
}

.footer-img-margin {
    padding: 50px 140px;
}
.mobile-menu {
    display: none;
}
.mobile-fixed-menu {
    display: none;
}

@media all and (max-width: 800px) {
    body {
        overflow-x: hidden;
    }
    .left-menu {
        display: none;
    }
    .mobile-menu {
        display: flex;
        flex-direction: row;
        position: fixed;
        top: 2%;
        left: 0;
        z-index: 9999999999;
        width: 100%;
        padding: 0 30px;
    }
    .desktop-left-menu {
        display: none;
    }
    #Logo {
        width: 60px;
        height: 60px;
    }
    .col-6 {
        width: 100%;
        position: relative;
    }
    .has-image-00 {
        background-image: none;
        height: 50vh;
    }
    .has-image-01 {
        background-image: none;
        height: 100vh;
    }
    .has-image-02 {
        background-image: url('../img/04-mobile.jpg');
        height: 80vh;
    }
    .mobile_img {
        display: flex;
        width: 100%;
        height: 55vh;
    }
    .col-12 {
        width: 100%;
    }
    .row {
        width: 100%;
        flex-wrap: wrap;
    }
    .col-3 {
        width: 33.333333%;
    }
    .p-2 {
        padding: 10px;
    }
    .btn-link {
        font-size: 12px;
    }
    .p-5 {
        padding: 20px 10px;
    }
    .p-4 {
        padding: 35px 15px;
    }
    .heading {
        font-size: 40px;
        width: 100%;
        text-align: left;
    }
    .nav-content {
        height: auto;
    }
    .w-300 {
        width: 100%;
    }
    .sub-heading {}
    .regular-padding {
        padding: 60px 30px;
    }
    .card-padding {
        padding: 120px 30px;
    }
    .card-padding-2 {
        padding: 50px 30px;
    }
    .mobile-hide {
        display: none;
    }
    .float-text {
        position: absolute;
        left: 2%;
        bottom: 10%;
    }
    .float-text a {
        margin-left: 50px;
    }
    .heading-2 {
        font-size: 28px;
        font-weight: lighter;
        width: 100%;
    }
    .footer-padding {
        padding: 40px 20px;
    }
    #Footer .col-3 {
        width: 50%;
        margin-top: 20px;
    }
    .mt-4 {
        margin-top: 40px;
    }
}

@media all and (max-width: 768px) {
    body {
        overflow-x: hidden;
    }
    .left-menu {
        display: none;
    }
    .mobile-menu {
        display: flex;
        flex-direction: row;
        position: fixed;
        top: 2%;
        left: 0;
        z-index: 9999999999;
        width: 100%;
        padding: 0 30px;
    }
    .desktop-left-menu {
        display: none;
    }
    #Logo {
        width: 50px;
        height: 50px;
    }
    .col-6 {
        width: 100%;
        position: relative;
    }
    .has-image-00 {
        background-image: none;
        height: 50vh;
    }
    .has-image-01 {
        background-image: none;
        height: 100vh;
    }
    .has-image-02 {
        background-image: url('../img/04-mobile.jpg');
        height: 80vh;
    }
    .mobile_img {
        display: flex;
        width: 100%;
        height: 50vh;
    }
    .col-12 {
        width: 100%;
    }
    .row {
        width: 100%;
        flex-wrap: wrap;
    }
    .col-3 {
        width: 33.333333%;
    }
    .p-2 {
        padding: 0;
    }
    .btn-link {
        font-size: 12px;
    }
    .p-5 {
        padding: 20px 0;
    }
    .p-4 {
        padding: 30px 10px;
    }
    .heading {
        font-size: 35px;
        width: 100%;
        text-align: center;
    }
    .nav-content {
        height: auto;
    }
    .w-300 {
        width: 100%;
    }
    .sub-heading {}
    .regular-padding {
        padding: 40px 20px;
    }
    .card-padding {
        padding: 100px 20px;
    }
    .card-padding-2 {
        padding: 40px 20px;
    }
    .mobile-hide {
        display: none;
    }
    .float-text {
        position: absolute;
        left: 2%;
        bottom: 10%;
    }
    .float-text a {
        margin-left: 20px;
    }
    .heading-2 {
        font-size: 26px;
        font-weight: lighter;
    }
    .eat-heading-2 {
    width: 460px;
    font-family: "Sharp", Helvetica, Arial, sans-serif;
    font-weight: lighter;
    font-size: 28px;
    letter-spacing: 0px;
}
    .footer-padding {
        padding: 40px 20px;
    }
    #Footer .col-3 {
        width: 50%;
        margin-top: 20px;
    }
    .mt-4 {
        margin-top: 40px;
    }
    .faq-container {
        padding: 100px 30px;
    }
    .faq-heading {
        font-size: 40px;
    }
    .faq-list li a {
        font-size: 30px;
    }
    .question-bank {
        z-index: 9999999999999;
        /* width: 100%; */
    }
    .mobile-fixed-menu {
        display: none;
        position: fixed;
        z-index: 9999999;
        background-color: #FFBB22;
        width: 100vh;
        height: 100vh;
        align-items: flex-start;
        padding-top: 40%;
    }
    .mobile-fixed-menu ul {
        display: flex;
        flex-direction: column;
        list-style: none;
    }
    .mobile-fixed-menu ul li {
        padding: 10px 40px;
        font-family: 'Sharp';
    }
    .mobile-fixed-menu ul li a {
        text-decoration: none;
        color: #000;
        font-size: 20px;
    }
    .menu-button.active::before {
        bottom: 10%;
        transform: translateY(10%) rotate(45deg);
    }
    .menu-button.active::after {
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
    }
    .desktop-hide {
        display: block;
    }
    .eat-header {
        font-size: 40px;
    }
    .img-fluid {
        height: 80vh;
    }
    .eat-detail {
        width: 100%;
        font-weight: 400;
        font-size: 26px;
        letter-spacing: 1px;
        font-family: 'Roman';
        line-height: 30px;
        padding: 10px;
    }
    .img-absolute {
        padding: 60px 20px !important;
    }
    .h-100 {
        height: 80vh;
        width: 100%;
    }
    .final-section {
        padding: 20px 20px !important;
    }
    .float-img {
        /* width: 100%; */
        transform: translateY(0%);
        width: 100%;
        left: 0;
        margin: 20px;
    }
    .last-section {
        padding: 0px !important;
    }
}



@media all and (max-width: 800px) {
    body {
        overflow-x: hidden;
    }
    .left-menu {
        display: none;
    }
    .mobile-menu {
        display: flex;
        flex-direction: row;
        position: fixed;
        top: 2%;
        left: 0;
        z-index: 9999999999;
        width: 100%;
        padding: 0 30px;
    }
    .desktop-left-menu {
        display: none;
    }
    #Logo {
        width: 60px;
        height: 60px;
    }
    .col-6 {
        width: 100%;
        position: relative;
    }
    .has-image-00 {
        background-image: none;
        height: 50vh;
    }
    .has-image-01 {
        background-image: none;
        height: 100vh;
    }
    .has-image-02 {
        background-image: url('../img/04-mobile.jpg');
        height: 80vh;
    }
    .mobile_img {
        display: flex;
        width: 100%;
        height: 55vh;
    }
    .col-12 {
        width: 100%;
    }
    .row {
        width: 100%;
        flex-wrap: wrap;
    }
    .col-3 {
        width: 33.333333%;
    }
    .p-2 {
        padding: 10px;
    }
    .btn-link {
        font-size: 12px;
    }
    .p-5 {
        padding: 20px 10px;
    }
    .p-4 {
        padding: 35px 15px;
    }
    .heading {
        font-size: 40px;
        width: 100%;
        text-align: left;
    }
    .nav-content {
        height: auto;
    }
    .w-300 {
        width: 100%;
    }
    .sub-heading {}
    .regular-padding {
        padding: 60px 30px;
    }
    .card-padding {
        padding: 120px 30px;
    }
    .card-padding-2 {
        padding: 50px 30px;
    }
    .mobile-hide {
        display: none;
    }
    .float-text {
        position: absolute;
        left: 2%;
        bottom: 10%;
    }
    .float-text a {
        margin-left: 50px;
    }
    .heading-2 {
        font-size: 28px;
        font-weight: lighter;
        width: 100%;
    }
    .footer-padding {
        padding: 40px 20px;
    }
    #Footer .col-3 {
        width: 50%;
        margin-top: 20px;
    }
    .mt-4 {
        margin-top: 40px;
    }
}

@media all and (max-width: 768px) {
    body {
        overflow-x: hidden;
    }
    .left-menu {
        display: none;
    }
    .mobile-menu {
        display: flex;
        flex-direction: row;
        position: fixed;
        top: 2%;
        left: 0;
        z-index: 9999999999;
        width: 100%;
        padding: 0 30px;
    }
    .desktop-left-menu {
        display: none;
    }
    #Logo {
        width: 50px;
        height: 50px;
    }
    .col-6 {
        width: 100%;
        position: relative;
    }
    .has-image-00 {
        background-image: none;
        height: 50vh;
    }
    .has-image-01 {
        background-image: none;
        height: 100vh;
    }
    .has-image-02 {
        background-image: url('../img/04-mobile.jpg');
        height: 80vh;
    }
    .mobile_img {
        display: flex;
        width: 100%;
        height: 50vh;
    }
    .col-12 {
        width: 100%;
    }
    .row {
        width: 100%;
        flex-wrap: wrap;
    }
    .col-3 {
        width: 33.333333%;
    }
    .p-2 {
        padding: 0;
    }
    .btn-link {
        font-size: 12px;
    }
    .p-5 {
        padding: 20px 0;
    }
    .p-4 {
        padding: 30px 10px;
    }
    .heading {
        font-size: 35px;
        width: 100%;
    }
    .nav-content {
        height: auto;
    }
    .w-300 {
        width: 100%;
    }
    .sub-heading {}
    .regular-padding {
        padding: 40px 20px;
    }
    .card-padding {
        padding: 100px 20px;
    }
    .card-padding-2 {
        padding: 40px 20px;
    }
    .mobile-hide {
        display: none;
    }
    .float-text {
        position: absolute;
        left: 2%;
        bottom: 10%;
    }
    .float-text a {
        margin-left: 20px;
    }
    .heading-2 {
        font-size: 26px;
        font-weight: lighter;
    }
    .footer-padding {
        padding: 40px 20px;
    }
    #Footer .col-3 {
        width: 50%;
        margin-top: 20px;
    }
    .mt-4 {
        margin-top: 40px;
    }
    .faq-container {
        padding: 100px 30px;
    }
    .faq-heading {
        font-size: 40px;
    }
    .faq-list li a {
        font-size: 30px;
    }
    .question-bank {
        z-index: 9999999999999;
        /* width: 100%; */
    }
    .menu-button.active::before {
        bottom: 10%;
        transform: translateY(10%) rotate(45deg);
    }
    .menu-button.active::after {
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
    }
    .desktop-hide {
        display: block;
    }
    .eat-header {
        font-size: 40px;
    }
    .img-fluid {
        height: 80vh;
    }
    .eat-detail {
        width: 100%;
        font-weight: 400;
        font-size: 26px;
        letter-spacing: 1px;
        font-family: 'Roman';
        line-height: 30px;
        padding: 10px;
    }
    .img-absolute {
        padding: 60px 20px !important;
    }
    .h-100 {
        height: 80vh;
        width: 100%;
    }
    .final-section {
        padding: 20px 20px !important;
    }
    .float-img {
        /* width: 100%; */
        transform: translateY(0%);
        width: 100%;
        left: 0;
        margin: 20px;
    }
    .last-section {
        padding: 0px !important;
    }
}

@media all and (max-width: 800px) {
    body {
        overflow-x: hidden;
    }
    .left-menu {
        display: none;
    }
    .mobile-menu {
        display: flex;
        flex-direction: row;
        position: fixed;
        top: 2%;
        left: 0;
        z-index: 9999999999;
        width: 100%;
        padding: 0 30px;
    }
    .desktop-left-menu {
        display: none;
    }
    #Logo {
        width: 60px;
        height: 60px;
    }
    .col-6 {
        width: 100%;
        position: relative;
    }
    .has-image-00 {
        background-image: none;
        height: 50vh;
    }
    .has-image-01 {
        background-image: none;
        height: 100vh;
    }
    .has-image-02 {
        background-image: url('../img/04-mobile.jpg');
        height: 80vh;
    }
    .mobile_img {
        display: flex;
        width: 100%;
        height: 55vh;
    }
    .col-12 {
        width: 100%;
    }
    .row {
        width: 100%;
        flex-wrap: wrap;
    }
    .col-3 {
        width: 33.333333%;
    }
    .p-2 {
        padding: 10px;
    }
    .btn-link {
        font-size: 12px;
    }
    .p-5 {
        padding: 20px 10px;
    }
    .p-4 {
        padding: 35px 15px;
    }
    .nav-content {
        height: auto;
    }
    .w-300 {
        width: 100%;
    }
    .sub-heading {}
    .regular-padding {
        padding: 60px 30px;
    }
    .card-padding {
        padding: 120px 30px;
    }
    .card-padding-2 {
        padding: 50px 30px;
    }
    .mobile-hide {
        display: none;
    }
    .float-text {
        position: absolute;
        left: 2%;
        bottom: 10%;
    }
    .float-text a {
        margin-left: 50px;
    }
    .heading-2 {
        font-size: 28px;
        font-weight: lighter;
        width: 100%;
    }
    .footer-padding {
        padding: 40px 20px;
    }
    #Footer .col-3 {
        width: 50%;
        margin-top: 20px;
    }
    .mt-4 {
        margin-top: 40px;
    }
}

@media all and (max-width: 768px) {
    body {
        overflow-x: hidden;
    }
    .left-menu {
        display: none;
    }
    .mobile-menu {
        display: flex;
        flex-direction: row;
        position: fixed;
        top: 2%;
        left: 0;
        z-index: 9999999999;
        width: 100%;
        padding: 0 30px;
    }
    .desktop-left-menu {
        display: none;
    }
    #Logo {
        width: 50px;
        height: 50px;
    }
    .col-6 {
        width: 100%;
        position: relative;
    }
    .has-image-00 {
        background-image: none;
        height: 50vh;
    }
    .has-image-01 {
        background-image: none;
        height: 100vh;
    }
    .has-image-02 {
        background-image: url('../img/04-mobile.jpg');
        height: 80vh;
    }
    .mobile_img {
        display: flex;
        width: 100%;
        height: 50vh;
    }
    .col-12 {
        width: 100%;
    }
    .row {
        width: 100%;
        flex-wrap: wrap;
    }
    .col-3 {
        width: 33.333333%;
    }
    .p-2 {
        padding: 0;
    }
    .btn-link {
        font-size: 12px;
    }
    .p-5 {
        padding: 20px 0;
    }
    .p-4 {
        padding: 30px 10px;
    }
    .nav-content {
        height: auto;
    }
    .w-300 {
        width: 100%;
    }
    .sub-heading {}
    .regular-padding {
        padding: 40px 20px;
    }
    .card-padding {
        padding: 100px 20px;
    }
    .card-padding-2 {
        padding: 40px 20px;
    }
    .mobile-hide {
        display: none;
    }
    .float-text {
        position: absolute;
        left: 2%;
        bottom: 10%;
    }
    .float-text a {
        margin-left: 20px;
    }
    .heading-2 {
        font-size: 26px;
        font-weight: lighter;
    }
    .footer-padding {
        padding: 40px 20px;
    }
    #Footer .col-3 {
        width: 50%;
        margin-top: 20px;
    }
    .mt-4 {
        margin-top: 40px;
    }
    .faq-container {
        padding: 100px 30px;
    }
    .faq-heading {
        font-size: 40px;
    }
    .faq-list li a {
        font-size: 30px;
    }
    .question-bank {
        z-index: 9999999999999;
        /* width: 100%; */
    }
    .menu-button.active::before {
        bottom: 10%;
        transform: translateY(10%) rotate(45deg);
    }
    .menu-button.active::after {
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
    }
    .desktop-hide {
        display: block;
    }
    .eat-header {
        font-size: 40px;
    }
    .img-fluid {
        height: 80vh;
    }
    .eat-detail {
        width: 100%;
        font-weight: 400;
        font-size: 26px;
        letter-spacing: 1px;
        font-family: 'Roman';
        line-height: 30px;
        padding: 10px;
    }
    .img-absolute {
        padding: 60px 20px !important;
    }
    .h-100 {
        height: 80vh;
        width: 100%;
    }
    .final-section {
        padding: 20px 20px !important;
    }
    .float-img {
        /* width: 100%; */
        transform: translateY(0%);
        width: 100%;
        left: 0;
        margin: 20px;
    }
    .last-section {
        padding: 0px !important;
    }
}