/*--------------styleguide start----------*/
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
font-family: 'Canela Text';
src: url('../fonts/CanelaText-Regular.woff2') format('woff2'),
url('../fonts/CanelaText-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
:root{
--transition: all 0.3s ease;
}
.heading {
font-family: 'Canela Text';
font-weight: 400;
font-size: 48px;
line-height: 120%;
text-transform: capitalize;
margin-bottom: 15px;
}
html {
scroll-behavior: smooth;
}
body {
margin: 0;
padding: 15px;
font-family: "Urbanist", sans-serif;
color: #ffffff;
background: #16263E;
font-size: 20px;
line-height: 32px;
box-sizing: border-box;
}
/* .mtb-100{
margin-block: 100px;
} */

/*--------------Main Homepage design start----------*/
.homepage-main-area {
border: 2px solid #3B4857;
border-radius: 6px;
height: 100%;
overflow: hidden;
background: url(../images/bg-pettran.png);
background-repeat: repeat;
position: relative;
}
.slider-main {
height: calc(100dvh - 34px);
}
.mimas-gallery{
background: #041731;
border-radius: 6px;
}
.mimas-gallery-listing {
display: flex;
flex-wrap: wrap;
padding: 7px;
}
::-webkit-scrollbar{
display: none;
}
.mimas-gallery-item {
width: 50%;
padding: 7px;
position: relative;
}
.mimas-gallery-item img {
width: 100%;
border-radius: 8px;
transition: all 0.5s;
}
.mimas-gallery-item a {
display: flex;
width: 100%;
position: relative;
overflow: hidden;
border-radius: 8px;
}
.mimas-gallery-item a:hover img {
transform: scale(1.05);
}
.vender-influencer-div {
display: flex;
flex-direction: column;
justify-content: space-between;
}
@keyframes swing {
0% { transform: rotate(3deg); }
100% { transform: rotate(-3deg); }
}
body .video-icon {
position: absolute;
width: 24px;
top: 8px;
right: 8px;
border-radius: 0;
}
.mimas-homepage .col-md-4 {
padding-left: 0;
}
.logo {
display: inline-block;
position: relative;
}
.logo img {
max-width: 480px;
width: 100%;
}
.moon-image {
position: fixed;
top: 15rem;
right: calc(33.3% + 15px);
z-index: -1;
}
.main-logo-section {
position: relative;
}
.special-offer2 {
right: 4rem;
top: 2rem;
width: 125px;
position: absolute;
animation: swing ease-in-out 1s infinite alternate;
transform-origin: center 0px;
z-index: 2;
}
.mimas-gallery-item .mimas-instagram {
width: 25px;
position: absolute;
left: 4px;
top: 4px;
transform: unset !important;
z-index: 1;
opacity: 0.7;
border-radius: 0;
}
.special-offer-img {
width: 100%;
}

/*--------------About-us----------*/
.about-us .container {
max-width: 815px;
}
.about-us {
position: relative;
padding-block: 40px;
}
.about-us-circle {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: -1;
}
.about-text:last-child {
margin: 0;
}

/*--------------Out-Menu----------*/
.menu-list {
margin: 40px 0 0;
padding: 0;
list-style: none;
display: flex;
gap: 20px;
justify-content: center;
}
.our-menu .container {
max-width: 930px;
}
.menu-list li {
flex: 1;
}
.menu-type {
background: #041731;
border-radius: 6px;
display: flex;
justify-content: space-between;
align-items: center;
text-align: left;
position: relative;
overflow: hidden;
}
.menu-type-text {
padding: 16px 20px;
}
.menu-type-text p {
font-size: 22px;
margin-bottom: 5px;
text-transform: uppercase;
font-weight: 600;
line-height: 120%;
letter-spacing: 1px
}
.menu-type-text a {
color: #C47D43;
font-size: 18px;
font-weight: 600;
transition: var(--transition);
}
.menu-type-icon {
padding: 15px 20px;
position: relative;
z-index: 1;
}
.menu-type:before {
content: '';
position: absolute;
background: #fff;
width: 140px;
height: 140px;
border-radius: 50%;
right: -30px;
}
.menu-type-text a:hover {
color: #f98628;
}
/*--------------scan-qr-code----------*/
.scan-qr-code .contact-info {
max-width: 327px;
flex-direction: column;
gap: 0;
border: 1px solid #ffc96633;
background: #16263eb3;
width: 100%;
}
.lucide-utensils.text-primary {
stroke:#e6b15f;
width: 60px;
height: auto;
}
.scan-qr-code .about-text {
line-height: normal;
color: #ffe4b3;
margin-block: 15px;
font-size: 18px;
}
.footer-social-icons {
position: fixed;
top: 50%;
left: 15px;
transform: translateY(-50%);
display: flex;
flex-direction: column;
padding: 0;
margin: 0;
list-style: none;
gap: 5px;
align-items: flex-start;
}
.qr-code, .qr-code-scan {
width: 100%;
}
.footer-social-icons li a {
background: #fff;
text-decoration: none;
color: #041731;
padding: 10px 14px 10px 12px;
/* writing-mode: vertical-rl; */
border-radius: 0 5px 5px 0;
font-size: 11px;
display: flex;
flex-direction: column;
text-transform: uppercase;
font-weight: 700;
/* width: 100%; */
justify-content: center;
min-width: 120px;
}
.footer-social-icons li a span {
font-size: 16px;
letter-spacing: normal;
}
.footer-social-icons li a path {
fill: #041731;
}
.footer-social-icons li a svg {
width: 20px;
height: auto;
}
.footer-social-icons .side-insta {
min-width: auto;
flex-direction: row;
align-items: center;
border-radius: 0 7px 7px 0;
padding: 0;
position: relative;
overflow: hidden;
}
.social-text {
position: relative;
transition: ease-in-out all 0.3s;
color: #000;
opacity: 0;
letter-spacing: -10px;
left: -100px;
}
.side-insta:hover .social-text {
opacity: 1;
visibility: visible;
letter-spacing: normal;
font-size: 14px;
margin-right: 20px;
left: 0;
}
/*--------------Contact----------*/
.contact-info {
background: #041731;
padding: 30px;
display: flex;
align-items: center;
gap: 30px;
max-width: 630px;
margin: 30px auto 0;
border-radius: 6px;
}
.contact-text {
margin: 0 0 5px;
font-size: 18px;
text-transform: capitalize;
}
.contact-number {
margin: 0;
}
.contact-number a {
font-size: 32px;
color: #fff;
letter-spacing: 1px;
font-weight: 700;
text-decoration: none;
transition: var(--transition);
}
.contact-number a:hover {
color:#a3642f;
}
.contact-or {
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 49.64%, rgba(255, 255, 255, 0) 100%);
width: 150px;
display: inline-block;
margin-block: 15px;
}
.contact-details {
flex: 1;
}
/*--------------Footer----------*/
.footer-text {
font-size: 12px;
margin: 0;
font-weight: 500;
background: #041731;
padding: 12px;
line-height: normal;
display: flex;
justify-content: space-between;
align-items: center;
gap: 10px;
border-top: 1px solid #16345d;
position: relative;
z-index: 9;
}
.footer-logo-container {
padding: 135px 20px;
position: relative;
overflow: hidden;
background-image: url('../images/footer-mimas-bg.jpg');
}
.footer-logo {
display: inline-block;
position: relative;
z-index: 1;
}
.footer-logo-container:before {
background: linear-gradient(180deg, #16263E 0%, rgba(22, 38, 62, 0.6) 100%);
content: '';
position: absolute;
inset: 0;
z-index: 0;
}
.social-icons {
padding: 0;
margin: 0;
list-style: none;
position: fixed;
left: 35px;
top: 50%;
transform: translateY(-50%);
}
.social-icons a {
background: #041731;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
margin-block: 6px;
color: #fff;
transition: var(--transition);
}
.footer-text p {
margin: 0;
text-align: left;
}
.mimas-gallery-item .social-icons {
position: absolute;
bottom: 15px;
transform: translateX(-50%);
display: flex;
left: 50%;
top: unset;
transition: var(--transition);
opacity: 0;
}
.mimas-gallery-item .social-icons a {
background: #00000066;
width: 32px;
height: 32px;
font-size: 15px;
margin-inline: 3px;
}
.mimas-gallery-item:hover .social-icons {
opacity: 1; 
}
.social-icons a:hover, .mimas-gallery-item .social-icons a:hover {
background: #ffffff;
color: #041731;
}
.social-icons a:hover svg path{
fill: #041731;
}
.vendor-influencer {
margin: 0 auto;
padding: 0;
list-style: none;
max-width: 330px;
}
.vendor-influencer .contact-info {
padding: 0px;
margin: 10px auto 0;
border-radius: 12px;
}
.vendor-influencer .contact-info a {
color: #fff;
text-decoration: none;
padding: 18px;
}
.contact-info.call-us {
padding: 46px 30px;
}
.contact-info-btn {
margin: 10px auto 0;
}
.contact-info-btn a {
background: #041731;
color: #fff;
text-decoration: none;
padding: 18px;
width: 100%;
display: block;
border-radius: 12px;
transition: var(--transition);
}
.contact-info-btn a:hover {
background: #fff;
color: #041731;
}
.vendor-influencer-btns {
display: flex;
align-items: center;
gap: 7px;
color: #e6b15f;
}
.vendor-influencer-btns a{
color: #e6b15f;
text-decoration: none;
}
.social-img img {
width: 20px;
}
.vendor-influencer-btns .cstm-scnd-btn{
border: none;
background: transparent;
color: #e6b15f;
font-weight: 500;
text-transform: lowercase;
padding: 0;
}
.vendor-influencer-btns a:hover, .contact-details-header a:hover, .vendor-influencer-btns .cstm-scnd-btn:hover {
color: #ffa111;
}
/*--------------New landing page design----------*/
.header {
position: sticky;
top: 0px;
z-index: 2;
background: #f9f0ea;
width: 100%;
text-align: center;
padding: 18px 15px;
transition: var(--transition);
}
.opening-time {
font-size: 16px;
line-height: normal;
letter-spacing: 0.3px;
text-transform: capitalize;
text-align: left;
}
.how-rech {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
}
.csmt-btn {
background: #e6b15f;
color: #000000;
font-size: 16px;
font-weight: 600;
border: 1px solid #e6b15f;
text-decoration: none;
white-space: nowrap;
padding: 12px 20px;
transition: var(--transition);
border-radius: 4px;
letter-spacing: 0;
line-height: normal;
}
.csmt-btn:hover {
background: transparent;
color: #e6b15f;
}
.header-strok {
width: 129vw;
position: absolute;
left: 0;
top: 100%;
fill: #fff;
}
.contact-details-header {
color: #000;
display: flex;
font-weight: 600;
gap: 10px;
align-items: center;
line-height: normal;
font-size: 17px;
}
.contact-details-header p {
margin: 0;
}
.contact-details-header a {
color: #c77900;
text-decoration: none;
}


/*--------------Our-mission-vision----------*/
.our-purpose {
text-align: left;
padding: 25px;
border: 1px solid #ffc96633;
background: #16263eb3;
border-radius: 8px;
height: 100%;
}
.our-purpose  p {
margin-block: 15px;
font-size: 17px;
line-height: 1.5;
margin: 0;
}
.our-purpose h3 {
color: #ffffff;
margin: 0;
font-family: 'Canela Text';
}
.our-purpose-heading {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 24px;
}
.our-purpose-icon {
display: flex;
align-items: center;
width: 60px;
height: 60px;
background: #e6b15f;
border-radius: 50%;
justify-content: center;
}
.our-purpose-icon svg {
width: 32px;
height: auto;
}
.heading-main {
margin-bottom: 40px;
}
.our-mission-vision .container {
max-width: 1100px;
}
.our-purpose-icon img {
width: 38px;
height: auto;
filter: invert(1);
}
.our-mission-list {
margin: 12px 0px 0px; 
font-size: 16px;
line-height: 20px;
display: flex;
flex-direction: column;
gap: 10px;
}
.our-mission-list ::marker{
color: #e6b15f;
}
.heading-main p {
max-width: 650px;
margin-inline: auto !important;
}
.our-purpose .we-strive {
margin-top: 15px;
}
/*--------------Partner-with-us----------*/
.partner-with-us .container {
max-width: 815px;
}
.partner-us-content {
background-image: url(../images/partner-bg.png);
border-radius: 8px;
padding: 32px;
text-align: left;
position: relative;
overflow: hidden;
background-position: 33% 54%;
}
.partner-heading {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 10px;
}
.partner-dec {
font-size: 18px;
line-height: 1.625;
margin-block: 20px;
}
.vendor-influencer-partner {
display: flex;
margin: 20px 0;
padding: 0;
list-style: none;
font-size: 15px;
gap: 15px;
}
.vendor-influencer-partner li {
display: flex;
align-items: center;
gap: 5px;
line-height: normal;
}
.partner-us-content .csmt-btn {
display: inline-block;
margin-top: 10px;
}
.partner-heading h3 {
margin: 0;
}
.partner-heading svg {
stroke: #e6b15f;
width: 32px;
height: auto;
}
.partner-us-content:before {
content: '';
position: absolute;
inset: 0;
background: #00000085;
border: 1px solid #ffc96633;
backdrop-filter: blur(1px);
}
.partner-us-content-inner {
position: relative;
}
.reserve-btn {
background: #e6b15f;
color: #000000;
font-size: 13px;
font-weight: 600;
white-space: nowrap;
padding: 8px 10px;
transition: var(--transition);
border-radius: 0 6px 6px 0;
line-height: normal;
display: flex;
flex-direction: column;
border: none;
}
.reserve-btn i {
font-size: 16px;
}
.reservation {
position: absolute;
top: 50%;
transform: translateY(-50%) translateX(calc(-100% + 0px));
display: flex;
align-items: center;
transition: all 0.5s;
z-index: 2;
padding: 1px;
overflow: hidden;
border-radius: 12px;
}
main:has(.reserve-pop-active.swiper-slide-active) .reservation{
transform: translateY(-50%) translateX(calc(0% + 20px));
}
.reservation-popup {
padding: 24px;
border: 1px solid #ffc96633;
background: #16263e;
border-radius: 12px;
max-width: 280px;
}
.resere-heading {
color:#e6b15f;
font-size: 20px;
font-weight: 600;
margin-bottom: 15px;
}
.resere-list {
margin: 15px 0 0;
padding: 0;
list-style: none;
text-align: left;
font-size: 14px;
display: flex;
flex-direction: column;
gap: 12px;
line-height: normal;
}
.resere-hint {
font-size: 12px;
margin: 15px 0 0;
font-weight: 300;
line-height: 1.625;
}
.book-table.csmt-btn {
width: 100%;
font-size: 14px;
}
.resere-list i {
margin-right: 5px;
}
.resere-call-heading {
margin-bottom: 8px;
font-size: 14px;
line-height: normal;
}
.resere-call {
color: #e6b15f;
font-size: 18px;
font-weight: 600;
text-decoration: none;
}
.mimas-homepage {
overflow: hidden;
position: relative;
}
.reservation.active {
transform: translateY(-50%) translateX(calc(0% + 20px));
}
.reserve-btn:hover {
background: #dd9e3d;
}

/*--------------Left side slider----------*/
.homepage-main-area .swiper {
height: calc(100% - 39px);
overflow-y: auto;
}
.homepage-main-area section {
margin: 0 !important;
/* display: flex;
align-items: center;
justify-content: center;
height: 100%; */
width: 100%;
}
.homepage-main-area .swiper-slide {
align-content: center;
}
.slider-arrow-dots .swiper-pagination {
position: unset !important;
transform: unset !important;
line-height: normal;
display: flex;
align-items: center;
justify-content: center;
}
body .swiper-pagination-bullet {
background: #f9f0ea4f;
transform: scale(1) !important;
width: 10px;
height: 10px;
position: unset !important;
transition: var(--transition) !important;
opacity: 1;
}
body .swiper-pagination-bullet-active {
background: #c77900;
}
.partner-with-us {
width: 100%;
}
.slider-arrow-dots {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 22px;
z-index: 1;
margin: 0;
}
.slider-arrow-dots .swiper-button-next, .slider-arrow-dots .swiper-button-prev {
position: unset;
width: 25px;
height: 25px;
margin: 0;
}
.slider-arrow-dots .swiper-button-next:after, .slider-arrow-dots .swiper-button-prev:after {
font-size: 12px;
color: #fff;
}


/*--------------Brand-Story---------*/
.homepage-main-area  .brand-story {
height: calc(100% - 39px);
margin: 0 !important;
display: block;
width: 100%;
position: absolute;
bottom: 39px;
background-color: #041731;
z-index: 3;
overflow-y: auto;
padding: 50px 50px 20px;
transform: translateY(calc(100% + 42px));
opacity: 0;
transition: all 1s;
background-image: url(../images/bg-pettran.png);
background-repeat: repeat;
}
.homepage-main-area .brand-story.active {
transform: translateY(calc(0% + 0px));
opacity: 1;
}
.brand-story-list {
text-align: left;
font-size: 18px;
line-height: 1.6;
margin-block: 50px;
}
.brand-story .heading-main {
margin-bottom: 50px;
}
.brand-story-heading {
font-size: 26px;
}
.close-brand-story {
position: fixed;
top: 0;
background: #f9f0ea;
font-size: 12px;
text-transform: uppercase;
font-weight: 700;
padding: 6px 15px 8px;
line-height: normal;
left: 50%;
transform: translateX(-50%);
color: #c77900;
clip-path: polygon(0 0, 100% 0%, 100% 75%, 50% 100%, 0 76%);
cursor: pointer;
transition: var(--transition);
}
.close-brand-story:hover {
background: #f3dfd2;
}
.brand-story .container {
height: 100%;
overflow-y: auto;
padding: 40px 30px 0;
}
.brand-story-list:last-child {
margin-bottom: 0;
}
.homepage-main-area .brand-story .moon-image {
opacity: 0.8;
}

/*--------------privacy-policy-page----------*/
.privacy-policy-page .brand-story {
position: unset;
transform: unset !important;
opacity: 1 !important;
}
.brand-story-list a {
color: #e6b15f;
text-decoration: none;
}
.policy-page a:hover {
color: #ffa111;
}
.brand-story-list strong {
font-weight: 600;
}




/*--------------Mimas-animated-logo----------*/
.mimas-animatd-logo {
max-width: 305px;
height: 305px;
margin: auto;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #fff;
border-radius: 50%;
padding: 22px;
position: relative;
}
.mimas-animatd-logo-inner {
width: 100%;
height: 100%;
align-items: center;
justify-content: center;
display: flex;
border: 4px solid #fff;
border-radius: 50%;
padding: 22px;
}
.mimas-main-logo {
width: 100%;
height: 100%;
align-items: center;
justify-content: center;
display: flex;
border: 7px solid #fff;
border-radius: 50%;
}
.mimas-logo-text {
max-width: 125px;
margin-top: -10px;
}
.mimas-move {
position: absolute;
border-radius: 50%;
left: 0;
max-width: 50%;
height: 1px;
width: 100%;
animation: mimas-move 65s linear infinite;
will-change: transform;
transform-origin: 100%;
}
.mimas-move-circle {
content: '';
position: absolute;
left: 11px;
top: 0;
transform: rotate(80deg);
width: 30px;
}

@keyframes mimas-move {
100% {
transform: rotate(360deg);
}
}

.mimas-animatd-logo-outer {
max-width: 480px;
margin-inline: auto;
display: inline-block;
width: 100%;
}
.mimas-animated-logo-bottom {
width: 100%;
margin-top: 25px;
}
.mimas-move-circle img {
width: 100%;
}

/*--------------Menu-page----------*/
.menu-page-header .mimas-animated-logo-bottom {
width: 100%;
margin-top: 10px;
}
.menu-page-header {
padding: 20px;
position: relative;
text-align: left;
margin-bottom: -40px;
}
.menu-page-header .mimas-animatd-logo-outer {
margin-left: 0;
max-width: 100px;
position: absolute;
}
.menu-page-header .mimas-animatd-logo {
max-width: 105px;
height: 105px;
padding: 8px;
}
.menu-page-header .mimas-animatd-logo-inner {
border: 2px solid #fff;
padding: 8px;
}
.menu-page-header .mimas-main-logo {
border: 3px solid #fff;
}
.menu-page-header .mimas-logo-text {
max-width: 35px;
margin-top: -5px;
}
.menu-page-header .mimas-move-circle {
left: 7px;
width: 12px;
}
.menu-page-header .special-offer2 {
right: 3rem;
top: 25px;
width: 100px;
}
.menu-main {
max-width: 800px;
margin: auto;
width: 100%;
}
.mimas-menu-page .mySwiper {
display: flex;
flex-direction: column;
}
.menu-main .our-purpose {
text-align: center;
}
.menu-main .our-purpose a {
text-decoration: none;
color: #e6b15f;
border: 1px solid #e6b15f;
display: inline-block;
padding: 9px 40px;
border-radius: 4px;
text-transform: uppercase;
font-weight: 500;
font-size: 18px;
line-height: normal;
transition: var(--transition);
}
.menu-main .our-purpose a:hover {
background: #e6b15f;
color: #000000;
}
.menu-page-header .mimas-animatd-logo {
max-width: 100px;
height: 100px;
padding: 8px;
}
.lazy {
opacity: 0;
transition: opacity 0.5s ease-in;
}

.lazy[data-loaded="true"] {
opacity: 1;
}

.menu-main .our-purpose {
/* height: 450px; */
display: flex;
align-items: center;
justify-content: center;
position: relative;
flex-direction: column;
    padding: 40px 20px;
    gap: 40px;
}
.menu-stcik {
position: absolute;
bottom: 15px;
font-size: 14px !important;
display: flex;
align-items: center;
gap: 7px;
}
.menu-stcik svg {
height: auto;
width: 38px;
}











/*--------------Responsive----------*/

@media (min-width:768px){
.mimas-gallery{
height: calc(100dvh - 30px);
overflow-y: auto;
}
.mimas-gallery-listing .swiper-slide {
width: 50%;
padding: 7px;
height: auto;
}
.mimas-gallery-listing .swiper-wrapper {
flex-wrap: wrap;
}
.swiper-slide .mimas-gallery-item {
width: 100%;
height: 100%;
padding: 0;
}

}

@media (min-width:2000px){
.moon-image {
max-width: 450px;
width: 100%;
}
.about-us .container {
max-width: 70%;
}
body {
font-size: 24px;
line-height: 38px;
}
.heading {
font-size: 58px;
}
.about-us-circle {
max-width: 500px;
width: 100%;
}
.h3, h3 {
font-size: 2.2rem;
}
.our-mission-list {
font-size: 20px;
line-height: 26px;
}
.logo img {
max-width: 560px;
}
.resere-heading {
font-size: 26px;
}
.resere-call-heading {
font-size: 18px;
}
.resere-call, .scan-qr-code .about-text, .our-purpose p  {
font-size: 22px;
}
.resere-list {
font-size: 18px;
gap: 18px;
}
.scan-qr-code .contact-info {
max-width: 410px;
}
.qr-code, .qr-code-scan {
width: 100%;
}
.contact-details-header {
font-size: 20px;
}
.our-mission-vision .container {
max-width:90%;
}
body .swiper-pagination-bullet {
width: 14px;
height: 14px;
}
.swiper-pagination-bullet b {
font-size: 12px;
}
.slider-arrow-dots{
bottom: 20px !important;
}
.brand-story-heading {
font-size: 30px;
}
.brand-story-list {
font-size: 20px;
}
}

@media (min-width:2200px){
.moon-image {
max-width: 550px;
}
.slider-arrow-dots {
bottom: 60px !important;
}
}

@media (max-width:1850px){
.our-purpose {
padding: 20px;
}
.our-purpose-icon {
width: 50px;
height: 50px;
}
.our-purpose-icon img {
width: 32px;
}
.our-purpose-heading {
margin-bottom: 15px;
}
.our-purpose p {
font-size: 16px;
}
.our-mission-list {
font-size: 15px;
}
body {
font-size: 18px;
line-height: 26px;
}
.our-mission-vision .row {
--bs-gutter-x: 1rem;
}
.moon-image {
max-width: 300px;
}
}

@media (max-width:1440px){
.moon-image {
max-width: 300px;
}
.logo img {
max-width: 420px;
}
.about-us .container, .our-menu .container {
max-width: 95%;
}
.social-icons {
left: 30px;
}
body {
font-size: 18px;
line-height: 30px;
}
.our-menu .heading {
font-size: 32px;
}
main:has(.reserve-pop-active.swiper-slide-active) .reservation {
transform: translateY(-50%) translateX(calc(0% + 15px));
}
.reservation-popup {
padding: 18px;
}
.resere-heading {
font-size: 18px;
}
.resere-call {
font-size: 16px;
}
.special-offer2 {
right: 2rem;
width: 100px;
}
.homepage-main-area .brand-story {
padding: 50px 0px 30px;
}
.brand-story-list {
font-size: 16px;
margin-block: 40px;
}
.heading {
font-size: 38px;
}
.heading-main p {
max-width: 521px;
}
.our-purpose .we-strive {
margin-top: 10px;
}
.brand-story-heading {
font-size: 24px;
}
.contact-details-header {
font-size: 15px;
}
.header {
padding: 12px;
margin-bottom: 0;
}
.heading-main {
margin-bottom: 25px;
}
.mimas-animatd-logo-outer {
max-width: 420px;
}
.mimas-animatd-logo {
max-width: 270px;
height: 270px;
}
.mimas-logo-text {
max-width: 100px;
}
.mimas-move-circle {
left: 15px;
width: 26px;
}
.menu-main {
padding-inline: 20px;
}
}

@media (max-width:1366px){
.logo img {
max-width: 420px;
}
.moon-image {
max-width: 280px;
top: 12rem;
}
.social-icons a {
width: 32px;
height: 32px;
}
.social-icons a svg {
height: 14px;
}
.menu-type-text p {
font-size: 20px;
}
.contact-number a {
font-size: 28px;
}
.footer-logo-container {
padding: 120px 20px;
}
.about-us-circle {
max-width: 420px;
}
.mimas-gallery-item .social-icons a {
width: 28px;
height: 28px;
margin-inline: 2px;
}
.mimas-gallery-item .social-icons {
bottom: 6px;
}
.resere-list {
margin: 10px 0 0;
}
.footer-text {
padding: 12px 12px;
font-size: 11.5px;
}
.slider-arrow-dots {
bottom: 12px;
}
.mimas-animatd-logo-outer {
max-width: 330px;
}
.mimas-animatd-logo {
max-width: 220px;
height: 220px;
padding: 15px;
}
.mimas-animatd-logo-inner {
border: 3px solid #fff;
padding: 15px;
}
.mimas-main-logo {
border: 5px solid #fff;
}
.mimas-logo-text {
max-width: 90px;
}
.mimas-move-circle {
left: 10px;
width: 22px;
}
.mimas-animated-logo-bottom {
margin-top: 15px;
}
.vendor-influencer-btns {
gap: 5px;
}
.menu-page-header .special-offer2 {
width: 90px;
}
}

@media (max-width:1280px){
.reservation-popup {
padding: 15px;
max-width: 200px;
}
.resere-list i {
margin-right: 2px;
font-size: 12px;
}
.logo img {
max-width: 330px;
}
.heading {
font-size: 34px;
}
.brand-story-list {
margin-block: 50px;
}
.our-purpose {
padding: 15px;
}
.swiper-pagination {
bottom: 5px !important;
}
.mimas-gallery-item .mimas-instagram {
width: 20px;
}
.contact-details-header {
font-size: 14px;
}
.mimas-move-circle {
width: 18px;
}
.vendor-influencer-btns {
gap: 5px;
}
.footer-text {
font-size: 10.7px;
}
.footer-text {
gap: 10px;
}

}

@media (max-width:1199px){
.moon-image {
max-width: 230px;
top: 14rem;
}
.logo img {
max-width: 360px;
}
/* .mtb-100 {
margin-block: 60px;
} */
body {
font-size: 16px;
line-height: 28px;
}
.footer-logo-container {
padding: 90px 20px;
background-position: center;
}
.contact-info {
max-width: 480px;
padding: 20px;
gap: 15px;
}
.contact-text {
font-size: 16px;
}
.contact-number a {
font-size: 26px;
}
.contact-or {
width: 120px;
margin-block: 12px;
}
.mimas-gallery-item, .mimas-gallery-listing {
padding: 4px;
}
.header {
padding: 10px 7px;
}
.menu-type-text p, .menu-type-text a {
font-size: 16px;
}
.menu-list {
margin: 25px 0 0;
gap: 10px;
}
.menu-type-icon img {
height: 42px;
}
.menu-type:before {
width: 110px;
height: 110px;
right: -25px;
}
.qr-code {
width: 100%;
}
.contact-info.call-us {
padding: 25px;
}
.contact-details-header {
font-size: 13px;
gap: 5px;
}
.footer-text {
font-size: 11px;
padding: 7px 10px;
gap: 0px;
}
.vendor-influencer-btns {
gap: 6px;
}
.special-offer2 {
right: 1rem;
width: 80px;
top: 1rem;
}
.reservation-popup {
padding: 10px;
max-width: 160px;
border-radius: 0px 6px 6px 0;
}
.resere-heading {
font-size: 14px;
margin-bottom: 10px;
}
.resere-call-heading {
font-size: 12px;
}
.resere-list {
font-size: 11px;
}
main:has(.reserve-pop-active.swiper-slide-active) .reservation {
transform: translateY(-50%) translateX(calc(0% + 0px));
}
.slider-arrow-dots {
bottom: 10px;
}
body .swiper-pagination-bullet {
width: 8px;
height: 8px;
}
.slider-arrow-dots .swiper-button-next, .slider-arrow-dots .swiper-button-prev {
width: 20px;
height: 20px;
}
.slider-arrow-dots .swiper-button-next:after, .slider-arrow-dots .swiper-button-prev:after {
font-size: 11px;
}
.scan-qr-code .about-text {
font-size: 16px;
}
.heading-main p {
max-width: 430px;
}
.our-purpose-icon img {
width: 25px;
}
.our-purpose-icon {
width: 42px;
height: 42px;
}
.our-mission-list {
font-size: 14px;
line-height: 18px;
padding-left: 20px;
}
.our-purpose p {
font-size: 14.5px;
}
.menu-main .our-purpose {
    padding: 30px 20px;
    gap: 30px;
}
.menu-main .our-purpose a {
    padding: 8px 25px;
    font-size: 14px;
}
    .menu-main .our-purpose {
        padding: 25px 20px;
        gap: 25px;
    }
}

@media (min-width: 768px) and (max-width:1199px){
.mimas-gallery-listing .swiper-slide {
padding: 4px;
}
.vendor-influencer-btns {
gap: 4px;
}
.contact-details-header {
font-size: 12px;
}
.footer-text {
font-size: 11px;
padding: 10px 10px;
gap: 4px;
flex-direction: column;
}
.homepage-main-area .swiper {
height: calc(100% - 51px);
}
}

@media (max-width:991px){
.homepage-main-area .swiper-slide {
height: auto;
margin-block: 80px;
}
.homepage-main-area .swiper-wrapper {
display: block;
}
.special-offer2 {
width: 70px;
}
.homepage-main-area section {
padding-block: 0;
}
.logo img {
max-width: 300px;
}
.moon-image {
max-width: 180px;
top: 12rem;
}
.contact-details-header {
flex-direction: column;
}
.heading {
font-size: 32px;
}
.about-us .container, .our-menu .container {
max-width: 100%;
}
.contact-info {
margin: 20px auto 0;
}
.our-mission-list {
font-size: 15px;
line-height: 20px;
}
.our-purpose p {
font-size: 16px;
}
.homepage-main-area .swiper-slide:last-child {
padding-bottom: 40px;
}
.footer-text {
font-size: 10px;
padding: 10px 10px;
gap: 5px;
flex-direction: column;
}
.homepage-main-area .swiper {
height: calc(100% - 52px);
}
.slider-arrow-dots{
display: none;
}
.brand-story .container {
padding: 20px 15px 0;
}
.brand-story-heading {
font-size: 20px;
}
.mimas-gallery-item .mimas-instagram {
width: 15px;
}
.header {
padding: 5px;
}
.menu-main .our-purpose {
height: auto;
}
}   

@media (min-width:768px) and (max-width:991px){
.mimas-homepage-row .col-md-4 {
width: 38%;
}
.mimas-homepage-row .col-md-8 {
width: 62%;
}
.logo img {
max-width: 260px;
}
.moon-image {
max-width: 160px;
top: 12rem;
right: calc(38% + 15px);
}
.mimas-animatd-logo-outer {
max-width: 260px;
}
.mimas-animatd-logo {
max-width: 170px;
height: 170px;
padding: 12px;
}
.mimas-animatd-logo-inner {
border: 2px solid #fff;
padding: 12px;
}
.mimas-main-logo {
border: 3px solid #fff;
}
.mimas-logo-text {
max-width: 70px;
margin-top: -5px;
}
.mimas-move-circle {
left: 8px;
width: 16px;
}
.menu-page-header .special-offer2 {
width: 70px;
right: 1rem;
}
}


@media (max-width:767px){
.moon-image {
max-width: 130px;
top: 9rem;
right: 20px;
}
.logo img {
max-width: 200px;
}
.homepage-main-area .swiper-slide:first-child {
margin-top: 50px;
}
body {
line-height: 26px;
}
.about-us-circle {
max-width: 215px;
top: -25px;
transform: translateX(-50%);
}
.scan-qr-code .contact-info {
max-width: 250px;
}
.slider-main, .homepage-main-area .swiper {
height: auto;
}
.homepage-main-area .swiper-slide:last-child {
padding-bottom: 0;
margin-bottom: 15px;
}
.mobile-footer {
margin: 20px -15px -15px;
}
.footer-text {
font-size: 12px;
padding: 12px 10px;
gap: 7px;
flex-direction: column-reverse;
}
.mimas-homepage .col-md-4 {
padding-inline: calc(var(--bs-gutter-x) * .5);
}
.mimas-gallery-item, .mimas-gallery-listing {
padding: 6px;
}
.mimas-gallery {
margin-top: 20px;
border-radius: 12px;
}
.social-icons a svg {
height: 12px;
}
.homepage-main-area .brand-story {
height: calc(100% - 60px);
left: 0;
position: fixed;
bottom: 60px;
padding: 40px 0px 15px;
}
.brand-story .container {
padding: 10px 15px 0;
}
.brand-story  .heading {
font-size: 26px;
}
.brand-story .heading-main {
margin-bottom: 40px;
}
.brand-story-list {
margin-block: 40px;
}
.reservation {
position: unset;
transform: unset;
width: 100%;
padding:0 15px 15px;
margin-top: 0px;
}
.reservation-popup {
padding: 15px;
max-width: 100%;
border-radius: 8px;
width: 100%;
}
.resere-heading {
font-size: 18px;
margin-bottom: 12px;
}
.resere-call-heading, .resere-list {
font-size: 14px;
}
.resere-call {
font-size: 20px;
}
.resere-list {
text-align: center;
}
.special-offer2 {
right: 8px;
width: 67px;
top: 42px;
}
.header {
padding: 7px;
margin: -1px;
width: auto;
border-radius: 6px 6px 0 0;
position: unset;
}
.homepage-main-area {
overflow: visible;
}
.contact-details-header {
font-size: 14px;
gap: 5px;
}
.close-brand-story {
font-size: 11px;
padding: 5px 12px 6px;
}
.vendor-influencer-btns {
gap: 8px;
font-size: 12px;
}
.swiper-slide .mimas-gallery-item {
width: 100%;
height: 100%;
gap: 5px;
}
.mimas-gallery:has(.swiper) {
background: transparent;
padding: 0;
margin-inline: -15px;
}
.mimas-gallery .swiper {
padding-left: 15px;
padding-bottom: 40px;
}
.mimas-gallery-item, .mimas-gallery-listing {
padding: 0;
}
.mimas-homepage {
overflow: visible;
}
.mimas-gallery-item .mimas-instagram {
width: 20px;
left: 6px;
top: 6px;
}
.mimas-gallery .swiper-pagination-bullet {
margin-inline: 2px !important;
}
.mimas-gallery .swiper-pagination {
bottom: 0px !important;
}
.mimas-animatd-logo-outer {
max-width: 220px;
}
.mimas-animated-logo-bottom {
margin-top: 10px;
}
.mimas-animatd-logo {
max-width: 140px;
height: 140px;
padding: 10px;
}
.mimas-animatd-logo-inner {
border: 2px solid #fff;
padding: 10px;
}
.mimas-main-logo {
border: 3px solid #fff;
}
.mimas-logo-text {
max-width: 55px;
margin-top: -5px;
}
.mimas-move-circle {
left: 7px;
width: 15px;
}
body:has(.brand-story.active) .mobile-footer {
position: sticky;
bottom: 0;
z-index: 9;
}
body:has(.brand-story.active) {
overflow: hidden;
}
.menu-page-header .special-offer2 {
right: 8px;
width: 67px;
top: 42px;
}
.menu-page-header .mimas-animatd-logo-outer {
position: unset;
max-width: 140px;
}
.menu-page-header .mimas-animatd-logo {
max-width: 140px;
height: 140px;
padding: 10px;
}
.menu-page-header {
text-align: center;
margin-bottom: 0;
padding: 50px 20px;
position: unset;
}
.menu-page-header .mimas-move-circle {
width: 15px;
}
.menu-page-header .mimas-animatd-logo-inner {
padding: 10px;
}
.menu-page-header .mimas-logo-text {
max-width: 55px;
}
.mimas-menu-page .swiper {
position: unset;
}
.menu-main .our-purpose {
padding: 40px 20px;
}
.menu-main {
margin-bottom: 15px;
}
    .menu-main .our-purpose a {
        padding: 10px 25px;
        font-size: 16px;
    }
    .menu-main {
        padding-inline: 15px;
    }
    body .video-icon {
    display: none;
}
.mimas-gallery .swiper-slide {
    aspect-ratio: 13 / 16;
}
} 