@charset "utf-8";

/* CSS Document */


/* --------------------------Web Files-------------------------------------*/

/* @font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    src: url("webFonts/fa-brands-400.eot");
    src: url("webFonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("webFonts/fa-brands-400.woff2") format("woff2"), url("webFonts/fa-brands-400.woff") format("woff"), url("webFonts/fa-brands-400.ttf") format("truetype"), url("webFonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
    font-family: 'Font Awesome 5 Brands';
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    src: url("webFonts/fa-regular-400.eot");
    src: url("webFonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("webFonts/fa-regular-400.woff2") format("woff2"), url("webFonts/fa-regular-400.woff") format("woff"), url("webFonts/fa-regular-400.ttf") format("truetype"), url("webFonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    src: url("webFonts/fa-solid-900.eot");
    src: url("webFonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("webFonts/fa-solid-900.woff2") format("woff2"), url("webFonts/fa-solid-900.woff") format("woff"), url("webFonts/fa-solid-900.ttf") format("truetype"), url("webFonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

@font-face {
    font-family: 'gil';
    src: url('webFonts/GIL_____.eot');
    src: url('webFonts/GIL_____.eot?#iefix') format('embedded-opentype'), url('webFonts/GIL_____.woff') format('woff'), url('webFonts/GIL_____.TTF') format('truetype');
} */

a:hover {
    text-decoration: underline;
}

a {
    transition: .7s;
}


/* Transition effects*/

.transition_3 {
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
}

.transition_2 {
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
}

.transition_7 {
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
}

.wow {
    visibility: hidden;
}

* {
    text-decoration: none;
    outline: none;
    font-family: 'Jost', sans-serif;
}

#menu:not(.mm-menu) {
    display: none;
}

a:hover {
    text-decoration: none;
}

body,
h3,
h1,
h2,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    -ms-transition: .7s;
}

a {
    text-decoration: none;
    transition: .7s;
}

a:focus {
    text-decoration: none;
    outline: none;
}

table {
    width: 100%;
}


/* --------------------------Web Files close-------------------------------------*/


/* --------------------------Fonts Classes-------------------------------------*/


/* --------------------------Fonts Classes-------------------------------------*/


/* --------------------------Main Styling-------------------------------------*/

.main_container {
    width: 100%;
    position: relative;
    max-width: 1700px;
    margin: 0 auto;
    overflow: hidden;
    min-height: 800px;
}

.standard {
    position: relative;
    margin: 0 auto;
    width: 1280px;
}

.background_side {
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    z-index: 5;
    position: fixed;
    left: 0px;
    top: 0px;
}

#page {
    display: none;
}

div#preloader {
    overflow: hidden;
    background: url(../webImages/1.gif);
    background-color: rgba(5, 141, 220, 0.9);
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
}

.main_mmenu {
    position: relative;
    height: 40px;
    display: none;
}

.menu_icn {
    display: block;
    /*background: #058ddc;*/
    /*padding-left: 10px;*/
    /*height: 45px;*/
}

.menu_icn img {
    margin-top: 10px;
}

.logo_menu a {
    color: #5e5e5e;
    font-size: 18px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.logo_menu {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 0px;
    left: 0px;
    text-align: center;
    width: 24%;
    margin: 0 auto;
}

.logo_menu img {
    width: 100%;
}

.mm-title {
    color: #ffffff !important;
}

.mm-listview {
    list-style: none;
}

body::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px 10px;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #2d2d2d;
}


/* --------------------------Main Styling-------------------------------------*/


/* --------------------------Header Styling-------------------------------------*/

.banner_side {
    position: relative;
    width: 100%;
}

.banner_side:before {
    /* content: ''; */
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 40px;
    background: url(../webImages/2.png) no-repeat;
    background-size: cover;
    z-index: 9;
}

#banner {
    list-style: none;
    padding: 0px 0px;
    margin: 0px 0px;
    width: 100% !important;
}

#banner li {
    width: 100% !important;
}

#banner li img {
    width: 100% !important;
}

.pager {
    position: absolute;
    bottom: 45%;
    right: 30px;
    display: block;
    z-index: 1;
    width: 12px;
    margin: 0px 0px;
    z-index: 2;
}

.slide-node {
    margin: 0 auto;
}

#slide-pager {
    clear: both;
    overflow: hidden;
    padding: 0;
    text-align: center;
    z-index: 1;
    margin: 0px 0px;
}

#slide-pager li {
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
    /* vertical-align: top; */
}

#slide-pager li:last-child {
    margin-right: 0%;
}

#slide-pager li a {
    display: block;
    background: transparent;
    border: none;
    border-radius: 0px;
    width: 12px !important;
    border-radius: 50% !important;
    border: 1px solid #ffffff;
    height: 12px;
    padding: 5px 5px;
}

#slide-pager li a:hover {
    display: block;
    height: 12px;
    padding: 5px 5px;
    overflow: hidden;
    width: 12px !important;
    border-radius: 50% !important;
    border: 1px solid #0f747d;
    background: #0f747d;
}

#slide-pager li a.usl-current {
    display: block;
    height: 12px;
    padding: 5px 5px;
    overflow: hidden;
    width: 12px !important;
    border-radius: 50% !important;
    border: 1px solid #0f747d;
    background: #0f747d;
}

canvas {
    display: block;
    /* vertical-align: bottom; */
}


/* ---- stats.js ---- */

.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    user-select: none;
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}


/* ---- particles.js container ---- */

#particles-js {
    width: 100%;
    background-color: #0000004a;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
}

#stats {
    display: none;
}

.header_side {
    position: relative;
    margin: 0px auto;
    text-align: center;
    padding: 20px 0px;
}

.header_side a {
    display: block;
}

.searchform {
    position: relative;
}

.searchform input {
    position: relative;
    border-radius: 0;
    height: 41px;
    line-height: 41px;
}

.searchform button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.searchform input:focus {
    box-shadow: none;
    border: 1px solid #ccc;
}

.ecomicons {
    text-align: right;
}

.ecomicons ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ecomicons ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
    margin: 0 10px;
}

.ecomicons ul li a {
    color: #000;
    font-size: 20px;
}

.menu_side {
     padding: 10px 0px; 
    position: relative;
    /*border-top: 1px solid #ccc;*/
        border-bottom: 1px solid #ccc;
}

/* Base style for the category dropdown */
.morecate {
    background-color: transparent;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    padding: 10px;
    display: inline-block;
}

/* Main dropdown container */
.morecatein {
    position: absolute;
    top: 100%;
    left: 0;
    width: 280px;
    z-index: 100;
    opacity: 0;
    background-color: #fff;
    visibility: hidden;
    transform: translateY(15px);
    transition: .5s ease-in-out;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* On hover, show the dropdown */
.morecate:hover .morecatein {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

/* Style for dropdown list */
.morecatein ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Style for each dropdown list item */
.morecatein ul li {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

/* Style for the dropdown links */
.morecatein ul li a {
    display: block;
    font-size: 16px;
    color: #000;
    text-decoration: none;
}

/* Hover state for main categories */
.morecatein ul li a:hover {
    background-color: #f0f0f0;
}

/* Sub-menu container (initially hidden) */
.morecatein ul li ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 250px;
    background-color: #fff;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: .5s ease-in-out;
    z-index: 200;
}

/* Show sub-menu on hover */
.morecatein ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

/* Additional hover styling */
.morecatein ul li:hover {
    background-color: #eee;
}

/* Right arrow for sub-menu items */
.morecatein ul li a span {
    float: right;
    line-height: 25px;
}

/* Icon adjustment */
.morecate span i {
    margin-left: 10px;
}


/*.morecate {*/
/*    background-color: transparent;*/
/*    color: #000;*/
/*    font-size: 17px;*/
/*    font-weight: 500;*/
/*    cursor: pointer;*/
/*    position: relative;*/
/*    padding: 10px;*/
/*    display: block;*/
/*}*/

/*.morecatein {*/
/*    position: absolute;*/
/*    top: 40px;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    z-index: 9;*/
/*    opacity: 0;*/
/*    background-color: #fff;*/
/*    visibility: hidden;*/
/*    transform: translateY(15px);*/
/*    transition: .5s ease-in-out;*/
/*}*/

/*.morecate:hover .morecatein {*/
/*    visibility: visible;*/
/*    opacity: 1;*/
/*    transform: translateY(0);*/
/*}*/

/*.morecate:hover {*/
/*    background-color: #000;*/
/*    color: #fff*/
/*}*/

/*.morecatein ul {*/
/*    list-style: none;*/
/*    margin: 0;*/
/*    padding: 0*/
/*}*/

/*.morecatein ul li {*/
/*    padding: 10px;*/
/*    border-bottom: 1px solid #ccc;*/
/*    position:relative;*/
/*}*/

/*.morecatein ul li a {*/
/*    display: block;*/
/*    font-size: 16px;*/
/*    color: #000;*/
/*}*/

/*.morecatein span {*/
/*    float: right;*/
/*    line-height: 25px;*/
/*}*/

/*.morecatedrop {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 100%;*/
/*    display: grid;*/
/*    grid-template-columns: 32% 32% 32%;*/
/*    width: 848px !important;*/
/*    gap: 2%;*/
/*    background: #fff;*/
/*    box-shadow: 0px 0px 10px #ccc;*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*    transform: translateY(15px);*/
/*    transition: .5s ease-in-out;*/
/*    padding: 20px;*/
/*    align-items: stretch;*/
/*    align-content: space-evenly;*/
/*    justify-content: space-around;*/
/*}*/

/*.morecatein ul li.simplecat:hover .morecatedrop {*/
/*    visibility: visible;*/
/*    opacity: 1;*/
/*    transform: translateY(0);*/
/*}*/

/*.morecatein ul li ul {*/
/*    position: absolute;*/
/*    left: 100%;*/
/*    width: 100%;*/
/*    background: #fff;*/
/*    top: 0%;*/
/*    opacity:0;*/
/*    transition:.5s ease-in-out;*/
/*    transform:translateY(15px);*/
/*}*/

/*.morecatein ul li.simplecat:hover > ul{*/
    /*left:100%;*/
/*    opacity:1;*/
/*    transform:translateY(0px)*/
/*}*/

.morecatedrop h4 {
    color: #000;
    margin: 0px auto 20px;
}

.morecatein .morecatedrop ul {
    margin-bottom: 20px;
}

.dropin img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center center;
}

/* menu style */

.main_menu {
    text-align: center;
    margin: 0px auto;
}

.menu_side span {
    font-size: 12px;
}

.main_menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.main_menu ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 10px 0px 10px;
    text-align: center;
    transition: 0.5s;
    position: relative;
}

.main_menu ul li a {
    display: block;
    color: #000;
    font-size: 17px;
    cursor: pointer;
    text-transform: capitalize;
    letter-spacing: 0.3px;
    padding: 10px;
}

.main_menu ul ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    min-width: 200px;
    background: #fff;
    transition: all 0.2s ease-in-out;
    transform: scaleY(0);
    transform-origin: top;
    text-align: left;
    background-size: cover;
    z-index: 9;
    background-position: center center;
}

.main_menu ul ul li {
    position: relative;
    width: 100%;
    border-right: none;
    padding: 8px;
    transition: 0.5s;
    border-bottom: 1px solid #dcdcdc;
    text-align: left;
}

.main_menu ul ul li a {
    color: #000;
    padding: 5px 10px;
}

.main_menu ul li:hover>ul {
    transform: scaleY(1);
}



/* --------------------------Header Styling close-------------------------------------*/


/* --------------------------Content Styling -------------------------------------*/

.index_content {
    position: relative;
    width: 100%;
}

.banner_txt {
    position: absolute;
    top: 30%;
    left: 40px;
}

.banner_txt h2 {
    font-size: 40px;
    font-weight: 600
}

.banner_txt p {
    color: #000;
    font-size: 20px;
    margin: 20px auto;
}

.btn_theme {
    padding: 10px 30px;
    width: fit-content;
    text-align: center;
    border: 2px solid #999
}

.btn_theme a {
    display: block;
    color: #000;
    font-size: 16px
}

.section1 {
    padding: 20px 0px 50px
}

.categrid {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    gap: 2%
}

.categridbox {
    position: relative
}

.categridbox img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gridtext {
    position: absolute;
    top: 50%;
    left: 30px;
    width: 45%;
    transform: translateY(-50%);
}

.gridtext p {
    font-size: 18px;
}

.gridtext h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.gridtext a {
    display: block;
    color: #000;
    font-size: 16px;
    width: fit-content;
    border-bottom: 1px solid #333;
}

.cateround {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    grid-template-rows: auto;
}

.cateroundin {
    text-align: center;
}

.cateroundin img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    max-width: 200px;
    max-height: 200px;
    margin: 0 auto;
    display: block;
}

.cateroundin a {
    display: block;
}

.cateroundin h2 {
    color: #000;
    font-size: 17px;
    margin: 10px auto;
    transition: 0.5s ease-in-out;
    border-bottom: 1px solid #000;
    width: fit-content;
}

.section3 {
    padding: 50px 0px 20px;
}

.sectitle {
    text-align: center;
    margin-bottom: 30px
}

.sectitle h2 {
    font-size: 35px;
    margin-bottom: 10px
}

.sectitle p {
    font-size: 18px
}

.product_box {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding:10px;
}

.product_box img {
    width: 100%;
}

.product_box a {
    display: block;
}

.product_box * {
    color: #000 !important;
}

.product_box p {
    font-size: 17px;
}

.product_box h5 {
    font-size: 19px;
    margin: 8px auto
}

.product_box h6 {
    font-size: 15px
}

.product_box h6 span {
    color: #ccc !important;
    font-weight: normal;
    text-decoration: line-through;
}

.product_text {
    padding: 10px 0px;
}

.btncart a {
    display: block;
    font-size: 17px;
    width: fit-content;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
}

.categrid2 {
    display: grid;
    grid-template-columns: 49% 49%;
    gap: 2%
}

.right_text_sec,.leftimgsec{
    display:inline-block;
    vertical-align:middle;
}
.leftimgsec{
    width:40%;
}

.right_text_sec {
    width: 58%;
}

.footer {
    padding: 0px 0px 0;
}

.footermain {
    display: grid;
    grid-template-columns: 22% 22% 22% 22%;
    gap: 1.2%;
    align-items: start;
}

.footer_in{
    margin:0 auto;
}

.footermain h2 {
    font-size: 20px;
    margin-bottom: 10px
}

.footermain ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.footermain ul li {
    margin-bottom: 8px
}

.footermain ul li a {
    display: block;
    font-size: 16px;
    color: #000
}

.foot_bottom {
    text-align: center;
    padding: 15px 0px;
    margin-top: 40px;
    border-top: 1px solid #ccc;
}

.foot_bottom h5 {
    font-size: 17px;
}

.foot_in_soc ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.brebcrum {
    border: 1px solid #ccc;
    border-top:0;
    text-align: left;
    padding: 10px 0px;
}

.brebcrum ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.brebcrum ul li {
    display: inline-block;
    vertical-align: middle;
}

.brebcrum ul li {
    color: #777;
    font-size: 10px;
    margin: 0px auto;
    margin-right: 10px
}

.brebcrum ul li a {
    color: #777;
    font-size: 18px;
}

.brebcrum ul li:last-child a {
    color: #000;
    font-weight: 500;
}

.proddetailgrid {
    display: grid;
    grid-template-columns: 49% 49%;
    gap: 2%
}

.proddetailgrid img {
    width: 100%;
    position: relative;
}

.gallery {
    margin-top: 20px;
}

.maingbox {
    position: relative;
}

.maingbox a {
    display: block;
}

a.fullscreen i {
    z-index: 999;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #000;
    background: #fff;
    line-height: 50px;
    font-size: 18px;
    border-radius: 50%;
}

.detail_right h1 {
    font-size: 40px;
    margin-bottom: 20px;
}

.detail_right h4 {
    color: #000;
    font-size: 25px;
    margin-bottom: 20px;
}

.detail_right h2 {
    color: #000;
    font-size: 25px;
    margin-bottom: 20px;
}

.detail_right p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
}

.detail_right ul li {
    font-size: 18px;
    margin-bottom: 10px;
}

.bookingform input {
    position: relative;
    border-radius: 0;
    height: 41px;
    line-height: 41px;
    margin: 0px auto;
    font-size: 15px;
    width: 100%;
    display: block;
    float: none;
}

.bookingform input[type=search]{
    border:solid 1px #ccc;
    outline:0;
    padding:0px 5px;
}

.formtitle {
    background-color: #000;
    color: #fff;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    margin: 20px 0;
    padding: 5px;
}

.bookingform .btn_theme {
    width: 100%;
    background-color: #000;
    border-color: #000;
    margin: 10px 0px;
    color: #fff;
    font-size: 15px;
    padding: 8px 12px;
}

.btnmain {
    width: fit-content;
    background-color: #000;
    border-color: #000;
    margin: 0px auto;
    padding: 8px 12px;
    display:inline-block;
}

.btnmain a {
    color: #fff;
    font-size: 15px;
}

.btnmain i {
    margin-right: 10px
}

.shopgrid {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    gap: 0% 2%;
    width: 100%;
    position: relative;
}

.shopgrid .product_box {
    width: 100%;
    margin: 20px 0px;
}

/* --------------------------Content Styling close -------------------------------------*/


/* --------------------------owl_content Styling  -------------------------------------*/


/* --------------------------owl_content Styling close -------------------------------------*/


/* --------------------------Footer Styling --------------------------------------------*/


/* --------------------------Footer Styling close---------------------------------------*/


/* --------------------------pop Styling close-------------------------------------*/


/* --------------------------selection Styling-------------------------------------*/

::selection {
    background: #0090d8;
    color: #ffffff;
}

.mobile_nav{
    display:none;
}


/* --------------------------selection Styling close-------------------------------------*/


/* --------------------------Owl Styling -------------------------------------*/


/* --------------------------owl Styling close-------------------------------------*/


/* --------------------------inner Styling-------------------------------------*/


/* --------------------------inner Styling-------------------------------------*/


/* --------------------------tabs Styling close-------------------------------------*/


/* --------------------------tabs2 Styling-------------------------------------*/


/* --------------------------tabs2 Styling close-------------------------------------*/


/* --------------------------dropdown Styling -------------------------------------*/


/* --------------------------dropdown Styling close-------------------------------------*/