@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');




/* Apply Arabic font to elements with lang="ar" */
[lang="ar"],
[lang="ar"] *,
html[lang="ar"] body,
html[lang="ar"] body * {
  font-family: "Cairo", sans-serif !important;
}


html {
  scrollbar-width: none;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: 'NRT-Reg';

}

::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
caption,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
form,
footer,
header,
hgroup,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
tt,
table,
tbody,
textarea,
tfoot,
thead,
time,
tr,
th,
td,
u,
ul,
var,
video {
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

figure {
  margin: 0;
}

:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

legend {
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input {
  line-height: normal;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  line-height: 1;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  border: none;
}


button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Repeatable Patterns
  -------------------------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "SF Pro Display", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 auto;
  overflow-x: hidden; /* Prevent horizontal scrolling */
 /* Prevent vertical scrolling */
}
.bggg{
  background-color: #191919 !important;
  /* background-image: url('../images/bg.jpg'); */
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh; 
  width: 100%;
}


a {
  text-decoration: none;
  outline: none;
  color: #262626;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover, a:focus, a.active {
  text-decoration: none;
  outline: none;
  color: #033f38;
}

ul,
ol {
  padding: 0;
}

img {
  width: 100%;
  height: auto;
}

b,
strong {
  font-weight: 900;
}

h1 {
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}

h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

h5 {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #033f38;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #033f38;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #033f38;
}

button {
  border: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  width: 100%;
  padding: 18px 14px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background-color: #033f38;
  border: 1px solid #033f38;
  color: #ffffff;
  text-transform: capitalize;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tf-container {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.tf-container .catagori{
  color: #ffffff;
}

.tf-container h2{
font-size: 20px;
}

.fw-5 {
  font-weight: 500;
}

.fw-7 {
  font-weight: 700;
}

.lh-26 {
  line-height: 26px;
}

.mr-0 {
  margin-right: 0;
}

.ml--15 {
  margin-left: -15px;
}

.pt-128 {
  padding-top: 128px;
}

.mt--16 {
  margin-top: -16px;
}
.m-t{
  margin-top: -50px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-17 {
  margin-top: 17px;
}

.mt-18 {
  margin-top: 18px;
}

.mb-17 {
  margin-bottom: 17px;
}

  .menu-b{
    margin-bottom: 5rem !important;
  }
  

.mt-18 {
  margin-top: 18px;
}

.mt--23 {
  margin-top: -23px;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-9 {
  margin-top: 9px;
}

.mt-12 {
  margin-top: 12px;
}

.pd28 {
  padding: 0 28%;
}

.pd22 {
  padding: 0 22%;
}

.mt-14 {
  margin-top: 14px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-17 {
  margin-top: 17px;
}

.mt-19 {
  margin-top: 19px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-22 {
  margin-top: 22px;
}

.mt-23 {
  margin-top: 23px;
}

.mb-22 {
  margin-bottom: 22px;
}

.m-bb {
  margin-bottom: 50px;
}

.mt-24 {
  margin-top: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-26 {
  margin-top: 26px;
}

.mt-27 {
  margin-top: 27px;
}

.mt-28 {
  margin-top: 28px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-36 {
  margin-top: 36px;
}

.mt-37 {
  margin-top: 37px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-42 {
  margin-top: 42px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-51 {
  margin-top: 51px;
}

.mt-52 {
  margin-top: 52px;
}

.mt-53 {
  margin-top: 53px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-78 {
  margin-top: 70px;
}

.mt-67 {
  margin-top: 67px;
}

.mt-104 {
  margin-top: 104px;
}

.mt-107 {
  margin-top: 107px;
}

.mt-200 {
  margin-top: 200px;
}

.mt-223 {
  margin-top: 223px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-6 {
  margin-bottom: 6px;
}

.mb-7 {
  margin-bottom: 7px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-23 {
  margin-bottom: 23px;
}

.mb-26 {
  margin-bottom: 26px;
}

.mb-28 {
  margin-bottom: 28px;
}

.mb-29 {
  margin-bottom: 29px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-31 {
  margin-bottom: 31px;
}

.mb--30 {
  margin-bottom: -30px;
}

.mb-33 {
  margin-bottom: 33px;
}

.mb-37 {
  margin-bottom: 37px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-43 {
  margin-bottom: 43px;
}

.mb-46 {
  margin-bottom: 46px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-53 {
  margin-bottom: 53px;
}

.mb-58 {
  margin-bottom: 58px;
}

.mr-28 {
  margin-right: 28px;
}

.pt-8 {
  padding-top: 8px;
}

.pt-12 {
  padding-top: 12px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pt-16 {
  padding-top: 16px !important;
}

.pt-17 {
  padding-top: 17px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-22 {
  padding-top: 22px;
}

.pb-22 {
  padding-bottom: 22px;
}

.pt-24 {
  padding-top: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb8 {
  padding: 8px;
}

.text-white {
  color: #ffffff !important;
}

.text-primary {
  color: #033f38 !important;
}

.text {
  color: #a1a1a1 !important;
}

.t-black {
  color: #000 !important;
}

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

.d-flex {
  display: flex;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.align-center {
  align-items: center;
}

.relative {
  position: relative;
}

.bg-primary {
  /* background: #1E1E1E !important; */
  background-image: url('../images/bg.jpg');
  color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  
}

.bg-white {
  background: #ffffff;
}

.bg-card {
  background-color: #fff6e9;
}

.b-line {
  border-bottom: 1px solid #f1f1f1;
}

.fixed-body {
  position: fixed;
}

.fixed-top {
  position: fixed;
  top: 0;
  z-index: 1020;
  max-width: 1024px;
  margin: 0 auto;
  padding: 20px;
  left: 0;
  right: 0;
}

.tab-content > .tab-pane {
  display: none;
  transition: opacity 0.5s ease-in;
}

.tab-content > .active {
  display: block;
}

.fade:not(.show) {
  opacity: 0;
}

.fade {
  transition: opacity 0.15s linear;
}

.nav-tabs {
  border-bottom: 0;
}



.tf-btn {
  margin: 10px auto;
  width: 55%;
  border-radius: 12px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  /* line-height: 1.4; */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #C78C00;
  color: #1E1E1E !important;
  background-color: #ffffff;
  border: none;
  overflow: hidden;
  min-height: 40px;
  height: 40px;
}
.tf-btn.large {
  padding: 12px 0px !important;
  min-height: 42px;
  height: 42px;
}
.tf-btn.primary {
  background-color: #033f38;
  border: 1px solid #033f38;
  color: #ffffff;
}
.tf-btn:hover {
  background-color: #ffffff;
  color: #61bc84;
}
.tf-btn:hover i {
  color: #61bc84;
}


.btn-close:focus {
  outline: 0;
  box-shadow: unset;
}

.btn-sidebar,
.btn-st2 {
  width: 34px;
  height: 34px;
  border: 1px solid #033f38;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-sidebar i,
.btn-st2 i {
  font-size: 18px;
  color: #033f38;
}
.btn-sidebar.primary,
.btn-st2.primary {
  border-color: #ffffff;
}
.btn-sidebar.primary i,
.btn-st2.primary i {
  color: #ffffff;
}


.social{
  padding: 15px 15px 75px; 
  margin: 0px auto;
}

.social .inner {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  justify-content: center;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  align-items: center;
  text-align: center;
  margin-bottom: 50px;
}
.social .inner .loc{
  
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 margin: 0 2px !important;
 padding:  3px 5px;
 background-color: #365146;
 border-radius: 15px;
}
.social .inner .loc span{
  color: #fff;
  margin-top: 7px !important;
   font-family:'Times New Roman', Times, serif !important;
 }
 
.social .inner li {
  padding: 0px 3px;
}
.social .inner li a {
  color: #a1a1a1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;

}
.social .inner li a span {
  font-size: 24px;
  color: #d3d9d8;
}
.social .inner li a span {
  /* margin-bottom: 5px; */
  width: 30px;
  height: 30px;
}
.social .inner li.active a {
  color: #033f38;
  font-weight: 700;
}
.social .inner li.active a span {
  color: #033f38;
}

.recomand-swiper .swiper-slide {
  transform: scaleY(0.9);
  -webkit-transform: scaleY(0.9);
  transition: 0.5s;
}
.recomand-swiper .swiper-slide-active .recomand-box {
  box-shadow: 0px 8px 30px 0px rgba(63, 3, 39, 0.3);
}

.drink-swiper-2 .swiper-slide.ml-1 {
  margin-left: 4px;
}
.drink-swiper-2 .swiper-slide.ml-2 {
  margin-left: 6px;
}

.drink-swiper-3 {
  padding: 0px 12px;
}

.dots-tes {
  position: unset;
}
.dots-tes span {
  width: 8px;
  height: 8px;
  background-color: #033f38;
  opacity: 0.2;
}
.dots-tes .swiper-pagination-bullet-active {
  background: #033f38;
  opacity: 1;
  width: 16px;
  border-radius: 100px;
}

.result-swiper .swiper-slide {
  margin-left: 8px;
}
.result-swiper .swiper-slide-active .suggest-item-sw {
  border-color: #033f38;
  color: #033f38;
}

.cate-swiper .swiper-slide {
  width: auto;
  margin-left: 10px;
}
.cate-swiper .swiper-slide.ml-1 {
  margin-left: 10px;
}
.cate-swiper .swiper-slide.ml-2 {
  margin-left: 10px;
}
/* .cate-swiper .swiper-slide-active .box-categories {
  border-color: transparent;
  box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
}
.cate-swiper .swiper-slide-active .primary {
  background: #ffffff;
  transition: 0.5s ease-in;
}
.cate-swiper .swiper-slide-active .primary span {
  color: #033f38;
} */


.tf-box-column {
  position: relative;
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.06);
  border-radius: 3px;
  background: hsl(38,61%,73%);
  text-align: center;
  position: relative;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.tf-box-column .content-box .review {
  display: flex;
  align-items: center;
  margin: 8px 0px;
}
/* .tf-box-column .content-box  {
 display: flex;
 align-items: center;
 justify-content: space-between;
 } */



 .tf-box-column .edit{
  width: 100%;
  position: absolute;
  left: 0; top:0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  }

  .tf-box-column .edit .icon{
    margin: 10px;
    width: 30px; height: 30px;
    border-radius: 50%;
    }
    .tf-box-column .edit .icon img{
      width: 100%; height: 100%;
      
      }


.tf-box-column .content-box h3 {
 font-size: 18px;
 font-weight: bold;
 color: #ffffff;
 text-align: center !important;
}
.tf-box-column .content-box .review li .icon-star {
  color: #ffc700;
  font-size: 14px;
  margin-right: 4px;
}
.tf-box-column .content-box .review li span {
  color: #343434;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
}

.tf-box-column .content-box .review .dot-icon {
  width: 3px;
  height: 3px;
  background-color: #c4c4c4;
  border-radius: 50%;
  margin: 0px 10px;
}
.tf-box-column .content-box .price {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  color: #033f38;
  text-align: center;
}
.tf-box-column .content-box .box-price {
  position: absolute;
  top: 5%;
  left: 0;
  background-color: hsl(38,61%,73%);
  border-top-right-radius: 10px;
  padding: 5px 10px 3px 10px;
  color: #fff;
  
}

.tf-box-column .content-box .price {
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  color: #033f38;
  text-align: center;
  align-items: center;
  font-family: 'Times New Roman', Times, serif;
}

.tf-box-column.xl {
  padding: 8px;
}
.tf-box-column.xl .img-box {
  overflow: hidden;
  border-radius: 16px;
  display: block;
}
.tf-box-column.xl .img-box img {
  width: 100%;
  height: 100%;
}
.tf-box-column.xl .content-box {
  padding: 16px 8px 8px;
}
.tf-box-column.xl .content-box .price {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  color: #033f38;
}
.tf-box-column.xl.rate .review {
  gap: 10px;
}
.tf-box-column.xl.rate .review .dot-icon {
  margin: 0;
}
.tf-box-column.lg{
  margin-bottom: 25px;
  overflow: hidden;
}
.tf-box-column.lg .img-box {
  overflow: hidden;
  width: 100%;
  height: 220px;
  padding: 1px 1px 0px;
  display: block;
  transition: transform 0.3s ease;
  
}
.tf-box-column.lg .img-box:hover {
  overflow: hidden;
  width: 100%;
  height: 220px;
  padding: 6px 6px 0px;
  display: block;
  transform: scale(1.1);
  
}
.tf-box-column.lg .img-box img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
}
.tf-box-column.lg .content-box {
  padding: 8px;
}

.box-categories {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 6px 10px;
  gap: 6px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #f1f1f1;
}
.box-categories .images {
  max-width: 35px;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
}
.box-categories .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-categories span {
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  font-weight: 700;
  color: #033f38;
}
.box-categories.primary {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.1s ease;
}
.box-categories.primary span {
  color: #ffffff;
}
.box-categories.primary.active {
  background-color: hsl(38,61%,73%);
}
.box-categories.primary.active span {
  color: #ffffff;
}

.box-collections {
  position: relative;
}
.box-collections .images {
  border-radius: 16px;
  max-width: 156px;
  height: 210px;
  overflow: hidden;
}
.box-collections .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-collections .content {
  position: absolute;
  padding: 10px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
}
.box-collections .content a,
.box-collections .content p {
  color: #ffffff;
}

.recomand-box {
  border-radius: 16px;
  position: relative;
}
.recomand-box::after {
  content: "";
  position: absolute;
  border-radius: 16px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.recomand-box .img-box {
  position: relative;
}
.recomand-box .img-box .bg {
  display: block;
  width: auto;
  height: 248px;
  overflow: hidden;
  border-radius: 16px;
}
.recomand-box .img-box .bg img {
  width: 100%;
  height: 100%;
}
.recomand-box .img-box .logo {
  width: 300px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.recomand-box .img-box .logo img {
  width: 100%;
  height: 100%;
}

.wrap-categories {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px 15px;
}
.wrap-categories .categories-item{
  position: relative;
}
@media (min-width: 992px) {
  .wrap-categories {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px 15px;
  }
}
.wrap-categories .categories-item .box-img {
  border-radius: 16px;
  /* border-top-left-radius: 180px 180px;
  border-top-right-radius: 180px 180px; */
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
  height: 18rem;
  border: 3px solid hsl(38,61%,73%);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: .2s ease;

}
.wrap-categories .categories-item .edit{
  width: 100%;
  position: absolute;
  left: 0; top: 0 ;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.wrap-categories .categories-item .edit .icon{
  margin: 10px;
  width: 30px; height: 30px;
  border-radius: 50%;
  }
.wrap-categories .categories-item .box-img:hover{
  border: 8px solid #07140fcc;
}
@media (max-width: 698px) {
  .wrap-categories .categories-item .box-img {
    height: 16rem;
  }
}
.wrap-categories .categories-item .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrap-categories .categories-item .content {
  padding: 12px 14px 0px;
  text-align: center;
}
.wrap-categories .categories-item .content p {
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}
.wrap-categories .categories-item .content span {
  font-weight: 400;
  color: #a1a1a1;
  font-style: normal;
  line-height: normal;
}


.preload {
  overflow: hidden;
}

/* Preload 
  ------------------------------------------- */
.preload-container {
  position: relative;
  width: 100%;
  height: 100%;
  background: #333;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999999999;
  display: block;
  overflow: hidden;
}

.preload-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  margin: -100px 0 0 -100px;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(255, 255, 255, 0.1);
  border-top: 5px solid #ffffff;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: spin 1s infinite linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.preloadIndex {
  overflow: hidden;
}

.p-container {
  position: relative;
  width: 100%;
  height: 100%;
  background: #033f38;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999999999;
  display: block;
  overflow: hidden;
}


.center{
 display: flex;
 align-items: center;
 justify-content: center;
 align-self: center;
 min-height: 0px; 
}
.center-top{
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  flex-direction: column;
 }
 .center-top p{
  font-size: 24px;
  font-weight: bold;
   font-family:'Times New Roman', Times, serif;
  
 
 }
 
 .center-top h1{
  font-size: 24px;
  font-weight: bold;
   font-family:'Times New Roman', Times, serif;
   color: #ffffff !important;
 
 }
 .center-top span{
  font-size: 24px;
  font-weight: bold;
   font-family:'Times New Roman', Times, serif;
   color: red;
 
 }

 .center-topp{
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  flex-direction: column;
  margin-top: -75px;
 }
 .center-topp p{
  font-size: 20px !important;
  font-weight: 700 !important;
  margin-top: 10px;
   font-family:'Times New Roman', Times, serif !important;

 }
 .center-topp h1{
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
   font-family:'Times New Roman', Times, serif;
 }
 .center-topp span{
  font-size: 28px;
  font-weight:700;
   font-family:'Times New Roman', Times, serif;
   color: #FFF200;
 
 }
 
.auth-section .content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  font-family:'Times New Roman', Times, serif;
  padding-top: 10px;
}


.auth-section .content .heading{
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  font-family:'Times New Roman', Times, serif
}
.auth-section .content .num {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-top: 14px;
  color: #ffffff;
}
.auth-section .content .num i {
  color: #ffffff;
  opacity: 0.5;
}


.logo-appp {
  width: 325px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 40px;
}
.logo-appp img {
  width: 100%;
  height: 100%;
}

.logo-app {
  width: 350px;
  height: auto;
  margin: 0 auto;
}
.logo-app img {
  width: 100%;
  height: 100%;
}
.footer{
  position: absolute;
  bottom: 0; right: 0; left: 0;
  /* background-color: #1E1E1E; */
  font-size: 16px;
  color: #fff;
  padding: 15px 10px;
  border-top: 0.1px solid #474747;
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
}
.footer a{
  color: #fff;
  font-weight: 700;
  font-family: 'Times New Roman', Times, serif;

}


.home-1 h1,
.home-2 h1,
.home-3 h1 {
  color: #ffffff;
}

.home-2 {
  position: relative;
}
/* .home-2::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  z-index: -1;
  display: block;
  height: 390px;
  background: #1E1E1E;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  margin: 0px -29px;
  clip-path: ellipse(100% 100% at 50% 0%);
} */
.home-1 {
  position: relative;
  overflow-x: hidden;
  
}

.img-bg{
  /* position: absolute;
  left: 0;
  right: 0;
  top: 0; */
  background-image: url('../images/public/bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 350px;
  object-fit: fill;
  clip-path: ellipse(100% 100% at 50% 0%);
  display: flex; justify-content: center; align-items: center;
}
.img-bg .img{
  height: 15rem; width: 15rem;
  object-fit: fill;
}

@media (max-width: 698px) {
  .img-bg{
    /* position: absolute;
    left: 0;
    right: 0;
    top: 0; */
    height: 200px;

  }

  .img-bg .img{
    height: 15rem; width: 15rem;

  }
}
.img-bg img{
height: 100%; width: 100%;
}




.home-1 .section.bg .title-bar h2,
.home-1 .section.bg .title-bar a {
  color: #ffffff;
}
.home-1 .recomand-sec .recomand-swiper .swiper-slide-active .recomand-box {
  box-shadow: unset;
}
.home-1 .recomand-sec .recomand-box .img-box .logo {
  max-width: 79px;
  height: 102px;
  
}


.wrap-box-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 11px;
}

.bg-fullscreen {
  height: 100vh;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}
.bg-fullscreen .flex-col-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 70vh;
}
.bg-fullscreen.st1 .tab-product-detail a {
  color: #343434;
}

.banner-wrapper .banner-img1 {
  width: 100%;
  height: 305px;
  object-fit: cover;
}
.banner-wrapper .banner-img2 {
  width: 100%;
  height: 475px;
  object-fit: cover;
}
.banner-wrapper .banner-img3 {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}

