/* ===================================
    About
====================================== */

/*
    Theme Name: MegaOne
    Theme URI:
    Author: Themes Industry
    Author URI:
    Description: One Page Parallax Template
    Tags: one page, multipurpose, parallax, creative, html5

 */

/* ===================================
    Table of Content
====================================== */

/*  - Fonts
    - General
    - Fonts
    - Social Icon Hover
    - Header And Navigation
    - Slider
    - About
    - Team
    - Portfolio
    - Price
    - Parallax
    - Testimonial
    - Client
    - Blog
    - Contact
    - Map
    - Footer
    - Loader
    - Media Queries   */

/* ===================================
    Google font
====================================== */

@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Grand+Hotel&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins&amp;display=swap");

/* ===================================
    Scrollbar
====================================== */
html {
    scroll-behavior: smooth;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    width: 12px;
    background: transparent;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(30deg, #fc2547 50%, #ff5a00 100%);
    width: 0;
    height: 25%;
    transition: 0.5s ease;
}

.minicart ::-webkit-scrollbar {
    width: 5px;
}
.minicart ::-webkit-scrollbar-track {
    width: 12px;
    background: white;
    border-left: 0 solid white;
    border-right: 0 solid white;
}
.minicart ::-webkit-scrollbar-thumb {
    background: linear-gradient(30deg, #fc2547 50%, #ff5a00 100%);
    width: 0;
    height: 25%;
    transition: 0.5s ease;
}
/* ===================================
    General
====================================== */

body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #2b2b2b;
    font-weight: 300;
    line-height: 25px;
    width: 100%;
    overflow-x: hidden;
    background-color: #202020;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    margin-bottom: 0;
}
a,
*::before,
*::after,
img,
span,
input,
button,
.navbar,
.fixedmenu,
.tp-bullet,
.owl-dot,
.owl-prev,
.owl-next {
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
}
section,
.section-padding {
    position: relative;
    overflow: hidden;
}
a {
    color: inherit;
    text-decoration: none;
}
.btn.focus,
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
p:last-child {
    margin-bottom: 0 !important;
}
.fa,
.far,
.fas {
    display: inline;
}
a:active,
a:hover {
    color: #fa2851;
}
.hidden {
    display: none;
}
ul {
    margin-bottom: 0;
}

/* transition none */
.no-transition * {
    transition-timing-function: initial;
    -moz-transition-timing-function: initial;
    -webkit-transition-timing-function: initial;
    -o-transition-timing-function: initial;
    -ms-transition-timing-function: initial;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    -ms-transition-duration: 0s;
}

/* overlay */
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* opacity */
.opacity-3 {
    opacity: 0.3;
}
.opacity-4 {
    opacity: 0.4;
}
.opacity-5 {
    opacity: 0.5;
}
.opacity-6 {
    opacity: 0.6;
}
.opacity-7 {
    opacity: 0.7;
}
.opacity-8 {
    opacity: 0.8;
}
.opacity-9 {
    opacity: 0.9;
}

/* button */
.btn {
    -webkit-appearance: initial;
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    display: inline-block;
    font-size: 17px;
    border: 2px solid transparent;
    letter-spacing: 0.5px;
    line-height: inherit;
    border-radius: 0;
    text-transform: capitalize;
    width: auto;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;
}
/* button size */

/* background color */
.bg-dark {
    background-color: #202020;
}
.bg-purple {
    background-color: #350d82;
}
.bg-1 {
    background-image: url(../img/bg-1.jpg);
}
.bg-2 {
    background-image: url(../img/bg-2.jpg);
}

/* text-color */
.red-color {
    color: #fa2851;
}
.purple-color {
    color: #350d82;
}

/*Max Width*/
.parallax-disable {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}
.position-relative {
    position: relative;
}

/*icon text bover */
.facebook-text-hvr:hover {
    color: #4267b2 !important;
}
.twitter-text-hvr:hover {
    color: #1da1f2 !important;
}
.instagram-text-hvr:hover {
    color: #c32aa3 !important;
}
.linkedin-text-hvr:hover {
    color: #0077b5 !important;
}
.pinterest-text-hvr:hover {
    color: #bd081c !important;
}
.google-text-hvr:hover {
    color: #db4437 !important;
}

/* ===================================
    menu-line
====================================== */
.menu-line {
    position: absolute;
    top: -20px;
    font-size: 18px;
    color: #ffffff;
    left: 0;
    display: block;
    text-align: center;
    width: 150px;
    height: 30px;
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
    transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
}

.nav-icon .navbar-nav .nav-link:nth-child(1).active ~ .menu-line {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(2).active ~ .menu-line {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(3).active ~ .menu-line {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(4).active ~ .menu-line {
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(5).active ~ .menu-line {
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(6).active ~ .menu-line {
    -webkit-transform: translate3d(500%, 0, 0);
    transform: translate3d(500%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(7).active ~ .menu-line {
    -webkit-transform: translate3d(600%, 0, 0);
    transform: translate3d(600%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(1):hover ~ .menu-line {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(2):hover ~ .menu-line {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(3):hover ~ .menu-line {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(4):hover ~ .menu-line {
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(5):hover ~ .menu-line {
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(6):hover ~ .menu-line {
    -webkit-transform: translate3d(500%, 0, 0);
    transform: translate3d(500%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(7):hover ~ .menu-line {
    -webkit-transform: translate3d(600%, 0, 0);
    transform: translate3d(600%, 0, 0);
}
/* ===================================
    Cursor
====================================== */

.magic {
    display: none !important;
}
.aimated-cursor {
    position: absolute;
    left: 0;
    display: none;
    top: 0;
    width: 30px;
    height: 30px;
    pointer-events: none;
    z-index: 10000;
    -webkit-transition: opacity 0.2s ease-in-out 0.5s;
    -o-transition: opacity 0.2s ease-in-out 0.5s;
    transition: opacity 0.2s ease-in-out 0.5s;
}

.cursor-light:hover ~ .aimated-cursor {
    display: inline-block;
    z-index: 9999999;
}
.cursor {
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border: 2px solid rgb(255, 255, 255);
    /*border: 2px solid rgb(0, 0, 0);*/
    border-radius: 50%;
    pointer-events: none;
    opacity: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999999999;
}

/*slider social*/

.slider-social {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
}
.side-nav-menu .slider-social {
    right: auto;
}
.slider-social li {
    list-style: none;
}

.slider-social a {
    color: #ffffff;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 30px;
    border-radius: 50px;
    font-size: 16px;
    margin: 2px;
    border: 1px solid transparent;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

/* ===================================
      Custom css
  ==================================== */

.padding-top {
    padding-top: 30px;
}
.padding-top-half {
    padding-top: 60px;
}
.padding-bottom {
    padding-bottom: 30px;
}
.border-row {
    border: solid;
    padding: 20px 0;
}
.sub-heading {
    background: linear-gradient(to right, #fc2547 50%, #ff5a00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
}
.bg-grey {
    background-color: #2d2d2d;
}
.bg-black {
    background-color: #191919;
}
.text-trans {
    background: linear-gradient(to right, #fc2547 50%, #ff5a00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.heading {
    color: #ffffff;
    font-family: "Grand Hotel", cursive;
    font-size: 72px;
    font-weight: 400;
    margin-bottom: 50px;
}
.text {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    opacity: 0.7;
}
.color-dark {
    color: #797979;
}
.color-white {
    color: #ffffff;
}

.white-trans-btn {
    border: solid 1px #ffffff;
    color: #ffffff;
    font-weight: 400;
    padding: 8px 35px;
    background-color: transparent;
    transition: 0.5s ease;
    font-size: 14px;
    font-family: Roboto, sans-serif;
}
.white-trans-btn:hover {
    background-color: #ffffff;
    color: #202020;
}
.main-btn {
    border: solid 1px #fc2547;
    color: #ffffff !important;
    font-weight: 700;
    padding: 10px 35px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    /*letter-spacing: 0.1em;*/
    text-align: center;
    overflow: hidden;
    transition: 0.8s ease;
    text-decoration: none;
    background-image: linear-gradient(
        to right,
        #fc2547 0%,
        #ff5a00 50%,
        #fc2547 100%
    );
    background-size: 200% auto;
}
.main-btn:hover {
    background-position: right center;
}

.anim-btn {
    border: 1px solid #ffffff;
    border-radius: 0.5em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: transparent;
    color: #ffffff;
    font-size: 13px;
    padding: 10px 30px 10px 30px;
    transition: 0.8s ease;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-decoration: none;
}
.anim-btn:hover {
    border: solid 1px #ffffff;
    color: #202020;
}
.anim-btn span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: #ffffff;
    transform: translateY(150%);
    border-radius: 50%;
    transition: 0.5s;
    z-index: -1;
}

.anim-btn:hover span {
    transform: translateY(0) scale(3.1);
}

.anim-btn span:nth-child(1) {
    left: calc((1 - 1) * 25%);
    transition-delay: calc((1 - 1) * 0.1s);
}

.anim-btn span:nth-child(2) {
    left: calc((2 - 1) * 25%);
    transition-delay: calc((2 - 1) * 0.1s);
}

.anim-btn span:nth-child(3) {
    left: calc((3 - 1) * 25%);
    transition-delay: calc((3 - 1) * 0.1s);
}

.anim-btn span:nth-child(4) {
    left: calc((4 - 1) * 25%);
    transition-delay: calc((4 - 1) * 0.1s);
}
.anim-btn span:nth-child(5) {
    left: calc((5 - 1) * 25%);
    transition-delay: calc((5 - 1) * 0.1s);
}
/* ===================================
        Header
   ====================================== */
header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 111;
}
/*main navigation*/

header .navbar-brand img {
    max-width: 100%;
}
header .navbar-brand .logo-simple {
    display: block;
}
header .navbar-brand .logo-fixed {
    display: none;
}
header .main-navigation {
    padding-top: 4px;
}
header .main-navigation .navbar {
    padding: 0;
}
header .main-navigation nav .navbar-nav .nav-link {
    display: inline-block;
    margin-right: 25px;
    /*min-width: 150px;*/
    /* text-align: center; */
}
header .main-navigation nav .navbar-nav .nav-link {
    padding-top: 0;
    padding-bottom: 0;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    transition: 0.5s ease;
    line-height: 1.9;
}
header .main-navigation nav .navbar-nav .nav-link:after {
    content: "";
    height: 2px;
    width: 0;
    display: block;
    transition: 0.5s ease;
    background: linear-gradient(30deg, #fc2547 50%, #ff5a00 100%);
}
header .main-navigation nav .navbar-nav .nav-link:hover:after,
header .main-navigation nav .navbar-nav .nav-link.active:after {
    width: 100%;
}
header .main-navigation nav .navbar-nav .nav-item {
    display: inline-block;
    position: relative;
}
header .main-navigation nav .navbar-nav .nav-dropdown .dropdown-icon {
    font-size: 12px;
}
header .main-navigation nav .navbar-nav .nav-dropdown .nav-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    padding: 10px 0;
    background: #1b1b1b;
    border: 1px solid rgba(255, 26, 26, 0.08);
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(255, 26, 26, 0.35);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition:
        opacity 0.2s ease,
        transform 0.2s ease,
        visibility 0.2s ease;
    z-index: 1200;
}
header .main-navigation nav .navbar-nav .nav-dropdown:hover .nav-submenu,
header
    .main-navigation
    nav
    .navbar-nav
    .nav-dropdown:focus-within
    .nav-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
header .main-navigation nav .navbar-nav .nav-dropdown .nav-submenu .nav-link {
    display: block;
    margin-right: 0;
    padding: 6px 18px;
    font-size: 15px;
    line-height: 1.4;
}
header
    .main-navigation
    nav
    .navbar-nav
    .nav-dropdown
    .nav-submenu
    .nav-link:after {
    display: none;
}
header .user-links {
}
header .user-links li {
    display: inline-block;
    list-style: none;
    margin-right: 20px;
}
header .user-links li:last-child {
    margin-right: 0;
}
header .user-links li a {
    color: white;
    font-size: 26px;
}
header .user-links li a.fa-icon {
    font-size: 20px;
}
header .user-links li a span i {
    font-size: 12px;
}
header .user-links li a .badge {
    font-size: 12px;
    background: linear-gradient(30deg, #fc2547 50%, #ff5a00 100%);
    position: absolute;
    top: -11px;
    right: -12px;
    padding: 4px 6px;
}

/* ===================================
         header appear css
====================================== */
.header-appear {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1111;
    /*background-color: #FFFFFF;*/
    background: linear-gradient(
        30deg,
        rgba(32, 32, 32, 0.9) 0%,
        rgba(31, 31, 31, 0.9) 100%
    );
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(3px);
}

.header-appear .navbar-brand .logo-simple {
    display: none;
}
.header-appear .navbar-brand .logo-fixed {
    display: block;
}
.header-appear .main-navigation {
    /* padding-top: 15px;
    padding-bottom: 15px; */
}
.header-appear .main-navigation nav .navbar-nav .nav-link .nav-link {
    /*color: #202020;*/
}
.header-appear .main-navigation .simple-navbar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header-appear .fixed-nav-links {
    display: block;
}
.header-appear .fixed-nav-links {
    display: inline-block;
    transform: translateY(-5px);
    margin-left: 25px;
}
/* .header-appear .sidemenu_btn{
    top:25px;
} */
.header-appear .sidemenu_btn span {
    /*background-color: #202020;*/
}
@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* ===================================
    Side Menu
====================================== */
.side-menu .bg-overlay {
    /*background: rgba(247, 28, 82, 0.9);*/
    /*background:linear-gradient(30deg, rgba(53, 13, 130, 0.9) 0%, rgba(128, 33, 181, 0.9) 100%);*/
    background: linear-gradient(30deg, #495057eb 0%, #000000bd 100%);
}
.side-menu {
    width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    /*background: rgba(247, 28, 82, 0.6);*/
    background-image: url("../img/side-menu.jpg");
    background-size: cover;
    background-position: center;
    z-index: 2032;
    height: 100%;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    -webkit-transition: transform 0.5s ease;
    overflow: hidden;
}
.side-menu.left {
    left: 0;
    right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.side-menu-opacity {
    opacity: 0;
}
.side-menu.before-side {
    width: 280px;
}
.side-menu.side-menu-active,
.side-menu.before-side {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.pul-menu .side-menu.side-menu-active {
    visibility: visible;
    opacity: 1;
}
.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #202020;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*side clode btn*/
.side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 42px;
    right: 49px;
    cursor: pointer;
}
/*.header-appear ~ .side-menu .btn-close {*/
/*    top:50px;*/
/*}*/
.side-menu.before-side .btn-close {
    display: none;
}
.side-menu .btn-close::before,
.side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: " ";
    height: 24px;
    width: 2px;
    background: #fff;
    top: 5px;
}
.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*side open btn*/

.sidemenu_btn {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 36px;
    padding: 6px;
    margin-right: 1rem;
    margin-top: 0.4rem;
    position: absolute;
    right: 30px;
    top: 40px;
    display: inline-block;
}
.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background: #ffffff;
    display: block;
    margin: auto;
    transition: 0.5s ease;
}
.sidemenu_btn:hover span {
    /*background: #fa2851;*/
}
.sidemenu_btn:hover span:first-child,
.sidemenu_btn:hover span:last-child {
    width: 70%;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

.side-menu .inner-wrapper {
    padding: 2.5rem 2rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
}
.pul-menu.pushwrap .side-menu .inner-wrapper {
    padding: 3.5rem 2.5rem;
}
.side-menu .side-nav {
    margin-bottom: 30px;
    display: block;
}
.side-nav .navbar-nav .nav-link {
    display: block;
    margin: 3px 0;
    padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;

    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}
.side-nav .navbar-nav .nav-link:first-child {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.side-nav .navbar-nav .nav-link:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.side-nav .navbar-nav .nav-link:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.side-nav .navbar-nav .nav-link:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.side-nav .navbar-nav .nav-link:nth-child(5) {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.side-nav .navbar-nav .nav-link:nth-child(6) {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.side-nav .navbar-nav .nav-link:nth-child(7) {
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.side-nav .navbar-nav .nav-link:nth-child(8) {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.side-nav .navbar-nav .nav-link:nth-child(9) {
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
}
.side-menu.side-menu-active .side-nav .navbar-nav .nav-link {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #fff;
    padding: 2px 0 3px 0 !important;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: normal;
    position: relative;
    border-radius: 0;
}
.side-nav .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 0;
    height: 3px;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
    width: 100%;
}
.side-nav .navbar-nav .nav-link.active {
    background: transparent;
}
.side-nav .navbar-nav .nav-item {
    display: block;
}
.side-nav .navbar-nav .nav-dropdown .dropdown-icon {
    font-size: 14px;
}
.side-nav .navbar-nav .nav-dropdown .nav-submenu {
    margin: -10px 0 12px 18px;
    padding-left: 14px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.side-nav .navbar-nav .nav-dropdown .nav-submenu .nav-link {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}
.side-nav .navbar-nav .nav-dropdown .nav-submenu .nav-link::after {
    display: none;
}
.side-menu-inner-content {
    margin-left: 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
    padding-bottom: 30px;
}
.side-menu p {
    margin-bottom: 0;
}
.menu-company-details {
    margin-bottom: 25px;
    margin-top: -15px;
}
.menu-company-details span {
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    margin-bottom: 5px;
}
.social-icons-simple {
    margin-bottom: 0;
    margin-left: -10px;
}

.social-icons-simple li {
    display: inline-block;
    padding-left: 8px;
}
.social-icons-simple li:first-child {
    padding-left: 0;
}
.social-icons-simple li a {
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 42px;
    border: 1px solid transparent;
    text-align: center;
    width: 40px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}
.social-icons-simple li a:hover {
    background-color: #ffffff;
}

.social-icons-simple li.animated-wrap a:hover {
    background-color: transparent;
    color: #ffffff;
}
@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* ===================================
           main  Banner css
====================================== */
.main-banner {
    background-color: #202020;
    height: 100vh;
}
/*slider form*/
.slider-form {
    position: absolute;
    z-index: 11;
    top: 74%;
    transform: translateY(50%);
    left: 0;
    right: 0;
}
.slider-form .contact-form {
    background-color: #2d2d2d;
    padding: 10px;
    width: 80%;
    margin: auto;
}
.slider-form .contact-form .form-group {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    width: 100%;
}
.slider-form .contact-form label {
    margin-bottom: 0;
    color: #3d3d3d7d;
    position: relative;
    left: 13px;
    z-index: 11;
    font-size: 17px;
    display: flex;
}
.slider-form .contact-form label i {
    font-size: 26px;
    color: #595959;
}
.slider-form .contact-form input {
    color: #595959;
    font-size: 16px;
    height: 50px;
    padding: 25px;
}
.slider-form .contact-form .form-control {
    border-radius: 0;
    border: solid 2px transparent;
    margin-bottom: 0;
    border-right: solid 2px #eceef2;
    background-color: transparent;
}
.slider-form .contact-form .form-control:last-child {
    border-right: none;
}
.slider-form .contact-form input::placeholder {
    color: #595959;
    font-size: 16px;
}
select::placeholder {
    color: #ffffff;
}
.slider-form .main-btn {
    padding: 15px 35px;
}
.form-control:focus {
    border-color: #80bdff00;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}
/* ===================================
          gallery sec
====================================== */
.gallery-sec {
    background-color: #191919;
}
.gallery-sec .heading-area {
    width: 80%;
}
.gallery-sec .mini-services .mini-service-card {
    text-align: center;
    cursor: pointer;
}
.gallery-sec .mini-services .mini-service-card i {
    background: linear-gradient(to right, #fc2547 50%, #ff5a00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    margin-bottom: 10px;
    transition: 0.5s ease;
}
.gallery-sec .mini-services .mini-service-card:hover i {
    transform: translateY(-10px);
}
.gallery-sec .mini-services .mini-service-card .number {
    color: #ffffff;
    opacity: 0.7;
    margin-bottom: 5px;
    font-weight: 400;
}

/* ===================================
    menu tabs
====================================== */
.menu-tabs-wrap {
    margin-bottom: 10px;
}

.menu-filters {
    display: flex;
    align-items: center;
    gap: 18px;
}

.menu-search-merge {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 8px 10px 8px 16px;
    background-color: #2d2d2d;
    border-radius: 999px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.menu-search-merge .form-group {
    width: 100%;
}
.menu-search-merge #menu-search.form-control {
    background-color: transparent;
    border: none;
    height: 50px;
    padding: 10px 8px;
    color: #8b8b8b;
}
.menu-search-merge #menu-search.form-control::placeholder {
    color: #8b8b8b;
}
.menu-search-merge #menu-search.form-control:focus {
    border-color: transparent;
    box-shadow: none;
    background-color: transparent;
}
.menu-search-merge .menu-filters {
    margin-top: 0;
    flex-shrink: 0;
}
.menu-switch {
    --switch-width: clamp(120px, 32vw, 120px);
    --switch-height: clamp(48px, 12vw, 50px);
    --switch-padding: 6px;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    cursor: pointer;
    color: #ffffff;
    font-weight: 600;
}
.menu-switch input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.menu-switch-slider {
    width: var(--switch-width);
    height: var(--switch-height);
    background: linear-gradient(
        135deg,
        rgba(34, 197, 94, 0.28),
        rgba(22, 163, 74, 0.45)
    );
    border-radius: 999px;
    position: relative;
    transition:
        background 0.4s ease-in-out,
        box-shadow 0.4s ease-in-out;
    box-shadow: inset 0 0 0 1px rgba(34, 197, 94, 0.35);
    overflow: hidden;
}
.menu-switch-thumb {
    position: absolute;
    left: var(--switch-padding);
    top: var(--switch-padding);
    width: calc(var(--switch-height) - (var(--switch-padding) * 2));
    height: calc(var(--switch-height) - (var(--switch-padding) * 2));
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.35);
    transition:
        transform 0.4s ease-in-out,
        box-shadow 0.4s ease-in-out;
}
.menu-switch-thumb img {
    width: 70%;
    height: 70%;
    object-fit: contain;
}
.menu-switch-text {
    position: absolute;
    left: 60%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: #d1fae5;
    text-transform: capitalize;
    pointer-events: none;
    z-index: 1;
    transition:
        color 0.4s ease-in-out,
        transform 0.4s ease-in-out;
}
.menu-switch-slider::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.25),
        rgba(255, 255, 255, 0)
    );
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}
.menu-switch input:checked + .menu-switch-slider {
    background: linear-gradient(
        135deg,
        rgba(252, 37, 71, 0.9),
        rgba(255, 90, 0, 0.95)
    );
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.35);
}
.menu-switch input:checked + .menu-switch-slider .menu-switch-thumb {
    transform: translateX(calc(var(--switch-width) - var(--switch-height)));
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.45);
}
.menu-switch input:checked + .menu-switch-slider .menu-switch-text {
    left: 34%;
    color: #ffe4e6;
}
.menu-switch input:checked + .menu-switch-slider::after {
    opacity: 0.5;
}
.menu-switch:hover .menu-switch-slider {
    box-shadow:
        0 0 0 2px rgba(255, 255, 255, 0.08),
        0 10px 22px rgba(0, 0, 0, 0.35);
}
.menu-switch-label {
    font-size: 15px;
    color: #34d399;
    transition:
        color 0.4s ease-in-out,
        transform 0.4s ease-in-out;
    white-space: nowrap;
}
.menu-switch input:checked ~ .menu-switch-label {
    color: #ff5a5f;
    transform: translateX(2px);
}
.menu-switch input:focus + .menu-switch-slider {
    box-shadow: 0 0 0 3px rgba(254, 70, 26, 0.25);
}
.menu-tabs-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}
.menu-tabs-title {
    color: #ffffff;
    font-size: 36px;
    font-weight: 500;
}
.menu-tabs-controls {
    display: flex;
    gap: 8px;
}
.menu-tabs-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-tabs-btn:hover {
    background: rgba(255, 255, 255, 0.12);
}
.menu-tabs-scroll {
    display: flex;
    align-items: center;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 6px 2px 10px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
}
.menu-tabs-scroll::-webkit-scrollbar {
    height: 6px;
}
.menu-tabs-scroll::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 999px;
}
.menu-tab {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 20px;
    scroll-snap-align: start;
    white-space: nowrap;
    font-weight: 500;
    flex-direction: column;
    opacity: 0.6;
    min-width: 165px;
}
.menu-tab:focus {
    outline: none;
}
.menu-tab .tab-flag {
    font-size: 18px;
    max-width: 100px;
    line-height: 1;
}
.menu-tab .tab-label {
    font-size: 15px;
    text-align: center;
    line-height: 1.2;
}
.menu-tab.active,
.menu-tab:hover {
    color: #fff;
    background-image: linear-gradient(
        to right,
        #fc2547 0%,
        #ff5a00 50%,
        #fc2547 100%
    );
    background-size: 200% auto;
    opacity: 1;

    /* border: 1px solid rgba(255, 26, 26, 0.08);
    box-shadow: 0 10px 25px rgba(255, 26, 26, 0.35); */
}

/* ===================================
        swiggy style tabs
====================================== */
.menu-tabs-scroll.menu-tabs-swiggy {
    gap: 22px;
    padding: 26px 50px 6px;
    scroll-snap-type: x proximity;
    scroll-behavior: smooth;
    scrollbar-width: none;
}
.menu-tabs-scroll.menu-tabs-swiggy::-webkit-scrollbar {
    display: none;
}
.menu-tabs-scroll.menu-tabs-swiggy .menu-tab {
    background: transparent;
    border: none;
    padding: 0;
    min-width: 96px;
    opacity: 0.6;
    text-align: center;
    animation: menu-tab-fade 0.35s ease both;
    animation-delay: var(--tab-delay, 0ms);
}
.menu-tabs-scroll.menu-tabs-swiggy .menu-tab .tab-flag {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    overflow: hidden;
    background: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}
.menu-tabs-scroll.menu-tabs-swiggy .menu-tab .tab-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.menu-tabs-scroll.menu-tabs-swiggy .menu-tab .tab-label {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.2;
    transition:
        color 0.2s ease,
        transform 0.2s ease;
}
.menu-tabs-scroll.menu-tabs-swiggy .menu-tab.active,
.menu-tabs-scroll.menu-tabs-swiggy .menu-tab:hover {
    background: transparent;
    opacity: 1;
}
.menu-tabs-scroll.menu-tabs-swiggy .menu-tab:hover .tab-flag {
    transform: translateY(-2px) scale(1.03);
}
.menu-tabs-scroll.menu-tabs-swiggy .menu-tab:active .tab-flag {
    transform: translateY(0) scale(0.99);
}
.menu-tabs-scroll.menu-tabs-swiggy .menu-tab.active .tab-flag {
    box-shadow:
        0 0 0 3px #fe461a,
        0 8px 16px rgba(0, 0, 0, 0.35);
}
.menu-tabs-scroll.menu-tabs-swiggy .menu-tab.active .tab-label {
    color: #ffffff;
    transform: translateY(-1px);
}

.menu-tabs-shell {
    position: relative;
}
.menu-tabs-controls.menu-tabs-controls-side {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
    z-index: 2;
}
.menu-tabs-controls.menu-tabs-controls-side .menu-tabs-btn {
    pointer-events: auto;
    width: 38px;
    height: 38px;
    border: none;
    color: #ffffff;
    background: linear-gradient(135deg, #fc2547 0%, #ff5a00 100%);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.35);
}
.menu-tabs-controls.menu-tabs-controls-side .menu-tabs-btn:first-child {
    margin-left: -50px;
}
.menu-tabs-controls.menu-tabs-controls-side .menu-tabs-btn:last-child {
    margin-right: -50px;
}
.menu-tabs-controls.menu-tabs-controls-side .menu-tabs-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.4);
}

@keyframes menu-tab-fade {
    from {
        transform: translateY(0px) scale(1);
    }
    to {
        transform: translateY(0) scale(1);
    }
}

/* ===================================
    portfolio area inner gallery sec
====================================== */
.portfolio-area {
}
.portfolio-area .menu-category {
    display: contents;
}
.portfolio-area .portfolio-item {
    cursor: pointer;
    margin-bottom: 30px;
    animation: menu-card-fade 0.35s ease both;
}
.portfolio-area .portfolio-item .portfolio-inner-content {
    background-color: #0d0d0d;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
    will-change: transform, box-shadow;
}
.portfolio-area .portfolio-item .portfolio-inner-content .item-img-holder {
    overflow: hidden;
    position: relative;
    height: 300px;
    background: #111111;
}
.portfolio-area .portfolio-item .portfolio-inner-content::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}
.portfolio-area
    .portfolio-item
    .portfolio-inner-content
    .item-img-holder::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(252, 37, 71, 0.18),
        rgba(255, 90, 0, 0.12)
    );
    opacity: 0;
    transition: opacity 0.3s ease;
}
.portfolio-area .portfolio-item .portfolio-inner-content .item-img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.portfolio-area .portfolio-item:hover .portfolio-inner-content {
    transform: translateY(-6px);
    box-shadow: 0 22px 45px rgba(0, 0, 0, 0.4);
}
.portfolio-area .portfolio-item:hover .portfolio-inner-content::after {
    opacity: 1;
}
.portfolio-area
    .portfolio-item:hover
    .portfolio-inner-content
    .item-img-holder::after {
    opacity: 1;
}
.portfolio-area
    .portfolio-item:hover
    .portfolio-inner-content
    .item-img-holder
    img {
    transform: scale(1.05);
}
.portfolio-area
    .portfolio-item
    .portfolio-inner-content
    .item-img-holder
    .item-badge {
    background: linear-gradient(to right, #fc2547 50%, #ff5a00 100%);
    font-size: 16px;
    line-height: 1;
    color: #ffffff;
    height: 80px;
    width: 80px;
    position: absolute;
    right: -19px;
    top: -34px;
    display: block;
    text-align: center;
    padding-top: 39px;
    font-weight: 500;
}
.portfolio-area
    .portfolio-item
    .portfolio-inner-content
    .item-img-holder
    .item-badge
    span {
    display: block;
    font-weight: 300;
    font-size: 12px;
}
.portfolio-area .portfolio-item .portfolio-inner-content .item-detail-area {
    padding: 20px;
}
.portfolio-area .portfolio-item .portfolio-inner-content .item-detail-area {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    transition: 0.5s ease;
}
.item-name {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    transition: 0.5s ease;
}
.portfolio-area
    .portfolio-item
    .portfolio-inner-content
    .item-detail-area
    .item-reviews {
    padding-left: 0;
}
.portfolio-area
    .portfolio-item
    .portfolio-inner-content
    .item-detail-area
    .item-reviews
    li {
    list-style: none;
    display: inline-block;
    margin-left: -1px;
}
.portfolio-area
    .portfolio-item
    .portfolio-inner-content
    .item-detail-area
    .item-reviews
    li
    i {
    color: #ffc13c;
    font-size: 17px;
}
.portfolio-area
    .portfolio-item
    .portfolio-inner-content
    .item-detail-area
    .text {
    margin-top: 2px;
}
.portfolio-area
    .portfolio-item:hover
    .portfolio-inner-content
    .item-detail-area
    .item-name {
    animation: 1s hoverall;
    color: #fe461a;
    /*background:linear-gradient(to right,#fc2547 50%, #ff5a00 100%);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
}

@keyframes menu-card-fade {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991.98px) {
    .menu-tabs-title {
        font-size: 26px;
    }
}

@media (max-width: 575.98px) {
    .menu-tabs-header {
        align-items: flex-start;
    }
    .menu-tabs-controls {
        display: none;
    }
    .menu-tabs-scroll {
        gap: 10px;
    }
    .menu-tab .tab-label {
        font-size: 14px;
    }
    .menu-tabs-scroll.menu-tabs-swiggy {
        gap: 16px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .menu-tabs-controls.menu-tabs-controls-side {
        display: flex;
    }
    .menu-tabs-controls.menu-tabs-controls-side .menu-tabs-btn {
        width: 32px;
        height: 32px;
    }
    .menu-tabs-controls.menu-tabs-controls-side .menu-tabs-btn:first-child {
        margin-left: -10px;
    }
    .menu-tabs-controls.menu-tabs-controls-side .menu-tabs-btn:last-child {
        margin-right: -10px;
    }
    .menu-tabs-scroll.menu-tabs-swiggy .menu-tab {
        min-width: 84px;
    }
    .menu-tabs-scroll.menu-tabs-swiggy .menu-tab .tab-flag {
        width: 72px;
        height: 72px;
    }
    .menu-tabs-scroll.menu-tabs-swiggy .menu-tab .tab-label {
        font-size: 12px;
    }
    .menu-filters {
        gap: 12px;
        justify-content: flex-start;
        margin-top: 10px;
    }
    .menu-search-merge {
        flex-wrap: wrap;
        padding: 10px 12px;
    }
    .menu-search-merge .menu-filters {
        width: 100%;
        justify-content: flex-end;
    }
    .menu-switch {
        --switch-width: clamp(120px, 60vw, 150px);
        --switch-height: clamp(44px, 18vw, 58px);
    }
}

/* .gallery-sec .main-btn {
    margin-top: 60px;
} */

/* ===================================
          Testimonials sec
====================================== */
.testimonial {
    background-image: url("../img/test-banner.jpg");
    min-height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}
/* .testimonial::before {
    content: "";
    position: absolute;
    inset: -20% -10% auto auto;
    width: 420px;
    height: 420px;
    background: radial-gradient(
        circle,
        rgba(252, 37, 71, 0.35),
        rgba(252, 37, 71, 0)
    );
    z-index: 0;
} */
/* .testimonial::after {
    content: "";
    position: absolute;
    inset: auto auto -25% -10%;
    width: 520px;
    height: 520px;
    background: radial-gradient(
        circle,
        rgba(255, 90, 0, 0.3),
        rgba(255, 90, 0, 0)
    );
    z-index: 0;
} */
.testimonial .bg-overlay {
    background: linear-gradient(
        135deg,
        rgba(12, 12, 12, 0.92),
        rgba(32, 18, 12, 0.88)
    );
    backdrop-filter: blur(2px);
    z-index: 0;
}
.feedback-slides {
    position: relative;
    z-index: 1;
}

.feedback-slides .client-feedback {
    position: relative;
}

.feedback-slides .client-feedback .single-feedback {
    text-align: center;
    position: relative;
    padding: 34px 26px;
    margin: 0 auto 18px;
    max-width: 760px;
    border-radius: 22px;
    background: rgba(18, 18, 18, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.08);
    /* box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4); */
}
.feedback-slides .client-feedback .single-feedback::before {
    content: "\201C";
    position: absolute;
    left: 24px;
    top: -18px;
    font-size: 72px;
    line-height: 1;
    color: rgba(252, 37, 71, 0.35);
}

.feedback-slides .client-feedback .single-feedback p {
    position: relative;
    max-width: 650px;
    line-height: 1.8;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    font-weight: 400;
    color: #f6f1ea;
}

.feedback-slides .client-thumbnails {
    position: relative;
    max-width: 450px;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 26px;
}

.feedback-slides .client-thumbnails .item .img-fill {
    cursor: pointer;
    position: relative;
    text-align: center;
}

.feedback-slides .client-thumbnails .item .img-fill.avatar-initials {
    width: 96px;
    height: 96px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    place-items: center;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0.8;
}

.feedback-slides .client-thumbnails .item .img-fill.avatar-initials::before {
    content: "";
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #7bc043;
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.12);
}

.feedback-slides .client-thumbnails .item .img-fill.avatar-initials .user-name {
    position: absolute;
    margin: 0;
    color: #ffffff;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.feedback-slides .client-thumbnails .item .img-fill img {
    opacity: 0.8;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    position: relative;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    border: none;
}

.feedback-slides .client-thumbnails .item .title {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin: 20px -100px 0;
    text-align: center;
}

.feedback-slides .client-thumbnails .item .title .user-name {
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 500;
    text-transform: capitalize;
    background: linear-gradient(to right, #fc2547 50%, #ff5a00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.feedback-slides .client-thumbnails .item .title .user-designation {
    display: block;
    color: #ffffff;
    font-size: 14px;
    margin-top: 5px;
    letter-spacing: 0.4px;
}

.feedback-slides .client-thumbnails .slick-slide.slick-center .title {
    opacity: 1;
    visibility: visible;
}

.feedback-slides .client-thumbnails .slick-slide.slick-center .img-fill img {
    /* border-color: rgba(255, 90, 0, 0.8); */
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 14px 28px rgba(255, 90, 0, 0.35);
}

.feedback-slides
    .client-thumbnails
    .slick-slide.slick-center
    .img-fill.avatar-initials {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 14px 28px rgba(255, 90, 0, 0.25);
}

.testimonial .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: solid 2px rgba(255, 255, 255, 0.6);
    outline: none;
    transition:
        transform 0.2s ease,
        border-color 0.2s ease;
}

.testimonial .slick-dots li.slick-active button {
    background: linear-gradient(to right, #fc2547 0%, #ff5a00 100%);
    border-color: transparent;
    transform: scale(1.1);
}

.testimonial .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    padding: 0;
    cursor: pointer;
}

.testimonial .slick-dots {
    position: absolute;
    bottom: -40px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.feedback-slides:hover .next-arrow,
.feedback-slides:hover .prev-arrow {
    opacity: 1;
    visibility: visible;
}

.feedback-slides .slick-list {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.single-feedback-item {
    position: relative;
    margin-left: 25px;
    margin-top: 25px;
    margin-bottom: 8px;
}

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

@media (max-width: 575.98px) {
    .feedback-slides .client-feedback .single-feedback {
        padding: 26px 18px;
    }
    .feedback-slides .client-feedback .single-feedback::before {
        left: 16px;
        top: -14px;
        font-size: 60px;
    }
    .feedback-slides .client-feedback .single-feedback p {
        font-size: 15px;
    }
}

.testimonial .slick-dots li.slick-active button:before {
    opacity: 0;
    color: black;
}

.testimonial .slick-dots li button::before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "â€¢";
    text-align: center;
    opacity: 0;
    color: black;
    -webkit-font-smoothing: antialiased;
}

.testimonialb .slick-dots li button:hover:before,
.testimonial .slick-dots li button:focus:before {
    opacity: 0;
}

/* ===================================
            App Landing sec
====================================== */
.app-sec {
    background-color: #161616;
}
.app-sec .heading-area {
    /* width: 50%; */
    margin: auto;
}
.app-sec .heading-area .sub-heading {
    margin-bottom: 50px;
}
.app-sec .apps-details {
    /* width: 65%; */
    margin: auto;
}
.app-sec .apps-details .app-screens-slider {
    margin-top: 10px;
}
.app-sec .apps-details .app-slide {
    padding: 10px;
}
.app-sec .apps-details .app-l {
    cursor: pointer;
}
.app-sec .apps-details .app-l .img-holder {
    width: 250px;
    height: 250px;
    margin: auto;
    margin-bottom: 10px;
    transition: 0.8s ease;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.35);
}
.app-sec .apps-details .app-l:hover .img-holder {
    transform: translateY(-10px);
}
.app-sec .apps-details .app-l .img-holder img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.app-sec .apps-details .app-store-links {
    margin-top: 30px;
}
.app-sec .apps-details .app-store .img-holder {
    width: 170px;
    height: 170px;
    box-shadow: none;
}
.app-sec .apps-details .app-store .app-loc {
    margin-top: 18px;
    font-size: 18px;
}
.app-sec .apps-details .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(to right, #fc2547 0%, #ff5a00 100%);
    border: none;
    color: #fff;
    box-shadow: 0 12px 24px rgba(255, 90, 0, 0.35);
}
.app-sec .apps-details .slick-prev {
    left: -20px;
}
.app-sec .apps-details .slick-next {
    right: -20px;
}
.app-sec .apps-details .slick-arrow:before {
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 20px;
}
.app-sec .apps-details .slick-prev:before {
    content: "\f104";
}
.app-sec .apps-details .slick-next:before {
    content: "\f105";
}
.app-sec .apps-details .slick-slide {
    opacity: 0.6;
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
}
.app-sec .apps-details .slick-center {
    opacity: 1;
    transform: scale(1.02);
}
.app-sec .apps-details .app-l .app-loc {
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    margin-top: 50px;
    opacity: 0.7;
    transition: 0.8s ease;
}
.app-sec .apps-details .app-l:hover .app-loc {
    color: #fe461a;
    opacity: 1;
}

/* ===================================
            About Sec
====================================== */

.about-sec {
    background-color: #1d1d1d;
}
/* .about-sec .heading-area {
    width: 80%;
} */
.about-sec .detail-area .text {
    font-size: 15px;
}
.features {
    width: 90%;
    margin: auto;
}
.features .feature-card {
    cursor: pointer;
}
.features .feature-card i {
    color: #ffffff;
    font-size: 90px;
    display: inline-block;
}
.features .feature-card:hover i,
.features .feature-card.active i {
    background: linear-gradient(to right, #fc2547 50%, #ff5a00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: 0.8s pulse infinite;
}
.features .feature-card .text {
    font-size: 20px;
    opacity: 1;
    width: 72%;
    margin: auto;
    margin-top: 30px;
}
/* ===================================
            Footer sec
====================================== */
.foot-effect {
    margin-bottom: 245px;
}
.footer-style-1 {
    padding: 5rem 0;
    background-color: #171717;
    position: relative;
    z-index: 1;
    width: 100%;
}
.home-page .footer-style-1 {
    position: fixed;
    z-index: -1;
    bottom: 0;
    width: 100%;
}

.footer-social ul {
    margin: 0;
    padding: 0;
}

.footer-social li {
    display: inline-block;
}

.footer-social a {
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    font-size: 17px;
    margin: 0 10px 0 0;
    border: 1px solid transparent;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    color: #ffffff;
    visibility: visible !important;
}
.footer-social a i {
    position: relative;
    z-index: 11;
}

.footer-social li:nth-last-child(1) a {
    margin-right: 0;
}

.footer-social li a span {
    position: absolute;
    left: 100%;
    right: 100%;
    bottom: 100%;
    top: 100%;
    background: linear-gradient(to right, #fc2547 50%, #ff5a00 100%);
    z-index: 1;
    border-radius: 50%;
    transition: 0.5s ease;
}
.footer-social li a:hover span {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.company-about {
    font-size: 14px;
    color: #ffffff;
}
/* ===================================
   Scroll Top
====================================== */

.scroll-top-arrow,
.scroll-top-arrow:focus {
    font-size: 23px;
    line-height: 47px;
    color: #fff;
    display: none;
    height: 45px;
    width: 45px;
    cursor: pointer;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    text-decoration: none;
    z-index: 80;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-image: linear-gradient(
        to right,
        #fc2547 0%,
        #ff5a00 50%,
        #fc2547 100%
    );
    background-size: 200% auto;
}
.scroll-top-arrow:hover {
    background-position: right center;
}

/* ===================================
    Background images
====================================== */

[class*="bg-img"] {
    position: relative;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

/* ===================================
        Preloader
   ====================================== */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #202020;
    /*background:linear-gradient(45deg, rgb(53, 13, 130) 0%, rgba(128, 33, 181, 1) 50%);*/
    z-index: 999;
}
.center {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.spinner {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.spinner .blob {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 2px solid #ffffff;
    /*background:linear-gradient(to right,#fc2547 50%, #ff5a00 100%);*/
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.spinner .blob.top {
    top: 0;
    -webkit-animation: blob-top 1s infinite ease-in;
    animation: blob-top 1s infinite ease-in;
}
.spinner .blob.bottom {
    top: 100%;
    -webkit-animation: blob-bottom 1s infinite ease-in;
    animation: blob-bottom 1s infinite ease-in;
}
.spinner .blob.left {
    left: 0;
    -webkit-animation: blob-left 1s infinite ease-in;
    animation: blob-left 1s infinite ease-in;
}
.spinner .move-blob {
    border-color: #fc2547;
    background: linear-gradient(to right, #fc2547 50%, #ff5a00 100%);
    top: 0;
    -webkit-animation: blob-spinner-mover 1s infinite ease-in;
    animation: blob-spinner-mover 1s infinite ease-in;
}

@-webkit-keyframes blob-bottom {
    25%,
    50%,
    75% {
        top: 50%;
        left: 100%;
    }
    100% {
        top: 0;
        left: 50%;
    }
}

@keyframes blob-bottom {
    25%,
    50%,
    75% {
        top: 50%;
        left: 100%;
    }
    100% {
        top: 0;
        left: 50%;
    }
}
@-webkit-keyframes blob-left {
    25% {
        top: 50%;
        left: 0;
    }
    50%,
    100% {
        top: 100%;
        left: 50%;
    }
}
@keyframes blob-left {
    25% {
        top: 50%;
        left: 0;
    }
    50%,
    100% {
        top: 100%;
        left: 50%;
    }
}
@-webkit-keyframes blob-top {
    50% {
        top: 0;
        left: 50%;
    }
    75%,
    100% {
        top: 50%;
        left: 0;
    }
}
@keyframes blob-top {
    50% {
        top: 0;
        left: 50%;
    }
    75%,
    100% {
        top: 50%;
        left: 0;
    }
}
@-webkit-keyframes blob-spinner-mover {
    0%,
    100% {
        top: 0;
        left: 50%;
    }
    25% {
        top: 50%;
        left: 100%;
    }
    50% {
        top: 100%;
        left: 50%;
    }
    75% {
        top: 50%;
        left: 0;
    }
}
@keyframes blob-spinner-mover {
    0%,
    100% {
        top: 0;
        left: 50%;
    }
    25% {
        top: 50%;
        left: 100%;
    }
    50% {
        top: 100%;
        left: 50%;
    }
    75% {
        top: 50%;
        left: 0;
    }
}

/*effect*/

/* ===================================
       mini shopping cart
====================================== */

.header-shop-cart .minicart {
    background: #191919;
    opacity: 0;
    padding: 35px 25px 25px 25px;
    position: absolute;
    right: -15px;
    top: 70px;
    transition: all 0.5s ease 0s;
    width: 360px;
    z-index: 9;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.3);
    visibility: hidden;
    transform: translateY(10px);
}
.header-shop-cart .minicart::before {
    position: absolute;
    content: "";
    left: 0;
    top: -25px;
    width: 100%;
    height: 45px;
    display: block;
}
.header-shop-cart:hover .minicart {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    z-index: 9;
}
.header-shop-cart .minicart .minicart-content {
    height: 218px;
    overflow-y: scroll;
}
.header-shop-cart .minicart .minicart-content > div {
    margin-bottom: 20px;
}
.header-shop-cart .minicart > div,
.header-shop-cart ul > li {
    display: block;
    margin-bottom: 22px;
    margin-left: 0;
    overflow: hidden;
    padding: 0;
    margin-right: 0;
}
.header-shop-cart .minicart .cart-img {
    float: left;
    padding-left: 0;
}
ul.minicart .cart-img img {
    width: 100%;
}
.header-shop-cart .minicart .cart-content {
    /*float: left;*/
    padding-left: 0;
    text-align: left;
}

.minicart .cart-content h4 {
    font-size: 15px;
    background: none;
    font-weight: 500;
    line-height: 1.4;
}

.minicart .minicart-content > div:hover h4 a {
    background: linear-gradient(to right, #fc2547 50%, #ff5a00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.minicart .cart-content h4 a {
    color: #ffffff;
    font-size: 16px;
}
.minicart .cart-price span {
    color: #ffffff;
    opacity: 0.6;
    font-size: 13px;
    font-weight: 500;
    margin-left: 6px;
}
.minicart .cart-price .new {
    font-size: 14px;
    color: #ffffff;
    margin-left: 0;
}
.header-shop-cart .minicart .text {
    display: inline-block;
    float: left;
}
.header-shop-cart .minicart .del-icon {
    margin-top: 6px;
    float: right;
}
.minicart .del-icon > a {
    font-size: 18px;
    color: #ffffff;
}
.total-price {
    border-top: 1px solid #ffffff;
    overflow: hidden;
    padding-top: 25px;
    margin-top: 10px;
    font-size: 30px;
    text-align: center;
}
.total-price span {
    color: #ffffff;
    font-weight: 500;
}
.header-shop-cart .minicart > li:last-child {
    margin-bottom: 0;
}
.header-shop-cart .minicart .checkout-link a {
    color: #fff;
    display: block;
    padding: 10px 30px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.header-shop-cart .minicart .checkout-link a.red-color {
    background: #ffffff;
    color: #2d2d2d;
}

.header-shop-cart .minicart .minus,
.header-shop-cart .minicart .plus,
.counter-input .number .minus,
.counter-input .number .plus {
    border-radius: 4px;
    padding: 0px 5px 0px 5px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.header-shop-cart .minicart .minus,
.counter-input .number .minus {
    font-size: 26px;
}
.header-shop-cart .minicart .number,
.counter-input .number {
    margin-top: 5px;
    display: inline-block;
}
.header-shop-cart .minicart input,
.counter-input .number input {
    height: 25px;
    width: 30px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    background-color: transparent;
    padding: 0;
    color: #fff;
    margin-bottom: 0;
}
/* ===================================
        menu card counter
====================================== */
.portfolio-area .item-detail-area .number {
    margin-top: 5px;
    display: inline-block;
}
.portfolio-area .item-detail-area .number .minus,
.portfolio-area .item-detail-area .number .plus {
    border-radius: 4px;
    padding: 0px 5px 0px 5px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.portfolio-area .item-detail-area .number .minus {
    font-size: 26px;
}
.portfolio-area .item-detail-area .number input {
    height: 25px;
    width: 30px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    background-color: transparent;
    padding: 0;
    color: #fff;
    margin-bottom: 0;
}
.portfolio-area .item-detail-area .del-icon {
    margin-top: 6px;
}
.portfolio-area .item-detail-area .del-icon > a {
    font-size: 18px;
    color: #ffffff;
}
/* ===================================
        cart page
====================================== */
.cart-page .cart-summary {
    background-color: rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.35);
}
.cart-page .cart-summary h4,
.cart-page .cart-summary span,
.cart-page .cart-summary strong {
    color: #ffffff;
}
.cart-page .cart-summary .d-flex span {
    color: #d6d6d6;
}
.cart-page .cart-summary .d-flex strong {
    color: #ffffff;
}
.cart-page .cart-items .cart-remove {
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.cart-page .cart-items .cart-remove:hover {
    color: #fe461a;
}
.cart-page .cart-items .cart-remove .cart-remove-label {
    font-size: 14px;
    font-weight: 500;
}
.cart-page .cart-item-row {
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.cart-page .cart-item-row:last-child {
    border-bottom: none;
}
/* ===================================
        checkout page
====================================== */
.checkout-page .checkout-panel {
    background-color: rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.35);
}
.checkout-page .checkout-panel h4,
.checkout-page .checkout-panel label,
.checkout-page .checkout-panel span,
.checkout-page .checkout-panel strong {
    color: #ffffff;
}
.checkout-page .checkout-panel .text,
.checkout-page .checkout-panel .text.small {
    color: #d6d6d6;
}
.checkout-page .checkout-panel .form-control {
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #ffffff;
}
.checkout-page .checkout-panel .form-control::placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.checkout-page .checkout-panel .form-control:focus {
    background-color: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.25);
    box-shadow: none;
}
.checkout-page .checkout-panel input[type="radio"] {
    accent-color: #fe461a;
}
.checkout-page .checkout-summary #checkout-summary span {
    color: #d6d6d6;
}
.checkout-page .checkout-panel .alert {
    background-color: rgba(255, 99, 99, 0.15);
    border-color: rgba(255, 99, 99, 0.35);
    color: #ffd9d9;
}
/* ===================================
        order success page
====================================== */
.order-success-page .order-success-panel {
    background-color: rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.35);
}
.order-success-page .order-success-panel h4,
.order-success-page .order-success-panel span,
.order-success-page .order-success-panel strong {
    color: #ffffff;
}
.order-success-page .order-success-panel .text,
.order-success-page .order-success-panel .text.small {
    color: #d6d6d6;
}
/* ===================================
        my orders page
====================================== */
.my-orders-page #orders-list .contact-form {
    background-color: rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.35);
}
.my-orders-page #orders-list .contact-form h4,
.my-orders-page #orders-list .contact-form span,
.my-orders-page #orders-list .contact-form strong {
    color: #ffffff;
}
.my-orders-page #orders-list .contact-form .text,
.my-orders-page #orders-list .contact-form .text.small {
    color: #d6d6d6;
}
.my-orders-page .my-orders-empty {
    background-color: rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 24px;
}
.my-orders-page .my-orders-list .order-toggle {
    margin-top: 16px;
}
/* ===================================
        contact page
====================================== */
.contact-page .contact-us-form {
    background-color: rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.35);
}
.contact-page .contact-info-list {
    background-color: rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 20px;
    margin-top: 20px;
}
.contact-page .contact-us-form h2,
.contact-page .contact-us-form h3,
.contact-page .contact-us-form h4,
.contact-page .contact-info-content h3 {
    color: #ffffff;
}
.contact-page .contact-us-form p,
.contact-page .contact-info-content p {
    color: #d6d6d6;
}
.contact-page .contact-us-form .form-control {
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #ffffff;
}
.contact-page .contact-us-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.contact-page .contact-us-form .form-control:focus {
    background-color: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.25);
    box-shadow: none;
}
.contact-page .contact-us-form .btn-highlighted {
    background: linear-gradient(90deg, #ff2d55, #ff6a00);
    color: #ffffff;
    border: 0;
    border-radius: 999px;
    padding: 10px 26px;
}
.contact-page .contact-us-form .btn-highlighted span {
    color: #ffffff;
}
.contact-extra {
    text-align: center;
}
.contact-extra-card {
    background-color: rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 28px 24px;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.35);
    margin-bottom: 28px;
}
.contact-extra-card:last-child {
    margin-bottom: 0;
}
.contact-extra-divider {
    width: 120px;
    height: 6px;
    border-radius: 999px;
    margin: 0 auto 18px;
    background: linear-gradient(90deg, #ffb347, #ff6a00);
}
.contact-extra-title {
    color: #ffffff;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}
.contact-extra-text {
    color: #d6d6d6;
    margin-bottom: 8px;
}
.contact-extra-link {
    color: #ff6a00;
    font-weight: 600;
    text-decoration: none;
}
.contact-extra-link:hover {
    color: #ff2d55;
}
/* ===================================
        category slider
====================================== */
.category-slider {
    margin-top: 10px;
}
.category-slider .category-slide {
    text-align: center;
    cursor: pointer;
}
.category-slider .category-thumb {
    width: 80px;
    height: 80px;
    margin: 0 auto 8px;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-slider .category-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.category-slider .category-slide.active .category-thumb {
    box-shadow: 0 0 0 2px #fe461a;
}
.category-slider-nav .slider-arrow {
    background: #ffffff;
    color: #2d2d2d;
    border: none;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
}
.category-slider-nav .slider-arrow i {
    font-size: 18px;
}
/* ===================================
        menu card on hover
====================================== */

.user-menu-cart .menu-links {
    background: #191919;
    opacity: 0;
    /*padding: 35px 0 25px 0;*/
    position: absolute;
    right: -15px;
    top: 70px;
    transition: all 0.5s ease 0s;
    width: 230px;
    z-index: 9;
    box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.3);
    visibility: hidden;
    transform: translateY(10px);
}
.user-menu-cart .menu-links::before {
    position: absolute;
    content: "";
    left: 0;
    top: -25px;
    width: 100%;
    height: 45px;
    display: block;
}
.user-menu-cart:hover .menu-links {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    z-index: 9;
}
.user-menu-cart .menu-links > ul {
    margin-left: 0;
}
.user-menu-cart .menu-links > ul li {
    display: block;
    border-bottom: solid 0.5px #e9ecef1a;
    position: relative;
    margin-right: 0;
    cursor: pointer;
}
.user-menu-cart .menu-links > ul li:last-child {
    border-bottom: none;
}
.user-menu-cart .menu-links > ul li a {
    font-size: 18px;
    position: relative;
    padding: 15px 25px;
    z-index: 1;
    display: block;
}
.user-menu-cart .menu-links > ul li a i {
    margin-right: 15px;
    transition: 0.5s ease;
}
.user-menu-cart .menu-links > ul li:hover a i {
    margin-right: 20px;
}
.user-menu-cart .menu-links > ul li .overlay-link {
    background: linear-gradient(to right, #fc2547 50%, #ff5a00 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    transition: 0.5s ease;
}
.user-menu-cart .menu-links > ul li:hover .overlay-link {
    opacity: 1;
}

/*==================================*/
/*       listing page form         */
/*==================================*/

.filter-form {
    background-color: #191919;
}
.filter-form .contact-form {
    padding: 20px 0;
}
.filter-form .form-control {
    color: #ffffff;
}
.filter-form .contact-form .form-group {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    width: 90%;
}
.filter-form .contact-form label {
    margin-bottom: 0;
    color: #ffffff;
    position: relative;
    left: -6px;
    top: -1px;
    z-index: 11;
    font-size: 22px;
}
.filter-form .contact-form input {
    color: #ffffff;
    font-size: 16px;
    height: 50px;
    padding: 25px;
}
.filter-form .contact-form .form-control {
    border-radius: 0;
    border: solid 2px transparent;
    margin-bottom: 0;
    border-right: solid 2px #eceef2;
    background-color: transparent;
}
.filter-form .contact-form .form-control:last-child {
    border-right: none;
}
.filter-form .contact-form input::placeholder {
    color: #fff;
    font-size: 16px;
}

.filter-form .form-control:focus {
    border-color: #80bdff00;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.filter-form .select2-container {
    width: 100% !important;
}

.filter-form .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none;
    border-radius: 0;
    width: 100%;
}

.filter-form
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #ffffff;
}
.product-filter-nav {
    transition: 0.5s ease;
    padding-top: 60px;
}

.change-position.product-filter-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 83px;
    background: linear-gradient(to right, #fc2547 50%, #ff5a00 100%);
    animation: 0.8s fadeIn;
    padding-top: 0;
    z-index: 11;
}
.change-position.filter-form .main-btn {
    /*padding: 15px 35px;*/
    background: #ffffff;
    color: #191919 !important;
    transition: 0.5s ease;
}
.change-position.filter-form .main-btn:hover {
    background: #191919;
    color: #ffffff !important;
}
.product-price {
    width: 90%;
}
.product-filter-nav
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #ffffff transparent #ffffff transparent;
}
/*.select2-dropdown {*/
/*    background-color: #191919;*/
/*}*/
/*.select2-dropdown .select2-container--default .select2-results__option[aria-selected=true] {*/
/*    background-color: #2d2d2d;*/
/*}*/
/*.select2-dropdown .select2-results__option {*/
/*    color: #ffffff;*/
/*}*/
/* .select2-container--default .select2-results__option--highlighted[aria-selected] {*/
/*    background-color: #2D2D2D;*/
/*}*/
/*.select2-container--default .select2-search--dropdown .select2-search__field {*/
/*    border: 1px solid #aaa;*/
/*    background-color: #444;*/
/*}*/

.select2-dropdown {
    background-color: #ffffff;
}
.select2-dropdown.select2-container--default
    .select2-results__option[aria-selected="true"] {
    background-color: #dedede;
}
.select2-dropdown .select2-results__option {
    color: #191919;
}
.select2-container--default
    .select2-dropdown
    .select2-results__option--highlighted[aria-selected] {
    background-color: #e3e3e3;
    color: #191919;
}
.select2-container--default
    .select2-dropdown
    .select2-search--dropdown
    .select2-search__field {
    border: 1px solid #d2d2d2;
    background-color: #e3e3e3;
}
/*=======================
        mini menu
========================*/
.float-middle-logo {
    position: absolute;
    margin-left: 39px;
    top: 30px;
    transform: translateX(-50%);
    z-index: 11;
}
.float-middle-logo a.navbar-brand {
    max-width: 80%;
}
.bottom-mini-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2d2d2d;
    padding: 10px;
}
.bottom-mini-nav .navbar {
    width: 50%;
    margin: auto;
}
.bottom-mini-nav .nav-item {
    margin-right: 15px;
}
.bottom-mini-nav .nav-link {
    color: #fff;
    opacity: 0.7;
    transition: 0.5s ease;
}
.bottom-mini-nav .nav-link:hover {
    /*background:linear-gradient(to right,#fc2547 50%, #ff5a00 100%);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    opacity: 1;
}
/*=======================
          Login
========================*/

.login-content {
    max-width: 450px;
    margin: 0 auto;
    padding: 15px;
}

.login-side-background {
    background-size: cover;
    background-position: center;
    height: 100vh;
}
.login-content .form-control:focus {
    background-color: #363636;
    color: #fff;
}

.login-content h3 {
    font-size: 1.85rem;
    line-height: 1.3;
    font-family: "Poppins", sans-serif;
}

.login-content .alert {
    position: relative;
    padding: 6px 12px;
    background-color: #fff8e1;
    border-color: #f1cb4b;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 1.5rem;
}

.login-content .alert-dismissible .close {
    padding: 0.4rem 1.25rem;
    font-weight: 400;
}

.login-content input {
    width: 100%;
    padding: 9px 20px;
    text-align: left;
    height: 42px;
    outline: 0;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 300;
    border: 0;
    background-color: #363636;
    color: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 14px;
}
.login-content input::placeholder {
    color: #ffffff;
    font-size: 12px;
}
.login-content .form-button {
    margin-top: 2.2rem;
}

.login-content .form-button a {
    font-weight: 500;
    margin-left: 2rem;
    float: right;
    margin-top: 15px;
}

.login-sec {
    height: 100vh;
}
.login-content .foot-line {
    margin-top: 50px;
    display: block;
    padding-bottom: 10px;
    font-size: 16px;
    color: #ffffff;
    opacity: 0.7;
    transition: 0.5s ease;
    font-weight: 300;
}
.login-content .foot-line:hover {
    opacity: 1;
}

/*=================================*/
/*        account page css         */
/*=================================*/

.account-sec {
    background-color: #191919;
}
.account-sec .user-globe-details {
    background-color: #2d2d2d;
    padding: 20px 0;
}
.account-sec .user-globe-details .img-holder {
    height: 120px;
    width: 120px;
    margin: auto;
}
.account-sec .user-globe-details .img-holder img {
    width: 100%;
}
.account-sec .user-globe-details .user-name {
    background: linear-gradient(to right, #fc2547 50%, #ff5a00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 26px;
    margin-top: 20px;
}
.account-sec .user-globe-details .user-number {
    color: #ffffff;
    font-size: 14px;
}
.account-sec .menu-tabs {
    margin-top: 5px;
}
.account-sec .menu-tabs .nav-tabs {
    border-bottom: none;
}
.account-sec .menu-tabs .nav-tabs .nav-item {
}
.account-sec .menu-tabs .nav-tabs .nav-item:first-child .nav-link {
    border-top: none;
}
.account-sec .menu-tabs .nav-tabs .nav-item .nav-link {
    color: #ffffff;
    font-size: 16px;
    padding: 20px;
    border: none;
    border-top: solid 1px #2d2d2d;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #2d2d2d;
    border: none;
}

/*=================================*/
/*           Detail page           */
/*=================================*/
.detail-page-sec {
    background-color: #191919;
}
.detail-page-sec .nav-pills {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
    margin: auto;
    margin-bottom: 50px;
}
.detail-page-sec .nav-pills .nav-item:before {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #ffffff;
}
.detail-page-sec .nav-pills .nav-item:last-child:before {
    display: none;
}
.detail-page-sec .nav-pills .nav-item .nav-link {
    color: #fff;
    font-weight: 400;
    transition: 0.8s ease;
}
.detail-page-sec .nav-pills .nav-item .nav-link .pill-icon {
    display: block;
    text-align: center;
    font-size: 34px;
    margin-bottom: 15px;
}
.detail-page-sec .nav-pills .nav-item .nav-link .pill-name {
    display: block;
    text-align: center;
    font-size: 24px;
}
.detail-page-sec .nav-pills .nav-link.active,
.detail-page-sec .nav-pills .show > .nav-link {
    background-color: transparent;
    background: linear-gradient(to right, #fc2547 50%, #ff5a00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.8s ease;
}
.detail-page-sec .nav-pills .nav-link i {
    /*transition: .8s ease;*/
}
.detail-page-sec .nav-pills .nav-link:hover {
    transform: translateY(-10px);
}
.detail-page-sec .tab-content > .active {
    display: block;
    animation: 1s fadeInUp;
}

/*list css*/
.detail-page-sec .food-list {
    padding: 25px 20px;
    font-family: "Open Sans", sans-serif;
    cursor: pointer;
    background-color: #2d2d2d;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-bottom: 5px;
    position: relative;
}
.detail-page-sec .food-list .list-overlay {
    background: linear-gradient(to right, #fc2547 50%, #ff5a00 100%);
    position: absolute;
    left: 0;
    right: 100%;
    top: 0;
    bottom: 0;
    transition: 0.8s ease;
}
.detail-page-sec .food-list:hover .list-overlay {
    right: 0;
}
.detail-page-sec .food-list .rates {
    position: relative;
    z-index: 1;
}
.detail-page-sec .food-list .info .sub-heading {
    font-size: 15px;
    margin-top: 15px;
    font-family: Roboto, sans-serif;
}
.detail-page-sec .food-list .info .main-heading {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 8px;
    font-weight: 400;
}
.detail-page-sec .food-list .rates .rate {
    font-size: 26px;
    margin-top: 15px;
    font-weight: 500;
    color: #fff;
}
/***********************************/
/********standalone page css********/
/***********************************/
.secondary-pages-banner {
    background-color: #202020;
    height: 60vh;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secondary-pages-banner .row {
    height: 65vh;
}
.secondary-pages-banner .secondary-item1 {
    max-width: 265px;
    position: absolute;
    right: 0;
    top: 46%;
    transform: translate(40%, -50%);
}
.secondary-pages-banner .secondary-item2 {
    max-width: 250px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(-31%, 0);
    z-index: 1;
}
.secondary-pages-banner .heading-area {
    margin-top: 50px;
}
.secondary-pages-banner .heading-area .heading {
    margin-bottom: 10px;
    background: linear-gradient(to right, #fc2547 50%, #ff5a00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.crumbs {
    position: relative;
}
.crumbs .breadcrumb-items {
    display: inline-block;
}
.crumbs .breadcrumb {
    margin-bottom: 0;
    border-radius: 0;
    padding: 0;
    background-color: transparent;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #ffffff;
    opacity: 0.7;
}

.crumbs .breadcrumb li a {
    color: #ffffff;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
    border-bottom: solid 1px transparent;
    transition: 0.5s ease;
    padding-bottom: 5px;
    opacity: 0.7;
}
.crumbs .breadcrumb li a:hover {
    /*color: #fa2851;*/
    opacity: 1;
}

/*crumbs end*/

.standalone-row .stand-img-des {
    padding-left: 30px;
    text-align: center;
}
.standalone-row:nth-child(2) .stand-img-des {
    padding-left: 0;
    padding-right: 30px;
}
.standalone-detail .sub-heading {
    color: #fa2851;
    margin-bottom: 20px;
}
.standalone-area .sub-heading {
    color: #fa2851;
    margin-bottom: 8px;
}
.standalone-detail .heading {
    margin-bottom: 20px;
    font-size: 40px;
    color: #202020;
    font-weight: 500;
    /*font-family: Roboto , sans-serif;*/
}

.standalone-detail .para_text {
    color: #202020;
    font-weight: 300;
    font-family: Roboto, sans-serif;
    text-align: center;
    font-size: 15px;
    margin: 0 auto;
    line-height: 2.1;
}

.standalone-detail {
    padding-bottom: 100px;
}
.standalone-area .gradient-text1 {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    margin-bottom: 12px;
}
.standalone-area .stand-img-des .para_text {
    font-family: "Roboto", sans-serif;
    color: #202020;
    font-weight: 300;
    opacity: 0.8;
}

/* ===================================
    Media Queries
   ====================================== */

@media (min-width: 1200px) and (max-width: 1250px) {
    .header-appear .sidemenu_btn {
        top: 38px !important;
    }
}
@media (min-width: 992px) and (max-width: 1250px) {
    .header-appear .sidemenu_btn {
        top: 33px;
        right: 0;
    }
    .banner-slider .banner-slider-row {
        height: 100vh;
        padding-top: 90px;
    }
    .banner-slider .banner-social {
        display: none;
    }
}
@media (min-width: 992px) and (max-width: 1070px) {
    header .upper-nav .top-social-links {
        margin-right: 50px;
    }
    .sidemenu_btn {
        right: 15px;
    }
}

@media (max-width: 991px) {
    /*custom css*/
    .heading {
        font-size: 55px;
    }
    .sidemenu_btn {
        top: 37px;
        right: 10px;
    }
    .tp-caption.tp-hidden-caption,
    .tp-forcenotvisible,
    .tp-hide-revslider,
    .tp-parallax-wrap.tp-hidden-caption {
        visibility: visible !important;
        display: block !important;
    }
    header .user-links {
        margin-right: 45px;
    }
    .slider-social {
        display: none;
    }
    /*slider css*/

    .slider-form {
        position: relative;
        z-index: 11;
        top: auto;
        transform: translateY(0%);
        left: auto;
        right: auto;
        padding-top: 80px;
        background-color: #191919;
    }
    .slider-form .contact-form {
        background-color: transparent;
        width: 90%;
    }
    .slider-form .contact-form .form-group {
        margin-bottom: 20px;
    }
    .slider-form .contact-form label {
        position: absolute;
        left: 0;
    }
    .slider-form .contact-form .form-group:last-child {
        margin-bottom: 50px;
    }
    .slider-form .contact-form .form-group input {
        border-bottom: solid 1px #eeeeee;
        padding-left: 30px;
    }
    /*heading-area*/
    .gallery-sec .heading-area,
    .app-sec .heading-area,
    .about-sec .heading-area {
        width: 100%;
    }
    /*gallery css*/

    .gallery-sec .mini-services .mini-service-card {
        margin-bottom: 50px;
    }
    .gallery-sec .mini-services > .row > div:last-child .mini-service-card {
        margin-bottom: 0;
    }
    /*app sec*/
    .app-sec .apps-details .app-l {
        margin-bottom: 0;
    }
    .app-sec .apps-details > div:last-child .app-l {
        margin-bottom: 0;
    }
    .app-sec .heading {
        margin-bottom: 0;
    }
    .app-sec .apps-details {
        width: 100%;
    }
    /*about sec*/
    .features .feature-card {
        width: 50%;
        margin: auto;
        margin-bottom: 50px;
    }
    .features > div:last-child .feature-card {
        margin-bottom: 0;
    }

    /*footer*/
    .company-about {
        margin-top: 10px;
    }

    /*==================================*/
    /*        secondary banner css      */
    /*==================================*/

    .secondary-pages-banner .heading-area {
        margin-top: -50px;
    }

    /*==================================*/
    /*           Detail page css        */
    /*==================================*/
    .detail-page-sec .nav-pills .nav-item:before {
        display: none;
    }
    .detail-page-sec .nav-pills .nav-item .nav-link {
        background-color: #2d2d2dab;
        margin-bottom: 10px;
        padding: 10px;
    }
    .detail-page-sec .nav-pills .nav-link.active,
    .detail-page-sec .nav-pills .show > .nav-link {
        background: linear-gradient(to right, #fc2547 50%, #ff5a00 100%);
        -webkit-background-clip: border-box;
        -webkit-text-fill-color: #f8f9fa;
    }

    /*==================================*/
    /*        Accounts page css       */
    /*==================================*/
    .account-sec .menu-bar {
        margin-bottom: 50px;
    }
    .account-sec .main-content {
        border-top: solid 8px;
        padding-top: 50px;
        text-align: center;
    }

    /*==================================*/
    /*        standalone page css       */
    /*==================================*/
    .standalone-row:not(:last-child) {
        margin-bottom: 8rem;
    }

    .standalone-area .sub-heading {
        margin-top: 20px;
    }

    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 18px;
        padding-right: 18px;
    }

    .standalone-row .stand-img-des {
        padding-left: 18px;
        padding-right: 18px;
    }
}

@media screen and (max-width: 767px) {
    .bottom-mini-nav .navbar {
        width: 100%;
        margin: auto;
        display: block;
        text-align: center;
    }
    header .user-links {
        margin-right: 26px;
    }
    .sidemenu_btn {
        top: 27px;
        right: 10px;
    }
    .login-sec {
        height: auto;
    }
    .float-middle-logo {
        position: absolute;
        margin-left: 0;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .sidemenu_btn {
        top: 38px;
        right: 7px;
    }

    /*app sec*/
    .app-sec .apps-details .app-l {
        margin-bottom: 80px;
    }
    .features .feature-card {
        margin: auto;
        margin-bottom: 50px;
        width: 100%;
    }
    /*footer*/
    .company-about {
        margin-top: 10px;
    }
    /***********************************/
    /********standalone page css********/
    /***********************************/
    .slider-sec .overlay h4 {
        font-size: 45px;
    }
    .standalone-row:not(:last-child) {
        margin-bottom: 8rem;
    }
    .standalone-area .sub-heading {
        margin-top: 20px;
    }
    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 18px;
        padding-right: 18px;
    }
    .standalone-row .stand-img-des {
        padding-left: 18px;
        padding-right: 18px;
    }
}

@media (min-width: 1200px) {
}

@media (max-width: 992.99px) {
    .login-content .form-button a {
        margin-left: 0;
        float: none;
        margin-top: 20px;
        display: block;
        text-align: center;
    }
    .login-side-background {
        height: 300px;
    }
    .login-content {
        margin-top: 50px;
        padding-bottom: 220px;
    }
    .product-filter-nav {
        position: relative;
        top: auto;
    }
    .filter-form .contact-form .form-group {
        width: 95%;
        margin: auto;
        margin-bottom: 20px;
    }
    .product-price {
        width: 95%;
        margin: auto;
    }
    .header-shop-cart .minicart {
        right: 9px;
    }
    .user-menu-cart .menu-links {
        right: 25px;
    }
    .detail-page-sec .nav-pills .nav-link:hover {
        transform: translateY(0px);
    }
}
@media (max-width: 576px) {
    .sub-heading {
        font-size: 18px;
    }
    .heading {
        font-size: 45px;
    }
    .sidemenu_btn {
        top: 36px;
        right: 7px;
    }
    header .user-links {
        margin-right: 35%;
    }
    .login-side-background {
        height: 200px;
    }
    .secondary-pages-banner .secondary-item1 {
        max-width: 140px;
        top: 84%;
        transform: translate(40%, -50%);
    }
    .secondary-pages-banner .secondary-item2 {
        max-width: 179px;
    }
    header .main-navigation {
        padding-top: 6px;
    }
    .login-content .foot-line {
        margin-top: 20px;
        display: block;
    }
}
@media (min-width: 576px) {
    #slide-1-layer-6 {
        visibility: visible !important;
        display: block !important;
    }
}

/* Food icon treatment (use with <i class="las lni-fresh-juice"></i>) */
i.lni-fresh-juice {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    font-size: 34px;
    color: #111111;
    cursor: pointer;
    transition:
        transform 0.2s ease,
        color 0.2s ease;
}

i.lni-fresh-juice::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
    z-index: -1;
    transition:
        box-shadow 0.2s ease,
        background 0.2s ease;
}

i.lni-fresh-juice:hover {
    color: #ffffff;
    transform: translateY(-4px);
}

i.lni-fresh-juice:hover::after {
    background: linear-gradient(135deg, #fc2547 0%, #ff5a00 100%);
    box-shadow: 0 20px 40px rgba(255, 90, 0, 0.35);
}

/* Inline SVG icon treatment (add class="food-icon-svg") */
svg.food-icon-svg {
    width: 72px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
    color: #111111;
    cursor: pointer;
    transition:
        transform 0.2s ease,
        background 0.2s ease,
        box-shadow 0.2s ease,
        color 0.2s ease;
}

svg.food-icon-svg path {
    fill: currentColor !important;
}

svg.food-icon-svg:hover {
    color: #ffffff;
    transform: translateY(-4px);
    background: linear-gradient(135deg, #fc2547 0%, #ff5a00 100%);
    box-shadow: 0 20px 40px rgba(255, 90, 0, 0.35);
}

/* Match SVG icons to feature-card hover color (no gradient background) */
.features .feature-card svg {
    display: inline-block;
    color: #ffffff;
    transition:
        color 0.25s ease,
        transform 0.25s ease;
}

.features .feature-card svg path {
    fill: currentColor !important;
    stroke: currentColor !important;
    transition:
        fill 0.25s ease,
        stroke 0.25s ease;
}

.features .feature-card:hover svg,
.features .feature-card.active svg {
    color: #ff5a00;
}

.item-price {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}
