/* Fonts Include  */
@font-face {
  font-family: 'font900';
  src: url('../fonts/Somar-ExtraBold.eot');
  src: url('../fonts/Somar-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Somar-ExtraBold.woff2') format('woff2'),
    url('../fonts/Somar-ExtraBold.woff') format('woff'),
    url('../fonts/Somar-ExtraBold.ttf') format('truetype'),
    url('../fonts/Somar-ExtraBold.svg#Somar-ExtraBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'font800';
  src: url('../fonts/Somar-Black.eot');
  src: url('../fonts/Somar-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Somar-Black.woff2') format('woff2'),
    url('../fonts/Somar-Black.woff') format('woff'),
    url('../fonts/Somar-Black.ttf') format('truetype'),
    url('../fonts/Somar-Black.svg#Somar-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'font700';
  src: url('../fonts/Somar-Bold.eot');
  src: url('../fonts/Somar-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Somar-Bold.woff2') format('woff2'),
    url('../fonts/Somar-Bold.woff') format('woff'),
    url('../fonts/Somar-Bold.ttf') format('truetype'),
    url('../fonts/Somar-Bold.svg#Somar-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'font600';
  src: url('../fonts/Somar-SemiBold.eot');
  src: url('../fonts/Somar-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Somar-SemiBold.woff2') format('woff2'),
    url('../fonts/Somar-SemiBold.woff') format('woff'),
    url('../fonts/Somar-SemiBold.ttf') format('truetype'),
    url('../fonts/Somar-SemiBold.svg#Somar-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'font500';
  src: url('../fonts/Somar-Medium.eot');
  src: url('../fonts/Somar-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Somar-Medium.woff2') format('woff2'),
    url('../fonts/Somar-Medium.woff') format('woff'),
    url('../fonts/Somar-Medium.ttf') format('truetype'),
    url('../fonts/Somar-Medium.svg#Somar-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'font400';
  src: url('../fonts/Somar-Regular.eot');
  src: url('../fonts/Somar-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Somar-Regular.woff2') format('woff2'),
    url('../fonts/Somar-Regular.woff') format('woff'),
    url('../fonts/Somar-Regular.ttf') format('truetype'),
    url('../fonts/Somar-Regular.svg#Somar-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


/*  Start General  */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'font400', sans-serif;
}

.btn, a {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

:root {
  --blackColor: #201E1E;
  --redColor: #ED3237;
  --grayColor: #797D81;
  --border-color: #E3E6EA;
  --trans: all 0.4s ease-in-out;
}

body, html {
  margin: 0px;
  padding: 0px;
  background-color: #FFFFFF;
  font-family: 'font400', sans-serif;
  font-size: 16px;
  color: var(--blackColor);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  position: relative;
}

a, a:hover, a:focus, a:active {
  text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  /* font-weight: 900; */
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[type=email], [type=file], [type=number], [type=password], [type=tel], [type=url], code, samp, var {
  direction: rtl;
  text-align: right;
}

.datepicker th {
  font-weight: normal;
  font-family: 'font500', sans-serif;
}

.font-14 {
  font-size: 14px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font400 {
  font-family: font400 !important;
}

.font500 {
  font-family: font500 !important;
}

.font600 {
  font-family: font600 !important;
}

.font700 {
  font-family: font700 !important;
}

.gray-color {
  color: var(--grayColor) !important;
}

.red-color {
  color: var(--redColor) !important;
}
.bg-red {
  background-color: var(--redColor) !important;
}

.bg-black {
    background-color: var(--blackColor) !important;
  }
.black-color {
  color: var(--blackColor) !important;
}

.del {
  position: relative;
}

.del::after {
  content: '';
  position: absolute;
  inset: 50% -4px 0px 0px;
  width: calc(100% + 10px);
  height: 0.5px;
  background-color: gray;
}

/* Loader */
.pre-loader {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgb(0 0 0 / 71%);
}


@keyframes loader {
  0%, 10%, 100% {
    width: 80px;
    height: 80px;
  }

  65% {
    width: 150px;
    height: 150px;
  }
}

@keyframes loaderBlock {
  0%, 30% {
    transform: rotate(0);
  }

  55% {
    background-color: #ED3237;
  }

  100% {
    transform: rotate(90deg);
  }
}

@keyframes loaderBlockInverse {
  0%, 20% {
    transform: rotate(0);
  }

  55% {
    background-color: #ED3237;
  }

  100% {
    transform: rotate(-90deg);
  }
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
  animation: loader 1.2s infinite ease-in-out;
}

.loader span {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  animation: loaderBlock 1.2s infinite ease-in-out both;
}

.loader span:nth-child(1) {
  top: 0;
  left: 0;
}

.loader span:nth-child(2) {
  top: 0;
  right: 0;
  animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}

.loader span:nth-child(3) {
  bottom: 0;
  left: 0;
  animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}

.loader span:nth-child(4) {
  bottom: 0;
  right: 0;
}

/* svg {
    position: absolute;
    z-index: -100;
    pointer-events: none;
} */

/* Loader */


/* style */
.body-content {
  min-height: 100vh;
  position: relative;
  /* z-index: 1;  */
  padding-top: 150px;
}

::-webkit-input-placeholder {
  /* Edge */
  font-size: 16px;
  font-family: 'font200', sans-serif;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 16px;
  font-family: 'font200', sans-serif;
}

::placeholder {
  font-size: 16px;
  font-family: 'font200', sans-serif;
}

html[dir="rtl"] .datepicker {
  direction: rtl;
}

.custom-select {
  /* background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.131' height='7.126' viewBox='0 0 12.131 7.126'%3E%3Cpath id='Path_563' data-name='Path 563' d='M10895.089,2881.508l-5,5-5-5' transform='translate(-10884.019 -2880.448)' fill='none' stroke='%23282828' stroke-linecap='round' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat left .75rem center/8px 10px; */
}

/**/
/* Side Menu */
.side-menu {
  position: fixed;
  right: -900px;
  top: 0;
  width: 300px;
  height: 100%;
  background: #FFF;
  z-index: 9999;
  -webkit-box-shadow: -12px 0 59px 1px #191919;
  box-shadow: -12px 0 59px 1px #191919;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.side-menu .scroll-menu {
  height: calc(100vh - 155px - 41px - 15px - 34px);
}

.side-menu-header {
  /*background: url("../images/side-menu.png") no-repeat left;*/
  background-size: cover;
  text-align: right;
  padding: 20px 15px;
}

.side-menu-header a img {
  height: 115px;
}

.menu-title {
  display: block;
  background: #f4f4f4;
  color: var(--mainColor);
  border-bottom: 1px solid #e3e3e3;
  padding: 8px 10px;
  text-align: center;
  font-size: 16px;
  font-family: 'bold-ar', 'main', sans-serif;
  margin-bottom: 15px;
}

.side-menu nav ul {
  list-style: none;
  padding: 0 15px;
}

.side-menu nav>ul li a {
  display: block;
  color: var(--blackColor);
  font-size: 18px;
  padding: 3px 10px;
  -webkit-transition: var(--trans);
  -o-transition: var(--trans);
  transition: var(--trans);
  margin-bottom: 8px;
  position: relative;
  font-family: 'font500', sans-serif;
  display: flex;
  justify-content: flex-start;
}

.side-menu nav>ul li a img {
  display: inline-block;
  margin: 0 5px !important;
  width: 25px;
}

@media (max-width: 480px) {
  .side-menu {
    width: 250px;
  }

  .side-menu nav>ul li a {
    font-size: 16px;
  }
}

.side-menu nav>ul li a span {
  position: relative;
  padding-right: 5px;
  padding-left: 5px;
  display: inline-block;
  color: inherit;
  font-family: inherit;
}

.side-menu nav>ul li a span::after {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  background: var(--sBgColor);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: var(--trans);
  -o-transition: var(--trans);
  transition: var(--trans);
  display: none;
}

.side-menu nav>ul li.active a span::after,
.side-menu nav>ul li a:hover span::after,
.side-menu nav>ul li a:focus span::after {
  width: 100%;
}

.side-menu nav>ul li a:hover,
.side-menu nav>ul li.active a {
  color: var(--greenColor);
}

.side-menu nav>ul li.active a span,
.side-menu nav>ul li a:hover span,
.side-menu nav>ul li a:focus span {
  /*color: inherit;
    font-family: inherit;*/
}

.social-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  bottom: 0;
}

.social-menu a {
  display: block;
  padding: 5px 10px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.side-menu button {
  font-size: 25px;
}

.side-menu button:hover {
  color: red !important;
}

.side-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(3, 3, 3, .8);
  z-index: 9998;
  display: none;
}

/* Side Menu */
/*general*/
.sec-header {
  margin-bottom: 30px;
}

.sec-header h2 {
  font-size: 24px;
  font-family: 'font600', sans-serif;
  color: var(--blackColor);
  margin-bottom: 0;
}

.sec-header .actions {}

.sec-header .view-all {
  font-size: 14px;
  font-family: 'font500', sans-serif;
  color: var(--blackColor);
  border: 1px solid var(--blackColor);
  border-radius: 3px;
  padding: 4px 10px;
}

.sec-header .view-all:hover {
  background-color: #F6F6F6;
}

.sec-header .cs-nav {
  display: inline-block;
  margin-inline-start: 8px;
  cursor: pointer;
}

.sec-header .cs-nav i {
  width: 33px;
  line-height: 31px;
  border-radius: 50%;
  color: var(--blackColor);
  /* border: 1px solid var(--blackColor); */
  font-size: 18px;
  text-align: center;
  -webkit-transition: var(--trans);
  transition: var(--trans);
}

.sec-header .cs-nav i:hover {
  background-color: #F6F6F6;
}

.sec-header .cs-nav.prev {}

.sec-header .cs-nav.next {}

/*general*/
/*buttons*/
.cs-btn-red {
  background-color: var(--redColor);
  border-color: var(--redColor);
  color: #fff;
}

.cs-btn-red:hover {
  background-color: var(--blackColor);
  border-color: var(--blackColor);
  color: #fff;
}

.cs-btn-red.white-hover:hover {
  background-color: #fff;
  border-color: #fff;
  color: var(--redColor);
}

.cs-btn-white {
  border: 1px solid #fff;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.16);
  font-size: 14px;
  font-family: 'font500', sans-serif;
  border-radius: 8px;
}

.cs-btn-white:hover {
  background-color: #fff;
  color: var(--blackColor);
}

/*buttons*/
/*header*/
.main-header {
  background-color: #fff;
}

.main-header .header-top {}

.main-header .header-search {
  width: 500px;
}

.main-header .search-input-wrapper {
  border: 1px solid #E3E6EA;
  border-radius: 5px;
  padding: 2px 10px;
}

.main-header .search-input-wrapper input {
  border: none;
  border-radius: 0;
  outline: none !important;
  box-shadow: none !important;
  /* padding-inline-start: 10px; */
}

.search-input-wrapper ::-webkit-input-placeholder {
  /* Edge */
  font-size: 14px;
  font-family: 'font400', sans-serif;
  color: #BDBFC1;
}

.search-input-wrapper :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 14px;
  font-family: 'font400', sans-serif;
  color: #BDBFC1;
}

.search-input-wrapper ::placeholder {
  font-size: 14px;
  font-family: 'font400', sans-serif;
  color: #BDBFC1;
}

.main-header .badge-ic {
  /*background-color: #E3E6EA;*/
  color: #201E1E;
  text-align: center;
  line-height: 30px;
  width: 30px;
  margin: 0 5px;
  position: relative;
  border-radius: 50%;
}

.main-header .badge-ic:hover {
  /*background-color: var(--blackColor);*/
  /*color: #fff;*/
}

.main-header .badge-ic .count {
  background-color: #ED3237;
  color: #fff;
  text-align: center;
  line-height: 15px;
  padding: 0 3px;
  border-radius: 11px;
  position: absolute;
  top: -5px;
  left: -5px;
  min-width: 15px;
  font-size: 12px;
}

.main-header .h-user .dropdown-toggle img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  object-fit: cover;
  -webkit-transition: var(--trans);
  transition: var(--trans);
}

.main-header .h-user .dropdown-toggle:hover img {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.main-header .h-user .dropdown-toggle i {
  font-size: 12px;
  margin-inline-start: 5px;
}

.main-header .h-user .dropdown-toggle::after {
  display: none;
}

.main-header .h-lang {
  color: var(--blackColor);
  font-size: 16px;
  font-family: 'font500', sans-serif;
  margin-inline-start: 0px;
}

.main-header .h-lang:hover {
  color: var(--redColor);
}

.main-header .h-lang span {
  color: inherit;
  font-family: inherit;
  margin: 0 5px;
}

.main-header .h-lang img {
  height: 20px;
}

.main-header .header-bottom {
  border-top: 1px solid #E3E6EA;
  /* border-bottom: 1px solid #E3E6EA; */
}

.main-header .navbar-nav .nav-link {
  font-size: 16px;
  font-family: 'font400', sans-serif;
  color: #797D81;
  padding-right: 15px;
  padding-left: 15px;
}
.header-bottom .navbar{
    padding-inline-start: 0px;
}
.main-header .navbar-nav .active .nav-link,
.main-header .navbar-nav .nav-link:hover {
  color: var(--redColor);
}

/*header*/
/* main-footer */
.main-footer {
  background-color: var(--blackColor);
  color: #fff;
  padding-top: 40px;
}

.main-footer .f-top {
  padding-bottom: 40px;
}

.main-footer .f-widget {}

.main-footer .f-widget .title {
  font-size: 16px;
  font-family: 'font500', sans-serif;
  margin-bottom: 20px;
}
.methods{
    position:relative;
    margin-top:12px;

  }
  /*.methods:before{*/
  /*  content:'';*/
  /*  position:absolute;*/
  /*  width:calc(100% - 50px);*/
  /*  height:0.5px;*/
  /*  background-color:gray;*/
  /*  top:50%;*/
  /*}*/
  /*.methods:after{*/
  /*  content:'';*/
  /*  position:absolute;*/
  /*  height:calc(100%);*/
  /*  width:0.5px;*/
  /*  background-color:gray;*/
  /*  top:0%;*/
  /*  left:65%;*/
  /*}*/
.main-footer .f-widget ul {
  padding: 0;
  list-style: none;
  display: flex;
flex-direction: column;
}

.main-footer .f-widget li {
  margin-bottom: 7px;
}

.main-footer .f-widget a {
  color: #BDBFC1;
  font-size: 14px;
}

.main-footer .f-widget a:hover {
  color: var(--redColor);
}

.main-footer .f-widget p {
  color: #BDBFC1;
  font-size: 14px;
  margin-bottom: 10px;
}

.f-maillist {}

.f-maillist .maillist-wrapper {
  position: relative;
  background-color: #373535;
  border-radius: 10px;
  margin-bottom: 15px;
}

.f-maillist .maillist-wrapper>svg {
  margin: 0 10px;
}

.f-maillist .maillist-wrapper input {
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: 44px;
}

.f-maillist .maillist-wrapper .btn {
  line-height: 44px;
  border-radius: 10px;
  padding: 0;
  width: 60px;
}

.f-maillist .maillist-wrapper .btn svg {
  width: auto;
  height: 20px;
}

.f-payment-methods {}

.f-payment-methods h4 {
  font-size: 14px;
}

.f-payment-methods img {
  height: 30px;
  border-radius: 5px;
  margin: 5px;
}

.main-footer .f-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 15px;
  padding-bottom: 15px;
}

.f-copyright {
  margin-bottom: 0;
  font-size: 14px;
  color: #BDBFC1;
}

.f-social {}

.f-social a {
  margin: 0 3px;
}

.f-social i {
  width: 32px;
  line-height: 32px;
  border-radius: 50%;
  text-align: center;
  background-color: #373535;
  color: #fff;
  font-size: 18px;
  -webkit-transition: var(--trans);
  transition: var(--trans);
}

.f-social i:hover {
  background-color: #fff;
  color: var(--redColor);

}

.main-footer .container {
  position: relative;
}

.main-footer .scroll-to-top {
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--redColor);
  color: #fff;
  position: absolute;
  top: -60px;
  left: 0;
  z-index: 2;
  -webkit-transition: var(--trans);
  transition: var(--trans);
  cursor: pointer;
}

.main-footer .scroll-to-top:hover {
  background-color: #373535;
  color: #fff;
}

.main-footer .scroll-to-top svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: relative;
  top: -2px;
  height: auto;
  width: 18px;
}

/* main-footer */

/* home-slider */
.home-slider {}

.home-slider .owl-nav {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}

.home-slider .owl-nav button {
  position: absolute;
  transform: translateY(-50%);
}

.home-slider .owl-dots .owl-dot:focus,
.home-slider .owl-nav button:focus {
  outline: none !important;
  box-shadow: none important;
}

.home-slider .owl-nav .owl-next {
  left: 0;
  height: 130px;
  transition: var(--trans);
  background-color: #2525256e !important;

}

.home-slider .owl-nav .owl-prev {
  right: 0;
  height: 130px;
  transition: var(--trans);
  background-color: #2525256e !important;

}
.home-slider .owl-nav .owl-next:hover,.home-slider .owl-nav .owl-prev:hover{
    background-color: #252525 !important;
}
.home-slider .owl-nav i {
  width: 40px;
  line-height: 38px;
  border-radius: 50%;
  background-color: transparent;
  color: #201E1E;
  /* border: 1px solid #201E1E; */
  font-size: 20px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.home-slider .owl-nav i:hover {
  background-color: #fff;
  color: #201E1E;
}

.home-slider .owl-dots {
  text-align: center;
  position: absolute;
  bottom: 15px;
  right: 0;
  left: 0;
}

.home-slider .owl-dots span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #DAD8D8;
  position: relative;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

/* .home-slider .owl-dots span:before{
  content: "";
  position: absolute;
  top: -4px;
  bottom: -4px;
  right: -4px;
  left: -4px;
  border: 4px solid transparent;
  border-radius: 50%;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;

} */
.home-slider .owl-dots .owl-dot.active span {
  background-color: var(--blackColor);
  width: 24px;

}

.home-slider .owl-dots .owl-dot.active span:before {
  border-color: rgba(255, 255, 255, 0.6);
}

.home-slider .home-slider-item {
  height: 440px;
}

.home-slider .home-slider-item img {
  height: 100%;
}

/* home-slider */
/* main-categories-section */
.main-categories-section {
  margin: 25px 0;
}

.m-category-item {
  position: relative;
}

.m-category-item figure {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 0px;
}

.m-category-item img {
  border-radius: 0px;
  width: 100%;
  height: 135px;
  -webkit-object-fit: cover;
  object-fit: cover;
}

.m-category-item h3 {
  position: absolute;
  top: 40%;
  right: 45%;
  color: var(--blackColor);
  font-size: 24px;
  font-family: 'font600', sans-serif;
  transform: translateY(-50%);
  margin-bottom: 0;
  word-spacing: 60px;
}

.m-category-item .more {
  background-color: #fff;
  color: #E3E6EA;
  border-radius: 4px;
  line-height: 24px;
  width: 32px;
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.m-category-item:hover .more {
  background-color: #373535;
  color: #fff;
  -webkit-transition: var(--trans);
  transition: var(--trans);
}

.m-category-item .more svg {
  position: relative;
  top: -3px;
}

/* main-categories-section */

/* h-statistics-section */
.h-statistics-section {
  margin: 60px 0;
}

.h-statistics-section .wrapper {
  background-color: #F6F6F6;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
}

.h-statistics-section .info {
  color: var(--blackColor);
}

.h-statistics-section .info h3 {
  font-size: 24px;
  font-family: 'font600', sans-serif;
}

.h-statistics-section .info p {
  font-size: 18px;
}

.h-statistic-item {}

.h-statistic-item figure {
  background-color: #fff;
  border-radius: 50px;
  width: 64px;
  height: 64px;
  line-height: 64px;
  -wekkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  margin-right: auto;
  margin-left: auto;
}

.h-statistic-item figure svg {}

.h-statistic-item h4 {
  font-size: 34px;
  font-family: 'font600', sans-serif;
  color: #ED3237;
  direction: ltr;
}

.h-statistic-item p {
  font-size: 14px;
  color: #797D81;
}

/* h-statistics-section */
/* h-products-section */
.h-products-section {
  margin: 40px 0 60px;
}

.product-item {
  background-color: #fff;
  border: 1px solid #E3E6EA;
  border-radius: 4px;
  padding: 15px;
  position: relative;
  overflow: hidden;
  height: 370px;
}

.product-item figure {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 250px;

}

.product-item .img {}

.product-item .img img {
  width: auto !important;
  height: auto;
  max-height: 250px;
}

.product-item .add-to-favorite {
  position: absolute;
  top: 0;
  left: 0;
}

.product-item .add-to-favorite i {
  background-color: #FFF6F2;
  color: var(--redColor);
  width: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  -webkit-transition: var(--trans);
  transition: var(--trans);
}

.product-item .add-to-favorite i:hover {
    background-color: #FCC7AF;
    color: var(--redColor);
}

.product-item .discout {
  position: absolute;
  top: -15px;
  right: 5px;
  background-color: var(--redColor);
  color: #fff;
  direction: ltr;
  font-size: 12px;
  font-family: 'font600', sans-serif;
  padding: 7px 4px 10px;
  border-radius: 0 0 7px 7px;
}

.product-item .discout:after,
.product-item .discout:before {
  /*   content: "";
  position: absolute;
  right: 5px;
  left: 5px;
  bottom: 0;
  border: 10px solid transparent;
  border-bottom-color:  #fff; */
}

.product-item h3 {
  color: var(--blackColor);
  font-size: 18px;
  font-family: 'font400', sans-serif;
  text-align: center;
  position: relative;
  z-index: 5;
}

.product-item h3 a {
  color: inherit;
  font-family: inherit;
}

.product-item h3 a:hover {
  color: var(--redColor);
}

.product-item h5 {
  text-align: center;
  font-size: 16px;
  color: var(--redColor);
  position: relative;
  z-index: 2;
  background: white;

}

.product-item h5>span {
  font-size: 24px;
  font-family: 'font600', sans-serif;
  padding: 0 5px;
}

.product-item h5 small {
  color: #797D81;
  text-decoration: line-through;
  font-size: 16px;
  font-family: 'font400', sans-serif;
  margin-inline-start: 8px;
}

.product-item h5 small span {}

/* h-products-section */
/* banner-1-section */
.banner-1-section {
  margin: 50px 0;
}

.banner-1-section .wrapper {
  background-color: var(--redColor);
  color: #fff;
  border-radius: 3px;
  padding: 20px;
  background-image: url('../images/banner-1.png');
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  min-height: 160px;
}

.banner-1-section .info {}

.banner-1-section .info h2 {
  font-size: 32px;
  font-family: 'font600', sans-serif;
}

.banner-1-section .info h4 {
  font-size: 24px;
  font-family: 'font500', sans-serif;
}

.banner-1-section .btn {
  font-size: 18px;
  font-family: 'font500', sans-serif;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.16);
  max-width: 150px;
  line-height: 30px;
  color: #fff;
}

/* banner-1-section */

/* h-whyus-section */
.h-whyus-section {
  margin: 50px 0;
}

.whyus-item {
  background-color: #F6F6F6;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  height: 100%;
}

.whyus-item figure {}

.whyus-item figure img {
  height: 100px;
  width: auto;
}

.whyus-item h3 {
  font-size: 18px;
  font-family: 'font600', sans-serif;
  color: var(--blackColor);
}

.whyus-item .content {
  font-size: 14px;
  color: #858A8F;
  margin-bottom: 0;
}

/* h-whyus-section */
/* projects-section */
.projects-section {
  margin: 60px 0;
}

.project-item {
  position: relative;
  border-radius: 16px;
}


.project-item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 16px;
  background: -moz-linear-gradient(top, rgba(32, 30, 30, 0) 0%, rgba(32, 30, 30, 0.05) 30%, rgba(32, 30, 30, 0.6) 100%);
  background: -webkit-linear-gradient(top, rgba(32, 30, 30, 0) 0%, rgba(32, 30, 30, 0.05) 30%, rgba(32, 30, 30, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(32, 30, 30, 0) 0%, rgba(32, 30, 30, 0.05) 30%, rgba(32, 30, 30, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00201e1e', endColorstr='#99201e1e', GradientType=0);

}

.project-item figure {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 0px;
}

.project-item figure img {
  border-radius: 0px;
  height: 225px;
  object-fit: cover;
}

.project-item .info {
  position: absolute;
  bottom: 10px;
  right: 10px;
  left: 10px;
}

.project-item .info h3 {
  color: #fff;
  font-size: 18px;
  font-family: 'font600', sans-serif;
  margin-bottom: 10px;
}

.project-item .info .btn {}

/* projects-section */
/* blog-section */
.blog-section {
  margin: 60px 0;
  background-color: #F6F6F6;
  padding: 40px 0;
}

.news-item {
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #E3E6EA;
  height: 425px;
}

.news-item figure {
  margin-bottom: 0;
  width: 100%;
}

.news-item figure img {
  border-radius: 0 0 0 0;
  object-fit: cover;
  height: 206px;
  width: 100%;
}

.news-item .info {
  padding: 15px;
}

.news-item .date {
  font-size: 14px;
  color: #797D81;
  margin-bottom: 8px;
}

.news-item .date svg {
  margin-inline-end: 8px;
  position: relative;
  top: -4px;
}

.news-item .date span {}

.news-item h3 {
  font-size: 18px;
  font-family: 'font600', sans-serif;
  color: var(--blackColor);
}

.news-item .content {
  font-size: 14px;
  color: #797D81;
  margin-bottom: 10px;
}

.news-item .read-more {
  font-size: 18px;
  font-family: 'font600', sans-serif;
  color: var(--redColor);
  margin-bottom: 15px;
  display: inline-block;
}

.news-item .read-more:hover {
  color: var(--blackColor);
}

.news-item .read-more svg {
  margin-inline-start: 8px;
  position: relative;
  top: -2px;
}

/* blog-section */
/* testimonial-section */
.testimonial-section {
  margin: 60px 0;
}

.testimonial-item {}

.testimonial-item .text {
  background-color: #fff;
  border-radius: 4px;
  padding: 15px;
  box-shadow: 0 4px 12px rgba(32, 30, 30, 0.05);
  margin-bottom: 25px;
  position: relative;
  /* z-index: 0; */
  height: 100px;
}

.testimonial-item .text:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 0 0 0 6px;
  -webkit-transform: rotate(-45deg) translate(-8px, -8px);
  transform: rotate(-45deg) translate(-8px, -8px);
  /* z-index: -1; */
}

.testimonial-item .text svg {
  margin-inline-end: 10px;
  width: 60px;
}

.testimonial-item .text p {
  margin-bottom: 0;
  font-size: 14px;
  color: var(--blackColor);
  height: 100px;
  overflow: auto;
}

.testimonial-item figure {
  text-align: center;
}

.testimonial-item figure img {
  width: auto !important;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #E3E6EA;
  object-fit: cover;
  margin-right: auto;
  margin-left: auto;
}

.testimonial-item h3 {
  color: var(--blackColor);
  font-size: 16px;
  font-family: 'font500', sans-serif;
  text-align: center;
}

.testimonial-item h4 {
  color: #797D81;
  font-size: 16px;
  font-family: 'font400', sans-serif;
  text-align: center;
}

.testimonial-slider .owl-dots .owl-dot:focus {
  outline: none !important;
  box-shadow: none important;
}

.testimonial-slider .owl-dots {
  text-align: center;
  margin-top: 15px;
  /* position: absolute; */
  /* bottom: 15px; */
  /* right: 0; */
  /* left: 0; */
}

.testimonial-slider .owl-dots span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #DAD8D8;
  position: relative;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.testimonial-slider .owl-dots .owl-dot.active span {
  background-color: var(--blackColor);
  width: 24px;

}

.testimonial-slider .owl-dots .owl-dot.active span:before {
  border-color: rgba(255, 255, 255, 0.6);
}

/* testimonial-section */
/* h-faqs-section */
.h-faqs-section {
  margin: 50px 0;
}

.contact-call-action {
  background-color: #F6F6F6;
  border-radius: 16px;
  padding: 20px 30px;
  text-align: center;
  height: 100%;
}

.contact-call-action figure {}

.contact-call-action figure img {}

.contact-call-action h3 {
  font-size: 24px;
  font-family: 'font600', sans-serif;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.4;
}

.contact-call-action p {
  font-size: 18px;
  margin-bottom: 25px;
}

.contact-call-action .actions {}

.contact-call-action .btn {
  color: var(--blackColor);
  border: 1px solid var(--blackColor);
  background-color: transparent;
  border-radius: 4px;
  line-height: 30px;
  min-width: 150px;
  font-size: 18px;
  font-family: 'font600', sans-serif;
}

.contact-call-action .btn:hover {
  background-color: #fff;
}

.faqs-sec {}

.faqs-item {
  border-bottom: 1px solid #E3E6EA;
  margin-bottom: 10px;
}

.faqs-item .head {
  cursor: pointer;
}

.faqs-item .head h3 {
  font-size: 18px;
  font-family: 'font600', sans-serif;
  color: var(--blackColor);
  padding: 10px 15px;
}

.faqs-item .head .ic {}

.faqs-item .head:not(.collapsed) i.plus {
  display: none;
}

.faqs-item .head.collapsed i.cross {
  display: none;
}

.faqs-item .content {}

.faqs-item .content-wrapper {
  font-size: 14px;
  color: #797D81;
  font-family: 'font400', sans-serif;
  padding: 15px;
  line-height: 1.6;
}

/* h-faqs-section */
/* clients-section */
.clients-section {
  margin: 50px 0;
}

.client-item {
  height: 96px;
  margin-bottom: 15px;
}

/* clients-section */
/* quick-contact-icons */
.quick-contact-icons {
  position: fixed;
  right: 5px;
  top: 70%;
  z-index: 2;
}

.quick-contact-icons a {
  border-radius: 50%;
}

.quick-contact-icons i {
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  margin: 0 2px;
  -webkit-transition: var(--trans);
  transition: var(--trans);
}

.quick-contact-icons .whats i {
  background-color: #25D366
}

.quick-contact-icons .whats i:hover {
  background-color: #12B951
}

.quick-contact-icons .fb-messenger i {
  background-color: #0084FF
}

.quick-contact-icons .fb-messenger i:hover {
  background-color: #0A76DB
}

/* quick-contact-icons */


/* breadcrumb */
.breadcrumb {
  background-color: transparent;
  margin-top: 32px;
  padding: 0;
  margin-bottom: 0;
  align-items: center;
}

.breadcrumb-item {
  font-family: font500;
}

.breadcrumb-item a, .breadcrumb-item a span {
  color: var(--grayColor);
  font-size: 16px;
  font-family: font500;
  display: flex;
  align-items: flex-end;
  transition: var(--trans);
}

.breadcrumb-item:not(.active):hover a, .breadcrumb-item:not(.active):hover a span {
  color: var(--redColor);
}

.breadcrumb-item a svg path {
  transition: var(--trans);
}

.breadcrumb-item:not(.active):hover a svg path {
  stroke: var(--redColor);
  transition: var(--trans);
}


.fas-breadcrumb::before {
  color: var(--grayColor);
  padding-left: 10px;
  padding-right: 8px;
  line-height: 2;
  font-size: 13px;
}

.breadcrumb-item.active {
  color: var(--redColor);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ./breadcrumb */
.mt-32 {
  margin-top: 32px !important;
}

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

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

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

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

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

/* about-page */
.general-img {
  height: 400px;
}

.general-img img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.about__title {
  font-size: 32px;
  color: var(--blackColor);
  font-family: font600;
}

.about__description {
  font-size: 18px;
  color: var(--blackColor);
}

.goles {
  padding: 24px;
  border-radius: 4px;
  position: relative;
  border: 1px solid #E3E6EA;
  height: 197px;
}

.goles .cs-svg {
  background-color: #F6F6F6;
  border: 1px solid #E3E6EA;
  border-radius: 50%;
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.goles h3 {
  font-size: 24px;
  color: var(--blackColor);
  font-family: font500;
  margin-inline-start: 16px;
  margin-bottom: 0;
}

.goles p {
  margin-inline-start: 104px;
  color: var(--blackColor);
  margin-bottom: 0px;
  margin-top: -50px;
  font-size: 14px;
}

.team-card {
  border: 1px solid var(--border-color);
  border-radius: 20px;
  background-color: white;
  text-align: center;
  padding: 30px 20px;
  margin-bottom: 5px;
  transition: 0.2s ease-in;
  height: 315px;
  margin-top: 36px;
  margin-bottom: 36px;
}

.team-card:hover {
  transition: 0.2s ease-in;
  border-color: transparent;
  box-shadow: 0 4px 12px rgb(32 30 30 / 5%);
}

.team-card figure {
  background-color: #F7F5F3;
  border: 5px solid #F6F6F6;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  margin-bottom: 21px;
  position: relative;
}

.team-card .team-body p {
  font-size: 14px;
  color: var(--black);
}

.team-card .team-body .person_name {
  color: var(--blackColor);
  font-size: 18px;
  font-family: font500;
}

.talk-us-card .team-body p {
  font-size: 16px;
  color: var(--grayColor);
}

.team-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.links-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

/* ./about-page */
/* products-page */
.show-by {
  display: flex;
  align-items: center;
}

.show-by p {
  margin-bottom: 0;
  color: #BDBFC1;
  margin-inline-end: 1rem;
}

.show-by select {
  color: var(--blackColor);
  border-radius: 8px;
  border: 1px solid var(--border-color);
  padding: 9px 20px;
  width: 180px;
    font-family: font400,sans-serif;
}

.gap-1 {
  gap: 0.5rem;
}

.gap-2 {
  gap: 1rem;
}

.discount {
  font-size: 12px;
  color: var(--grayColor);
  position: relative;
}

.discount span {
  font-family: font400;
  font-size: 18px;

}

.discount::before {
  content: '';
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: var(--grayColor);
}

.cs-pagination .pagination {
  justify-content: center;
  gap: 10px
}

.cs-pagination .page-link {
  background-color: #F6F6F6;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  box-shadow: none;
  border: none;
  color: #797D81;
  line-height: 0;
}

.cs-pagination .page-item.active .page-link {
  background-color: var(--blackColor);
}

.cs-pagination .page-item:first-child .page-link, .cs-pagination .page-item:last-child .page-link {
  border-radius: 8px;
}

.filters {
  border: 1.5px solid var(--border-color);
  border-radius: 16px;
  padding: 24px 12px 24px 24px;
}

.filter {
  cursor: pointer;
}

.filter:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
  margin-bottom: 24px;
}

.angle-filter.hide {
  display: none;
}

.filter_title {
  font-size: 20px;
  font-family: font600;
  color: var(--blackColor);
}

/* .filter-body{
  overflow-y: scroll;
  width: 240px;
}
.filter-body > div{
  max-height: 280px;
} */
.cs-checkbox-1 {
  display: block;
  position: relative;
  padding-inline-start: 35px;
  margin-bottom: 14px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'font400';
  padding-top: 2px;
}

/* Hide the browser's default checkbox */
.cs-checkbox-1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.cs-checkbox-1 .checkmark {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid var(--border-color);
}

/* On mouse-over, add a grey background color */
.cs-checkbox-1:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.cs-checkbox-1 input:checked~.checkmark {
  background-color: var(--redColor);
  border-color: var(--redColor);
}

/* Create the checkmark/indicator (hidden when not checked) */
.cs-checkbox-1 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.cs-checkbox-1 input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.cs-checkbox-1 .checkmark:after {
  left: 8px;
  top: 2px;
  width: 8px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 2px;
}

.sub-filter .filter_title {
  font-size: 14px;
  font-family: font500;
  color: var(--blackColor);
}

.cs-checkbox-2 {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'font400';
  padding-top: 2px;
}

/* Hide the browser's default checkbox */
.cs-checkbox-2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.cs-checkbox-2 p {
  margin-bottom: 0;
}

/* When the checkbox is checked, add a blue background */
.cs-checkbox-2 input:checked~div p {
  color: var(--redColor) !important;
}

.cs-checkbox-2 p:hover {
  color: var(--redColor) !important;
}

.cs-checkbox-brand {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'font400';
  padding-top: 2px;
}

/* Hide the browser's default checkbox */
.cs-checkbox-brand input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* .cs-checkbox-brand .brand-check {
  margin-bottom: 0;
  border: 1.6px solid var(--border-color);
  border-radius: 8px;
  width: 104px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
} */
.brand-check {
  margin-bottom: 0;
  border: 1.6px solid var(--border-color);
  border-radius: 8px;
  width: 104px;
  height: 40px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cs-checkbox-brand input:checked~.brand-check {
  border-color: var(--redColor);
}


.brand-check img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

/* When the checkbox is checked, add a blue background */
.cs-checkbox-brand input:checked~div p {
  color: var(--redColor);
}

.cs-double-range.noUi-horizontal {
  height: 6px;
}

.cs-double-range.noUi-target {
  box-shadow: none;
  border: none;
  background-color: #E9EDF1;
  border-radius: 3px;
}

.cs-double-range.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  top: -6px;
  border-radius: 50%;
  background-color: var(--redColor);
  box-shadow: none;
  border: 4px solid #FFF;
  cursor: pointer;
}

.cs-double-range.noUi-horizontal .noUi-handle::before, .cs-double-range.noUi-horizontal .noUi-handle::after {
  content: unset;
}

.cs-double-range .noUi-connect {
  background-color: var(--redColor);
}

.cs-checkbox-color {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'font400';
  padding-top: 2px;
}

/* Hide the browser's default checkbox */
.cs-checkbox-color input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.cs-checkbox-color .color-check {
  border: 1px solid transparent;
  width: 36px;
  height: 36px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cs-checkbox-color .color-check span {
  border: 1.5px solid #FFF;
  width: 28px;
  height: 28px;
  border-radius: 5px;
  display: inline-block;
}

.cs-checkbox-color input:checked~.color-check {
  border-color: var(--redColor);
}

.filter-icon {
  display: none;
}

.close-btn-filter {
  display: none;
}

/* ./products-page */

/* product-details */
.img-product-details {
  border: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  border-radius: 16px;
  height: 480px;
  overflow: hidden;
}

.img-product-details img {
  object-fit: contain;
}

.thmub-product {
  border-radius: 8px;
  border: 1px solid var(--border-color);
  width: 97px;
  height: 72px;
  object-fit: cover;
  cursor: pointer;
}

.thmub-product.active {
  border-color: var(--redColor);
}

.details-section {
  padding-bottom: 1.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--border-color);
}

.details-section:last-child {
  border: none;
}

.details-section h1 {
  font-size: 32px;
  font-family: font500;
  color: var(--blackColor);
}

.details-section h6 {
  font-size: 24px;
  font-family: font400;
  color: var(--redColor);
  margin-bottom: 0;
}

.details-section h6 span {
  font-size: 32px;
  font-family: font500;
}

.details-section p {
  font-size: 14px;
  font-family: font400;
  color: var(--blackColor);
}

.category {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}

.category:last-child {
  margin-bottom: 0;
}

.category h3 {
  font-size: 18px;
  font-family: font400;
  color: var(--blackColor);
  margin-bottom: 0;
}

.category h4 {
  font-size: 16px;
  margin-bottom: 0;
}

.category p {
  color: var(--grayColor);
  margin-bottom: 0;
}

.color {
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.color-2{
  width: 100%;
  height: 100%;
}

.share {
  display: flex;
  align-items: center;
  justify-content: flex-start;

}

.share .links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

.share .links img {
  width: 24px;
  height: 24px;
}

.share .links img:hover {
  opacity: 0.8;
}

.product-details {
  /* padding: 32px;
  border: 1px solid var(--border-color);
  border-radius: 16px; */
  padding:16px;
  height: 100px;
}

.custom-tabs {
  gap: 32px;
  align-items: baseline;
  position: relative;
}

.custom-tabs::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #E1E1E1;
  z-index: 0;
}

.custom-tabs .nav-item {
  text-align: center;
}

.custom-tabs .nav-link {
  border-radius: 4px;
  border: 0;
  border-bottom: 2px solid transparent;
  font-family: 'font600';
  color: var(--gray);
  font-size: 18px;
  padding-bottom: 11px;
}

.custom-tabs .nav-link.active {
  border-color: var(--redColor);
  background-color: white;
  color: var(--redColor);
  position: relative;
  z-index: 1;
}

.product-details .tab-content p {
  font-family: font400;
  font-size: 14px;
  color: var(--blackColor);
}

.product-feature h5 {
  font-family: font600;
  font-size: 18px;
  color: var(--blackColor);
  margin-bottom: 10px;
}

.product-feature p {
  font-family: font400;
  font-size: 14px;
  color: var(--grayColor);
  margin-bottom: 5px;
  position: relative;
  text-indent: 14px;
}

.product-feature p::before {
  content: '';
  position: absolute;
  top: 7px;
  right: 0;
  background-color: var(--redColor);
  width: 6px;
  height: 6px;
  border-radius: 50%;

}

/* ./product-details */
/* blog-details */
.blog-details-page .date {
  font-size: 14px;
  color: #797D81;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.description {
  margin-top: 26px;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 42px;
  margin-bottom: 32px;
}

.description p {
  font-size: 18px;
  font-family: font400 !important;
  color: var(--blackColor);
}

.description h4 {
  font-size: 24px;
  font-family: font600 !important;
  color: var(--blackColor);
  margin-top: 32px;
}

.description ul,
.description ol {
  padding-inline-start: 24px;
  margin-top: 16px;
}

.description ul li,
.description ol li {
  list-style-type: decimal !important;
  position: relative;
  z-index: 1;
  padding-inline-start: 10px;
  margin-top: 12px;

}

.description ol li::marker, .description ul li::marker {
  font-family: font500;
}

.description ol li::before, .description ul li::after {
  content: '';
  position: absolute;
  top: -4px;
  right: -27px;
  width: 32px;
  height: 32px;
  background-color: #F6F6F6;
  border-radius: 50%;
  z-index: -1;
}

/* ./blog-details */
/* projects-page */
.projects-page .project-item {
  margin-bottom: 32px;
}

.projects-page .project-item figure {
  margin-bottom: 0;
  height: 100%;
  width: 100%;
}

.projects-page .project-item figure img {
  width: 100%;
}

/* ./projects-page */

/* project-details-page */
.project-details-page .project-details-top .general-img {
  height: 514px;
}

.project-details-page .project-details-top {
  position: relative;
}

.project-details-page .project-details-card {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 1;
}

.project-details-card {
  padding: 32px;
  border-radius: 20px;
  background-color: #FFF;
  min-height: 400px;
  width: 350px;
}

.project-details-card h4 {
  color: var(--blackColor);
  font-size: 24px;
  font-family: font600;
}

.project-details-card .project-details-card-body .info {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.project-details-card .project-details-card-body .info p {
  margin-bottom: 0;
}

.project-details-card .project-details-card-body .info p:first-child {
  color: var(--grayColor);
  font-size: 14px;
}

.project-details-card .project-details-card-body .info p:last-child {
  color: var(--blackColor);
  font-size: 14px;
  font-family: font500;
}

.project-details-page .date {
  display: flex;
  gap: 0.5rem;
}

/* ./project-details-page */
/* jobs-page */
.jobs-page .jobs-page_top {
  /* background-color: #F6F6F6;
  width: 100%;
  height: 420px;
  border-radius: 16px;
  text-align: center;
  padding: 32px; */
}

.jobs-page .jobs-page_top h1 {
  font-size: 32px;
  font-family: font600;
  color: var(--blackColor);
  margin-bottom: 1rem;
}

.jobs-page .jobs-page_top p {
  font-size: 18px;
  color: var(--grayColor);
  width: 50%;
  margin: 0 auto;
}

.jobs-page .jobs-page_top figure {
  margin-top: 21px;
  height: 350px;
}

.jobs-page .jobs-page_top figure img {
  border-radius: 4px;
  height: 100%;
}

.job-page_content {
  margin-top: 0;
}

.job-page_content .goles {
  padding: 32px;
  height: auto;

}

.job-page_content .sec-header p {
  font-size: 14px;
  color: var(--blackColor);
  margin-top: 8px;
}

.job-card {
  border: 1.5px solid var(--border-color);
  border-radius: 16px;
  padding: 24px;
}

.job-card .job-card-head span {
  display: block;
  background-color: #F6F6F6;
  font-size: 14px;
  font-family: font500;
  color: var(--grayColor);
  width: max-content;
  padding: 3px 12px;
  border-radius: 8px;
  margin-bottom: 10px;
}

.job-card .job-card-head {
  margin-bottom: 1rem;
}

.job-card .job-card-head h2 {
  font-size: 18px;
  font-family: font500;
  color: #1A1818;
}

.job-card .job-card-head h3 {
  color: var(--grayColor);
  font-size: 14px;
  font-family: font400;
}

.job-card .job-card-body {
  border-bottom: 1px dashed var(--border-color);
  margin-bottom: 12px;
}

.job-card .job-card-body p {
  font-size: 14px;
  color: var(--grayColor);
  font-family: font400;
}

.custom-btn {
  border: 1px solid var(--blackColor);
  border-radius: 2px;
  font-size: 18px;
  font-family: font600;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--trans);
}

.job-card .custom-btn {
  width: 200px;
  margin: 0 auto;
}

.job-card .custom-btn:hover {
  background-color: var(--blackColor);
  color: white;
  transition: var(--trans);
}

/* ./jobs-page */

/* job-details */
.details-job-top {
  display: flex;
  gap: 16px;
  align-items: center;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 24px;
}

.details-job-top img {
  width: 180px;
  height: 120px;
  border-radius: 15px;
}

.details-job-top h1 {
  font-size: 24px;
  font-family: font600;
  color: var(--black);
  margin-bottom: 8px;
}

.details-job-top .date span {
  font-size: 14px;
  font-family: font500;
  color: var(--gray-color);
}

.job-details .details {
  margin-top: 24px;
}

.job-details .details h4 {
  font-size: 20px;
  font-family: font600;
  color: var(--black);
}

.job-details .share {
  max-width: max-content;
  padding-inline-end: 45px;
}

.roles {
  position: relative;
  padding-inline-start: 10px;

}

.roles {
  list-style: none;
}

.roles li p {
  position: relative;
  margin-bottom: 8px;
}

.roles li p::after {
  content: '';
  position: absolute;
  top: 5px;
  right: -10px;
  width: 5px;
  height: 5px;
  background-color: var(--gray-color);
  border-radius: 50%;
}

.apply_job {
  border: 1px solid var(--border-color);
  padding: 32px 24px;
  border-radius: 25px;
  background-color: #F6F6F6;
}

.apply_job h5 {
  font-size: 24px;
  font-family: font600;
  color: var(--blackColor);
  margin-bottom: 24px;
}

.apply_job .info p {
  margin-inline-start: 50px;
  font-size: 14px;
  font-family: font600;
  color: var(--black);
  width: 100%;
  margin-bottom: 10px;
}

.apply_job .info span:last-child {
  margin-inline-start: 10px;
  font-size: 14px;
  font-family: font500;
  color: var(--gray);
}

.apply_job .info .custom-botton {
  margin-top: 30px;
}

.job-details .details ul,
.job-details .details ol {
  padding-inline-start: 24px;
  margin-top: 16px;
}

.job-details .details ul li,
.job-details .details ol li {
  list-style-type: decimal !important;
  position: relative;
  z-index: 1;
  padding-inline-start: 10px;
  margin-top: 12px;

}

.job-details .details ol li::marker, .job-details .details ul li::marker {
  font-family: font500;
}

.job-details .details ol li::before, .job-details .details ul li::after {
  content: '';
  position: absolute;
  top: -4px;
  right: -27px;
  width: 32px;
  height: 32px;
  background-color: #F6F6F6;
  border-radius: 50%;
  z-index: -1;
}

.job-container {
  border: 1px solid var(--border-color);
  padding: 40px;
  border-radius: 16px;
}

.custom-btn.v2 {
  background-color: var(--blackColor);
  color: white;


}

.custom-btn.v2:hover {
  background-color: var(--redColor);
  color: white;
  border-color: var(--redColor);

}

.job-details .category {
  border-top: 1px solid var(--border-color);
}

/* ./job-details */


/* job-request */
.job-form .form {
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 64px 40px;
}

.job-form .form label {
  font-size: 14px;
  font-family: 'font500';
  color: var(--blackColor);
}

.job-form .custom-input {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.job-form .custom-input::-ms-expand {
  display: none;
}

.custom-input::placeholder {
  font-family: font400;
  font-size: 14px;
}

.upload-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  position: relative;
  width: max-content;
  justify-content: center;
  text-align: center;
  margin-inline: auto;
}

.chooseImage {
  position: absolute;
  right: 0;
  top: 75px;
  cursor: pointer;
}

.chooseImage:hover {
  opacity: 0.8;
}

.custom-input {
  background-color: #F6F6F6;
  height: 56px;
  font-size: 14px;
  font-family: 'font400';
  text-indent: 16px;
  border: 1.5px solid #E3E6EA;
  border-radius: 2px;
}

.custom-select-main svg {
  position: absolute;
  z-index: 99;
  top: 64px;
  left: 32px;
  font-size: 20px;
  transform: translate(0, -50%);
  color: var(--gray);
}

.upload-file {
  position: relative;
  cursor: pointer;
}

.upload-img figure {
  width: 110px;
  height: 110px;
  cursor: pointer;
  background: white;
  border-radius: 50%;
  border: 1px solid #E3E6EA;
  display: flex;
  align-items: center;
  justify-content: center;
}

.upload-img figure img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

#preview {
  border-radius: 50%;
  border: 1px solid var(--border-color);
}

.upload-file .text-upload {
  display: flex;
  position: absolute;
  z-index: 99;
  top: 28px;
  left: 32px;
  font-size: 14px;
  transform: translate(0, -50%);
  /* color: var(--green); */
  align-items: center;
  gap: 10px;
  user-select: none;
}

.datepicker {
  direction: rtl !important;
  /* top: 658px !important; */
}



.cs-upload-file {
  height: 88px;
  position: relative;
  border: 1px dashed #D9D9D9;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  color: #858A8F;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  background: #F6F6F6;
}

.cs-upload-file:hover {
  border-color: #E7E5EA;
  color: var(--blue);
}

.cs-upload-file h4 {
  font-size: 14px;
  font-family: font400;
}

.cs-upload-file h4 strong {
  font-weight: normal;
  color: var(--redColor);
  font-family: 'font500';
}

.cs-upload-file:hover h4 strong {
  color: inherit;
}

.cs-upload-file p {
  font-size: 14px;
  font-family: 'font400';
  margin-bottom: 0;
}

.job-form .custom-botton {
  width: 100%;
  border-radius: 18px;
}

.custom-modal {
  background-color: rgba(255, 255, 255, 0.8);
}

.custom-modal .modal-header {
  border-bottom: none;
  margin-bottom: -20px;
  padding: 24px;
}

.custom-modal .modal-content {
  border-radius: 20px;
  border: none;
  box-shadow: -5px 0px 50px rgb(120 138 156 / 20%);

}

.custom-modal .modal-header .close {
  background: #E6E7E8;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  outline: none;
  opacity: 1;
  font-family: 'font500';
  color: var(--blackColor);
  z-index: 99;
  font-size: 40px;
  padding-top: 10px;
  margin-inline-start: auto;
}

.custom-modal.success .modal-body {
  text-align: center;
  margin-top: -25px;
  margin-bottom: 50px;
  padding: 24px;
}

.custom-modal.success .modal-body h3 {
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 16px;
  font-family: font600;
}

.custom-modal.success .modal-body .custom-botton {
  min-width: 50%;
  margin: 0 auto;
  margin-bottom: 40px;
  width: 50%;
}

.custom-modal.success .modal-body p {
  font-size: 16px;
  font-family: font500;
  color: #797D81;
  margin: auto;
  margin-bottom: 40px;
  width: 70%;
}

.custom-modal .custom-btn.v2 {
  width: 200px;
  margin: 0 auto;
}

.progress {
  width: 0%;
  height: 6px;
  background-color: white;
  border-radius: 0;
  transition: 0.2s linear;
}

.progress .line {
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-color: var(--redColor);
}

@media (min-width: 992px) {
  .custom-modal.success .modal-lg, .custom-modal.success .modal-xl {
    max-width: 600px;
  }

}

/* ./job-request */

/* contact-us */
.icon-input {
  position: relative;
}

.icon-input .icon-i {
  position: absolute;
  top: 13px;
  right: 22px;
}

.contact-us .custom-input {
  text-indent: 36px;
}

.contact-us textarea {
  padding-top: 1rem;
}

.contact-info {
  padding: 43px 32px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
}

.contact-info h1 {
  font-size: 24px;
  font-family: font600;
  color: var(--blackColor);
}

.contact-info p {
  font-size: 14px;
  font-family: font400;
  color: var(--blackColor);
}

.contact-info-footer {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 35px;
}

.contact-info-footer .info {
  flex: 1 1 50%;
}

/* ./contact-us */

/* search */
.nav-search {
  background-color: #FFF;
  display: flex;
  justify-content: space-between;
  color: #8A8A8F;
  border: 1px solid #E7E5EA;
  border-radius: 10px;
  padding: 12px;
  margin-top: 18px;
  margin-bottom: 18px;
  text-indent: 10px;
}

.number-of-search-result {
  font-family: font400;
  color: var(--redColor);
}

.number-of-search-result .result {
  color: #8A8A8F;
  font-family: font500;
}

.nav-search select {
  border: none;
  color: #8A8A8F;
  font-family: font500;
}

.card-search {
  border: 1px solid #EBEAEE;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
  margin-bottom: 2rem;

}

.card-search .body-search {
  width: 750px;
}

.card-search .body-search .date {
  margin-bottom: 1rem;
  color: #8A8A8F;
  font-size: 14px;
  font-family: font500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.card-search figure {
  width: 220px;
  height: 160px;
  border: 1px solid var(--border-color);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.card-search figure img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-search h2 {
  color: var(--black);
  font-size: 18px;
  font-family: font400;

}

.card-search p {
  font-family: font500;
  font-size: 14px;
  color: var(--gray);
}

.footer-search svg {
  transition: 0.2s ease-in;
}

.footer-search svg:hover {
  transform: scale(1.2);
  transition: 0.2s ease-in;
}

.card-search.product-card figure {
  position: relative;
}

.card-search.product-card .size {
  position: absolute;
  top: 7px;
  left: 7px;
  height: 25px;
  width: 75px;
  text-align: center;
  border-radius: 13px;
  background-color: #EBEAEE;
  color: var(--gray);
  line-height: 27px;
  font-size: 14px;
}

.card-search.product-card img {
  width: auto;
  height: auto;
}

.card-search.product-card img {
  transition: 0.2s ease-in;
}

.card-search.product-card img:hover {
  transform: scale(1.2);
  transition: 0.2s ease-in;
}

.card-search.product-card h2 {
  font-size: 14px;
  color: var(--green);
}

.card-search.product-card p {
  color: var(--black);
  font-size: 18px;
  width: 30%;
}

.search~.main-footer {
  padding-top: 80px;
}

@media screen and (max-width:1023px) {
  .nav-search {
    flex-flow: column;
    align-items: center;
    padding: 15px;
    text-indent: 0;

  }
}

@media (max-width:992px) {
  .card-search {
    flex-direction: column;
    width: 100%;
  }
  .methods:before, .methods::after{
    display: none;
  }
  .banner img {
    width: 100%;
    height: 260px;
    object-fit: fill;
  }

  .card-search .body-search {
    width: auto;
  }

  .card-search figure {
    width: 100%;
  }

  .card-search figure img {
    width: 100%;
    object-fit: cover;
  }

  .card-search.product-card p {
    color: var(--black);
    font-size: 18px;
    width: 100%;
  }
}

/* ./search */
.main-header .h-user .dropdown .btn{
    padding: 1px 8px 4px 9px;
  }
/* responsive */
@media (min-width: 1920px) {
  .home-slider {
    /* max-width: 1140px; */
    margin: 0 auto;

  }
}

@media (min-width: 1600px) {
    .home-slider .home-slider-item {
        height: auto;
    }
    .home-slider .home-slider-item img {
        height: 100%;
    }
    .container {
        max-width: 1350px;
    }
}

@media (max-width: 1240px) {}

@media (max-width: 1199px) {
  .main-header .header-search {
    width: 420px;
  }

  .banner-1-section .info h2 {
    font-size: 28px;
  }

  .banner-1-section .info h4 {
    font-size: 22px;
  }

  .project-item figure img {
    height: 187px;
  }

  .news-item figure img {
    height: 170px;
  }

  .quick-contact-icons i {
    display: block;
    margin: 4px 2px;
  }

  .home-slider-item {
    height: auto;
  }
  .home-slider .owl-nav .owl-next,.home-slider .owl-nav .owl-prev{
    height: 110px;

  }
  .home-slider .owl-nav .owl-next svg,.home-slider .owl-nav .owl-prev svg{
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 1200px) {
    .methods:after{
        left: 58%;
    }
    .methods:before{
        width: calc(100% - 20px);
    }
}

@media (min-width: 992px) {
  .mt-lg-32 {
    margin-top: 32px !important;
  }

}

@media (max-width: 991px) {
  .main-header .header-bottom {
    display: none;
  }

  .main-header .header-search {
    width: 100%;
    margin-top: 7px;
  }

  .body-content {
    padding-top: 150px;
  }

  .main-header .badge-ic,
  .main-header .h-user {
    display: none;
  }

  .main-header .h-user .dropdown-toggle img {
    width: 35px;
    height: 35px;
  }

  .main-header .badge-ic {
    width: 35px;
    line-height: 35px;

  }
    .main-header .h-cart-ic {
        position: relative;
    }

  .main-header .badge-ic .count {
    font-size: 11px;
  }

  #openMenu:hover {
    color: var(--redColor);
  }

  .side-menu .navbar-nav .active .nav-link,
  .side-menu .navbar-nav .nav-link:hover {
    color: var(--redColor);
  }

  .side-menu .nav-link span.badge {
    margin-right: auto;
    color: #fff;
    font-weight: normal;
    line-height: 20px;
    border-radius: 11px;
    min-width: 20px;
    padding: 0;
    align-self: flex-start;
  }

  .m-category-item {
    margin-bottom: 20px;
  }

  .m-category-item img {
    height: 175px;
  }

  .h-statistics-section .info {
    margin-block: 15px;
  }

  .project-item figure img {
    height: 212px;
  }

  .news-item figure img {
    height: 193px;
  }

  .contact-call-action {
    margin-top: 35px;
    height: auto;
  }

  .client-item {
    height: 70px;
  }

  .main-footer .f-widget {
    margin-bottom: 20px;
  }

  .main-footer .f-top {
    padding-bottom: 20px;
  }

  .filter-icon {
    background-color: var(--blackColor);
    color: var(--redColor);
    width: max-content;
    font-size: 22px;
    margin-bottom: 10px;
    padding: 12px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .filters {
    border: none;
    position: fixed;
    top: 0px;
    background: #FFF;
    z-index: 9999;
    width: 70%;
    right: 1000px;
    overflow-y: scroll;
    height: 100vh;
    border-radius: 4px;
  }

  .close-btn-filter {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    font-size: 20px;
    background-color: #F3F3F3;
    width: 30px;
    height: 30px;
    margin-inline-start: auto;
    border-radius: 50%;
    cursor: pointer;
    color: var(--blackColor);
  }

  .close-btn-filter:hover {
    opacity: 0.8;
  }

  .product-details .custom-tabs {
    column-gap: 0;
    row-gap: 12px;
  }

  .product-details .nav-tabs {
    border: none;
  }

  .project-details-page .project-details-top .general-img {
    height: auto;
  }

  .project-details-page .project-details-card {
    position: initial;

  }

  .project-details-page .project-details-card {
    padding: 0;
    width: auto;
    height: auto;
    min-height: auto;

  }
  .home-slider .owl-nav .owl-next,.home-slider .owl-nav .owl-prev{
    height: 90px;

  }
  .home-slider .owl-nav .owl-next svg,.home-slider .owl-nav .owl-prev svg{
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 768px) {
  .jobs-page .jobs-page_top h1 {
    font-size: 28px;
  }

  .jobs-page .jobs-page_top {
    /* height: 230px;
    padding: 22px; */
  }

  .jobs-page .jobs-page_top figure {
    height: auto;
    width: 100%;
  }

  .jobs-page .jobs-page_top figure img {
    width: 100%;
    height: auto;
  }

  .jobs-page .jobs-page_top p {
    width: 100%;
  }

  .job-page_content {
    /* margin-top: 150px; */

  }

  .form {
    padding: 22px;
  }

  .home-slider .home-slider-item img {
    height: 300px;
  }

  .item-video {
    height: 300px;
  }
  .show-by{
    margin-top: 32px;
  }
}

/* @media (min-width: 1700px) {
  body {
    zoom: 1.1;
  }
  @-moz-document url-prefix() {
    body {
        transform: scale(1.1);
        transform-origin: 50% 0;
        }
    }

}

@media (min-width: 1919px) {
  body {
    zoom: 1.3;
  }
  @-moz-document url-prefix() {
    body {
        transform: scale(1.3);
        transform-origin: 50% 0;
        }
    }

}

@media (min-width: 2047px) {
  body {
    zoom: 1.4;
  }
  @-moz-document url-prefix() {
    body {
        transform: scale(1.4);
        transform-origin: 50% 0;
        }
    }

}

@media (min-width: 2300px) {
  body {
    zoom: 1.5;
  }
  @-moz-document url-prefix() {
    body {
        transform: scale(1.5);
        transform-origin: 50% 0;
        }
    }
}
@media (min-width: 2560px) {
    body {
      zoom: 1.65;
    }
    @-moz-document url-prefix() {
      body {
          transform: scale(1.65);
          transform-origin: 50% 0;
          }
      }

  }
@media (min-width: 2800px) {
    body {
      zoom: 2;
    }
    @-moz-document url-prefix() {
      body {
          transform: scale(2);
          transform-origin: 50% 0;
          }
      }

  }

@media (min-width: 3440px) {
    body {
      zoom: 2.5;
    }
    @-moz-document url-prefix() {
      body {
          transform: scale(2.5);
          transform-origin: 50% 0;
          }
      }

  }
@media (min-width: 4607px) {
  body {
    zoom: 3;
  }
  @-moz-document url-prefix() {
    body {
        transform: scale(3);
        transform-origin: 50% 0;
        }
    }

}
@media (min-width: 6143px) {
  body {
    zoom: 4;
  }
  @-moz-document url-prefix() {
    body {
        transform: scale(4);
        transform-origin: 50% 0;
        }
    }

} */

@media (max-width: 767px) {
  .m-category-item img {
    height: 130px;
  }

  .m-category-item h3 {
    font-size: 22px;
  }

  .sec-header h2 {
    font-size: 22px;
  }

  .banner-1-section .info {
    text-align: center;
    margin-bottom: 15px;
  }

  .project-item figure img {
    height: 154px;
  }

  .news-item figure img {
    height: 240px;
    width: 100%;
  }

  .news-item .read-more {
    font-size: 16px;
  }

  .general-img {
    height: auto;

  }

  .general-img img {
    border-radius: 10px;
  }

  .about__title {
    font-size: 22px;
  }

  .about__description {
    font-size: 14px;
  }

  .goles {
    height: auto;
    margin-bottom: 1rem;
  }


}

@media (max-width: 575px) {
  .jobs-page .jobs-page_top figure {
    /* height: 200px;
    width: 100%; */
  }

  .job-container {
    padding: 16px;
  }

  .job-details .category {
    flex-direction: column;
  }

  .job-details .share {
    padding-inline-end: 0;
  }

  .contact-info-footer {
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    row-gap: 32px;
  }
}

@media (max-width: 480px) {

  .news-item,
  .project-item,
  .product-item {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
  }

  .news-item figure img,
  .project-item figure img {
    height: auto;
  }

  .banner-1-section .wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .banner-1-section .info h2 {
    font-size: 24px;
  }


  .home-slider .home-slider-item img {
    height: auto;
  }

  .item-video {
    height: auto;
  }
}

@media (max-width: 479px) {
  .home-slider .owl-nav {
    display: none;
  }

  .home-slider-item img {
    min-height: 200px;
    object-fit: unset;
  }

  .main-categories-section .row>div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .m-category-item img {
    height: auto;
  }

  .m-category-item h3 {
    word-spacing: 65px;
  }
  .progress {
    height: 4px;
    margin-top: -7px;
}
  .sec-header {
    margin-bottom: 20px;
    flex-direction: column;
    align-items: flex-start !important;
  }

  .sec-header .actions {
    margin-top: 10px;
    margin-inline-start: auto;
  }

  .main-footer .f-bottom {
    flex-direction: column-reverse;
  }

  .f-copyright {
    margin-top: 15px;
  }

  .contact-call-action h3 {
    font-size: 22px;
  }

  .faqs-item .head h3 {
    font-size: 16px;
  }

}

@media (max-width: 320px) {}

/* responsive*/
.error {
  border-color: red !important;
  color: red !important;
}

.error:focus {
  border-color: transparent !important;
}

.swal2-container {
  height: auto !important;
}

.scale-2, .scale-n-2, .scale-1 {
  position: relative;
  transition: var(--trans);
}

.scale-1:hover {
  transform: scale(1.1);
}

.scale-2:hover {
  transform: scale(1.2);
}

.scale-n-2:hover {
  transform: scale(0.8);
}
.f-maillist .maillist-wrapper .btn{
    background: #797D81;
    border-color: #797D81;
}
.f-maillist .btn svg path{
    fill: white;
}

.f-maillist .maillist-wrapper .btn:hover{
    border-color: white;
}
.header-top .shape{
    height: 30px;
    width: 30px;
    float: left;
    margin: 0 0px 0 0;
    transition: all 600ms ease-in-out 0s;
    -webkit-transition: all 600ms ease-in-out 0s;
    -moz-transition: all 600ms ease-in-out 0s;
    -o-transition: all 600ms ease-in-out 0s;
    -ms-transition: all 600ms ease-in-out 0s;
    background-size: 100px;
}
.header-top .h-cart-ic .shape{
    background: rgba(0, 0, 0, 0) url(../images/header-icon.png) no-repeat scroll 0px -78px;
}
.header-top .h-favorit-ic .shape{
    background: rgba(0, 0, 0, 0)  url(../images/header-icon.png) no-repeat scroll 0px -157px
}
.header-top .h-user .shape{
    background: rgba(0, 0, 0, 0)  url(../images/header-icon.png) no-repeat scroll 0px -317px
}
.header-top .h-rotate:hover .shape {
    transform: rotateY( 360deg );
    -webkit-transform: rotateY( 360deg );
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
}
.main-header .header-bottom{
    background-color: #252525;
}
.main-header .navbar-nav .nav-link{
    color: white;
}

.fancybox-image{
    -webkit-animation: unset !important;
    -moz-animation: unset !important;
    -ms-animation: unset !important;
    -o-animation: unset !important;
    animation: unset !important;
}

#products-container >div .product-box{
    border:1px solid transparent;
    border-radius: 3px;
    transition: var(--trans);
}
#products-container >div .product-box:hover{
    border-color: #25252578;
}
.slick-slide.slick-current.slick-center > div > div{
    border: 1px solid #ddd;
    border-radius: 3px;
}

.main-degree-section,.cloth-details-size{
    box-shadow: 0px 4px 12px rgb(0 0 0 / 5%);
    overflow: hidden;
    height: 100%;
}
.slick-slide{
    height: auto !important;
}
.details-items .cloth-details-size .border-product{
    padding: 14px 0px !important;
}
.cloth-details-size{
    padding: 16px;
}
.details-items .color-image{
    margin: 16px 0px !important;
}
.show-details{
    /* height: 0; */
    /* transition: var(--trans); */
    display: none;
}
.product-title{
   margin-top: 16px !important;
    margin-bottom: 16px !important;
}
.show_more{
    height: 30px;
    background: #eff2f7;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--blackColor);
}
.cloth-review .nav.nav-tabs{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

@media (max-width:557px) {
    .cloth-review .nav.nav-tabs{
        display: flex !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }
}

#map {
    width: 100%;
    height: 450px;
}
.bg-size {
    background-size: contain !important;
}
.details-items .color-image .image-select .image-section li{
    border: 1px solid #eff2f7 !important;
}
.cs-personal-card{
    /* align-items: center; */
    border-radius: 2px;
    /* border: 1px solid var(--border-color); */
    /* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); */
    margin-bottom: 1rem;
}
.cs-personal-card img{
    height: 150px;
    max-width: 250px;
}
.cs-personal-card h5,.cs-personal-card h4,.cs-personal-card h6{
    font-size: 20px;
}
.cs-personal-card .media-body{
    margin-top: 8px;
}

