:root {
  --main-color: #07a194;
  --light-color: #e5f5f4;
}
/* ******** Scrollbar ********/
/* width */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  max-height: 40px;
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);*/
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #e0e0e0;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

thumb {
  -moz-appearance: none !important;
  min-height: 40px;
  width: 16px;
}

thumb[orient="horizontal"] {
  -moz-appearance: none !important;
  min-width: 40px;
  height: 16px;
}
/* ******** Scrollbar ********/

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
}

@font-face {
  font-family: "segeo";
  src: url("../fonts/segoe-ui.ttf") format("truetype");
}

@font-face {
  font-family: "segeo-bold";
  src: url("../fonts/segoe-ui-bold.ttf") format("truetype");
}

@font-face {
  font-family: "segeo-black";
  src: url("../fonts/segoe-ui-black.ttf") format("truetype");
}

body {
  background-color: #fafafa;
  font-family: "segeo";
  /* min-height: 9000px; */
  /* padding-top: 60px;  */
}

svg path {
  color: tomato;
}
/* general */
.gray-bg {
  background: #f1f1f1;
}

#navbar {
  background-color: var(--main-color);
  color: #fff;
  height: 60px;
  border-bottom: 4px solid #0ab3a5;
}
#navbar a {
  color: #fff;
  display: inline-block;
  position: relative;
}
.navbar__logo--img {
  width: 120px;
}

.hero {
  width: 100vw;
  height: 100vh;
  /* padding-top: 60px; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero__img {
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: 0;
}
.hero__img--img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.hero__img--overlay {
  background: #00000085;
  width: 100vw;
  height: 100vh;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.hero__body {
  z-index: 9;
  position: relative;
  max-width: 600px;
  width: 100%;
  margin-right: 20%;
  margin-top: -10%;
}
.hero__body h1 {
  color: #fff;
  font-family: "segeo-black";
  font-size: 8rem;
  letter-spacing: -6px;
  text-shadow: 1px 5px 6px #000000ad;
}

.hero__body p {
  color: rgb(197 197 197);
  font-size: 1.2rem;
  text-shadow: 1px 5px 6px #000000ad;
}
.hero__body a {
}

.hero__body--slogan {
  font-family: "segeo-bold";
  color: #e9e9e9 !important;
  margin-top: -24px;
  padding-left: 0.5rem;
  font-size: 2.15rem !important;
  padding-bottom: 1rem;
  text-shadow: 1px 5px 6px #000000ad;
}
.hero__body--slogan span {
  color: #23c3b6;
}
.rounded-btn {
  background: var(--main-color);
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 0.7rem 3rem;
  border-radius: 53px;
  font-family: segeo-bold;
  font-size: 0.9rem;
  width: 50%;
  display: block;
  margin-top: 2rem;
}
.rounded-btn.w50 {
  width: 50%;
  display: block;
  margin-top: 2rem;
}
.urls {
  background: var(--main-color);
  padding: 8rem 0;
}
.url__url {
  background: #09aea0;
  display: block;
  min-height: 140px;
  color: #fff;
  text-decoration: none;
}
.url__url:hover {
  background: #078b80;
  transition: all ease-in-out 0.25s;
}

.url__url--top {
  display: block;
  padding: 0.5rem;
}
.url__url img {
  width: 30px;
  opacity: 0.8;
}
.url__url--title {
  font-size: 1.2rem;
}
.url__url--value {
  display: block;
  text-align: center;
  font-family: "segeo-bold";
  font-size: 2.5rem;
}

.mw-50 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.products-section {
  padding-top: 10rem;
}
.branding {
}
.branding img {
  max-width: 100%;
}
.branding__body--wp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.branding__title {
  color: var(--main-color);
  font-family: "segeo-bold";
  font-size: 2.5rem;
  padding-bottom: 1rem;
}
.branding__body {
}
.mw-1000 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.products {
  padding-top: 9rem;
}
.products__product {
  text-decoration: none;
  color: #fff;
  display: block;
  position: relative;
}
.products__product img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 20px;
}
.products__product--overlay {
  background-color: #00000080;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.products__product--title {
  position: absolute;
  color: #fff;
  z-index: 9;
  bottom: 3rem;
  left: 0;
  display: block;
  text-align: center;
  width: 100%;
  font-family: "segeo-black";
  font-size: 2.5rem;
  /* text-shadow: -1px 5px BLACK, -1px -2px BLACK; */
  text-shadow: 3px -2px 11px BLACk, 3px -2px 11px BLACk;
}

.qoutes {
  margin-top: 5rem;
  background: var(--main-color);
  position: relative;
  min-height: 500px;
  padding: 5rem 0 10rem;
}
.qoutes__top-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 45%;
}
.qoutes__title {
  color: #fff;
  font-size: 3rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
}

.qoutes-customers {
  background: #ffffff;
  border: 13px solid #12b7a9;
  border-radius: 32px;
  /* height: 431px; */
}

.qoute {
  min-height: 360px;
}
.qoute .row {
  min-height: 362px;
}

.qoute__person {
  background: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 98%;
  margin: 0.5%;
  border-radius: 15px 8px 8px 15px;
}

.qoute__person--img {
  width: 170px !important;
}

.qoute__person--wp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
}

.qoute__person--name {
  color: #087168;
  font-family: "segeo-bold";
  font-size: 1.5rem;
}
.qoute__person--title {
  color: #707070;
  width: 202px;
  text-align: center;
}

.qoute__body {
  padding-top: 2rem;
  display: flex;
  height: 100%;
  align-items: center;
}
.qoute__body--qoute-symb {
  width: 21px !important;
  margin-top: -2rem;
  margin-left: -3rem;
}

.qoute__body--p {
  color: #707070;
  font-size: 1.1rem;
  padding: 0 2rem 0 3rem;
}

.owl-dots {
  display: block !important;
  position: absolute;
  bottom: -53px;
  right: 50%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}

.owl-theme .owl-dots .owl-dot span {
  background: #11c1b2;
}

.partners {
  padding: 4rem 0 5rem;
  background: #f1f1f1;
}

.partners h3 {
  text-align: center;
  color: var(--main-color);
  font-family: "segeo-black";
  padding-bottom: 2rem;
}

.partners .partner {
  /* width: 178px; */
  height: 164px;
  /* background: #f6f6f6; */
  background: #ffffff;
  display: flex;
  align-items: center;
  padding: 2rem;
  width: 100%;
  border-radius: 10px;
}
.partners .partner img {
}

footer {
  background-color: #e5f5f4;
}

.footer__p {
  padding: 5rem 0 2rem;
}
.footer__p--title {
  color: var(--main-color);
  font-family: "segeo-black";
  font-size: 2.4rem;
  line-height: 3rem;
  width: 55%;
}
.footer__p--desc {
  font-size: 1.5rem;
  width: 70%;
  padding: 1rem 0 4rem;
  color: #3d3d3d;
}

.footer__contact {
  margin-bottom: 7rem;
  display: inline-block;
  width: 100%;
  position: relative;
}
.footer__contact--wp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer__contact--wp img {
  max-width: 100%;
}
.footer__contact--wp h2 {
  font-size: 1.2rem;
  font-family: "segeo-bold";
  padding: 0.5rem 0 0.75rem;
}
.footer__contact--wp.borderr {
  border-right: 1px solid #9ec7c3 !important;
}
.footer__contact--item {
  display: block;
}
footer .copyright {
  background: var(--main-color);
  text-align: center;
  color: #fff;
}
footer .copyright p {
  padding: 1rem 0;
  margin: 0;
}
/* 
.footer__body {
  padding: 5rem 0 2rem;
}
.footer__useful-links,
.footer__site-links {
  display: flex;
  max-width: 100%;
  flex-direction: row;
  align-content: flex-end;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0.5rem 0.5rem;
}

.footer__useful-links a,
.footer__site-links a {
  width: 50%;
}

.footer__site-links {
  border-top: 1px solid #364a6b;
  margin-top: 1rem;
}
.copyrights {
  flex-direction: column;
} */

.header {
  position: relative;
}

.header__img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  position: absolute;
}
.header__overlay {
  width: 100%;
  height: 100%;
  background: #000000a3;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 250px;
}
.header__titles {
  position: relative;
  z-index: 99999;
  color: #fff;
  height: 250px;
  display: flex;
  align-items: center;
}

.header__title--pk {
  color: #fff;
  font-family: "segeo-black";
  font-size: 5rem;
  letter-spacing: -4px;
}
.header__title--snd {
  color: #fff;
  font-family: "segeo-bold";
  font-size: 1.4rem;
  margin-top: -14px;
}
.header__title--snd span {
  color: #2fd7c9;
}

.nav-item a.active {
  background: #07736a;
  border-radius: 10px;
}

.breadcrumb {
  padding-top: 1.5rem;
}
.breadcrumb-item.active,
.breadcrumb-item a {
  color: #fff;
}

.breadcrumb-item a {
  font-family: "segeo-bold";
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.products-sider {
  padding: 7rem 0;
}
.page__body {
  margin: 4rem 0 0;
}
.page__body--title {
  font-size: 2rem;
  font-family: "segeo-bold";
  color: #07a194;
  padding: 2rem 0 1rem;
}
.page__body--content {
  padding-top: 2rem;
}
.page__body--content p {
  font-size: 1.4rem;
  text-align: justify;
  text-indent: 13px;
  padding-bottom: 1.5rem;
  line-height: 1.9rem;
}

.location-url {
  color: inherit;
  text-decoration: underline;
}

.drramez {
  background-color: #e5f5f4;
  padding: 5rem 0;
}

.drramez h2 {
  font-family: "segeo-bold";
  font-size: 1.5rem;
  color: var(--main-color);
  letter-spacing: 0;
  padding-top: 0.5rem;
  padding-bottom: 0;
  margin-bottom: 0.35rem;
}

.drramez__title {
  font-size: 1rem;
  margin-top: -2px;
  display: block;
  padding-left: 0.5rem;
}

.drramez__qoute {
  font-family: "segeo";
  font-size: 1.2rem;
  text-align: justify;
  display: block;
  position: relative;
  padding-left: 2rem;
  padding-top: 5.5rem;
}

.drramez__img {
  width: 100%;
  max-width: 300px;
}

.drramez__qoute--qoute-symb {
  width: 69px;
  position: absolute;
  top: 0;
  left: 0;
}
.drramez__img--wp {
  text-align: center;
}

@media only screen and (max-width: 600px) {
  #navbar {
    height: auto;
  }
  .hero__body {
    margin-right: 0;
    padding: 0 2rem;
    margin-top: -20%;
  }
  .hero__body h1 {
    font-size: 4rem;
    letter-spacing: -4px;
  }
  .rounded-btn.w50 {
    width: 100%;
  }
  .hero__img--img {
    object-position: 53%;
  }
  .products-section {
    padding-top: 5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .branding__title {
    text-align: center;
    font-size: 2rem;
    padding-top: 1rem;
  }
  .products {
    padding-top: 4rem;
  }
  .products__product--title {
    bottom: 1rem;
    font-size: 1.5rem;
  }
  .qoutes__top-img {
    height: 200px;
  }
  .qoutes__title {
    z-index: 9999;
    position: relative;
    text-shadow: 0px 1px 4px #00000038;
  }
  .qoute__person {
    flex-direction: column;
    padding: 2rem 0;
  }
  .qoute__person--wp {
    padding-left: 0;
  }
  .qoute__body--qoute-symb {
    /* margin-top: -2rem;
    margin-left: -2rem; */
    margin-top: -2rem;
    margin-left: 0rem;
    margin-bottom: 1rem;
  }
  .qoute__body--p {
    padding: 2rem 1rem 0 1rem;
    min-height: 700px;
    /* padding: 2rem 1rem 0 3rem; */
  }
  .footer__contact--wp {
    padding: 2rem;
  }
  .footer__contact--wp.borderr {
    border-right: none !important;
  }
  .header__title--pk {
    font-size: 4rem;
    letter-spacing: -2px;
  }
  .header__title--snd {
    font-size: 1.1rem;
  }
  .hero__body--slogan {
    margin-top: -15px;
    padding-left: 0;
    font-size: 1.1rem !important;
  }

  /*  .drramez h2 {
  font-size: 4rem !important;
    letter-spacing: -4px !important; 
  }
  .drramez__title {
    font-size: 1rem;
    margin-top: -10px;
    display: block;
    padding-bottom: 3rem;
    padding-left: 0.25rem;
  }*/
  .drramez__img {
    width: 92%;
    max-width: 500px;
    margin: 0 auto;
    display: block;
    margin-top: 2rem;
  }
  .drramez__qoute {
    font-size: 1rem;
    padding-left: 1rem;
    padding-top: 1.5rem;
    padding-right: 1rem;
  }
  .page__body--content p {
    padding: 0 0.5rem 1.5rem;
    font-size: 1.3rem;
  }
  .drramez__qoute--qoute-symb {
    top: -48px;
  }
  .contact-btn__txt {
    font-size: 1.42rem !important;
  }
  .contact-btn__value {
    font-size: 0.9rem !important;
  }
  .contact-btn img {
    width: 38px !important;
  }
}

.whatsapp_float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 16px 5px #a5a5a585;
  z-index: 100;
  display: flex;
  justify-content: center;
  transition: all 0.4s;
}

.whatsapp_float:hover {
  box-shadow: 0 0 0 0 #00000042;
  opacity: 1 !important;
  transform: translateY(10px) scale(0.97);
}

.whatsapp-icon {
  width: 37px;
}

/* for mobile */
@media screen and (max-width: 767px) {
  /*.whatsapp-icon {
      margin-top: 10px;
  }*/

  .whatsapp_float {
    width: 58px;
    height: 58px;
    bottom: 20px;
    right: 10px;
    font-size: 22px;
  }
  .smb {
    margin-bottom: 1rem;
  }
}

.capsules-files {
  margin: 3rem 0 1rem;
  padding: 2rem;
  background: #f3f3f3;
  border-radius: 14px;
}

.capsules-files a {
  text-decoration: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--main-color);
  font-family: "segeo-bold";
  padding: 2rem 0;
}

.capsules-files a:hover {
  background-color: #ededed;
}

.capsules-files a span {
  display: block;
  padding-top: 1rem;
}

.map-img {
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
  margin-top: 3rem;
  transition: all 0.2s ease-in-out;
}

.contact-btn {
  background: var(--main-color);
  border-radius: 20px;
  color: #fff;
  display: flex;
  padding: 2rem;
  align-items: center;
  height: 111px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  /* max-width: 470px; */
}
.contact-btn:hover,
.map-img:hover {
  opacity: 0.85;
  transform: scale(0.98);
}
.contact-btn img {
  width: 60px;
}
.contact-btn__txt-wp {
  text-align: center;
  width: 100%;
}
.contact-btn__txt {
  display: block;
  font-family: "segeo-black";
  font-size: 2rem;
}
.contact-btn__value {
  display: block;
  font-family: "segeo";
  font-size: 1.2rem;
}
.language-ico {
  width: 17px;
}

html[dir="rtl"] body {
  font-family: "system-ui" !important;
}
html[dir="rtl"] .navbar-nav {
  margin-right: auto !important;
  margin-left: 0 !important;
}
html[dir="rtl"] .breadcrumb-item {
  display: inline;
}
html[dir="rtl"] .breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-right: 0;
  padding-left: var(--bs-breadcrumb-item-padding-x);
  content: var(--bs-breadcrumb-divider, "/");
}
html[dir="rtl"] .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
  padding-right: var(--bs-breadcrumb-item-padding-x);
}
html[dir="rtl"] .breadcrumb-item a {
  font-family: inherit;
}
html[dir="rtl"] .footer__contact--wp.borderr {
  border-left: 1px solid #9ec7c3 !important;
  border-right: none !important;
}
html[dir="rtl"] .footer__p--title {
  font-family: inherit !important;
  font-weight: bold;
}
html[dir="rtl"] .footer__contact--wp h2 {
  font-family: inherit !important;
}
html[dir="rtl"] .footer__contact--item {
  direction: ltr;
  display: inline-block;
}
html[dir="rtl"] .page__body--title {
  font-family: inherit !important;
}
html[dir="rtl"] .page__body--title {
  font-weight: bold;
}
html[dir="rtl"] .branding__title {
  font-family: inherit !important;
  font-weight: bold;
}
html[dir="rtl"] .drramez__qoute--qoute-symb {
  left: auto;
  right: 0;
  transform: rotate(180deg);
}
html[dir="rtl"] .drramez__qoute {
  font-family: inherit !important;
  font-weight: 600;
  font-size: 1.4rem;
}
html[dir="rtl"] .qoutes__top-img {
  right: auto;
  left: 0;
  transform: scaleX(-1);
}
html[dir="rtl"] .qoute__body--qoute-symb {
  width: 21px !important;
  margin-top: -2rem;
  margin-left: -3rem;
}
html[dir="rtl"] .qoute__body--qoute-symb {
  margin-left: 0;
  margin-right: -3rem;
  transform: scaleX(-1);
}
html[dir="rtl"] .products__product--title {
  font-family: inherit !important;
  font-weight: bold;
}
html[dir="rtl"] .rounded-btn {
  font-family: inherit !important;
  font-weight: bold;
  font-size: 1.1rem !important;
}
html[dir="rtl"] .qoute__person--name,
html[dir="rtl"] .partners h3,
html[dir="rtl"] .url__url--value {
  font-family: inherit !important;
  font-weight: bold;
}
