:root {
  --color-primary: #020024;
  --color-secondary: #020024;
  --color-third: #dd9305;
  --color-icon: #292931;
  --color-white: #ffffff;
  --color-gray: #898899;
  --text-color: #282828;
  --text-color2: #061545;
  --text-color3: #4a4a4a;
  --color-light-black: #15151d;
  --bg-light-black: rgba(9, 9, 9, 0.55);
}
* {
  border: none;
  margin: 0;
  padding: 0;
  outline: none !important;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  overflow-x: hidden;
  direction: rtl;
}

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

a {
  text-decoration: none !important;
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/eot/IRANSansWeb_Black.eot");
  src:
    url("../fonts/eot/IRANSansWeb_Black.eot?#iefix") format("embedded-opentype"),
    url("../fonts/woff2/IRANSansWeb_Black.woff2") format("woff2"),
    url("../fonts/woff/IRANSansWeb_Black.woff") format("woff"),
    url("../fonts/ttf/IRANSansWeb_Black.ttf") format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/eot/IRANSansWeb_Bold.eot");
  src:
    url("../fonts/eot/IRANSansWeb_Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/woff2/IRANSansWeb_Bold.woff2") format("woff2"),
    url("../fonts/woff/IRANSansWeb_Bold.woff") format("woff"),
    url("../fonts/ttf/IRANSansWeb_Bold.ttf") format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/eot/IRANSansWeb_Medium.eot");
  src:
    url("../fonts/eot/IRANSansWeb_Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/woff2/IRANSansWeb_Medium.woff2") format("woff2"),
    url("../fonts/woff/IRANSansWeb_Medium.woff") format("woff"),
    url("../fonts/ttf/IRANSansWeb_Medium.ttf") format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/eot/IRANSansWeb_Light.eot");
  src:
    url("../fonts/eot/IRANSansWeb_Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/woff2/IRANSansWeb_Light.woff2") format("woff2"),
    url("../fonts/woff/IRANSansWeb_Light.woff") format("woff"),
    url("../fonts/ttf/IRANSansWeb_Light.ttf") format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/eot/IRANSansWeb_UltraLight.eot");
  src:
    url("../fonts/eot/IRANSansWeb_UltraLight.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/woff2/IRANSansWeb_UltraLight.woff2") format("woff2"),
    url("../fonts/woff/IRANSansWeb_UltraLight.woff") format("woff"),
    url("../fonts/ttf/IRANSansWeb_UltraLight.ttf") format("truetype");
}
@font-face {
  font-family: "Graphik Arabic";
  src: url("../fonts/GraphikArabic-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "../fonts/Graphik Arabic";
  src: url("GraphikArabic-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Graphik Arabic";
  src: url("../fonts/GraphikArabic-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Graphik Arabic";
  src: url("../fonts/GraphikArabic-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Graphik Arabic";
  src: url("../fonts/GraphikArabic-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Graphik Arabic";
  src: url("../fonts/GraphikArabic-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Graphik Arabic";
  src: url("../fonts/GraphikArabic-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Graphik Arabic";
  src: url("../fonts/GraphikArabic-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Graphik Arabic Super";
  src: url("../fonts/GraphikArabic-Super.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1460px;
  }
}
body {
  overflow-x: hidden;
  direction: rtl;
  text-align: right;
  background-color: var(--color-white);
  font-family: "IRANSans";
  font-size: 13px;
  font-weight: 400;
}
.row {
  margin-right: 0;
  margin-left: 0;
}
header {
  color: var(--color-white);
}
.img-slice {
  background: url("../images/slices.png") no-repeat;
  display: inline-block;
}
.c-navi-new-list {
  display: flex;
  align-items: center;
  position: relative;
}
.c-navi-new-list li {
  list-style: none;
}

.c-navi-new-list {
  display: flex;
  align-items: center;
  position: relative;
}
.cssmenu,
.cssmenu ul,
.cssmenu ul li,
.cssmenu ul li a,
.cssmenu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cssmenu:after,
.cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.cssmenu #head-mobile {
  display: none;
}
.cssmenu > ul > li {
  display: inline-table;
  position: relative;
  margin-right: 33px;
  position: relative;
  text-align: left;
  margin-left: 0 !important;
}
.cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
.cssmenu ul ul {
  position: absolute;
  left: -9999px;
  background-color: #020024;
  padding-top: 10px;

  z-index: 2;
}
.cssmenu ul ul li {
  height: 0;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.cssmenu li:hover > ul {
  left: auto;
}
.cssmenu li:hover > ul > li {
  height: 45px;
}
.cssmenu ul ul ul {
  margin-right: 100%;
  top: 0;
  z-index: 2;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.cssmenu ul ul li a {
  padding: 0 15px 0 20px;
  width: 200px;
  font-size: 13px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  line-height: 2.7;
  box-shadow: 0px 0px 4px #b2b6bd;
  margin: 0 10px 10px;
  border-radius: 5px;
  text-align: right;
}
.cssmenu ul ul li:last-child > a,
.cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
.cssmenu ul ul li:hover > a,
.cssmenu ul ul li a:hover {
  color: var(--color-third) !important;
}
.cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 5px;
  width: 8px;
  height: 2px;
  display: block;
  background: var(--color-secondary);
  content: "";
}
.cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 8px;
  display: block;
  width: 2px;
  height: 8px;
  background: var(--color-secondary);
  content: "";
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.cssmenu ul ul li:hover > a::before,
.cssmenu ul ul li:hover > a::after {
  background-color: #fff;
}
.cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
.cssmenu ul ul ul li.active a {
  border-left: 1px solid #333;
}
.cssmenu > ul > li.has-sub > ul > li.active > a,
.cssmenu > ul ul > li.has-sub > ul > li.active > a {
  border-top: 1px solid #333;
}
.cssmenu li:hover > ul {
  left: auto;
}
.cssmenu > ul > li > a {
  color: var(--color-white);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding: 0 3px;
  border-bottom: 1px transparent;
  transition: all 0.2s linear;
}
.cssmenu > ul > li > a {
  border-bottom: 1px solid transparent;
  padding-bottom: 5px;
}
.cssmenu > ul > li > a:hover {
  border-bottom: 1px solid var(--color-third);
}

#cssmenu1 li i {
  font-size: 8px;
  vertical-align: middle;
  color: var(--color-white);
  margin-right: 2px;
}

.cssmenu > ul > li > a > span {
  padding: 5px 2px;
}
#cssmenu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  z-index: 99;
  text-align: right;
}

.search-icon {
  font-size: 22px;
  cursor: pointer;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.search-wrapper {
  width: 100%;

  padding: 0;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 20;
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.4s ease,
    padding 0.4s ease;
}

.search-wrapper.active {
  padding: 15px;
  max-height: 100px;
}

.search-input {
  padding: 6px 10px;
  font-size: 15px;
  border-radius: 4px;
  border: none;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.search-input:focus {
  outline: none;
}

.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 197, 34, 0.29) !important;
}
.sub-text-banner {
  color: var(--color-white);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 172%;
  text-transform: capitalize;
}

.sticky-menu .c-navi {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .pl-md-50 {
    padding-left: 50px;
  }
  .pro-section {
    padding-top: 7vh !important;
    padding-bottom: 7vh !important;
  }
  #zamzamWrap #carouselSec {
    min-height: 100vh;
  }
  #searchInput {
    width: 600px;
  }
  .h-300 {
    margin-top: 300px;
  }
  .products-carousel .swiper-button-next {
    width: 55px;
    height: 107px;
  }
  .products-carousel .swiper-button-prev {
    width: 55px;
    height: 107px;
  }
  .smoke {
    top: -44%;
    width: 220px;
    height: 260px;
  }
  .city-img {
    width: min(800px, 90vw);
  }
  .h-lg-100 {
    height: 100vh;
  }
  .flex-item {
    flex-wrap: wrap;
    gap: 15px;
  }
  .hero-slider .swiper-pagination {
    display: none;
  }
  .layer-obj {
    left: 30%;
    width: min(38vw, 700px);
  }
  .text-flex-box {
    padding: 12px 38px;
  }
  #zamzamWrap .bottleLayer img {
    height: clamp(360px, 64vh, 820px);
  }
  .thumb-hero-content {
    padding-right: 30px;
    padding-left: 100px;
    border-right: 3px solid #fff;
  }
  .thumb-card {
    height: 348px;
  }
  .img-video {
    height: 326px;
  }
  .news-text {
    width: calc(100% - 220px);
  }
  .pe-md-50 {
    padding-left: 50px;
  }
  .ps-md-50 {
    padding-right: 50px;
  }
  .footer .container {
    padding: 15px !important;
  }
  .iso-list {
    text-align: left;
  }
  .iso-list li {
    display: inline-block;
    margin-right: 5px;
  }
  .title-footer {
    font-size: 16px;
    margin-bottom: 13px !important;
  }
  .set > span i {
    display: none;
  }
  .about-company {
    text-align: justify;
    padding-left: 1rem;
  }
  .pr-md-50 {
    padding-right: 50px;
  }

  .footer {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }

  .back-to-top {
    left: 0;
  }

  .copy-right {
    padding-top: 1rem;
  }
  .ps-md-80 {
    padding-right: 115px !important;
  }
  .pe-md-100 {
    padding-right: 100px;
  }
}

.footer {
  background: var(--color-primary) url("../images/bg.png") repeat;
}
.footer .container {
  background-color: var(--color-primary);
}
.logo-footer {
  display: inline-block;
}
.about-company {
  color: var(--color-white);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}

.social-footer ul li {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.social-footer ul li {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.social-footer a {
  width: 47px;
  height: 47px;
  line-height: 45px;
  display: block;
  padding: 0;
  border-radius: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 9;
  position: relative;
}

.social-footer a span {
  padding: 0;
  display: block;
  border-radius: 100%;
  border: 1px solid var(--color-white);
  border-radius: 100%;
}
.social-footer a .flop {
  display: block;
  -webkit-transform: rotateX(-90deg) translateZ(-19px);
  transform: rotateX(-90deg) translateZ(-19px);
  background-color: var(--color-third);
}
.social-footer a .flip {
  -webkit-transform: translateZ(19px);
  transform: translateZ(19px);
}
.social-footer a:hover {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
.social-footer span img {
  object-fit: contain;
  width: 23px !important;
}

.copy-right {
  color: var(--color-gray);
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  border-top: 0.5px solid var(--color-gray);
}

.back-to-top {
  width: 49px;
  height: 49px;
  flex-shrink: 0;
  background: url("../images/top.png");
  cursor: pointer;
  position: fixed;
  left: 20px;
  bottom: 5px;
  z-index: 2;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  padding: 0;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .rts-breadcrumb-area {
    height: 300px;
  }
  .panel-menu {
    display: none !important;
  }

  .menuTrigger {
    display: none !important;
  }
}
@media screen and (max-width: 991.99px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 100%;
  }
  .owl-stage {
    padding-right: 0 !important;
  }
  .panel-menu {
    width: 300px;
    background-color: #fff !important;
    position: fixed;
    height: 100vh;
    top: 0;
    bottom: 0;
    right: -100%;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
    z-index: 999999 !important;
    display: block !important;
  }

  .close-li {
    background-color: #060635 !important;
  }

  .subPanel {
    width: 300px;
    background-color: #fff !important;
    position: fixed;
    height: 100%;
    top: 0;
    bottom: 0;
    right: -100%;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
    z-index: 999999 !important;
    display: block !important;
    padding-right: 0 !important;
  }

  #panel-menu ul {
    padding-right: 0 !important;
    max-height: 100vh;
    overflow-y: auto;
  }

  .panel-menu ul li {
    list-style: none;
    width: 100%;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    color: #000;
    font-weight: 500;
    font-size: 14px;
  }
  #panel-menu ul {
    padding-left: 0 !important;
    padding-bottom: 0 !important;
  }
  .btn-menu {
    background-color: #020024 !important;
    width: 100%;
    line-height: 40px;
    padding: 5px;
    padding-right: 5px;
    cursor: pointer;
    border-bottom: 1px solid #375c64;
    color: #fff !important;
    padding-right: 21px;
  }

  .panel-menu {
    z-index: 10;
  }

  .panel-menu ul li {
    padding-left: 20px;
    padding-right: 10px;
  }

  .main-menu a {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
  }

  .openSubPanel {
    position: relative;
    cursor: pointer;
    z-index: 1;
    text-align: right;
    width: 100%;
    display: block;
  }

  .panel-menu.isOpen,
  .subPanel.isOpen {
    right: 0;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
  }

  .subPanel {
    z-index: 20;
  }

  .closeSubPanel,
  .closePanel,
  .openSubPanel {
    cursor: pointer;
  }

  .border-none {
    border: none !important;
  }

  .panel-menu.isOpen::before {
    position: absolute;
    right: 300px;
    content: "";
    top: 0;
    height: 100%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    width: 500%;
  }

  .arow-menu i {
    color: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 1.3;
    color: #000;
  }

  .close-menu .times {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
  }

  .closeSubPanel i {
    font-size: 18px;
    width: 16px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
  }

  .panel-menu.isOpen .close-menu {
    padding: 0;
    width: 28px;
    height: 28px;
    font-size: 21px;
    color: #fff;
    line-height: 15px;
    text-align: center;
    line-height: 33px;
    float: left;
    position: absolute;
    left: 10px;
    top: 10px;
  }

  .openSubPanel .arow-menu {
    color: #000;
    font-size: 22px;
  }

  .arow-menu {
    position: absolute;
    left: 0;
    top: 12px;
    height: 29px;
    width: 29px;
    text-align: center;
  }

  .menuTrigger i {
    font-size: 28px;
    cursor: pointer;
  }
  .c-navi-new-list {
    justify-content: space-between;
  }

  .c-navi-new-list__categories {
    display: none !important;
  }
}
header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  left: 0;
  margin: auto;
  z-index: 11;
  color: var(--color-white);
  background-color: var(--color-primary);
}
@media screen and (max-width: 600.99px) {
  .p-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 767.99px) {
  .text-xs-center {
    text-align: center;
  }
  .h-300 {
    margin-top: 100px;
  }
  .products-carousel .swiper-button-next {
    width: 30px;
    height: 60px;
    background-size: 100% 100% !important;
  }
  .products-carousel .swiper-button-prev {
    width: 30px;
    height: 60px;
    background-size: 100% 100% !important;
  }
  .smoke {
    top: -120%;
    width: 100px;
    height: 160px;
  }
  .city-img {
    width: min(200px, 50vw);
  }
  .h-xs-50 {
    height: 50vh;
  }
  .flex-item {
    flex-wrap: nowrap;
    gap: 15px;
  }
  .hero-slider .swiper-button-next,
  .hero-slider .swiper-button-prev {
    display: none;
  }
  .layer-obj {
    left: 0;
    right: 0;
    margin: auto;
    width: min(80vw, 800px);
  }
  .text-flex-box {
    padding: 12px 10px;
    font-size: 10px;
  }
  #zamzamWrap .bottleLayer img {
    height: 250px;
  }
  .thumb-hero-content {
    padding-left: 15px;
  }
  .thumb-hero-wrap {
    background-color: #0000009e;
  }
  .thumb-card {
    height: 200px;
  }
  .item-video {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .img-video {
    height: 220px;
  }
  .text-xs-end {
    text-align: left !important;
  }
  .news-text {
    width: calc(100% - 120px);
  }
  .imd-news {
    width: 120px;
    height: 90px;
  }
  .social-footer ul li {
    margin: 0 5px;
  }
  .back-to-top {
    left: 1px !important;
  }
  .iso-list li img {
    width: 39px;
    object-fit: contain;
  }
  .iso-list li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
  }
  .accordion-container .set > span i {
    position: absolute;
    left: 0;
    top: 17px;
    color: var(--color-white);
    font-size: 10px;
  }
  .services-details-content h1 {
    font-size: 22px;
  }
  .blog-details-content > .title {
    font-size: 22px;
  }
  .blog-details-content blockquote::after {
    font-size: 35px;
  }
  .blog-details-content blockquote {
    margin: 50px 14px 49px;
    padding: 50px 47px 44px 17px;
  }
  .blog-post-share {
    justify-content: start !important;
    margin-top: 20px;
  }
  .comments-avatar,
  .blog-avatar-img {
    width: 60px;
    height: 60px;
  }
  .count-box.counted {
    min-height: 105.729px;
  }

  .main-title-count {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .main-caption-news {
    font-size: 29px;
  }
  .footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .mt-xs-15 {
    margin-top: 15px;
  }
  .social-footer {
    border-top: 1px solid #000;
    padding-top: 10px;
  }
  .title-footer {
    margin-bottom: 20px;
  }
  .accordion-container .content {
    position: relative;
    width: 100%;
    height: auto;
    padding-right: 10px !important;
    display: none;
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .accordion-container .set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: transparent;
    line-height: 40px;
    border-bottom: 1px solid #a5a7a961;
  }
  .copy-right {
    font-size: 10px;
    text-align: center;
    padding-top: 10px;
  }
  .pe-xs-2.ps-xs-2 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .count-text {
    font-size: 35px;
  }
  .count-box.counted {
    padding: 10px;
  }
  .bx-img-news {
    height: 293px;
  }
  .owl-news {
    margin-top: 20px;
  }
  .crd-body {
    display: flex !important;
    justify-content: space-around;
    align-items: center;
  }

  .choice-card label {
    font-size: 11px;
    width: 111.11px;
    height: 40.831px;
    transition: all 0.2s linear;
  }

  .search-input {
    width: 95%;
  }

  #startBtn {
    width: 100%;
    min-width: 300px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.99px) {
  .mt-tb-4 {
    margin-top: 15px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}
.title-footer {
  display: block;
  position: relative;
  color: var(--color-white);
  font-weight: 600;
}
.lnk-footers {
  padding-right: 0;
}
.lnk-footers li {
  line-height: 1.8;
  position: relative;
  list-style-type: none !important;
}
.lnk-footers li a {
  color: var(--color-white);
  font-size: 13px;
  font-weight: 300;
  transition: all 0.2s linear;
}
.lnk-footers li a:hover {
  color: var(--color-third);
}
.footer-contact li {
  list-style: none;
  margin-bottom: 15px;
  color: var(--color-white);
}
.footer-contact li a {
  color: var(--color-white);
  direction: ltr;
  display: inline-block;
}
.map-icon {
  background-position: -4px -7px;
  width: 17px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}
.tel-icon {
  background-position: -28px -7px;
  width: 20px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
}
.mail-icon {
  background-position: -61px -7px;
  width: 17px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}
.text-li {
  padding-right: 5px;
  display: inline-block;
  width: calc(100% - 30px);
  vertical-align: top;
}
.iso-list li {
  display: inline-block;
}
.d-inline-block {
  display: inline-block;
}
.logo-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.logo-section .item {
  text-align: center;
}
.title-section {
  color: var(--color-secondary);
  font-size: 20px;
  font-weight: 900;
  font-family: "Graphik Arabic";
}
.news-section,
.video-section {
  padding-top: 4rem;
}
@media screen and (min-width: 768px) {
  .imd-news {
    width: 215px;
    height: 108px;
  }
  .social-footer ul li {
    margin-left: 15px;
  }
  .img-blog {
    height: 355px;
  }
}
.img-blog {
  overflow: hidden;
  border-radius: 15px;
}
.img-blog img {
  object-fit: cover;
  height: 100% !important;
  width: 100% !important;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 15px;
}
.layer-news {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  border: 1px solid #9f9f9f;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(32, 32, 32) 0%,
    rgba(109, 107, 107, 0) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(32, 32, 32) 0%,
    rgba(109, 107, 107, 0) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(32, 32, 32) 0%,
    rgba(109, 107, 107, 0) 100%
  );
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 10px 15px;
  box-shadow: 0px 4px 12.35px 0.65px rgba(0, 0, 0, 0.46);
}
.title-blog {
  color: var(--color-white);
  font-weight: 700;
  font-size: 15px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -moz-box-orient: vertical;
  -moz-line-clamp: 1;
}
.news-list li {
  list-style: none;

  position: relative;
  margin-bottom: 14px;
  transition: all 0.2s linear;
}
.news-text {
  border-bottom: 1px solid #d3d3d3;
  min-height: 108px;
}
.news-list li a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.imd-news {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #9f9f9f;
}

.imd-news img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.s-title-blog {
  color: var(--text-color2);
  font-weight: 700;
  font-size: 14px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -moz-box-orient: vertical;
  -moz-line-clamp: 1;
  text-align: right;
  direction: initial;
  padding-right: 7px;
  position: relative;
}
.s-title-blog::before {
  position: absolute;
  width: 5px;
  height: 5px;
  content: "";
  right: -4px;
  top: 4px;
  border-radius: 100%;
  background-color: #ffad08;
}
.s-date-news {
  color: #7d7d7d;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-box-orient: vertical;
  -moz-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  min-height: 40px;
  text-align: right;
}
.show-more {
  width: 130.5px;
  height: 42.5px;
  border: 1.25px solid rgb(2, 0, 36);
  border-radius: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: rgb(2, 0, 36);
  transition: all 0.2s linear;
}
.show-more:hover {
  background-color: #020024;
  color: #fff;
  transition: all 0.2s linear;
}
.sub-title-section {
  color: #020024;
  font-size: 16px;
}
.layer-video {
  position: absolute;
  right: 0;
  width: 70%;
  height: 100%;
  top: 0;
  background: url("../images/bg-video.png") no-repeat;
  z-index: 1;
  padding: 30px;
  background-position: 66% 10%;
  background-size: 88% !important;
}
.img-video {
  width: 100%;
  position: relative;
  border-radius: 15px;

  overflow: hidden;
}

.item-video:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.img-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  transition: all 0.4s;
}
.fa-video-name {
  color: #060529;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.4s;
}
.item-video:hover .fa-video-name {
  font-size: 20px;
}
.en-video-name {
  color: #060529;
  font-size: 16px;
  text-transform: capitalize;
}
.pro-section {
  background-color: #960019;
}
.owl-pro .owl-stage {
  padding-right: 0 !important;
}
.history-section {
  background: #050429 url("../images/vector.png") repeat;
  background-attachment: fixed;
  padding-top: 4rem;
  padding-bottom: 4rem;
  color: #fff;
}
.history-title-section {
  font-family: "Graphik Arabic";
  font-size: clamp(14px, 2vw, 50px);
  font-weight: 900;
  margin-bottom: 10px;
}
.history-sub-title-section {
  font-family: "Graphik Arabic";
  font-size: clamp(18px, 1.5vw, 30px);
  font-weight: 300;
}
.more-link {
  border: 0.5px solid rgb(255, 170, 0);
  border-radius: 10px;
  display: inline-block;
  color: #ffaa00;
  padding: 10px 25px;
}
.img-flex-box {
  height: 50px;
  margin-top: 16px;
}
.img-flex-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.f-think {
  font-weight: 300;
}
.flex-item {
  row-gap: 8px;
  display: flex;
  align-items: center;
}

.text-flex-box {
  text-align: center;
}
.flex-box {
  flex: 0 0 31%;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  display: flex;
  border-radius: 10px;
  background-color: rgb(2, 0, 43);
}
.hero-slider {
  position: relative;
}
.heroSwiper {
  height: calc(100vh - 57px);
}

.heroSwiper .swiper-slide {
  position: relative;
  overflow: hidden;
}

.slide-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
}
.layer-slide {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem;
}
.sticky-menu {
  background-color: #040404ad;
  transition: all 0.2s linear;
}
.layer {
  z-index: 2;
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
  transition-delay: var(--d, 0ms);
  will-change: transform, opacity;
}

.layer-title {
  text-shadow: 0px 3px 10px #000;
  font-size: clamp(22px, 3vw, 44px);
  color: #fff;
  font-weight: 700;
}
.layer-sub {
  text-shadow: 0px 3px 10px #000;
  font-size: clamp(14px, 1.4vw, 18px);
  color: #fff;
}

.layer-obj {
  position: absolute;
  bottom: 0;

  height: auto;
}

.swiper-slide.is-active .layer {
  opacity: 1;
  transform: translateY(0);
}
.hero-slider .swiper-button-next::after,
.hero-slider .swiper-button-prev::after {
  color: #fff;
}
.floaty {
  animation: floaty 4.5s ease-in-out infinite;
}
@keyframes floaty {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .layer {
    transition: none;
  }
  .floaty {
    animation: none;
  }
}
/**************section2***************/
.parallax-banner {
  height: clamp(260px, 50vw, 520px);
  position: relative;
  overflow: hidden;
  background-image: url("assets/images/banner1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;

  z-index: 0;
}
.parallax-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.35));
  pointer-events: none;
}

.history-section {
  position: relative;
  z-index: 2;

  margin-top: -80px;
  padding-top: 80px;
}

@media (max-width: 767.99px) {
  .history-section {
    margin-top: -40px;
    padding-top: 40px;
    border-radius: 22px 22px 0 0;
  }

  .parallax-banner {
    background-attachment: scroll;
  }
}
/****history******/
.history-section {
  position: relative;
  overflow: hidden;
}

.city-float {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: url("../images/layer-city.png");
  background-size: cover !important;
}

.history-section .container {
  position: relative;
  z-index: 2;
}

.city-parallax {
  position: absolute;
  top: 0;
  left: 0;

  width: min(700px, 80vw);
  height: auto;

  will-change: transform;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.16));

  /* این مقدارها فقط fallback هستن؛ JS دقیقش می‌کنه */
  transform: translate3d(10px, 140px, 0);
}
/* wrapper که هم city هم دود با هم حرکت کنن */
.city-pack {
  position: absolute;
  top: 5rem;
  left: 0;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.city-img {
  display: block;
  height: auto;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.16));
}

.smoke {
  position: absolute;
  left: 0%;
  pointer-events: none;
  z-index: 2;
  mix-blend-mode: screen;
  opacity: 0.85;
}

.puff {
  position: absolute;
  inset: auto;
  width: 140px;
  height: 140px;
  border-radius: 999px;

  /* دود با گرادینت */
  background: radial-gradient(
    circle at 30% 30%,
    rgba(174, 183, 230, 0.897),
    rgba(49, 136, 236, 0.76) 60%,
    rgba(22, 1, 97, 0) 90%
  );

  filter: blur(10px);
  transform: translate3d(0, 0, 0) scale(1);
  will-change: transform, opacity;

  animation: smokeFloat 4.8s ease-in-out infinite;
  opacity: 0;
}

.p1 {
  left: 20px;
  top: 160px;
  animation-delay: 0s;
}
.p2 {
  left: 70px;
  top: 190px;
  animation-delay: 1.1s;
}
.p3 {
  left: 30px;
  top: 120px;
  animation-delay: 2.2s;
}
.p4 {
  left: 90px;
  top: 150px;
  animation-delay: 3s;
}

@keyframes smokeFloat {
  0% {
    opacity: 0;
    transform: translate3d(10px, 30px, 0) scale(0.85);
  }
  20% {
    opacity: 0.55;
  }
  60% {
    opacity: 0.35;
    transform: translate3d(-12px, -50px, 0) scale(1.08);
  }
  100% {
    opacity: 0;
    transform: translate3d(-30px, -95px, 0) scale(1.2);
  }
}

@media (prefers-reduced-motion: reduce) {
  .puff {
    animation: none;
    opacity: 0.25;
  }
}
/*********************موشن*********************/
.rev-head,
.rev-city,
.rev-right {
  opacity: 0;
  will-change: transform, opacity;
}

.rev-head {
  transform: translate3d(0, 14px, 0);
  transition:
    transform 520ms cubic-bezier(0.2, 0.9, 0.2, 1),
    opacity 520ms cubic-bezier(0.2, 0.9, 0.2, 1);
}

.rev-city {
  transition: opacity 520ms cubic-bezier(0.2, 0.9, 0.2, 1);
}

.rev-right {
  transform: translate3d(44px, 0, 0);
  transition:
    transform 560ms cubic-bezier(0.2, 0.9, 0.2, 1),
    opacity 560ms cubic-bezier(0.2, 0.9, 0.2, 1);
}

.is-in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.rev-city.is-in {
  opacity: 1;
}

.rev-delay-1 {
  transition-delay: 110ms;
}
.rev-delay-2 {
  transition-delay: 220ms;
}

@media (prefers-reduced-motion: reduce) {
  .rev-head,
  .rev-city,
  .rev-right {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

.more-link {
  display: inline-block;
}
.more-link:hover {
  transform: translateY(-2px);
}
/*****carousel slide*******/
.other-products {
  background: #ffae0b url("../images/bg-products.png");
  background-size: cover !important;
  background-attachment: fixed;
}

.products-carousel {
  padding: 28px 0 40px;
  overflow: visible;
}
.products-carousel .swiper {
  overflow: visible;
}

.products-carousel .swiper-slide {
  transition:
    transform 250ms ease,
    opacity 250ms ease,
    filter 250ms ease;
  transform: scale(0.4);
}

.products-carousel .swiper-slide.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  filter: none;
  z-index: 2;
}

.products-carousel .swiper-slide.swiper-slide-prev,
.products-carousel .swiper-slide.swiper-slide-next {
  transform: scale(0.6);

  z-index: 1;
}

.product-card {
  border: none;
  border-radius: 0;
  overflow: hidden;
  background-color: transparent !important;
}
.product-card img {
  width: 100%;
  height: 380px;
  object-fit: contain;
  display: block;
}
.products-carousel:not(.is-ready) .swiper-slide {
  transition: none !important;
}

.products-carousel .swiper-button-next {
  background: url("../images/next.png");
}
.products-carousel .swiper-button-prev {
  background: url("../images/next.png");
  transform: rotate(180deg);
}
.products-carousel .swiper-button-next:after,
.products-carousel .swiper-button-prev:after {
  display: none;
}

.products-carousel .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 0.35;
}
.products-carousel .swiper-pagination-bullet-active {
  opacity: 1;
}
.products-carousel .swiper {
  width: 100%;
  overflow: visible;
}
.products-carousel .swiper-wrapper {
  align-items: stretch;
}
.p-title {
  color: #111111;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.main-title-pro {
  color: #02002b;
  font-family: "Graphik Arabic";
  font-size: clamp(14px, 2vw, 50px);
  font-weight: 900;
  margin-bottom: 10px;
}
.sub-title-pro {
  font-family: "Graphik Arabic";
  font-size: clamp(18px, 1.5vw, 30px);
  font-weight: 300;
}

.op-rev {
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  transition:
    transform 520ms cubic-bezier(0.2, 0.9, 0.2, 1),
    opacity 520ms cubic-bezier(0.2, 0.9, 0.2, 1);
}
.op-d1 {
  transition-delay: 140ms;
}
.op-in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.op-img {
  transition: transform 650ms cubic-bezier(0.2, 0.9, 0.2, 1);
  will-change: transform;
}
.product-card {
  transition: transform 420ms cubic-bezier(0.2, 0.9, 0.2, 1);
}
.product-card:hover {
  transform: translate3d(0, -6px, 0);
}
.product-card:hover .op-img {
  transform: scale(1.06);
}

.product-card img {
  transform: translate3d(var(--imgX, 0px), var(--imgY, 0px), 0)
    rotate(var(--imgR, 0deg)) scale(var(--imgS, 1));
  transition: transform 650ms ease;
  will-change: transform;
}

.product-card .card-body {
  transform: translate3d(0, var(--bodyY, 0px), 0);
  opacity: var(--bodyO, 1);
  transition:
    transform 650ms ease,
    opacity 650ms ease;
  will-change: transform, opacity;
}

.products-carousel .swiper-slide.swiper-slide-active .product-card img {
  animation: activeBreath 2.6s ease-in-out infinite;
}
@keyframes activeBreath {
  0%,
  100% {
    transform: translate3d(var(--imgX, 0), var(--imgY, 0), 0)
      rotate(var(--imgR, 0)) scale(1);
  }
  50% {
    transform: translate3d(var(--imgX, 0), var(--imgY, 0), 0)
      rotate(var(--imgR, 0)) scale(1.02);
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-card img,
  .product-card .card-body {
    transition: none !important;
  }
  .products-carousel .swiper-slide.swiper-slide-active .product-card img {
    animation: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .op-rev,
  .op-img,
  .product-card {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}
/******************kalbas*********************/

.thumb-hero-wrap {
  position: relative;
  min-height: 520px;

  overflow: hidden;
  z-index: 10;
}

/* اسلاید اصلی بکگراند */
.thumb-hero-main {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.bg-slide {
  background-repeat: no-repeat;
  position: absolute;
  inset: 0;
  background-size: contain;
  background-position: left center;
}

.thumb-hero-grid {
  position: relative;
  z-index: 3;
  height: 100%;
  min-height: 520px;
  display: grid;
  grid-template-columns: 1fr 320px; /* چپ متن / راست thumbs */
}

.thumb-hero-content {
  display: flex;
  align-items: center;
  min-height: 400px;
}
.thumb-hero-box {
  max-width: 460px;
  color: #fff;
}
.th-title {
  font-size: 34px;
  margin: 0 0 10px;
  line-height: 1.25;
}
.th-desc {
  margin: 0 0 18px;
  opacity: 0.92;
  line-height: 1.9;
  text-align: right;
}
.th-link {
  display: inline-flex !important;
  background-color: #fff;
  text-decoration: none;
  padding: 10px 34px;
  border-radius: 999px;
  color: #000;
  align-items: stretch;
  justify-content: center;
  width: 150px;
}

#thumbsSwiper {
  width: 100%;
}

.thumb-card {
  border-radius: 16px;
  overflow: hidden;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}
.thumb-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
#thumbsSwiper .swiper-slide-thumb-active .thumb-card {
  opacity: 1;
  transform: scale(1.02);
}

.th-nav {
  z-index: 4;
  color: #fff;
}

@media (max-width: 991px) {
  .thumb-hero-grid {
    grid-template-columns: 1fr;
  }
  .thumbs-panel {
    padding: 0 14px 18px;
  }
  #thumbsSwiper {
    height: auto;
  }
}
.th-title {
  color: #fff;
  font-family: "Graphik Arabic";
  font-size: clamp(14px, 2vw, 50px);
  font-weight: 900;
  margin-bottom: 10px;
}
.th-desc {
  text-align: justify;
  margin-top: 30px;
  direction: rtl;
  margin-bottom: 30px;
}
/* متن/لوگو transition */
.thumb-hero-box {
  position: relative;
}

.thumb-hero-box.is-changing #thLogo,
.thumb-hero-box.is-changing #thTitle,
.thumb-hero-box.is-changing #thDesc,
.thumb-hero-box.is-changing #thLink {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}

#thLogo,
#thTitle,
#thDesc,
#thLink {
  display: inline-block;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition:
    transform 420ms cubic-bezier(0.2, 0.9, 0.2, 1),
    opacity 420ms cubic-bezier(0.2, 0.9, 0.2, 1);
}

@media (prefers-reduced-motion: reduce) {
  #thLogo,
  #thTitle,
  #thDesc,
  #thLink {
    transition: none !important;
  }
}
.swiper-slide .thumb-card img {
  filter: grayscale(100%);
}
.swiper-slide-thumb-active .thumb-card img {
  filter: grayscale(0);
}

.thumb-hero-box {
  position: relative;
  display: flex;
  flex-direction: column;
}

/* فقط داخل زمزم */
#zamzamWrap {
  position: relative;
}

/* بطری: fixed ولی فقط با JS داخل رنج زمزم روشن میشه */
#zamzamWrap .bottleLayer {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.18s ease,
    visibility 0.18s ease;
}

#zamzamWrap .bottleLayer.is-on {
  opacity: 1;
  visibility: visible;
}

#zamzamWrap .bottleLayer.is-off {
  opacity: 0;
}

#zamzamWrap .bottleLayer img {
  position: absolute;
  left: 0;
  top: 0;

  object-fit: contain;
  display: block;
  transform-origin: 50% 55%;
  will-change: transform;
  filter: drop-shadow(0 26px 52px rgba(0, 0, 0, 0.38));
}

#zamzamWrap #heroSec {
  min-height: 100vh;

  isolation: isolate;
}
/* بک‌گراندهای فول روی کل wrap (bgA/bgB فرزند مستقیم zamzamWrap) */
#zamzamWrap > .bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.65s ease;
  z-index: 0;
  pointer-events: none;
}
#zamzamWrap > .bg.is-on {
  opacity: 1;
}

/* محتوا بالای بک‌گراند */
#zamzamWrap #heroSec,
#zamzamWrap #carouselSec {
  position: relative;
  z-index: 1;
}

#zamzamWrap #carouselSec {
  position: relative;
  padding-top: 40px;
  overflow: hidden;
}
#zamzamWrap #carouselSec .wrap {
  position: relative;
  width: min(1120px, 92vw);
  margin: 0 auto;
  z-index: 5;
  padding-top: 40px;
}

#zamzamWrap #productSwiper {
  padding: 120px 0 40px;
}

#zamzamWrap #productSwiper .pic {
  height: 220px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#zamzamWrap #productSwiper .pic img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  transition: opacity 0.12s linear;
  will-change: opacity;
}

/* دکمه‌ها فقط همین */
#zamzamWrap .zamzam-prev,
#zamzamWrap .zamzam-next {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 999px;

  cursor: pointer;
  font-size: 22px;
  line-height: 44px;
  text-align: center;
  user-select: none;
}
#zamzamWrap .zamzam-prev {
  left: -6px;
}
#zamzamWrap .zamzam-next {
  right: -6px;
}

/* وقتی بطری بزرگ روشنه، عکس اسلاید active دیده نشه */
#zamzamWrap.zamzam-bottle-on #carouselSec .swiper-slide-active .pic img {
  opacity: 0 !important;
  visibility: hidden !important;
}

.title-pro {
  color: #000;
  font-weight: 900;
  margin-top: 15px;
}
.title-pro2 {
  color: #000;
}
.zamzam-prev::after,
.zamzam-next::after {
  color: #000;
}
.zamzam-prev,
.zamzam-next {
  background-color: transparent !important;
}
#zamzamWrap #productSwiper .swiper-slide {
  transition:
    transform 0.45s ease,
    filter 0.45s ease;
  filter: saturate(0.95);
}

#zamzamWrap #productSwiper .swiper-slide-active {
  filter: saturate(1.15);
}

#zamzamWrap #productSwiper .swiper-slide-active .pic {
  position: relative;
}

#zamzamWrap #productSwiper .swiper-slide-active .pic::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  width: 180px;
  height: 46px;
  border-radius: 999px;
  background: radial-gradient(
    closest-side,
    rgba(255, 255, 255, 0.25),
    rgba(255, 255, 255, 0)
  );
  opacity: 0.9;
  pointer-events: none;
  filter: blur(2px);
}
.swiper-pagination-bullet {
  background-color: #353535;
}
.swiper-pagination-bullet-active {
  background-color: #da7802;
}

@keyframes zamzamFloatTilt {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  25% {
    transform: translate3d(0, -10px, 0) rotate(-2deg);
  }
  50% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  75% {
    transform: translate3d(0, 8px, 0) rotate(2deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
}

#zamzamWrap #productSwiper .swiper-slide-active .pic {
  transform-origin: center bottom;
  animation: zamzamFloatTilt 2.6s ease-in-out infinite;
  will-change: transform;
}

#zamzamWrap #productSwiper .swiper-wrapper {
  -webkit-tap-highlight-color: transparent;
}
#zamzamWrap #productSwiper.swiper-is-dragging .swiper-slide-active .pic {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  #zamzamWrap #productSwiper .swiper-slide-active .pic {
    animation: none !important;
  }
}
.news-list li:hover .imd-news img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.big-news:hover .img-blog img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.owl-logo img {
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
.owl-logo .item:hover img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

/****about-page****/
.banner-top-about::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/bg-banner.png") no-repeat;
  pointer-events: none;
  background-size: cover;
}
.top-about {
  background: #020024;
  color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}
.top-section::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  background: url("../images/shap.png") no-repeat;
  width: 103px;
  height: 33px;
}
.title-top-about {
  font-weight: 700;
  font-size: clamp(22px, 2vw, 20px);
}
.desc-top-about {
  font-size: 14px;
  line-height: 2.3;
  color: #f1f1f1;
}
.text {
  text-align: justify;
  line-height: 2;
  font-weight: 300;
}
.btn-primary {
  color: #fff;
  border-radius: 999px;
  padding: 10px 30px;
  background-color: rgb(2, 0, 36);
  position: relative;
  transition: all 0.2s linear;
}
.btn-primary:hover {
  background-color: #ffaa00;
  color: #000;
}
.btn-primary::after {
  content: "";
  position: absolute;
  right: 18px;
  background-color: #fff;
  width: 7px;
  height: 7px;
  top: 16px;
  border-radius: 100%;
}
.btn-primary:hover::after {
  background-color: #000;
}
.next-section {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  background-position: -104px -77px;
  width: 43px;
  height: 43px;
  z-index: 1;
  cursor: pointer;
}

.timeline-section::before {
  background: url("../images/bg-history.png");
  background-size: contain;
  position: absolute;
  content: "";
  inset: 0;
  pointer-events: none;
  height: 50%;
}

.tl-head .txt p {
  color: #6c757d;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #f6a400;
}
.tl-card {
  background: transparent;
  border-left: 2px solid #fea900;
  cursor: pointer;
}
.tl-head h2 {
  font-size: 14px;
  font-weight: 600;
}
.tl-head .txt {
  padding-right: 20px;
}
.tl-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.tl-head .txt h6 {
  font-weight: 800;
  margin: 0 0 6px;
  font-size: 14px;
  color: #111827;
  direction: rtl;
}
.tl-head .txt p {
  margin: 0;
  font-size: 12px;
  color: #6c757d;
  line-height: 1.7;
  max-width: 240px;
  direction: rtl;
}

.icon-box {
  width: 92px;
  height: 73px;
  background: #ffaa00;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex: 0 0 auto;
}
.icon-box img {
  max-width: 29px;
  object-fit: contain;
}
.icon-box i {
  font-size: 22px;
}

.img-wrap {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  background: #000;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
  aspect-ratio: 4 / 3;
}
.img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) contrast(1.05);
  transform: scale(1.01);
}

.year {
  font-family: "Graphik Arabic";
  padding-left: 30px;
  font-weight: 900;
  font-size: 30px;
  color: #0b1a3a;
  letter-spacing: 0.5px;
  text-align: left;
  position: relative;
}
.year::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 92px;
  height: 29px;
  background-color: #fea900;
}
#timelineCarousel .owl-stage {
  padding-left: 0 !important;
}

.awards-section::before {
  background: url("../images/bg-award.png");
  background-size: auto;
  background-size: contain;
  position: absolute;
  content: "";
  inset: 0;
  pointer-events: none;
  height: 60%;
}

.awards-header {
  position: relative;
  z-index: 2;
  padding-bottom: 40px;
}
.awards-title {
  font-weight: 900;
  margin: 0 0 20px;
  text-align: right;
  color: #fff;
}
.awards-desc {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 2;
  font-size: 13px;
  text-align: right;
}

.awards-bottom {
  position: relative;
  z-index: 2;
}

.award-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
  margin-bottom: 100px;
  margin-top: 50px;
}
.award-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.owl-item .award-card {
  transform: scale(0.88);
}

.owl-item.center .award-card {
  transform: scale(1.2);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.24);
  opacity: 1;
}

@media (max-width: 768px) {
  .awards-wave {
    bottom: 220px;
  }
  .fa-video-name {
    font-size: 20px !important;
  }
  .award-card {
    height: 200px;
  }
}
.layer-video-about {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.play-video-about {
  background-position: -105px -7px;
  width: 52px;
  height: 52px;
  animation: playPulse 1.6s ease-in-out infinite;
  will-change: transform, box-shadow;
}
@keyframes playPulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow:
      0 18px 40px rgba(0, 0, 0, 0.25),
      0 10px 20px rgba(246, 164, 0, 0.25);
  }
  50% {
    transform: scale(1.03);
    box-shadow:
      0 26px 60px rgba(0, 0, 0, 0.28),
      0 16px 32px rgba(246, 164, 0, 0.33);
  }
}

.video-time {
  position: absolute;
  left: 20px;
  bottom: 10px;
  background-color: #ffaa00;
  border-radius: 999px;
  padding: 1px 5px;
}
/*******pro-page***/
.intro-pro {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: calc(100vh - 93px);
  background-position: bottom center !important;
}
.top-dec-pro {
  color: #fff;
  line-height: 2;
  text-align: justify;
  text-shadow: 0px 0px 2px #00000098;
}
.text-red {
  color: #ed1c2e;
}

@keyframes floating {
  0% {
    transform: translateY(0) rotate(5deg);
  }
  30% {
    transform: translateY(3%) rotate(0deg);
  }
  50% {
    transform: translateY(0%) rotate(5deg);
  }
  70% {
    transform: translateY(3%) rotate(-0deg);
  }
  100% {
    transform: translateY(0) rotate(-5deg);
  }
}
@keyframes animation1 {
  0%,
  100% {
    transform: translate(5px, 5px);
  }
  50% {
    transform: translate(0, 0);
  }
}
@keyframes animation2 {
  0%,
  100% {
    transform: translate(-5px, -5px);
  }
  50% {
    transform: translate(0, 0);
  }
}

.section {
  position: relative;
}

.bottle-container {
  position: fixed;
  top: 20%;
  left: 15%;
  width: 288px;
  z-index: 10;
  pointer-events: none;
  transition: transform 0.1s ease-out;
}
.main-wrapper {
  position: relative;
  width: 100%;
}

.bottle-container img {
  width: 100%;
  filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.2));
  animation: floating 8s infinite linear !important;
}
.breadcrumbs li {
  display: inline-block;
  margin-left: 15px;
  position: relative;
}
.breadcrumbs li:not(:first-child)::after {
  content: "|";
  position: absolute;
  top: 0;
  right: -13px;
}
.breadcrumbs > * a,
.breadcrumbs li {
  color: #fff !important;
}
.flex-title-top h2 {
  font-size: 20px;
  font-weight: 900;
  font-family: "Graphik Arabic";
  color: #fff;
}
.flex-title-top p {
  color: #fff;
  font-family: "Graphik Arabic";
  font-size: 17px;
}
.title-section-pro {
  font-size: 20px;
  font-weight: 900;
  font-family: "Graphik Arabic";
}
.sub-title-section-pro {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .top-dec-pro {
    font-size: 18px;
  }
  .flex-title-top h2 {
    font-size: 25px;
  }
  .title-section-pro {
    font-size: 25px;
  }
  .sub-title-section-pro {
    font-size: 18px;
  }
}
@media screen and (max-width: 991.99px) {
  .bottle-container {
    display: none;
  }
}
.text-pro {
  text-align: justify;
  line-height: 2;
  font-weight: 500;
}
.text-pro h3 {
  font-size: 15px;
  font-weight: 900;
}
.other-products-pro {
  background: #f12538 url("../images/bg-product-pro.png");
  background-size: cover !important;
  background-attachment: fixed;
}
.main-title-product {
  color: #fff;
  font-family: "Graphik Arabic";
  font-size: clamp(14px, 2vw, 50px);
  font-weight: 900;
  margin-bottom: 10px;
}
.sub-title-product {
  font-family: "Graphik Arabic";
  font-size: clamp(18px, 1.5vw, 30px);
  font-weight: 300;
  color: #fff;
}
.pro-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.img-main-pro {
  animation: floating 8s infinite linear !important;
  max-height: 350px;
  object-fit: contain;
}
/**************blog***/

.top-blog .blog-item {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  height: 100%;
}

.top-blog .wrapper-b-blog {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.top-blog img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease-in-out;
}

.top-blog .blog-item:hover img {
  transform: scale(1.08);
}

.top-blog .layer-blog {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(2, 0, 36) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(2, 0, 36) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(2, 0, 36) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  display: flex;
  align-items: flex-end;
  padding: 15px 15px 15px 30px;
  text-align: right;
}

.top-blog .blog-title {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 5px;
  font-family: "Graphik Arabic";
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.top-blog .small-title {
  font-size: 0.85rem;
  font-family: "Graphik Arabic";
}

.top-blog .blog-desc {
  color: #cecece;
  font-size: 0.8rem;
  margin-top: 8px;
  font-family: "Graphik Arabic";
}

@media (min-width: 768px) {
  .top-blog .large-box,
  .top-blog .tall-box {
    height: 366px;
  }
  .top-blog .small-box {
    height: calc(183px - 8px);
  }
  .news-title {
    min-height: 54px;
  }
  .news-tabs-container {
    border-radius: 25px !important;
  }
}

@media (max-width: 767.99px) {
  .pe-xs-0 {
    padding-left: 0 !important;
  }
  .ps-xs-0 {
    padding-right: 0 !important;
  }
  .mt-xs-4 {
    margin-top: 1.5rem !important;
  }
  .news-tabs-container {
    border-radius: 0 !important;
  }
  .top-blog .blog-item {
    height: 250px;
  }
}
.bg-gray {
  background-color: #eaeaea;
}
.news-tabs-container {
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background-color: #fff;
}
.news-tabs-container .nav-tabs {
  border-bottom: 1px solid #eee;
}
.news-tabs-container .nav-link {
  border: none !important;
  border-left: 1px solid #eee !important;
  color: #333;
  font-weight: bold;
  padding: 15px 0;
  font-size: 1rem;
  background: none;
  font-family: "Graphik Arabic";
}
.news-tabs-container .nav-item:last-child .nav-link {
  border-left: none !important;
}
.news-tabs-container .nav-link.active {
  color: #ffb400 !important;
  background-color: #fff !important;
}
.news-title {
  font-size: 0.82rem;
  line-height: 1.7;
  color: #444;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "Graphik Arabic";
}
.news-meta .date {
  font-size: 0.75rem;
  color: #999;
}
.news-meta .view-more {
  font-size: 0.75rem;
  color: #ffb400;
  text-decoration: none;
  font-weight: bold;
  margin-right: 9px;
}
.news-image img {
  width: 119px;
  height: 80px;
  object-fit: cover;
  border-radius: 15px !important;
}
@media (max-width: 576px) {
  .news-image img {
    width: 80px;
    height: 60px;
  }
  .news-title {
    font-size: 0.85rem;
  }
}
.banner-row img {
  border-radius: 18px;
}
.pt-35 {
  padding-top: 35px;
}
.title-card-h {
  font-size: 18px;
  font-weight: 700;
  font-family: "Graphik Arabic";
}
.line-h {
  width: 80px;
  height: 4px;
  background-color: #ffc107;
  position: absolute;
  bottom: -2px;
  right: 0;
}
.h-main-tilte {
  font-size: 0.8rem;
  line-height: 1.7;
  font-weight: 600;
  color: #000;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "Graphik Arabic";
}
.short-desc {
  color: #898989;
  font-weight: 400;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.short-desc-side {
  color: #898989;
  font-weight: 400;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.btn-warning {
  background-color: #ffaa00;
  border-radius: 7px;
  font-size: 13px;
}
.icon-edit {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-position: -48px -50px;
}
.main-img img {
  object-fit: cover;
  border-radius: 12px !important;
  height: 205px;
  transition: all 0.4s ease-in-out;
}
.main-img.d-block {
  overflow: hidden;
  border-radius: 12px;
}
.owl-cat-blog .item:hover .main-img img {
  transform: scale(1.08);
}
.main-img-side img {
  object-fit: cover;
  border-radius: 12px !important;
  height: 156px;
}

.line-h2 {
  width: 80px;
  height: 4px;
  background-color: #ffc107;
  position: absolute;
  bottom: -4px;
  right: 0;
}
.line-h2::after {
  content: "";
  left: -15px;
  top: 0;
  position: absolute;
  width: 15px;
  background-color: #fff;
  height: 3px;
}
.border-w-3 {
  border-bottom-width: 3px !important;
}
.short-desc-cat {
  color: #898989;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 300;
  text-align: justify;
}
.h-main-cat {
  font-size: 0.9rem;
  line-height: 1.7;
  font-weight: 600;
  color: #000;
  margin: 0;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "Graphik Arabic";
}
.author a {
  color: #555555;
}
.owl-cat-blog .owl-next {
  margin: 0 !important;
  background: url("../images/nav.png") !important;
  width: 34px;
  height: 34px;
  position: absolute;
  left: -10px;
  top: 48%;
  transform: rotate(180deg);
}
.owl-cat-blog .owl-prev {
  margin: 0 !important;
  background: url("../images/nav.png") !important;

  width: 34px;
  height: 34px;
  position: absolute;
  right: -10px;
  top: 48%;
}
.owl-best-blog .owl-next {
  margin: 0 !important;
  background: url("../images/nav.png") !important;
  width: 34px;
  height: 34px;
  position: absolute;
  left: 0;
  top: 48%;
  transform: rotate(180deg);
}
.owl-best-blog .owl-prev {
  margin: 0 !important;
  background: url("../images/nav.png") !important;

  width: 34px;
  height: 34px;
  position: absolute;
  right: 0;
  top: 48%;
}
.owl-video-blog .owl-next {
  margin: 0 !important;
  background: url("../images/nav.png") !important;
  width: 34px;
  height: 34px;
  position: absolute;
  left: 0;
  top: 48%;
  transform: rotate(180deg);
}
.owl-video-blog .owl-prev {
  margin: 0 !important;
  background: url("../images/nav.png") !important;

  width: 34px;
  height: 34px;
  position: absolute;
  right: 0;
  top: 48%;
}
.owl-video-blog .layer-blog::before {
  content: "";
  width: 143px;
  height: 143px;
  position: absolute;
  inset: 0;
  margin: auto;
  background: url("../images/video-play.png") no-repeat;
  background-position: center center;
  pointer-events: none;
  animation: pulse-play 2s infinite;
}
@keyframes pulse-play {
  0% {
    transform: scale(0.95);
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.95);
  }
}
.owl-video-blog .layer-blog {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(2, 0, 36) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(2, 0, 36) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(2, 0, 36) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  display: flex;
  align-items: flex-start;
  padding: 15px 15px 15px 40px;
  text-align: right;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 12px;
}
.owl-video-blog .layer-blog h3 {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 5px;
  font-family: "Graphik Arabic";
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 10px;
}
.cat-blog {
  background-color: #ffaa00;
  border-radius: 999px;
  display: inline-block;
  color: #000;
  padding: 4px 10px;
}
.video-blog {
  height: 245px;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
}
.video-blog img {
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.owl-video-blog .item:hover .video-blog img {
  transform: scale(1.08);
}
.news-image img {
  transition: all 0.4s ease-in-out;
  border: 2px solid #fff;
}
.news-image {
  border-radius: 15px;
}
.col-thumb:hover .news-image img,
.news-item:hover .news-image img {
  opacity: 0.8;
  border-color: #ffaa00;
}
.main-img img,
.main-img-side img {
  transition: all 0.4s ease-in-out;
}
.main-img,
.main-img-side {
  overflow: hidden;
  border-radius: 12px;
}
.row-main-img:hover .main-img img,
.row-main-img-side:hover .main-img-side img {
  transform: scale(1.08);
}
/******teams***/
.crd.crd-team {
  background-color: #f8f8f8;
  border-radius: 15px;
  font-family: "Graphik Arabic";
}
.flex-maneger {
  align-items: flex-end;
}
.maneger {
  border-radius: 15px;
}
.maneger img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.short-desc-manger {
  flex: min-content;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.99px) {
  .maneger {
    height: 150px;
    max-width: 150px;
  }
  .about-maneger {
    font-size: 1rem;
  }
  .member-name,.member-post {
  min-height: 40px;
}
 .crd.crd-team {
  padding: 20px 5px;
}
.team-img-wrapper img {
  aspect-ratio: 1 / 1;
  object-position: top;
}
}
@media (min-width: 768px) {
  .team-img-wrapper img {
  height: 356px;
  object-position: top;
}
  .crd.crd-team {
  padding: 40px 35px;
}
  .row.row-team {
    margin-right: -14px !important;
    margin-left: -14px !important;
  }
  .maneger {
    height: 277px;
    max-width: 247px;
  }
  .about-maneger {
    padding-left: 100px;
    font-size: 1.2rem;
  }
}
.maneger-name {
  font-weight: 900;
  font-size: 1rem;
}
.about-maneger {
  font-weight: 900;
}
.title-card-team {
  font-weight: 900;
  font-size: 1.3rem;
}
.sub-title-card-team {
  font-size: 1.2rem;
}
.desc-maneger {
  text-align: justify;
  line-height: 2.2;
  font-size: 0.9rem;
  color: #555555;
}
.title-teams {
  font-weight: 900;
  font-size: 1.3rem;
  font-family: "Graphik Arabic";
}
.team-card {
  text-align: center;
  transition: all 0.3s ease;
}

.team-img-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #333;

  margin-bottom: 15px;
}

.team-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: all 0.4s ease;
}

.linkedin-icon {
  position: absolute;
  top: 23px;
  right: 0;
  width: 39px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.3s ease;
}

.team-card:hover .team-img-wrapper img {
  filter: grayscale(0%);
  transform: scale(1.05);
}

.team-card:hover .linkedin-icon {
  opacity: 1;
  transform: translateX(0);
}

.team-card:hover .team-img-wrapper {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.member-name {
  font-size: 16px;
  font-weight: 800;
  color: #050a19;
  margin-bottom: 4px;
}

.member-post {
  font-size: 15px;
  color: #777;
  font-weight: 500;
}
.owl-video .owl-prev {
  position: absolute;
  top: 48%;
  background: url("../images/prev.png") no-repeat !important;
    background-color: rgba(0, 0, 0, 0);
  width: 35px !important;
  height: 35px !important;
  box-shadow: none !important;
  background-color: transparent !important;
  border: none !important;
  margin: 0 !important;
  transform: rotate(180deg) !important;
  right: 0 !important;
  left: auto !important;
}
.owl-video .owl-next {
position: absolute;
  top: 48%;
  background: url("../images/prev.png") no-repeat !important;
    background-color: rgba(0, 0, 0, 0);
  width: 35px !important;
  height: 35px !important;
  box-shadow: none !important;
  background-color: transparent !important;
  border: none !important;
  margin: 0 !important;
  left: 0 !important;
  right: auto !important;
}