:root {
    --bs-primary-color: #ff5700;
    --bs-grey-100: #fafafa;
    --bs-grey-150: #f0eeee;
    --bs-grey-200: #cccccc;
    --bs-grey-400: #bcbcbc;
    --bs-grey-700: #919191;
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--bs-primary-color);
    --bs-btn-hover-bg: #fb9700;
    --bs-btn-active-bg: #d84800;
    --bs-btn-success: #29d245;
    --bs-btn-active-success: #06ba27;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
.form-select{
    background-position: left .75rem center; box-shadow: none; outline: none;
    flex-grow: 1;
    padding: 0.375rem 0.75rem 0.375rem 2.25rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ff5700' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  }
.form-select:focus{
  box-shadow: none; outline: none;
  border-color: var(--bs-grey-700);
}
  .underlined{
    position: relative;
  }
  .underlined:after{
    position: absolute;
    content: "-";
    color: transparent;
    left: 0px;
    right: 0px;
    bottom: 6px;
    height: 1px;
    width: 100%;
    background-color: #cccccc;
    border-radius: 4px;
  }
  .accordion-button-enhanced::after{
    margin-right: auto;
    margin-left: 0px;
    color: black !important;
  }
  .borderless{
    border: none !important;
  }
  .outline-none{
    outline:none !important;
  }
  .mx-auto{
    margin-inline: auto !important;
  }
  .my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .accordion-button-enhanced:not(.collapsed){
    color: black !important;
    background-color: transparent !important;
  }
  .accordion-button-enhanced:focus{
    box-shadow: none !important;
  }
  .btn-success{
    background-color: var(--bs-btn-success) !important;
    border-color:  var(--bs-btn-success) !important;
    box-shadow: none;
  }
  .btn-success:active, .btn-success:focus{
    background-color: var(--bs-btn-active-success) !important;
    border-color:  var(--bs-btn-active-success) !important;
    box-shadow: none;
  }
  body{
    color: #565656;
  }
  .place-items-center{
    place-items: center!important;
    place-content: center !important;
  }
  .dropdown-toggle::after{
    color: transparent !important;
  }
  .dropdown-toggle{
    display: flex !important;
    justify-content: space-between !important;
  }
  
  .btn-primary{
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-bg);
    outline: none !important;
    box-shadow: none !important;
  }
  .btn-primary:hover, .btn-primary:focus{
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-bg);
  }
  .btn-primary:active{
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-bg);
  }
  
  .btn-outline-primary {
    font-weight: 400;
    border-width: 1px;
    border-color: var(--bs-btn-bg);
    color: var(--bs-btn-bg);
  }
  .btn-outline-primary:hover, .btn-outline-primary:focus{
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-bg);
    outline: none !important;
    box-shadow: none !important;
  }
  .btn-outline-primary:active{
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-bg);
    outline: none !important;
    box-shadow: none !important;
  }
  .btn-outline-secondary:active, .btn-outline-secondary:focus{
    outline: none !important;
    box-shadow: none !important;
  }
  .btn-outline-secondary:active{
    background-color: #4d5359 !important;
  }
  
  .shadow-custom{
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px !important;
  }
  .shadow-custom-inset{
    box-shadow: inset rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px !important;
  }
  .text-black{
    color: black !important;
  }
  .text-clickable{
    text-decoration: none;
    user-select: none;
    cursor: pointer;
  }
  .text-clickable:hover{
    filter: brightness(90%);
  }
  .text-clickable:active,.text-clickable:focus{
    filter: brightness(80%);
  }
  .text-primary {
    color: var(--bs-primary-color) !important;
  }
  .w-max-content{
    width: max-content !important;
  }
  .min-w-max-content{
    min-width: max-content !important;
  }
  .d-rtl{
    direction: rtl !important;
  }
  .d-ltr{
    direction: ltr !important;
  }
  .text-semi-secondary {
    color: var(--bs-grey-700) !important;
  }
  .text-secondary {
    color: var(--bs-grey-200) !important;
  }
  .bg-transparent{
    background-color: transparent !important;
  }
  .bg-primary{
    background-color: var(--bs-primary-color) !important;
  }
  .bg-secondary {
    background-color: var(--bs-grey-100) !important;
  }
  .placeholder-grey::placeholder{
    color: var(--bs-grey-400) !important; 
  }
  .placeholder-secondary::placeholder{
    color: var(--bs-grey-200) !important;
  }
  .placeholder-sm::placeholder{
    font-size: 12px !important;
  }
  .border-secondary {
    border-color: var(--bs-grey-200) !important;
  }
  .border-primary {
    border-color: var(--bs-primary-color) !important;
  }
  .rounded-xl{
    border-radius: 10px !important;
  }
  .fw-700{
    font-weight: 700 !important;
  }
  .fs-6-5 {
    font-size: 14px;
  }
  .fs-7 {
    font-size: 12px;
  }
  .fs-8 {
    font-size: 10px;
  }
  .fs-9 {
    font-size: 9px;
  }
  .fs-10 {
    font-size: 8px;
    color: rgba(208, 208, 208, 0.229);
  }
  .mb-5{margin-bottom: 40px !important;}
  .mb-6{margin-bottom: 48px !important;}
  .mb-7{margin-bottom: 56px !important;}
  .mb-8{margin-bottom: 64px !important;}
  .mt-6{margin-top: 48px !important;}
  .mt-7{margin-top: 56px !important;}
  .mt-8{margin-top: 64px !important;}
  .px-5{padding-inline: 40px !important;}
  
  .cursor-pointer{
    cursor: pointer;
  }
  .display-8{
    font-size: calc(0.5rem + 1vw);
    font-weight: 400;
    line-height: 1.7;
  }
  .border-underline{
    border-bottom: 1px solid var(--bs-grey-200);
  }
  
  /* Remove increment arrows in number input */
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  input[type=number] {
    -moz-appearance: textfield;
  }
  
  /* Custom scrollbar */
  /* width */
  ::-webkit-scrollbar {
    width: 4px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(189, 189, 189); 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: var(--bs-primary-color); 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: var(--bs-primary-color); 
  }

  /* start nav-bar */
.nav-bar {
  box-shadow: 0 3px 5px #80808029;
}
.nav-bar .navbar {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.nav-bar .navbar-expand-lg .navbar-nav .nav-link {
  font-weight: 500;
  padding-right: 8px;
  padding-left: 0px;
  font-size: 14px;
  line-height: 1.2;
  color: #cccccc;
}
@media screen and (min-width: 990px){
  .nav-bar .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 0px;
      margin-left: 16px;
  }
}
@media screen and (min-width: 1060px){
  .nav-bar .navbar-expand-lg .navbar-nav .nav-link {
      font-size: 16px;
      margin-left: 24px;
      padding-right: 0;
      padding-left: 0;
  }
}

.nav-bar .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #113250 !important;
}
.nav-bar .active {
  color: #113250 !important;
  border-bottom: 2px solid #ff5700;
  border-right: none;
}
@media screen and (max-width: 990px){
  .nav-bar .active {
      border-bottom: none;
      border-right: 3px solid #ff5700;
  }
}
.nav-bar .btn-outline-success {
  color: #ff5700;
  border-color: #ff5700;
}
.nav-bar .btn-outline-success:hover {
  color: #fff;
  background: #ff5700;
}
#side-bar{
  right: -150px;
  transition-duration: 0.3s;
}
#show-side-bar:checked + #side-bar{
  right: -2px;
}
.navbar-toggler-icon{
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
/* end nav-bar */
/* start modal */
.modal-login input[type="checkbox"]+label>.fa-check {
  color: white;
  background-color: white;
  cursor: pointer;
}

.modal-login input[type="checkbox"]:checked+label>.fa-check {
  background-color: var(--bs-primary-color);
}

.modal-login input[type="text"],
.modal-dialog input[type="password"] {
  border: none;
  border-bottom: 1px solid var(--bs-grey-200);
  width: 80%;
  margin-inline: auto;
}

.modal-login input[type="text"]:focus,
.modal-login input[type="password"]:focus {
  box-shadow: none;
  border-color: var(--bs-primary-color) !important;
}
.__modal-edit-div{
  position: absolute; background: linear-gradient(to top, black, transparent); height: 30%; width: 100%; bottom: 0px; left: 0px; right: 0px;
}
.__modal-div-1{
  position: absolute;top: 40px;right: -8px; border-radius: 16px 0 0 40px; background-color: var(--bs-primary-color); color: white; width: 80%;display: flex; flex-direction: row; align-items: end; flex-wrap: wrap;
}
.shown-on-hover {
  opacity: 0;
  transition-duration: 0.3s;
  cursor: pointer;
}

div:has(>.shown-on-hover):hover>.shown-on-hover {
  opacity: 1;
}
/* end modal */


/* start slider-h */
.swiper-h {
  width: 100%;
  height: fit-content;
  padding-top: 8px;
  padding-bottom: 8px;
  user-select: none;
  position: relative;
  overflow: hidden;
}

.swiper-h .swiper-button-next,
.swiper-h .swiper-button-prev{
  color: transparent;
}

.swiper-h .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
  border-radius: 8px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 70px;
  width:100px;
}

.swiper-h .swiper-slide img {
  display: block;
  max-width: 90%;
  max-height: 70%;
  object-fit: contain;
}
@media screen and (min-width: 768px){

  .swiper-h .swiper-slide{
      width:150px;
      height: 100px;
  }
}

div:has(>#pointer){
  z-index: 12;
  display: flex;
  flex-direction: row;
}
.reverse{
  transform: rotate(0deg) scaleX(-1) translateX(-20px);
}
.forward{
  transform: translateX(-20px);
}
#pointer {
  width: 20px;
  height: 32px;
  position: relative; 
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
#pointer:before {
  content: "";
  position: absolute;
  right: -12px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 12px solid #ff5700;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}
.grabbable {
  cursor: pointer;
}

/* (Optional) Apply a "closed-hand" cursor during drag operation. */
.grabbable:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.slider-h-wrapper::after,.slider-h-wrapper::before{
  position: absolute;
  top: 0px;
  bottom: 0px;
  content: '-';
  color: white;
  width: 30px;
  height: 100%;
  z-index: 2;
  display: inline-block;
  background: linear-gradient(to right ,transparent, white);
}
.slider-h-wrapper::after{
  right: 0px;
}
.slider-h-wrapper::before{
  left: 0px;
  transform: rotate(180deg);
}
@media screen and (min-width: 546px){
  .slider-h-wrapper::after,.slider-h-wrapper::before{
      width: 100px;
  }
}
/* end slider-h */


/* start footer */
.footer {
  background: #1e1e1e;
  padding: 60px 0;
  }
  .footer .footer-abstract {
  color: #9e9e9e;
  font-size: 12px;
  line-height: 1.7;
  margin-top: 15px;
  margin-bottom: 45px;
  }
  .footer .footer-mobile {
  font-weight: bold;
  color: #ffff;
  font-size: 13px;
  margin-bottom: 12px;
  }
  .footer .mobile-app {
  display: flex;
  justify-content: center;
  }
  .footer .mobile-app #footer-play-btn,.footer .mobile-app  #footer-apple-btn {
  display: flex;
  background: #060606;
  border-radius: 4px;
  padding: 4px;
  border: none;
  margin: 5px;
  align-items: center;
  }
  .footer .mobile-app #footer-play-btn:active, .footer .mobile-app  #footer-apple-btn:active{
      background: #161616;
  }
  .footer .mobile-app i {
  color: #fff;
  font-size: 25px;
  margin-right: 4px;
  }
  .footer .mobile-app #footer-play-btn p,.footer .mobile-app #footer-apple-btn p {
  color: #9e9e9e;
  font-size: 6px;
  margin-bottom: 0;
  }
  .footer .mobile-app #footer-play-btn h6,.footer .mobile-app #footer-apple-btn h6 {
  margin-bottom: 0;
  font-size: 9px;
  font-weight: bold;
  color: white;
  }
  .footer .contact-us {
  margin-top: 55px;
  }
  .footer .contact-us .contact-title {
  display: flex;
  margin-right: 6px;
  }
  .footer .contact-us .contact-title .vl {
  border-left: 3px solid #ff5700;
  height: 22px;
  margin-left: 12px;
  }
  .footer .contact-us .contact-title p {
  font-size: 14px;
  color: #ff5700;
  margin-bottom: 29px;
  }
  .footer .contact-us .contact-info {
  display: flex;
  }
  .footer .contact-us .contact-info i {
  color: white;
  font-size: 14px;
  }
  .footer .contact-us .contact-info p {
  color: #9e9e9e;
  font-size: 11px;
  margin-right: 20px;
  margin-bottom: 12px;
  }
  .footer .contact-social{
      display: flex;
      gap: 16px;
      justify-content: start;
  }
  .footer .contact-social i {
  margin-left: 10px;
  font-size: 11px;
  color: white;
  }
  .footer .categories {
  margin-top: 55px;
  padding-right: 36px;
  }
  .footer .categories p {
  font-size: 14px;
  color: #ff5700;
  margin-bottom: 18px;
  }
  .footer .categories h6 {
  color: #fff;
  line-height: 1.9;
  font-size: 14px;
  }
  .footer .news {
  font-size: 14px;
  color: #ff5700;
  margin-bottom: 15px;
  }
  .footer input {
  direction: rtl;
  background: none;
  font-size: 13px;
  padding: 9px;
  margin-top: 16px;
  margin-bottom: 43px;
  }
  .footer input:focus {
  background: none;
  background-color: non;
  box-shadow: none;
  color: #9a9496;
  border-color: #9a9496;
  }
  .footer .payment-method img {
  margin-left: 10px;
  }
  /* end footer */