@font-face {
    font-family:'Roboto-Regular';
    src: url('../font/Roboto/Roboto-Regular.ttf');
}


@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../font/Open_Sans/OpenSans-Regular.ttf');
}

body{ 
    font-size: 15px;
    font-family: 'OpenSans-Regular';
    position: relative;
    width: 100%;
    color: #111111;
}
h1,h2,h3,h4,h5,h6{
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.2;
    color: #111111;
    font-family:'Roboto-Regular';
}
ul{
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}
li{
    color: #111111;
}
label{
    color: #111111;
}
a{
    color: #111;
}
a:hover{
    text-decoration:none;
    color: #f37927;
}
p{
    color: #111111;
    font-size: 15px;
}


.mT0{ margin-top:0px;}
.mT2{ margin-top:2px;}
.mT5{ margin-top:5px;}
.mT10{ margin-top:10px;}
.mT15{ margin-top:15px;}
.mT20{ margin-top:20px;}
.mT25{ margin-top:25px;}
.mT30{ margin-top:30px;}
.mT40{ margin-top:40px;}
.mT50{ margin-top:50px !important;}
.mT60{ margin-top:60px !important;}
.mT80{margin-top:80px !important;}

.mL0{ margin-left:0px;}
.mL2{ margin-left:2px;}
.mL5{ margin-left:5px;}
.mL10{ margin-left:10px;}
.mL15{ margin-left:15px;}
.mL20{ margin-left:20px;}
.mL25{ margin-left:25px;}
.mL30{ margin-left:30px;}
.mL40{ margin-left:40px;}
.mL50{ margin-left:50px;}
.mL55{ margin-left:55px;}



.mR0{ margin-right:0;}
.mR2{ margin-right:2px;}
.mR5{ margin-right:5px;}
.mR10{ margin-right:10px;}
.mR12{ margin-right:12px;}
.mR14{ margin-right:14px;}
.mR15{ margin-right:15px;}
.mR18{ margin-right:18px;}
.mR20{ margin-right:20px;}
.mR21{ margin-right:21px;}
.mR22{ margin-right:22px;}
.mR23{ margin-right:23px;}
.mR24{ margin-right:24px;}
.mR25{ margin-right:25px;}
.mR30{ margin-right:30px !important;}
.mR40{ margin-right:40px !important;}
.mR45{ margin-right:45px !important;}
.mR50{ margin-right:50px !important;}
.mR55{ margin-right:55px !important;}
.mR60{ margin-right:60px !important;}
.mR65{ margin-right:65px !important;}
.mR70{ margin-right:70px !important;}


.mB0{ margin-bottom:0px!important;}
.mB5{ margin-bottom:5px;}
.mB10{ margin-bottom:10px;}
.mB15{ margin-bottom:15px !important;}
.mB20{ margin-bottom:20px !important;}
.mB28{ margin-bottom:28px !important;}
.mB30{ margin-bottom:30px !important;}
.mB35{ margin-bottom:35px !important;}
.mB40{ margin-bottom:40px !important;}
.mB45{ margin-bottom:45px !important;}
.mB50{ margin-bottom:50px !important;}
.mB60{ margin-bottom:60px !important;}
.mB80{ margin-bottom:80px !important;}
.mB100{ margin-bottom:100px !important;}


.p0{ padding:0;}
.p2{ padding:2px;}
.p5{ padding:5px;}
.p6{ padding:6px;}
.p8{ padding:8px;}
.p10{ padding:10px;}
.p12{ padding:12px;}
.p15{ padding:15px;}
.p20{ padding:20px;}
.p18{ padding:18px;}
.p25{ padding:25px;}
.p30{ padding:30px;}


.pT0{ padding-top:0px;}
.pT8{ padding-top:8px;}
.pT5{ padding-top:5px;}
.pT10{ padding-top:10px;}
.pT15{ padding-top:15px;}
.pT20{ padding-top:20px;}
.pT30{ padding-top:30px;}
.pT40{ padding-top:40px;}
.pT50{ padding-top:50px;}
.pT80{ padding-top:80px;}



.pB0{ padding-bottom:0px !important; }
.pB5{ padding-bottom:5px;}
.pB10{ padding-bottom:10px;}
.pB15{ padding-bottom:15px;}
.pB20{ padding-bottom:20px;}
.pB30{ padding-bottom:30px;}
.pB40{ padding-bottom:40px;}
.pB50{ padding-bottom:50px;}
.pB60{ padding-bottom:60px !important;}
.pB80{ padding-bottom:80px;}

padding-left
.pL0{ padding-left:0px;}
.pL5{ padding-left:5px;}
.pL8{ padding-left:8px;}
.pL10{ padding-left:10px;}
.pL15{ padding-left:15px;}
.pL20{ padding-left:20px;}
.pL30{ padding-left:30px;}
.pL40{ padding-left:40px;}
.pL50{ padding-left:50px;}
.pL60{ padding-left:60px;}
.pL90{ padding-left:90px;}


padding-right
.pr0{ padding-right:0;}
.pr5{ padding-right:5px;}
.pr10{ padding-right:10px;}
.pr15{ padding-right:15px;}
.pr20{ padding-right:20px;}
.pr25{ padding-right:25px;}
.pr30{ padding-right:30px;}
.pR90{ padding-right:90px;}

.margin-auto{ margin:0 auto }

.txtCntAlign{ text-align:center !important;}
.txtLeftAlign{ text-align:left !important;}
.txtRightAlign{text-align:right;}
.txtJustAlign{ text-align:justify;}

/*navigation start*/
/*Header CSS*/
.scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.scrollbar::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.scrollbar::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.3);
}
header {
  box-shadow: 0 2px 5px -3px rgb(0 0 0 / 30%);
  position: fixed;
  top: 0;
  width: 100%;
    background: #fffffffc;
  z-index: 99;
}
.menu-img{
  
}
.menu-img img{
  border-radius: 20px;
}

.topbar-section {
  background-color: var(--color-two);
  padding: 7px 0px;
  position: relative;
}
.topbar-right-side{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}
.delivery-option{

}
.delivery-option img{
  width: 20px;
}
.delivery-option button.dropdown-toggle {
border: 0;
    background-color: #e6e6e6;
    border-radius: 5px;
    padding: 5px 10px;
}
/*.topbar-section:after {
  position: absolute;
  content: '';
  right: 0px;
  top: 0px;
  width: 500px;
  height: 100%;
  background-color: var(--color-two);
}*/

.topbar-info {
    text-align: right;
}

.topbar-info ul {
  position: relative;
  display: inline-block;
  padding-left: 0px;
  margin-bottom: 0px;
}

.topbar-info ul li {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}

.topbar-info ul li a {
  transition: color 0.3s ease;
    margin-left: 3px;
    position: relative;
    font-size: 13px;
}
.topbar-info ul li a:hover{
  color: #e74a35;
}
.topbar-info ul li a::after {
  opacity: 0;
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  height: 0.8px;
  width: 0; 
  background-color: #111;
  transition: width 0.3s ease, opacity 0.3s ease; 
}

.topbar-info ul li a:hover::after {
  width: 100%; 
  opacity: 1;
}
.topbar-info ul li img {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 20px;
    line-height: 25px;
}

.topbar-info ul li a:hover {
  text-decoration: none;
  color: #e74a35;
}

.topbar-links {
  float: right;
  position: relative;
  z-index: 9;
}

.topbar-links ul {
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
  padding-left: 0px;
}

.topbar-links ul li {
  position: relative;
  display: inline-block;
  color: #fff;
  padding-right: 10px;
  transition: 1s;
}

.topbar-links ul li:after {
  content: '|';
  color: #fff;
  position: absolute;
  right: 0px;
  top: 0px;
}

.topbar-links ul li:last-child:after {
  display: none;
}

.delivery-option .topbar-links ul li a {
  color: #fff;
  transition: color 0.3s ease;
}

.delivery-option .topbar-links ul li a:hover {
  text-decoration: none;
  color: #000;
}
.delivery-option .dropdown-menu {
    padding: 0px 0;
    margin: 2px 0 0;
    font-size: 14px;
    left: unset;
    right: 0;
    border-radius: 20px;
    overflow: hidden;
}
.delivery-option .dropdown-menu>li>a {
    padding: 8px 20px;
    border-top: 1px solid #ccc;
}
.delivery-option .dropdown-menu li:first-child a{
  border-top: 0;
}
/*.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    border-radius: 20px;
}*/

/* header */
.main_menu .v-center {
  align-items: center;
}

.main_menu .row {
  display: flex;
  flex-wrap: wrap;
  /*width: 100%;*/ 
  justify-content: center;
}
.main_menu .row h6{
    font-family: 'OpenSans-Regular';
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.3;
    color: #63a4ce;
}
.main_menu {
  display: block;
  width: 100%;
  position: relative;
  z-index: 99;
  padding: 0px 0px;
}

.main_menu .item-left {
  flex: 0 0 15%;
}

.main_menu .logo a {
  font-size: 30px;
  color: #000000;
  font-weight: 700;
  text-decoration: none;
}

.main_menu .item-center {
  /*flex: 0 0 70%;*/
  width: 90%;
}

.main_menu .item-right {
  /*flex: 0 0 15%;*/
  display: flex;
  justify-content: flex-end;
}

.main_menu .item-right a {


}
.main_menu .item-right a i{
    color: var(--color-two);
}
.main_menu .menu>ul>li {
  display: inline-block;
  line-height: 50px;
  margin-left: 0px;
}
.main_menu .menu>ul .active{
    box-shadow: 0 0 14px rgb(255 190 100 / 46%), 0 6px 20px #ffe6b82b, inset 0 0 10px 6px rgb(255 210 140 / 40%);
    /*background: #f3dc7b;*/
    /*background: radial-gradient(circle, rgba(243, 220, 123, 1) 0%, rgba(243, 220, 123, 0.09) 100%);*/
    background: radial-gradient(circle, rgb(249 227 134 / 62%) 0%, rgb(198 131 67 / 72%) 100%);
    border: 2px solid #f3dc7b;
    border-radius: 20px;
    line-height: 1;
    padding: 6px 25px;
    color: #111;
}
.main_menu .menu>ul .active a{
  color: #111;
}
.main_menu .menu>ul>li>a {
    text-transform: capitalize;
    font-size: 22px;
    letter-spacing: 0;
    color: #fff;
    position: relative;
    transition: color 0.3s ease;
    font-weight: 500;
    font-family: 'OpenSans-Regular';
}

/*.main_menu .menu>ul>li>a:after {
  content: "";
      background-color: #f38d1c;
    background: linear-gradient(to right, #e74a35 2%, #f38d1c 82%);
  height: 0; 
  width: 100%; 
  position: absolute;
  bottom: 0;
  left: 0;
  transition: height 0.3s ease; /* Animate height */
}*/

.main_menu .menu>ul>li>a:hover:after {
  height: 2px; /* Expand to height 5px on hover */
}

.main_menu .menu>ul>li .sub-menu {
  position: absolute;
  z-index: 500;
  background-color: #ffffff;
  box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
  padding: 20px 30px;
  transition: all 0.1s ease;
  margin-top: 25px;
  opacity: 0;
  visibility: hidden;
  /*border: 1px solid var(--color-two);*/
  border-radius: 20px;
}

.sticky-menu {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 2px 5px -3px rgb(0 0 0 / 30%);
  z-index: 99;
  background: #ffffffed;
  -webkit-animation: 100ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 100ms ease-in-out 0s normal none 1 running fadeInDown;
  /* -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);*/
}

@media(min-width: 992px) {
  .main_menu .menu>ul>li.menu-item-has-children:hover .sub-menu {
    margin-top: 20px;
    overflow-x: hidden;
    visibility: visible;
    opacity: 1;
  }
}

.sublist{

}
.sublist li {
    line-height: 1.3;
    padding: 6px 0;
}
.main_menu .menu>ul>li .sub-menu>ul>li {
  line-height: 1;
}

.single-column-menu li {
  border-bottom: 1px solid #f1f1f1;
}

.single-column-menu li:last-child {
  border-bottom: none;
}

.main_menu .menu>ul>li .sub-menu>ul>li>a {
  display: inline-block;
  padding: 10px 0;
  font-size: 16px;
  color: #555555;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: capitalize;
  position: relative;
}

.main_menu .menu>ul>li .sub-menu>ul>li>a:before {
  position: absolute;
  content: '\00BB';
  left: -15px;
  top: 9px;
  color: var(--color-two);
}

.main_menu .menu>ul>li .single-column-menu {
  min-width: 280px;
  max-width: 350px;
}

.list-item>ul>li {
  line-height: 1;
  display: block;
  /*border-bottom: 1px solid #f1f1f1;*/
  width: 100%;
  /*padding-left: 10px;*/
}

.list-item>ul>li>a {
    position: relative;
    padding: 6px 0;
    line-height: 17px;
    display: inline-block;
    font-size: 14px;
    color: #000000 !important;
    transition: 0.3s ease;
}
/*.list-item>ul>li>a:after {
    content: "";
    background-color: #e74a35;
    height: 0;
    width: 100%;
    position: absolute;
    bottom: 7px;
    left: 0;
    transition: height 0.3s ease;
}*/
.list-item>ul>li>a:hover {
  text-decoration: none;
  color: #e74a35 !important;
  margin-left: 5px;
}
/*.list-item>ul>li>a:hover:after {
    height: 1px;
}*/
.list-item>ul>li>a b{
    color: #383838;
}
.border-right-one{
  border-right:1px solid #e9e9e9;
}
.mega-menu{
  position: relative;
}
.mega-menu:after{
content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/bg/mandala-bg.webp) !important;
    background-size: 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    z-index: -1;
    height: 500px;
    width: 500px;
    display: block;
    opacity: 0.1;
}
/*.main_menu .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:before {
    position: absolute;
    content: '\00BB';
    left: -11px;
    top: 4px;
    color: var(--color-two);
}*/
.main_menu .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li:last-child {
  border-bottom: none;
}

.main_menu .menu>ul>li .sub-menu.mega-menu {
  left: 50%;
  transform: translateX(-50%);
}

.main_menu .menu>ul>li .sub-menu.mega-menu-column-4 {
  max-width: 100%;
  width: 1300px;
  margin: 0 auto;
  /*display: flex;
  flex-wrap: wrap;*/
  padding: 20px 20px;
  /*border: 1px solid var(--color-two);*/
  /*overflow-y: scroll;
    height: 700px;*/
}

.menu-bro-btn {
  line-height: 20px;
  font-size: 15px;
  margin: 0 auto;
  margin-top: 10px !important;
}

.main_menu .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
  /*flex: 0 0 25%;*/
  padding: 0 15px;
}

.mobile-bro-btn {
  display: none;
}

.main_menu .menu>ul>li .sub-menu.mega-menu-column-4>.list-item h3 {
  

}

.main_menu .menu>ul>li .sub-menu.mega-menu-column-4>.list-item h2 {
  font-size: 40px;
  margin: 0px;
  color: #33333387;
  /*color: #50c87794;*/
}

.list-item h2 {
  font-size: 40px;
  margin: 0px;
  color: #33333387;
  /*color: #50c87794;*/
}

.list-item h3 {
    font-size: 19px;
    color: #e74a35;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.main_menu .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title {
  font-size: 16px;
  color: #ea4636;
  font-weight: 500;
  line-height: 1;
  padding: 10px 0;
}

.main_menu .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
  text-align: center;
}

.main_menu .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  margin-top: 10px;
  height: 300px;
  object-fit: cover;
}

.main_menu .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover,
.main_menu .menu>ul>li .sub-menu>ul>li>a:hover,
.main_menu .item-right a:hover,
.main_menu .menu>ul>li:hover>a {
  color: var(--color-two);
  text-decoration: none;
}

.list-item .accordion {
  background-color: #fff;
  color: #000;
  cursor: pointer;
  padding: 0px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-family: 'OpenSans-Regular';;
  font-size: 32px;
  transition: 0.4s;
}

.list-item .active,
.list-item .accordion:hover {
  background-color: #fdfdfd;
}

.list-item .accordion:after {
  content: "\f107";
  font-size: 25px !important;
  font: normal normal normal 14px/1 FontAwesome;
  color: #000;
  text-align: center;
  border-radius: 20px;
  float: right;
  margin-left: 5px;
  padding: 15px 0px;
}

.list-item .active:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.list-item .panel {
  /*padding: 0px 10px;*/
  /*background-color: #fdfdfd;*/
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border: none;
  margin-bottom: 0px;
  margin-top: 0px;
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;*/
}

/* banner section */
.banner-section {
  /*background-image: url('../img/banner.jpg');*/
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  display: block;
}

.mobile-menu-head,
.mobile-menu-trigger {
  display: none;
}

/*responsive*/
@media(max-width: 991px) {

  .main_menu .item-center {
    order: 3;
    flex: 0 0 100%;
  }

  .main_menu .item-left,
  .main_menu .item-right {
    flex: 0 0 auto;
  }

  .v-center {
    justify-content: space-between;
  }

  .main_menu .mobile-menu-trigger {
    display: flex;
    height: 30px;
    width: 30px;
    margin-left: 5px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }

  .main_menu .mobile-menu-trigger span {
    display: block;
    height: 2px;
    background-color: #fff;
    width: 24px;
    position: relative;
  }

  .main_menu .mobile-menu-trigger span:before,
  .main_menu .mobile-menu-trigger span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }

  .main_menu .mobile-menu-trigger span:before {
    top: -6px;
  }

  .main_menu .mobile-menu-trigger span:after {
    top: 6px;
  }

  .main_menu .item-right {
    align-items: center;
  }

  .main_menu .menu {
    position: fixed;
    width: 320px;
    background-color: #ffffff;
    right: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    transform: translate(100%);
    transition: all 0.5s ease;
    z-index: 1099;
  }

  .main_menu .menu.active {
    transform: translate(0%);
  }

  .main_menu .menu>ul>li {
    line-height: 1;
    margin: 0;
    display: block;
  }

  .main_menu .menu>ul>li>a {
    line-height: 50px;
    height: 50px;
    padding: 0 50px 0 15px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .main_menu .menu>ul>li>a i {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 50px;
    transform: rotate(-90deg);
  }

  .main_menu .menu .mobile-menu-head {
    display: flex;
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: sticky;
    background-color: #ffffff;
    top: 0;
  }

  .main_menu .menu .mobile-menu-head .go-back {
    height: 50px;
    width: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    display: none;
  }

  .main_menu .menu .mobile-menu-head.active .go-back {
    display: block;
  }

  .main_menu .menu .mobile-menu-head .current-menu-title {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
  }

  .main_menu .menu .mobile-menu-head .mobile-menu-close {
    height: 50px;
    width: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 25px;
  }

  .main_menu .menu .menu-main {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 0px;
  }

  .main_menu .menu>ul>li .sub-menu.mega-menu,
  .main_menu .menu>ul>li .sub-menu {
    visibility: visible;
    opacity: 1;
    position: absolute;
    box-shadow: none;
    margin: 0;
    padding: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 65px;
    max-width: none;
    min-width: auto;
    display: none;
    transform: translateX(0%);
    overflow-y: auto;
  }

  .main_menu .menu>ul>li .sub-menu.active {
    display: block;
  }

  @keyframes slideLeft {
    0% {
      opacity: 0;
      transform: translateX(100%);
    }

    100% {
      opacity: 1;
      transform: translateX(0%);
    }
  }

  @keyframes slideRight {
    0% {
      opacity: 1;
      transform: translateX(0%);
    }

    100% {
      opacity: 0;
      transform: translateX(100%);
    }
  }

  .main_menu .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
    margin-top: 0;
  }

  .main_menu .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
    margin-bottom: 20px;
  }

  .main_menu .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center:last-child .title {
    margin-bottom: 0px;
  }

  .main_menu .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
    flex: 0 0 100%;
    padding: 0px;
  }

  .main_menu .menu>ul>li .sub-menu>ul>li>a,
  .main_menu .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
    display: block;
  }

  .main_menu .menu>ul>li .sub-menu.mega-menu>.list-item>ul {
    margin-bottom: 15px;
  }

  .menu-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
  }

  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
}

.main_menu .mega-menu-column-4 .list-item ul {
  padding-left: 0px;
    margin-bottom: 25px;
}

.menu-main {
  margin-bottom: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.main_menu .logo img {
    width: 100px;
    margin-top: -45px;
}

.single-column-menu ul {
  padding-left: 0px;
  list-style-type: none;
}

.header-right-item {}

.header-right-item ul {
/*  position: relative;
  display: inline-block;
  padding-left: 0px;
  list-style-type: none;
  margin-bottom: 0px;*/
}

.header-right-item ul li {
/*  position: relative;
  display: inline-block;
    cursor: pointer;*/
}

.social-links{
    display: flex;
    gap: 10px;
    color: white;
}
.social-links ul{

}
.social-links li{

}
.social-links span {
    display: inline-block;
}
.social-links a {
    margin-left: 15px;
    color: #ffff;
}
.social-links a:hover{
  color: #e74a35;
}
.scrollbar {
  margin-left: 30px;
  float: left;
  height: 400px;
  width: 65px;
  background: #fff;
  overflow-y: scroll;
  margin-bottom: 25px;
}

#style-3::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  background-color: #fff;
}

#style-3::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}

#style-3::-webkit-scrollbar-thumb {
  background-color: #fff;
}

/*search-popup-modal*/
.search-popup-modal {
  background-color: #ffffffd6;
}

.search-popup-modal .modal-dialog {
  margin: 100px auto;
  width: 800px;
}

.search-popup-modal .input-box {
  position: relative;
  height: 76px;
  /*max-width: 900px;*/
  width: 100%;
  background: #fff;
  /*  margin: 0 20px;*/
  box-shadow: none;
}

.search-icon {


}

.search-icon a:hover {
  color: #000 !important;
}

.search-popup-modal .input-box i,
.search-popup-modal .input-box .button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.search-popup-modal .input-box i {
  left: 20px;
  font-size: 30px;
  color: var(--color-two);
}

.search-popup-modal .input-box input {
  height: 100%;
  width: 100%;
  outline: none;
  font-size: 20px;
  font-weight: 400;
  border: none;
  padding: 0 155px 0 65px;
  box-shadow: none;
  background-color: transparent;
}

.search-popup-modal .input-box .button {
  right: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 6px;
  background-color: var(--color-two);
  cursor: pointer;
}

.search-popup-modal .input-box .button:active {
  transform: translateY(-50%) scale(0.98);
}

.search-popup-modal .modal-content {
  background-color: transparent;
  box-shadow: none;
  border: none;
}

.search-popup-modal .modal-header {
  border-bottom: none;
}

.search-popup-modal .modal-header .close {
  opacity: 1;
  color: #999;
  font-size: 40px;
}

/* Responsive */
@media screen and (max-width: 500px) {
  .search-popup-modal .input-box {
    height: 66px;
    margin: 0px;
  }

  .search-popup-modal .input-box i {
    left: 12px;
    font-size: 25px;
  }

  .search-popup-modal .input-box input {
    padding: 0 112px 0 50px;
  }

  .search-popup-modal .input-box .button {
    right: 12px;
    font-size: 14px;
    padding: 8px 18px;
  }
}

.nav-icon{

}
.nav-icon img{
    width: 20px;
    height: 20px;
}
.nav-icon {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-end;
}
.nav-icon .nav-icon-item {
    display: flex;
    font-size: 28px;
    position: relative;
}
.nav-icon .nav-icon-item:hover {
    color: #ef9228 !important;
}
.nav-icon .count-box {
    position: absolute;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #e74a35;
    color: #fff;
    top: -10px;
    right: -10px;
    font-size: 12px;
}

/*navigation end*/
.main_menu .container{
    background: linear-gradient(180deg, #d4942e7a 0%, #f2b94f7a 45%, #d4942e7a 100%);
    border-radius: 40px;
    padding: 0px 8px;
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    border: 2px solid #ebba78;
    box-shadow: 0 0 14px rgb(255 190 100 / 21%), 0 6px 20px #ffe6b82b, inset 0 0 10px 6px rgb(255 210 140 / 40%);
}
.banner-wrap{

}
.banner-wrap .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.banner-wrap img{
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
.about-wrap{
    padding: 60px 0 30px 0;
    background-image: url(../images/bg/bg.webp);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
}
.about-wrap:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #1111111f;
    /* background: linear-gradient(0deg, rgb(81 81 81 / 0%) 0%, rgb(0 0 0 / 32%) 100%); */
    display: block;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.heading{
  
}
.heading h2 {
    /*color: #fff;*/
    font-size: 48px;
    margin-bottom: 20px;
    text-shadow: .1em .1em .2em rgba(0, 0, 0, 0.6);
    background: linear-gradient(to bottom, #f0d382 0%, #f0d382 40%, #e9ae63 70%, #e9ae63 100%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.heading-center{
  text-align: center;
}
.about-wrap .container-box{
    padding: 40px 40px;
    background-color: #00000054;
    border-radius: 20px;
    border: 1px solid #af8080;
    box-shadow: 0 0 1px 0px rgb(255 255 255 / 46%), 0 6px 20px 3px #ffffff00, inset 0 0 25px 6px rgb(255 255 255 / 40%);
}
.about-wrap .container .row{
  display: flex;
}
.about-wrap .col-md-9 {
        width: auto;
  }
.about-wrap .col-md-3 {
      width: auto;
      flex-shrink: 0; 
  }
.about-text {

}
.about-text p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgb(0 0 0 / 43%), 0px 18px 23px rgb(0 0 0 / 20%);
}
.about-img{

}
.single-about-img {
    margin-bottom: 30px;
    box-shadow: 0 0 14px rgb(255 255 255 / 46%), 0 6px 20px 3px #ffffffd6, inset 0 0 10px 6px rgb(255 255 255 / 96%);
    border-radius: 50%;
}
.single-about-img img {
    height: 220px;
    width: 220px;
    object-fit: cover;
    border-radius: 50%;
}
.btn-box {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.gold-btn {
    font-family: 'OpenSans-Regular';
    position: relative;
    padding: 6px 29px;
    font-size: 22px;
    font-weight: 500;
    color: #ffe6b8;
    background: rgba(255, 200, 120, 0.12);
    border-radius: 999px;
    border: 2px solid #febc80;
    cursor: pointer;
    backdrop-filter: blur(1.5px);
    box-shadow: 0 0 14px rgb(255 190 100 / 46%), 0 6px 20px #ffe6b82b, inset 0 0 10px 6px rgb(255 210 140 / 40%);
    transition: all 0.3s ease;
}

.gold-btn:hover {
  box-shadow:
    inset 0 2px 8px rgba(255, 255, 255, 0.65),
    inset 0 -3px 6px rgba(160, 80, 0, 0.45),
    0 0 26px rgba(255, 200, 110, 0.75),
    0 8px 22px rgba(0, 0, 0, 0.45);
  transform: translateY(-1px);
  color: #fff;
}
.video-wrap{

}
.video-wrapper{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100vh;
    display: block;
    position: relative;
}
.has-overlay {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #04040440;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.video-wrapper .video {
    width: 100%;
    display: block;
    width: 100vw;
   /* min-height: 650px;
    max-height: 650px;*/
    object-fit: cover;
    max-width: 100%;
}
.video-text{
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: 5%;
    bottom: 10%;
    z-index: 1;
    width: 100%;
    text-align: right;
}
.diamond-icon {
    position: absolute;
    bottom: 10%;
    right: 5%;
    width: 60px;
    opacity: 0.5;
    animation: floatUpDown 2.5s ease-in-out infinite;
}
@keyframes floatUpDown {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-12px); }
  100% { transform: translateY(0); }
}
#soundToggle{
  position: absolute;
    bottom: 2%;
    left: 8%;
}
#soundToggle img{
  width: 25px;
}
#soundToggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -5px;
    width: 35px;
    height: 3px;
    background: white;
    transform: rotate(-45deg);
    opacity: 0;
    transition: opacity 0.2s ease;
}

#soundToggle.muted::after {
    opacity: 1;
}