:root {
    --font-family-Poppins: "Poppins", sans-serif;
    --color-fe6f20: #fe6f20;
    --color-b8b8b8: #b8b8b8;
    --color-616161: #616161;
    --color-334050: #334050;
    --color-141313: #141313;
    --color-000000: #000000;
    --color-ffffff: #ffffff;
    --font-style-normal: normal;
    --font-size-13: 13px;
    --font-size-15: 15px;
    --font-size-16: 16px;
    --font-size-17: 17px;
    --font-size-19: 19px;
    --font-size-20: 20px;
    --font-size-22: 22px;
    --font-size-25: 25px;
    --font-size-33: 28px;
    --font-size-42: 42px;
    --font-size-50: 50px;
    --font-size-84: 84px;
    --character-spacing-0: 0px;
    --line-height-13: 20px;
    --line-height-15: 22px;
    --line-height-16: 24px;
    --line-height-17: 26px;
    --line-height-19: 28px;
    --line-height-20: 30px;
    --line-height-22: 32px;
    --line-height-25: 34px;
    --line-height-33: 42px;
    --line-height-42: 50px;
    --line-height-50: 60px;
    --line-height-84: 90px;
    --line-height-inherit: inherit;
    --font-weight-Thin: 100;
    --font-weight-ExtraLight: 200;
    --font-weight-Light: 300;
    --font-weight-Regular: 400;
    --font-weight-Medium: 500;
    --font-weight-SemiBold: 600;
    --font-weight-Bold: 700;
    --font-weight-ExtraBold: 800;
    --font-weight-Black: 900;
    --font-weight-normal: normal;
}
@font-face {
    font-family: 'Kaio TRIAL Super';
    src: url('../font/KaioTRIAL-Krilin.woff2') format('woff2'),
        url('../font/KaioTRIAL-Krilin.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Kaio TRIAL';
    src: url('../font/KaioTRIAL-Medium.woff2') format('woff2'),
        url('../font/KaioTRIAL-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
* {
    outline: 0;
}
html {
    scroll-behavior: smooth;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
body {
    font-family: var(--font-family-Poppins);
    font-style: var(--font-style-normal);
    font-size: var(--font-size-17);
    line-height: var(--line-height-17);
    color: var(--color-000000);
    font-weight: var(--font-weight-Regular);
    margin: 0;
    padding: 0;
    /* overflow-x: hidden; */
}
input::placeholder {
  color: #000!important;
  opacity: 1!important;; /* Make sure it's visible */
}

.desktop-view{
  display: block ;
}
section {
  scroll-margin-top: 80px; /* height of your fixed header */
}


.desktop-display-none{
  display: none !important;
}

.clr {
    width: 100%;
    float: left;
}
.img {
    width: 100%;
}
.svg {
    object-fit: contain;
    object-position: center center;
}
a,
.btn,
button {
    color: var(--color-000000);
    outline: none;
    cursor: pointer;
    outline: 0;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
a:focus,
.btn:focus,
button:focus,
.custom-select:focus,
.form-control:focus {
    outline: none;
    box-shadow: none;
}
.btn:hover,
a:hover,
button:hover {
    color: var(--color-51a61b);
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-000000);
    text-transform: normal;
    margin-bottom: 10px;
}
ul,
ol {
    margin: 0px;
    padding: 0px;
}
.nav-link:focus,
.nav-link:hover {
    color: var(--color-fe6f20);
}
.dropdown-item.active,
.dropdown-item:active {
    color: var(--color-fe6f20);
    text-decoration: none;
    background-color: transparent;
}
li {
    list-style: none;
}
header,
footer,
section {
    width: 100%;
    float: left;
}
hr {
    border-bottom: 2px solid var(--color-fe6f20);
    border-top: 0 none;
    margin: 50px 0;
    padding: 0;
    opacity: 1;
}
p {
    font-size: var(--font-size-17);
    line-height: var(--line-height-17);
    color: var(--color-000000);
    margin-bottom: 15px;
    font-family: var(--font-family-Poppins);
}
.p-content {
    font-size: var(--font-size-19);
    line-height: var(--line-height-19);
    color: var(--color-141313);
    margin-bottom: 15px;
    font-family: var(--font-family-Poppins);
}
.small-text {
    font-size: var(--font-size-15);
    line-height: var(--line-height-15);
    color: var(--color-141313);
    margin-bottom: 15px;
}
.extra-small {
    font-size: var(--font-size-13);
    line-height: var(--line-height-13);
    color: var(--color-141313);
    margin-bottom: 15px;
}
.section-title {
    font-size: var(--font-size-33);
    line-height: var(--line-height-33);
    color: var(--color-000000);
    font-weight: var(--font-weight-SemiBold);
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-family: 'Kaio TRIAL';
}
.title {
    font-size: var(--font-size-50);
    line-height: var(--line-height-50);
    color: var(--color-fe6f20);
    font-weight: var(--font-weight-Black);
    margin-bottom: 20px;
    position: relative;
    font-family: 'Kaio TRIAL Super';
}
.title2 {
    font-size: var(--font-size-84);
    line-height: var(--line-height-84);
    color: var(--color-000000);
    font-weight: var(--font-weight-Bold);
    margin-bottom: 20px;
    position: relative;
    font-family: 'Kaio TRIAL Super';
}
.div-title {
font-size: 22px;
    line-height: normal;
    color: var(--color-fe6f20);
    font-weight: var(--font-weight-SemiBold);
    margin-bottom: 15px;
    letter-spacing: 1.3px;
    font-family: 'Kaio TRIAL';
}
.div-sub-title {
    font-size: var(--font-size-25);
    line-height: var(--line-height-25);
    color: var(--color-000000);
    font-weight: var(--font-weight-Regular);
    margin-bottom: 15px;
}
.div-text {
    font-size: var(--font-size-22);
    line-height: var(--line-height-22);
    color: var(--color-000000);
    margin-bottom: 15px;
}
.weight-Light {
    font-weight: var(--font-weight-Light);
}
.weight-Regular {
    font-weight: var(--font-weight-Regular);
}
.weight-Medium {
    font-weight: var(--font-weight-Medium);
}
.weight-SemiBold {
    font-weight: var(--font-weight-SemiBold);
}
.weight-Bold {
    font-weight: var(--font-weight-Bold);
}
.weight-ExtraBold {
    font-weight: var(--font-weight-ExtraBold);
}
.weight-Black {
    font-weight: var(--font-weight-Black);
}
.height-100 {
    height: 100vh;
}
.color-141313 {
    color: var(--color-141313) !important;
}
.color-b8b8b8 {
    color: var(--color-b8b8b8) !important;
}
.color-fe6f20 {
    color: var(--color-fe6f20) !important;
}
.color-334050 {
    color: var(--color-334050) !important;
}
.color-000000 {
    color: var(--color-000000) !important;
}
.view-more-text {
    display: inline-block;
}
.view-more-text-btn {
    font-size: var(--font-size-15);
    line-height: var(--line-height-inherit);
    color: var(--color-51a61b);
    font-weight: var(--font-weight-SemiBold);
    display: inline-block;
    background: transparent;
    border-radius: 0;
    position: relative;
    z-index: 2;
    padding: 0;
    outline: none;
    border: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.view-more-text-btn:hover {
    color: var(--color-fe6f20);
    letter-spacing: 1.2px;
}
.view-more {
    display: inline-block;
}
.view-more-btn {
    display: inline-block;
    font-size: var(--font-size-20);
    line-height: var(--line-height-inherit);
    color: var(--color-fe6f20);
    font-weight: var(--font-weight-ExtraBold);
    font-family: 'Kaio TRIAL';
    padding: 12px 35px;
    border-radius: 50px;
    border: solid 1.5px var(--color-fe6f20);
    background-color: var(--color-ffffff);
    box-shadow: 5px 6px 0 var(--color-fe6f20);
    position: relative;
    z-index: 2;
    outline: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.view-more-btn:hover {
    color: var(--color-000000);
    box-shadow: 0px 2px 0 var(--color-fe6f20);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.img-zoom {
    overflow: hidden;
}
.img-zoom .zoom {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 2.5s ease-out 0s;
    -moz-transition: all 2.5s ease-out 0s;
    -ms-transition: all 2.5s ease-out 0s;
    -o-transition: all 2.5s ease-out 0s;
    transition: all 2.5s ease-out 0s;
}
.img-zoom:hover .zoom {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/* @import url(../css/root.css); */
/* main-header */
.g_header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: transparent;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.main-header.g_shrink {
    position: fixed;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    z-index: 999;
}

.main-header.g_shrink .desktop-logo img {
    width: 150px;
    -webkit-transition: all 0.5s ease-in-out 0.5s;
    -moz-transition: all 0.5s ease-in-out 0.5s;
    -ms-transition: all 0.5s ease-in-out 0.5s;
    -o-transition: all 0.5s ease-in-out 0.5s;
    transition: all 0.5s ease-in-out 0.5s;
}
/* loader css*/
/* loader css */
/* top-menu */
.offcanvas-menu {
    padding: 20px 0;
    background: var(--color-ffffff);
}
.desktop-menu {
    display: block;
}
.desktop-logo img {
    width: 200px;
        -webkit-transition: all 0.5s ease-in-out 0.5s;
    -moz-transition: all 0.5s ease-in-out 0.5s;
    -ms-transition: all 0.5s ease-in-out 0.5s;
    -o-transition: all 0.5s ease-in-out 0.5s;
    transition: all 0.5s ease-in-out 0.5s;
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
.main-nav .nav-item {
    margin: 0 14px;
}
li.nav-item.menu-icon a {
    display: flex;
    gap: 10px;
    align-items: center;
}
.main-nav .nav-item .nav-link {
    position: relative;
    gap: 5px;
    display: flex;
    font-size: var(--font-size-16);
    color: var(--color-334050);
    font-weight: var(--font-weight-Medium);
    line-height: initial;
    padding: 12px 12px;
}
.main-nav .nav-item .nav-link:focus,
.main-nav .nav-item.active .nav-link,
.main-nav .nav-item .nav-link:hover {
    color: var(--color-fe6f20);
}
.main-nav .nav-item .nav-link.show,
.main-nav .nav-item .show>.nav-link {
    color: var(--color-fe6f20);
}
.navbar {
    padding: 0;
}
.main-nav .navbar-nav {
    flex-direction: row;
    align-items: center;
}
.main-nav .nav-item a img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    object-fit: contain;
}
.main-nav .nav-item a .social {
    width: 35px;
    height: 35px;
    margin-right: 0;
    margin-left: 15px;
    object-fit: contain;
}
/* main-header */
/* main-banenr */
.banner-text {
    margin-top: 100px;
}
/* main-banenr */
/* about-us-section */
.about-us-section {
    /* margin-top: -370px; */
    position: relative;
    z-index: 1;
}
.about-us-bg {
    background: var(--color-000000);
}
/* about-us-section */
/* menu-list-section */
 .menu-list-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
 }
 .menu-list-bg::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    background-color: #000000c9;
    height: 100%;
}
.menu-tabs .nav-tabs {
    border: none;
    background: transparent;
    border-radius: 0;
}
.menu-tabs .nav-tabs .nav-item:first-child .nav-link {
    border-radius: 100px 0 0 100px;
}
.menu-tabs .nav-tabs .nav-item:last-child .nav-link {
    border-radius: 0 100px 100px 0;
}
.menu-tabs .nav-tabs .nav-item .nav-link {
    font-size: var(--font-size-22);
    line-height: var(--line-height-22);
    color: var(--color-ffffff);
    font-weight: var(--font-weight-Medium);
    font-family: 'Kaio TRIAL';
    border: none;
    border-radius: 0px;
    padding: 14px 25px;
    background: var(--color-fe6f20);
    letter-spacing: 1px;
}
.menu-tabs .nav-tabs .nav-item.show .nav-link, .menu-tabs .nav-tabs .nav-link.active {
    color: var(--color-fe6f20);
    background-color: var(--color-ffffff);
}
.menu-item-box {
   background: #6868682e;
   display: block;
   border-radius: 25px;
   padding: 15px 15px;
   padding-bottom: 25px;
   margin-bottom: 20px;
   -webkit-transition: all 0.5s ease-out 0s;
   -moz-transition: all 0.5s ease-out 0s;
   -ms-transition: all 0.5s ease-out 0s;
   -o-transition: all 0.5s ease-out 0s;
   transition: all 0.5s ease-out 0s;
}
.menu-item-box .item-img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    margin-bottom: 10px;
}
.menu-item-box .extra-small, .menu-item-box .div-text {
    color: var(--color-ffffff);
    margin-bottom: 0;
}
.menu-item-box .div-text {
    display: none;
}
.menu-item-box .menu-line {
    display: none;
    background: #fff;
    /* display: none; */
    border-bottom: 1.5px solid var(--color-616161);
    margin: 10px 0;
}

.menu-item-box .view-more-btn {
   font-size: var(--font-size-15);
   padding: 5px 25px;
}
.menu-item-box .view-more-btn .WhatsApp {
    width: 18px;
    margin-left: 3px;
    object-fit: contain;
}
.menu-item-box:hover {
    border-radius: 25px;
    background: var(--color-ffffff);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.menu-item-box:hover .extra-small, .menu-item-box:hover .div-text {
    color: var(--color-334050);
    margin-bottom: 0;
}
.freshness-box img {
 width: 100%;
 height: 100%;
 padding: 20%;
} 
/* menu-list-section */
/* testimonial-section */
.testimonial-left img {
    border-radius: 30px;
}
.testimonial-content {
    margin-top: 20px;
}
.testimonial-content img {
    width: 60px;
    height: 60px;
    border-radius: 70px;
}
.testimonial-content .testimonial-text {
    width: calc(100% - 60px);
    padding-left: 10px;
}
.testimonial-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    height: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.testimonial-right::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, #ffffff00 0%, #ffffffd1 50%, #ffffff 100%);
    z-index: 11;
}
.swiper-container {
    width: 100%;
}
/* testimonial-section */
/* reserve-section */
.reserve-section {
background-color: var(--color-fe6f20) ;  
}
.reserve-form .form-group {
margin-bottom: 20px;
}
.reserve-form .form-label {
    width: 100%;
    font-size: var(--font-size-16);
    color: var(--color-000000);
    margin-bottom: 5px;
}
.reserve-form .form-control {
    display: block;
    width: 96%;
    height: 45px;
    padding: 10px 0px;
    font-size: var(--font-size-16);
    color: var(--color-000000);
    background-color: transparent;
    border: none;
    border-bottom: 1.5px solid var(--color-141313);
    border-radius: 0;
}
.reserve-form textarea.form-control {
    height: 100px;
    resize: none;
}
.reserve-form .form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: var(--color-000000);
}
.reserve-form .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: var(--color-000000);
}
.reserve-form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: var(--color-000000);
}
.reserve-form .form-control::placeholder { /* Most modern browsers support this now. */
  color: var(--color-000000);
}
input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: transparent !important;
    color: fieldtext !important;
}
.reserve-btn {
    color: var(--color-000000);
    border: solid 1.5px var(--color-000000);
    box-shadow: 5px 6px 0 var(--color-000000);
}
.reserve-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
    height: 100%;
}
/* reserve-section */
/* footer-section */
.footer-mobile{
    display: none;
}

 .footer-bg {
    overflow: hidden;
   background-image: url(../images/bg/footer-bg.jpg);
   background-size: 100% 100%;
   background-position: center right;
 }
 .footer-contact li {
   font-size: var(--font-size-16);
   color: var(--color-fe6f20);
   margin-bottom: 20px;
 }
.footer-contact li a {
    color: var(--color-fe6f20);
    display: flex;
    align-items: center;
    gap: 8px;
}
 .footer-contact li a img {
    width: 22px;
}
 .footer-contact li span {
   color: var(--color-ffffff);
   display: block;
 }
 .footer-contact .social {
   margin-top: 80px;
}
.footer-contact .social img {
    width: 28px;
    margin-right: 15px;
}
.footer-contact {
    padding-right: 50px;
    position: relative;
}
.copyright {
    color: var(--color-ffffff);
    margin-top: 50px;
    position: relative;
}
.copyright a {
    color: var(--color-fe6f20);
}
/* footer-section */

/* menu-section */
/* .menu-section{
    padding: 250px 0;
    position: relative;
    height: 100vh;
}
.menu-section .view-more {
    margin-top: 100px;
}

.menu-left {
    padding-right: 150px;
}
img.menu-img {
    width: 100%;
}
.dish-info{
    width: 25%;
}
.dish.active-img{
    position: relative;
}
.dish.pos-top{
    position: relative;
    display: flex;
    align-items: center;
    width: 77%;
    margin-bottom: 90px;
}
.dish.pos-bottom{
    position: relative;
    display: flex;
    align-items: center;
    width: 85%;
    margin-left: -50px;
}

.menu-section h4{
    width: 30%;
    position: absolute;
    right: -30%;
    font-size: var(--font-size-33);
    font-weight: bold;
    opacity: 0.8;
}
.dishes-img {
    display: flex;
    align-items: center;
    position: absolute;
    top: 2%;
    left: 32%;
}
img.bg-elips {
    position: absolute;
    top: 15%;
    left: 35%;
    width: 40%;
    z-index: -9;
}
.menu-left {
    padding-right: 150px;
    padding-top: 180px;
    position: relative;
}
 */


/* Positions */
.menu-section h3{
    width: 30%;
    position: absolute;
    font-family: 'Kaio TRIAL Super';
    right: -10%;
    font-size: var(--font-size-33);
    font-family: var(fa);
    font-weight: var(--font-weight-ExtraBold);
    opacity: 0.5;
        -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.dish.active h3{
    opacity: 0;
}
img.bg-elips {
    position: absolute;
    top: 0;
    left: 30%;
    width: 40%;
    z-index: -9;
  animation: rotateAnim 30s linear infinite; /*2s duration, infinite loop*/
}

@keyframes rotateAnim {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
img.left-text-shape {
    position: absolute;
    top: 10%;
    right: 15%;
}

     .menu-section {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 50px;
      height: 900px;
      box-sizing: border-box;
      overflow: hidden;
    }
    /* Left info section */
   .dish-info {
    position: relative;
    width: 21%;
    z-index: 9;
}
    .dish-info h2 {
      color: #ff6600;
      font-size: 50px;
       font-family: 'Kaio TRIAL Super';
      font-weight: var(--font-weight-Bold);
      margin: 0;
    }
    .dish-info h4 {
      font-size: var(--font-size-33);
      font-weight: var(--font-weight-Medium);
      color: #282828;
      margin: 5px 0 15px 0;
    }
    .dish-info p {
      font-size: 16px;
      color: #333;
    }

    /* Right images */
    .dishes-img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 10%;
      left: 5%;
    }

    .dish {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-80%, -80%);
      transition: all 0.8s ease;
      cursor: pointer;
    }

    .dish img {
      width: 80%;
      transition: transform 0.8s ease, width 0.8s ease;
    }

    /* Active (center big image) */
    .dish.active {
      z-index: 3;
    }
    .dish.active img {
      transform: scale(1.2);
    }

    /* Top position */
    .dish.pos-top {
      transform: translate(20%, -140%);
      z-index: 2;
       display: flex;
    align-items: center;
    }
    .dish.pos-top img {
      width: 70%;
    }

    /* Bottom position */
    .dish.pos-bottom {
      transform: translate(15%, -20%);
      z-index: 1;
      display: flex;
    align-items: center;
    }
    .dish.pos-bottom img {
      width: 80%;
    }


































































































.fix-social {
    position: fixed;
    right: 20px;
    bottom: 80px;
    z-index: 99;
    display: block;
}
.fix-social ul li {
    margin-bottom: 10px;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    background:#282828 ;
    text-align: center;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.fix-social ul li a img {
    width: 35px;
    height: 35px;
    background: var;
    padding: 8px;
}
#return-to-top {
    position: fixed;
    right: 20px;
    bottom: 10px;
    z-index: 99;
    background: var(--color-f7931e);
    width: 45px;
    height: 45px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#return-to-top img {
    width: 21px;
    height: 21px;
    transform: rotate(-90deg);
}
.sidenav,
.mobile-toggle {
    display: none;
}
.mobile-md-none {
    display: block !important;
}
.desktop-md-none {
    display: none !important;
}
.mobile-none {
    display: block !important;
}
.desktop-none {
    display: none !important;
}
.main-menu {
    display: none;
}
.container {
    max-width: 1580px;
}
.image-dis {
    font-size: 14px;
    position: absolute;
    bottom: 0;
    color: #fff;
    opacity: 0.5;
    font-family: var(--font-family-Poppins);
    display: flex;
    gap: 12px;
    font-weight: 200;
}

.image-dis p {
    font-size: 14px;
    /* bottom: 0; */
    color: #fff;
}
/* responsive css */
@media only screen and (min-width: 1921px) {}
@media only screen and (min-width: 2200px) {}
@media (max-width: 1880px) {}
@media (max-width: 1780px) {
    .container {
        max-width: 1480px;
    }
}
@media (max-width: 1560px) {}
@media (max-width: 1480px) {
    .container {
        max-width: 1280px;
    }
}
@media (max-width: 1366px) {}
@media (max-width: 1280px) {
    .container {
        max-width: 1024px;
    }
}
@media (max-width: 1199.98px) {}
@media (max-width: 1024px) {}
@media (max-width: 991.98px) {
    .sidenav,
    .mobile-toggle {
        display: block;
    }
    .mobile-md-none {
        display: none !important;
    }
    .desktop-md-none {
        display: block !important;
    }
    /* mob-sidenav */
    /* mob-sidenav */
    .order-lg-div {
        order: 2;
    }
    /* mob-login */
   .main-menu {
    display: block;
}
    .offcanvas-body {
    overflow-y: unset;
    padding: 0;
}
.offcanvas.offcanvas-start {
    width: 100%;
    transform: unset;
}
.offcanvas {
    position: relative;
    visibility: visible;
}
.offcanvas-body {
    overflow-y: auto;
}
.offcanvas.offcanvas-start {
    left: unset;
    right: 0;
    width: var(--bs-offcanvas-width);
    transform: translateX(100%);
}
.offcanvas {
    position: fixed;
    visibility: hidden;
}
.mobile-offcanvas .toggle-img {
    width: 50px;
}
.offcanvas-header .btn-close {
    width: 14px;
    height: 14px;
    opacity: 1;
    padding: 10px 10px;
    margin: 0;
}
.right-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

}
@media (max-width: 800px) {}
@media (max-width: 767.98px) {
    .mobile-none {
        display: none !important;
    }
    .desktop-none {
        display: block !important;
    }
    .order-md-div {
        order: 2;
    }
}
@media (max-width: 575.98px) {}
@media (max-width: 480px) {}
@media (max-width: 400px) {}
@media (max-width: 375px) {}
@media (max-width: 320px) {}
/* responsive css */