/* GENERAL /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@import url('https://fonts.googleapis.com/css2?family=Cairo+Play&family=Cairo:wght@400&family=Noto+Kufi+Arabic:wght@500;700&display=swap');
*:not(.fa,.fas, .fab, .mce-ico, .bi) {
    font-family: 'Noto Kufi Arabic', sans-serif !important;
}

.fa,.fas,.fab {
  font-family: 'FontAwesome' !important;
}

.bi {
  line-height: 0 !important;
  vertical-align:middle !important;
  font-weight:bolder !important;
}

* {
  font-size: 13px;
}

.selectize-control{
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
}

.selectize-input {
  padding: 0.375rem 0.75rem 0.375rem 2.25rem !important;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem !important;
  line-height: 1.5 !important;
  min-height: 30px !important;
}

.selectize-input, .selectize-input:active{
  border-radius: 0 !important;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.bg-enjaz{
  background-color: #eab54d;
  color:#000;
}

.bg-grey{
  background-color: #eee;
  color:#000;
}

.modal-content{
  min-height: auto;
}

:root {
  --white-color:                  #ffffff;
  --primary-color:                #d6a354;
  --secondary-color:              #c12828;
  --section-bg-color:             #f0f8ff;
  --custom-btn-bg-color:          #c12828;
  --custom-btn-bg-hover-color:    #FDBB2D;
  --dark-color:                   #000000;
  --p-color:                      #717275;
  --border-color:                 #7fffd4;
  --link-hover-color:             #B22727;

  --border-radius-large:          100px;
  --border-radius-medium:         20px;
  --border-radius-small:          10px;
}

.section-padding {
  padding: 100px 50px;
}

.custom-block-bg-overlay-wrap {
  border-radius: var(--border-radius-medium);
  background: linear-gradient(90deg, #eab54d 0%, #22C1C3 100%);
  transition: all 0.3s ease;
}

.custom-block-bg-overlay-wrap:hover {
  background: linear-gradient(90deg, #22C1C3 0%, #eab54d 100%);
  transform: scale(1.05);
}

.custom-block-bg-overlay-image {
  border-radius: var(--border-radius-medium);
  display: block;
  margin: auto;
  height: 100%;
  object-fit: cover;
  transform: rotate(8deg);
}

.custom-block-bg-overlay-wrap:hover .team-info {
  bottom: 10px;
}

@media screen and (min-width: 991px) {
  .hero-section {
    height: calc(100vh - 0px);
  }
}

.about-section h6 {
  color: var(--secondary-color);
}

.about-section .custom-block-bg-overlay-image {
  width: 100%;
  height: 500px;
  border: 3px solid #eab54d;
}

.about-section .custom-block-bg-overlay-wrap {
  position: relative;
  margin: auto;
  max-height: 500px;
}

.gallery-image {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery-image img {
  height: 250px;
  width: 350px;
  object-fit: cover;
  transform: scale(1.0);
  transition: transform 0.4s ease;
}

.img-box {
  box-sizing: content-box;
  margin: 10px;
  height: 250px;
  width: 350px;
  overflow: hidden;
  display: inline-block;
  color: white;
  position: relative;
  background-color: white;
}

.caption {
  position: absolute;
  bottom: 5px;
  left: 20px;
  opacity: 0.0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.transparent-box {
  height: 250px;
  width: 350px;
  background-color:rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.3s ease;
}

.img-box:hover img { 
  width: 100%;
  height: 100%;
}

.img-box:hover .transparent-box {
  background-color:rgba(0, 0, 0, 0.5);
}

.img-box:hover .caption {
  transform: translateY(-20px);
  opacity: 1.0;
}

.img-box:hover {
  cursor: pointer;
}

.caption > p:nth-child(2) {
  font-size: 0.8em;
}

.opacity-low {
  opacity: 0.5;
}

.delimg {
  z-index: 100;
  position: absolute;
  border-radius: 0;
  margin: inherit;
  border: 1px solid #fff;
}

.soshare a {
  background: #eab54d;
  display: inline-block;
  min-width: 40px;
  min-height: 40px;
  text-align: center;
  color: #fff;
  padding: 10px;
}

.soshare a i{
  font-size: 16px;
}

body::-webkit-scrollbar, textarea::-webkit-scrollbar {
  width: 5px;
}

body::-webkit-scrollbar-track, textarea::-webkit-scrollbar-track {
  background: #eab54d;
}

body::-webkit-scrollbar-thumb, textarea::-webkit-scrollbar-thumb {
  background-color: #eab54d;
  border-radius: 20px;
  border: 1PX solid #eab54d;
}

.rembody{
  width: 100% !important;
  margin-top: 4rem !important;
}
.shadow-none {
  box-shadow: none !important;
}

.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
  background-color: #eab54d !important;
  border-color: #eab54d !important;
}

.bdiv {
  background: #2c2c2c;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 5000;
  right: 0;
  top: 0;
}
.form-control {
  direction: rtl !important;
}
.breadcrumb-nav {
  --mdb-navbar-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.07),0 2px 0px rgba(0,0,0,0.05) !important;
  --mdb-navbar-padding-top: 0.5625rem !important;
  --mdb-navbar-brand-img-margin-right: 0.25rem !important;
  box-shadow: var(--mdb-navbar-box-shadow) !important;
}
.breadcrumb a {
  text-decoration: none !important;
  color: #eab54d !important;
}

.pgn {
  display: flex;
  justify-content: center;
}

.notif {
  position: absolute;
  left: -4rem;
  width: 200px;
  height: auto;
  display: none;
}

.alert-success {background: #eab54d !important; color: #fff !important; border: none !important;}
.alert-danger {background: #ff4f58 !important; color: #fff !important; border: none !important;}

/* TinyMCE */
.tox .tox-statusbar{
  display: none !important;
}

@media only screen and (max-width: 600px) {
  .about-section .custom-block-bg-overlay-image {
    max-height: 300px !important;
  }
  .details {
    margin-top:30px !important;
}
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
  .details {margin-top:70px !important;}
} 

@media only screen and (min-width: 800px) {
  .detfil {margin-top:30px !important;}
} 

.form-select {
background-position: left 0.75rem center !important;
}

.btn-success{
background: #eab54d !important;
border: none !important;
}

.btn:focus {
outline: none !important;
box-shadow: none !important;
}

.pagination .page-item .page-link {
text-align: center !important;
margin:2px !important;
}
.min1{display: block;}

.card-group .card-img {
max-height: 250px !important;
object-fit: cover;
}

.rate, .rate2 {
float: none;
height: 33px;
padding: 0 10px;
align-items: center;
}
.rate:not(:checked) > input, .rate2:not(:checked) > input {
position:absolute;
top:-9999px;
}
.rate:not(:checked) > label, .rate2:not(:checked) > label {
float:right;
width:1em;
overflow:hidden;
white-space:nowrap;
font-size:30px;
color:#ccc;
}
.rate:not(:checked) > label{  cursor:pointer;}
.rate:not(:checked) > label:before, .rate2:not(:checked) > label:before {
content: '★ ';
}
.rate > input:checked ~ label, .rate2 > input:checked ~ label {
color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
color: #c59b08;
}

.rate > input:checked ~ label {
color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
color: #c59b08;
}

/* Carousel */
.carousel-item {
max-height: 518px !important;
}

.carousel-control-prev-icon {
width: 40px;
height: 40px;
background-color: #22C1C3;
border: 4px solid #22C1C3 ;
padding: 10px;
border-radius: 50%;
opacity: 1;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
width: 40px;
height: 40px;
background-color: #22C1C3;
border: 4px solid #22C1C3 ;
padding: 10px;
border-radius: 50%;
opacity: 1;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.speccaro {
overflow:initial !important;
}

/* Loader */
.ring
{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:120px;
  height:120px;
  border:3px solid #555555;
  border-radius:50%;
  text-align:center;
  line-height:145px;
  font-family:sans-serif;
  font-size:20px;
  color:#ebb64e;
  letter-spacing:4px;
  text-transform:uppercase;
  box-shadow:0 0 20px rgba(0,0,0,.8);
}
.ring:before
{
  content:'';
  position:absolute;
  top:-3px;
  left:-3px;
  width:100%;
  height:100%;
  border:3px solid transparent;
  border-top:3px solid #ebb64e;
  border-right:3px solid #ebb64e;
  border-radius:50%;
  animation:animateC 2s linear infinite;
  box-sizing: content-box;
}
.ring span
{
  display:block;
  position:absolute;
  top:calc(50% - 2px);
  left:50%;
  width:50%;
  height:4px;
  background:transparent;
  transform-origin:left;
  animation:animate 2s linear infinite;
}
.ring span:before
{
  content:'';
  position:absolute;
  width:16px;
  height:16px;
  border-radius:50%;
  background:#ebb64e;
  top:-6px;
  right:-8px;
  box-shadow:0 0 20px #ebb64e;
}
.ring img {
  max-width: 120px;
  height: 120px;
  margin-top: -32px;
  margin-right: -3px;
}

@keyframes animateC
{
0%
{
  transform:rotate(0deg);
}
100%
{
  transform:rotate(360deg);
}
}
@keyframes animate
{
0%
{
  transform:rotate(45deg);
}
100%
{
  transform:rotate(405deg);
}
}
/* GENERAL END //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/









/* HOME PAGE ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
video.bg-video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  object-fit: fill;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}

/* Homepage description container */
.masthead {
  position: absolute;
  overflow: hidden;
  opacity: .85;
  left: 0;
  top: 300px;
  min-height: 400px !important;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.masthead:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.masthead .masthead-content {
  position: relative;
  padding-top: 1rem;
}
.masthead .masthead-content h1, .masthead .masthead-content .h1 {
  font-size: 2.5rem;
}
.masthead .masthead-content p {
  font-size: 1.2rem;
  text-align: justify;
}
.masthead .masthead-content p strong {
  font-weight: 700;
}
.masthead .masthead-content .input-group-newsletter input {
  height: auto;
  width: 100%;
  font-size: 1rem;
  padding: 1rem;
}
.masthead .masthead-content .input-group-newsletter button {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: calc(1rem + 2px);
}

@media (min-width: 992px) {
  .masthead {
    padding-bottom: 0;
  }
  .masthead:before {
    transform: skewX(-9deg);
    transform-origin: top right;
  }
  .masthead .masthead-content {
    padding-top: 0;
    padding-bottom: 30px;
    padding-left: 2rem;
    padding-right: 7rem;
  }
  .masthead .masthead-content h1, .masthead .masthead-content .h1 {
    font-size: 3.5rem;
  }
  .masthead .masthead-content p {
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) {
  .masthead {
    width: 50vw;
  }
}
@media (max-width: 992px) {
  .masthead {
    top: 170px;
  }
}

/* Homepage Social media links */
.sochome {
  position: relative;
  z-index: 2;
}
.sochome .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 4rem;
  width: 4rem;
  margin-top: 50px;
  border:2px solid #fff;
  border-radius: 100rem;
}

@media (min-width: 992px) {
  .sochome {
    position: absolute;
    height: 100%;
    top: 0;
    right: 2.5rem;
    width: auto;
  }
}

@media (max-width: 992px) {
  .sochome {
    position: absolute !important;
    bottom: 1rem !important;
    width: 100% !important;
  }
}
/* HOMEPAGE END /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/










/* APPS NAVBAR //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.internal-navbar .navbar-toggler {position: absolute !important; left: 12px !important; top: 15px !important;}
.internal-navbar .navbar-toggler:focus {outline: 0 !important; box-shadow: none !important;}
.internal-navbar .nav-item a {
  height: 30px;
}

.dropdown-menu {
  min-width: 15rem;
  margin: 0 !important;
}

.dropend .dropdown-menu {
  left: auto;
  right: 100% !important;
}

.dropend .dropdown-toggle::after, .dropdown-toggle::after {
  content: "\f0d7";
  font-family: 'FontAwesome';
  margin-right: 5px !important;
  vertical-align: unset;
  border: 0;
}

.appnav {
    --mdb-navbar-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.07),0 2px 0px rgba(0,0,0,0.05) !important;
    --mdb-navbar-padding-top: 0.5625rem !important;
    --mdb-navbar-brand-img-margin-right: 0.25rem !important;
    box-shadow: var(--mdb-navbar-box-shadow) !important;
    padding-top: var(--mdb-navbar-padding-top) !important;
    z-index: 50 !important;
    padding: 10px 0;
  }

.navbar-brand {
    margin-right:0 !important;
}

.usernm{
    display: inline-block !important;
}

.appnav .nav-link {
  padding-left: 10px !important;
}

.appnav .navbar-nav .dropdown-menu {
    position: absolute !important;
    text-align: right !important;
}

.appnav .rounded-pill {
    border-radius: 50% !important;
    margin-right: -7px!important;
}

.appnav .topsearchbtn {
    border-radius: 5px !important;
    margin-right: -2px !important;
    z-index: 100;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.appnav .nav-link .fas {
  font-size: 16px;
}

.appnav .text-left {
  position: absolute;
  top: 10px;
  left: 15px;
}

.appnav .text-right {
  position: absolute;
  top: 10px;
  right: 15px !important;
}

/* Theme Switcher */
@media (max-width: 991px) {
  .basetoggler .toggle, .basetoggler .toggle1,
  .basetogglervis .togglevis, .basetogglervis .toggle1vis {
    margin-left: 45px !important; 
  }
}

.toggle, .toggle1, .togglevis, .toggle1vis {
    --width: 40px !important;
    --height: calc(var(--width) / 2);
    --border-radius: calc(var(--height) / 2);
    margin-left: 4px;
    margin-top: 6px;
    display: inline-block;
    cursor: pointer;
}

.toggle__input, .toggle__input1, .toggle__inputvis, .toggle__input1vis {
    display: none;
}

.toggle__fill, .toggle__fillvis{
    height: var(--height);
    padding: 5px;
}

.toggle__fill1, .toggle__fill1vis{
    height: var(--height);
    padding: 5px;
    color:#fff;
    text-align: left;
}

.toggle__fill, .toggle__fill1, .toggle__fillvis, .toggle__fill1vis {
    position: relative;
    width: var(--width);
    float: left;
    border-radius: var(--border-radius);
    background: #dddddd;
    transition: background 0.2s;
}

.toggle__fill::after, .toggle__fill1::after, .toggle__fillvis::after, .toggle__fill1vis::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: var(--height);
    width: var(--height);
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    border-radius: var(--border-radius);
    transition: transform 0.2s;
}

.toggle__input:checked ~ .toggle__fill, .toggle__input1:checked ~ .toggle__fill1,
.toggle__inputvis:checked ~ .toggle__fillvis, .toggle__input1vis:checked ~ .toggle__fill1vis {
    background: #009578;
}

.toggle__input:checked ~ .toggle__fill::after, .toggle__input1:checked ~ .toggle__fill1::after,
.toggle__inputvis:checked ~ .toggle__fillvis::after, .toggle__input1vis:checked ~ .toggle__fill1vis::after {
    transform: translateX(var(--height));
}
/* APPS NAVBAR END //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/










/* APPS SIDEBAR ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.animated {
    position: fixed;
    padding-top: 20px;
    padding-bottom: 40px;
    overflow-y: scroll;
    top:50px;
    height: 100%;
    z-index: 40;
    direction: ltr;
    right:0;
    box-shadow: 0px 0 2px 2px rgb(0 0 0 / 20%);
    width: 0;
    -webkit-transition: all 2s;
    transition: all 0.7s;
}

.animated ul {
    list-style: none;
    margin: 0;
    direction: rtl;
    padding: 0;
    width: 300px;
}

.animated ul li a {
  padding-right: 20px !important;
  z-index: 100;
  position: relative;
}

.animated ul li a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

.animated ul li ul li a {
  padding-left: 15px !important;
}

.animated::-webkit-scrollbar-track {
    border: 1px solid #000;
    padding: 0 0;
    background-color: #404040;
  }
  
  .animated::-webkit-scrollbar {
	  width: 2px;
  }
  
  .animated::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #737272;
    border: 1px solid #000;
  }

  .animated .fa-solid, .animated .fas {
    float: right;
    font-size: 19px;
    width:25px;
  }
  
  .animated ul li a .fa {
    float: right;
    width:25px;
    margin-top: 3px;
  }

  /* NAVBAR LEFT //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  .animatedleft {
    position: fixed;
    padding-top: 20px;
    padding-bottom: 40px;
    overflow-y: scroll;
    top:50px;
    height: 100%;
    z-index: 40;
    direction: trl;
    left:0;
    box-shadow: 0px 0 2px 2px rgb(0 0 0 / 20%);
    width: 0;
    -webkit-transition: all 2s;
    transition: all 0.7s;
}

.animatedleft ul {
    list-style: none;
    margin: 0;
    direction: ltr;
    padding: 0;
    width: 300px;
}

.animatedleft ul li a {
  padding-left: 20px !important;
  z-index: 100;
  position: relative;
}

.animatedleft ul li a {
    display: block;
    padding: 15px 10px;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

.animatedleft ul li ul li a {
  padding-right: 15px !important;
}

.animatedleft::-webkit-scrollbar-track {
    border: 1px solid #000;
    padding: 0 0;
    background-color: #404040;
  }
  
  .animatedleft::-webkit-scrollbar {
	  width: 2px;
  }
  
  .animatedleft::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #737272;
    border: 1px solid #000;
  }

  .animatedleft .fa-solid, .animated .fas {
    float: right;
    font-size: 19px;
    width:25px;
  }
  
  .animatedleft ul li a .fa {
    float: left;
    width:25px;
    margin-top: 3px;
  }
  /* NAVBAR LEFT END /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  
  .subcats .fa-solid, .subcats .fas {
    float: right;
    margin-left: 10px;
    font-size: 15px;
  }
  
  
  .fa-caret-down, .fa-caret-up {
    float: left !important;
    width:auto !important;
  }

  .card {
    box-shadow: 0 0px 3px 0 rgb(0 0 0 / 8%), 0 0px 0px 0 rgb(0 0 0 / 5%);
  }
  .card-text {
    text-align: right !important;
  }
  .add-to-cart {
    width: -webkit-fill-available;
  }
/* APPS SIDEBAR END ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/










/* APPS FILTERING SECTION //////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (min-width:1380px){
  .fitdiv{
      position:fixed;
      top:auto;
      display:table;
      z-index: 30;
      width: 324px;
  }
}

.range-input1, .range-input2 {
  position: relative;
}
.range-input1 input, .range-input2 input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -7px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.range-input1 input::-webkit-slider-thumb, .range-input2 input::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  background-color: #eab54d;
  pointer-events: auto;
  -webkit-appearance: none;
}
.range-input1 input::-moz-range-thumb, .range-input2 input::-moz-range-thumb {
  height: 15px;
  width: 15px;
  background-color: #eab54d;
  pointer-events: auto;
  -moz-appearance: none;
}.range-slider {
  height: 5px;
  position: relative;
  background-color: #ddd;
  border-radius: 2px;
}
.range-selected {
  height: 100%;
  left: 30%;
  right: 30%;
  position: absolute;
  border-radius: 5px;
  background-color: #eab54d;
}
.range-price1, .range-price2 {
  margin: 15px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.range-price1 label, .range-price2 label {
  margin-right: 5px;
}
.range-price1 input, .range-price2 input {
  width: 40px;
  padding: 5px;
}
.range-price1 input:first-of-type, .range-price2 input:first-of-type {
  margin-right: 15px;
}
/* APPS FILTERING SECTION END ///////////////////////////////////////////////////////////////////////////////////////////////////////////*/










/* APPS RELATED /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* Apps Image Uploader */
.multiple-uploader {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 15px;
  border: 2px dashed #858585;
  min-height: 150px;
  margin: 20px auto;
  cursor: pointer;
  width: 80%;
}

.mup-msg {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mup-msg span {
  margin-bottom: 10px;
}

.mup-msg .mup-main-msg {
  font-size: 1.2rem;
  font-weight: 700;
}

.mup-msg .mup-msg {
  color: #737373;
}

.image-container{
  margin: 1rem;
  width: 120px;
  height: 120px;
  position: relative;
  cursor: auto;
  pointer-events: unset;
}

.image-container:before {
  z-index: 3;
  content: "\2716";
  align-content: center;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 22px;
  color: white;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #e50000;
  pointer-events: all;
  cursor: pointer;
}

.image-preview {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 12px;
}

.image-size {
  position: absolute;
  z-index: 1;
  height: 120px;
  width: 120px;
  backdrop-filter: blur(4px);
  font-weight: bolder;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  opacity: 0;
  pointer-events: unset;
}

.image-size:hover {
  opacity: 1;
}

.exceeded-size
{
  position: absolute;
  z-index: 2;
  height: 120px;
  width: 120px;
  display: flex;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: white;
  background: rgba(255, 0, 0, 0.6);
  pointer-events: unset;
}
/* APPS RELATED END ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/










/* CARS APP RELATED ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.card {
  border-radius: 0;
}

@media (min-width: 600px) {
  .cards { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 900px) {
  .cards { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1200px) {
  .cards { grid-template-columns: repeat(4, 1fr); }
}
@media (min-width: 1366px) {
  .cards { grid-template-columns: repeat(6, 1fr); }
}
.prtbl>:not(caption)>*>* {
  padding: 0.4rem 1rem;
}

/* Car Listing Duv */
.carlist {
    overflow-y: hidden !important;
  }
 .bgt {
    border: none !important;
  }
  .carlist .list-container {
    min-height: 120px;
    height: auto;
  }
.carlist .card-img-top {
  min-width: 100% !important;
  min-width: 100% !important;
  width: 100px;
  min-height: 100%;
  height: 100px;
  object-fit: cover !important;
}
.carlist .right{
  position: fixed;
}
.carinfo .px-3 {
  padding: 0 !important;
}
.carlist .mt-4{
  margin-top: 1.2rem !important;
}
.carlist p {
  color: #009578;
}
.carlist span:not(.form-check span) {
  padding: 1px;
  display: inline-block;
  border-radius: 6px;
  margin: 2px;
  font-size: 11px;
}
.carlist .price{
  height: 2rem !important;
  position: relative;
}
.carlist a {
  text-decoration:none !important;
  color:#000;
}
.carlist .price .txt{
  position: absolute !important;
  color: #df9504 !important;
  bottom: 0;
}
.carlist .txt p, .carlist .price{
  font-weight: 800;
}
.pricelb {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eab54d;
  width: 35px;
  padding: inherit;
  border-radius: 10px 0 0 10px;
  vertical-align: middle !important;
}
.pricelb .pricetx{
  font-size: 13px;
  font-weight: 800;
  transform: rotate(-90deg) !important;
}
.carlist .carinfo {
  padding: 6px;
  width: calc(100% - 18.8%) !important;
}
.btnx {
  padding: 0 8px;
  border-radius: 10px;
  margin-top: -5px;
}
.rightbar {
  height: 100%;
}
/* CARS APPD RELATED END ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/










/* ELECTRONICS APP RELATED /////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.product-grid{
  background-color: #fff;
  font-family: 'Work Sans', sans-serif;
  text-align: center;
  transition: all 0.3s ease 0s;
  border: 1px dashed #eab54d !important;
  border-top:none !important;
  border-bottom:none !important;
  border-radius: 15px !important;
  padding-bottom: 10px;
}
.product-grid:hover{ box-shadow:  0 0 20px -10px rgba(237,29,36,0.3); }
.product-grid .product-image{
  overflow: hidden;
  position: relative;
  border: 2px solid #eab54d;
  border-radius: 20px;
  margin: 10px;
  border-bottom: none;
  border-top: none;
}
.product-grid:hover .product-image{
  border:2px solid #222;
  border-top: none;
  border-bottom: none;
}
.product-grid .product-image a.image{ display: block; }


.product-grid .product-image img{
  width: 100%;
  max-height: 180px !important;
  height: 180px !important;
  object-fit:cover;
}
.product-image .pic-1{
  backface-visibility: hidden;
  transition: all 0.5s ease 0s;
}
.product-grid:hover .product-image .pic-1{ opacity: 0; }
.product-image .pic-2{
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease 0s;
}


.product-grid:hover .product-image .pic-2{ opacity: .2; }
.product-grid .product-links{
  padding: 10px;
  margin: 0;
  list-style: none;
  opacity: 0;
  position: absolute;
  top: 0;
  text-align: justify;
  right: 0;
  transition: all 0.3s ease 0s;
}
.product-grid:hover .product-links{ opacity: 1; }
.product-grid .product-links li{
  margin: 0 0 10px 0;
  transform: rotate(360deg) scale(0);
  transition: all 0.3s ease 0s;
}
.product-grid:hover .product-links li{ transform: rotate(0) scale(1); }
.product-grid:hover .product-links li:nth-child(3){ transition-delay: 0.1s; }
.product-grid:hover .product-links li:nth-child(2){ transition-delay: 0.2s; }
.product-grid:hover .product-links li:nth-child(1){ transition-delay: 0.3s; }
.product-grid .product-links li a, .product-grid .product-links li button{
  color: #666;
  font-size: 18px;
  line-height: 37px;
  text-align: center;
  width: 40px;
  border: 0;
  height: 40px;
  border-radius: 50px;
  display: block;
  transition: all 0.3s ease 0s;
}
.product-grid .product-links li a:hover, .product-grid .product-links li button:hover{
  color: #fff;
  background-color: #eab54d;
}
.product-grid .product-content{
  text-align: left;
  padding: 15px 10px;
}
.product-grid .rating{
  padding: 0;
  margin: 0 0 7px;
  list-style: none;
}
.product-grid .rating li{
  color: #f7bc3d;
  font-size: 13px;
}
.product-grid .rating li.far{ color: #777; }
.product-grid .title{
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 6px;
}
.product-grid .title a{
  color: #555;
  transition: all 0.3s ease 0s;
}
.product-grid .title a:hover{ color: #eab54d; }
.product-grid .price{
  color: #eab54d;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width:990px){
  .product-grid{ margin: 0 0 10px; }
}
/* ELECTRONICS APP RELATED END ////////////////////////////////////////////////////////////////////////////////////////////////////////////*/










/* LOGIN FORM /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  .loginbox {
    box-shadow: 0 1px 5px -1px #999;
}

.gradient-custom-2 {
    border-radius:0 !important;
    background: linear-gradient(to right, #eab54d, #eab54d);
    color: #000000;
    border: 0;
    }
    
    @media (min-width: 768px) {
    .gradient-form {
    height: 100vh !important;
    }
    }
    @media (min-width: 769px) {
    .gradient-custom-2 {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
    }
    }

    .tox:not([dir=rtl]) {
    direction: rtl !important;
    text-align: right;
}
/* LOGIN PAGE END //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

















/* MISSING APP /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.mishomecolumn-2 {
  padding: 20px;
  margin:10px;
  background-color: #fff;
  border-top:4px solid #eab54d;
  border-left:2px solid #eab54d;
  border-bottom:1px solid #eab54d;
  border-radius:20px;
  text-align:justify;
  opacity:.7;
  line-height:2;
}
.sld {
    background-color: #fff;
    height: auto;
    background-repeat: no-repeat;
    border: 4px solid #eab54d;
    background-size: contain;
  }
.miscard{
  border-bottom:4px solid #eab54d;
  border-top:2px solid #eab54d;
}


.a-box {
  display: inline-block;
  text-align: center;
  width:100%;
}

.a-box .img-container {
    height: 230px;
    overflow: hidden;
    border-radius: 0px 0px 20px 20px;
    display: inline-block;
}

.a-box .img-container img {
    transform: skew(0deg, 360deg);
    height: 250px;
    object-fit:cover;
    width: 250px;
}

.a-box .inner-skew {
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
    padding: 0px;
    border: 5px solid #eab54d;
    transform: skew(0deg, 5deg);
    font-size: 0px;
    margin: 30px 0px 0px 0px;
    background: #c8c2c2;
    height: 250px;
    width: 250px;
}

.a-box .text-container {
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
  padding: 120px 20px 20px 20px;
  border-radius: 5px;
  background: #fff;
  margin: -120px 0px 0px 0px;
  line-height: 19px;
  font-size: 14px;
}

.a-box .text-container h3 {
  margin: 20px 0px 10px 0px;
  color: #eab54d;
  font-size: 18px;
}





/* SUCCESS CHECK */
.main-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  display: flex;
  margin:0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  z-index: 9999999;
}

.check-container {
width: 100px;
height: 115px;
}
.check-container .check-background {
width: 100%;
height: calc(100% - 1.25rem);
background: linear-gradient(to bottom right, #eab54d, #eab54d);
box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
transform: scale(0.84);
border-radius: 50%;
animation: animateContainer 0.75s ease-out forwards 0.75s;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
}
.check-container .check-background svg {
width: 65%;
transform: translateY(0.25rem);
stroke-dasharray: 80;
stroke-dashoffset: 80;
animation: animateCheck 0.7s forwards 1.25s ease-out;
}
.check-container .check-shadow {
bottom: calc(-15% - 5px);
left: 0;
border-radius: 50%;
background: radial-gradient(closest-side, #eab54d, transparent);
animation: animateShadow 0.75s ease-out forwards 0.75s;
}

@keyframes animateContainer {
0% {
  opacity: 0;
  transform: scale(0);
  box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
}
25% {
  opacity: 1;
  transform: scale(0.9);
  box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
}
43.75% {
  transform: scale(1.15);
  box-shadow: 0px 0px 0px 43.334px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
}
62.5% {
  transform: scale(1);
  box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 21.667px rgba(255, 255, 255, 0.25) inset;
}
81.25% {
  box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
}
100% {
  opacity: 1;
  box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
}
}
@keyframes animateCheck {
from {
  stroke-dashoffset: 80;
}
to {
  stroke-dashoffset: 0;
}
}
@keyframes animateShadow {
0% {
  opacity: 0;
  width: 100%;
  height: 15%;
}
25% {
  opacity: 0.25;
}
43.75% {
  width: 40%;
  height: 7%;
  opacity: 0.35;
}
100% {
  width: 85%;
  height: 15%;
  opacity: 0.25;
}
}




/* HOME SERVICES CARDS */
.serviceBox{
  font-family: 'Zen Maru Gothic', sans-serif;
  text-align: center;
  padding: 30px 25px;
  min-height: 360px;
  position: relative;
  z-index: 1;
}
.serviceBox:before{
  content: "";
  border-radius: 40px 40px;
  box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.3);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  top: 50%;
  left: 50%;
  z-index: -1;
}
.serviceBox:after{
  content: "";
  width: 100%;
  height: calc(100% - 75px);
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.serviceBox .service-icon{
  font-size: 40px;
  line-height: 80px;
  height: 80px;
  width: 80px;
  margin: 0 auto 20px;
  border-radius: 50%;
}
.serviceBox .service-icon i{
  font-size: 38px;
}
.serviceBox .title{
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.serviceBox .description{
  font-size: 15px;
  text-align:center;
  word-spacing: normal;
  line-height: 22px;
}



/* MOHTAWA APP STYLING */
/* MOHTAWA */
.moh-post-container .author-img-div{
  width:35px;
  height:35px;
  border-radius:50%;
  border:1px dashed #919191;
  padding:2px;
  overflow: hidden;
  display: flex;
}

.moh-post-container .author-img-div img{
  object-fit: cover;
  width:100%;
  height:100%;
}

.moh-post-container .post-reactions{
	border-top: 2px dotted #919191;
	border-bottom: 2px dotted #919191;
}

.moh-post-container .post-reactions a, .moh-post-container .article-content a{
	text-decoration: none;
}

.moh-post-container .post-reactions a, .moh-post-container .post-statistics a, .moh-post-container .moh-buttons a, .moh-post-container .article-content a{
	color:#919191;
}

.moh-post-container .commentbody{
  font-size: 12px;
}

.moh-post-container .commentauthor{
  color: coral;
}

.spinner-border {
  width: 3rem;
  height: 3rem;
}

.user-articles{
  min-height: 320px;
}

.profile-header {
  position: relative;
  text-align: center;
}

.cover-photo {
  width: 100%;
  height: 200px;
  background-color: #eab54d;
}

.profile-picture-wrapper {
  position: absolute;
  top: 150px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.profile-picture {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  border: 5px solid white;
}

.profile-info {
  margin-top: -140px;
}
