@font-face {
  font-family: "STC Forward";
  src: url("../fonts/STC\ Bold.ttf");
  font-weight: normal;
}
/* start section nav */
* {
  font-family: STC Forward;
}

a:hover {
  color: #ebbb2c !important;
}

body {
  /* background: #eee; */
  /* font-family: STC Forward ; */
  font-size: 16px;
  color: #000;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.Nav {
  /* margin-bottom: 50px; */
  padding: 20px;
  background: #e5e5e5;
  /* font-size: 18px; */
}

.img-text-nav-all {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.img-nav img {
  max-width: 150px;
}

.lang-sign-efta7mzad-input {
  /* background-color: rgb(255, 149, 149); */
  width: 465px;
  /* margin: auto; */
}

.lang-sign-efta7mzad {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
  font-weight: bold;
  font-size: 22px;
}

.lang {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.lang img {
  max-width: 40px;
  margin-right: 5px;
}

.lang span {
  margin: 0 15px;
}

.lang a {
  color: black;
  text-decoration: none;
  transition: all 0.3s;
}

/* .lang .eng {
    margin-bottom: -5px;
  } */

.lang a:hover {
  color: #ebbb2c;
}

.sign-mzadak {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sign-mzadak a:not(:last-child) {
  margin-left: 10px;
}

.sign-mzadak button {
  border: 1px solid #1e295f;
  background-color: transparent;
  padding: 3px 10px;
  border-radius: 10px;
  transition: all 0.3s;
}

.sign-mzadak a {
  text-decoration: none;
  color: black;
  transition: all 0.3s;
}

.sign-mzadak {
  position: relative;
}

.sign-mzadak .add-to-card span {
  background-color: #f5c812;
  font-size: 15px;
  color: black;
  padding: 8px 5px 5px 5px;
  width: 18px;
  height: 15px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 30px;
  top: -15px;
  transition: all 0.3s;
}

.sign-mzadak a:hover span {
  background-color: black;
  color: white;
}

.sign-mzadak a i {
  margin-right: 2px;
  font-size: 30px;
}

.sign-mzadak a:hover {
  color: #4b62d2;
}

.sign-mzadak button i {
  margin-right: 5px;
}

.div-input {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  max-width: 420px;
  margin: auto;
}

.div-input a {
  text-decoration: none;
  color: black;
  /* font-weight: bold; */
}

.div-input a:hover {
  color: #4b62d2;
}

.div-input a i {
  margin-left: 3px;
}

@media (max-width: 767px) {
  .img-text-nav-all {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .lang-sign-efta7mzad {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 20px;
  }

  .lang {
    /* margin-bottom: 10px;
    margin-right: 0; */
    margin: 20px 0;
  }

  .lang a {
    font-size: 18px;
  }

  .sign-mzadak {
    font-size: 18px;
  }

  .div-input a {
    font-size: 16px;
  }

  .div-input {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 18px;
    /* width: 305px; */
    margin: auto;
  }
}
/* end section nav */

/* start Home pageg */
.home-bg-img {
  background-image: url(../images/jana-home-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 1500px;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .home-bg-img {
    background-image: url(../images/jana-home-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
    margin-bottom: 100px;
  }
}
/* end Home pageg */

.box-box-box-All {
  margin: 100px 0;
}

.box-box {
  text-align: center;
}

.box-box a {
  text-decoration: none;
  color: black;
}

.box-box img {
  max-width: 140px;
}

.box-box-all {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.box-box-all-two {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 70px;
}

/* .box-box-all-two .box-box:not(:last-child) {
  margin-left: 100px;
} */

.box-arow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.box-arow .arow-imag {
  position: absolute;
  bottom: 0;
  left: -70px;
}

.box-arow .arow-imag img {
  max-width: 80px;
}

.box-arow a {
  transition: all 0.3s;
}

.box-arow a img {
  margin-right: 10px;
  transition: all 0.3s;
}

.box-box a img:hover {
  transform: scale(1.05, 1.05);
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .box-box-all-two .box-box:not(:last-child) {
    margin-left: 0px;
  }

  /* .box-box-all {
    justify-content: center;
  } */
}

/* start swiber image */
html,
body {
  position: relative;
  height: 100%;
}

.sec-swiber {
  margin-bottom: 100px;
}

.enwan-swiber h1 {
  color: rgb(139, 139, 139);
  margin-right: 10px;
}

body {
  /* background: #eee; */
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  /* color: #000; */
  margin: 0;
  padding: 0;
}

.swiper {
  width: 100%;
  height: 200px;
  padding: 0 20px;
  overflow: hidden;
  margin-top: 30px;
  cursor: pointer;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

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

.swiper-slide img {
  display: block;
  max-width: 300px;
  /* height: 100%; */
  object-fit: cover;
}

.swiper-button-prev {
  right: 5px !important;
}

.swiper-button-next {
  left: 5px !important;
}

.swiper-button-next i {
  font-size: 50px;
  color: silver;
}

.swiper-button-next i:hover {
  color: rgb(120, 120, 120);
}

.swiper-button-next::after {
  display: none;
}

.swiper-button-prev i {
  font-size: 50px;
  color: silver;
}

.swiper-button-prev i:hover {
  color: rgb(120, 120, 120);
}
.swiper-button-prev::after {
  display: none;
}

.swiper-pagination {
  display: none;
}

@media (max-width: 767px) {
  .swiper {
    padding: 0 18px;
  }

  .swiper-button-prev {
    right: 0px !important;
  }

  .swiper-button-next {
    left: 0px !important;
  }
}
/* end swiber image */

/* start section contact */
.contact-us {
  margin-top: 50px;
}

.contact-us-all .contact a {
  display: block;
  text-align: left;
  color: black;
  text-decoration: none;
  font-size: 18px;
}

.contact-us-all .contact a:hover {
  color: #ebbb2c;
}

.a-one {
  border-radius: 15px 15px 0 0;
}
.a-three {
  border-radius: 0 0 15px 15px;
}

.contact a:not(:last-child) {
  margin-bottom: 1.5px;
}

.contact a i {
  color: white;
  background-color: #ebbb2c;
  padding: 10px;
  border: none;
}

.contact {
  display: flex;
  flex-direction: column;
  max-width: 270px;
}

.text-img-contact {
  max-width: 300px;
}

.text-img-contact img {
  margin-bottom: 20px;
}

.text-img-contact p {
  font-size: 18px;
}

.contact-us-all {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* align-items: center; */
}

@media (max-width: 767px) {
  .contact-us-all {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }

  .contact {
    display: flex;
    flex-direction: column;
    max-width: 270px;
    margin-bottom: 20px;
  }

  .img-contact {
    margin-bottom: 20px;
  }
}
/* end section contact */

/* start footer */
footer {
  background-color: #006c36;
  width: 100%;
  height: 120px;
  margin-top: -46px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

footer a {
  text-decoration: none;
  color: white;
}

footer a:hover {
  color: #000;
  text-decoration: none;
}

.txt-foot-two {
  display: flex;
  align-items: center;
}

.txt-foot-two .link-foot a:not(:last-child) {
  margin-left: 10px;
}

.txt-foot-two .logo-foot {
  margin-right: 15px;
  font-size: 20px;
}

.txt-foot-two .logo-foot a:not(:last-child) {
  margin-left: 5px;
}

.txt-foot-two .logo-foot a i {
  border: 1px solid white;
  width: 35px;
  /* height: 30px; */
  padding: 7px;
  border-radius: 50%;
  text-align: center;
}

.foot-all {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  footer {
    margin-top: 0;
  }
  .txt-foot-two {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .txt-foot-two .logo-foot {
    line-height: 3;
  }

  .foot-all {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  footer {
    height: 150px;
  }
}

/* end footer */

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^66 */
/* start products page */

/* start product hom page */
.bg-product {
  background-image: url(../images/bg-product-home.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 1320px;
  position: relative;
}

.div-input-home input {
  border-radius: 15px;
  padding: 10px;
  border: none;
  padding-left: 10px;
  outline: none;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.121);
}

.div-input-home {
  position: relative;
  max-width: 400px;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .div-input-home {
    margin-left: 0px;
  }
}

.div-input-home input {
  width: 100%;
}

.cont-input {
  padding: 50px 0;
}

.icon-input {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  color: rgb(152, 152, 152);
  /* width: 100%; */
  position: absolute;
  right: 7px;
  top: 9px;
}

.icon-input i {
  margin-bottom: -3px;
  margin-left: 5px;
}

@media (max-width: 767px) {
  .bg-product {
    background-image: url(../images/bg-product-home.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 500px;
    position: relative;
  }

  .cont-input {
    padding: 10px 0;
  }
}

/* end product hom page */

/* start drobdown menue */
.navbar {
  /* position: relative; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media (max-width: 767px) {
  .navbar {
    bottom: -50px;
  }
}

.navbar .dropdown:not(:last-child) {
  margin-left: 5px;
}

.navbar .dropdown {
  margin-bottom: 10px;
}

.drobdown-menue-all {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  background-color: transparent;
}

.drob-all {
  padding: 20px;
}

/* .Drob-one {
    left: -865px !important;
}
.Drob-two {
    left: -865px !important;
} */

.Drob-one[data-bs-popper] {
  top: 100%;
  left: -316px;
  margin-top: 0.125rem;
  width: 560px;
}

.Drob-two[data-bs-popper] {
  top: 100%;
  left: -216px;
  margin-top: 0.125rem;
  width: 560px;
}

.Drob-three[data-bs-popper] {
  top: 100%;
  left: -230px;
  margin-top: 0.125rem;
  width: 560px;
}

.Drob-four[data-bs-popper] {
  top: 100%;
  left: -200px;
  margin-top: 0.125rem;
  width: 560px;
}

.Drob-five[data-bs-popper] {
  top: 100%;
  left: -180px;
  margin-top: 0.125rem;
  width: 560px;
}

.Drob-six[data-bs-popper] {
  top: 100%;
  left: -200px;
  margin-top: 0.125rem;
  width: 560px;
}

.Drob-seven[data-bs-popper] {
  top: 100%;
  left: -200px;
  margin-top: 0.125rem;
  width: 560px;
}

.enwan-linkat {
  display: flex;
  /* justify-content: center; */
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}

.enwan-linkat a {
  text-decoration: none;
  color: black;
  font-size: 18px;
}

.enwan-linkat a:hover {
  text-decoration: none;
  color: #006c36;
}

.enwan-linkat a:not(:last-child) {
  margin-left: 50px;
}

.div-drob-all {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.div-drob-all .img-drob img {
  max-width: 300px;
}

.div-drob-one a {
  display: block;
  text-decoration: none;
  color: black;
}

.div-drob-one a:hover {
  color: #ebbb2c;
}

.div-drob-one {
  margin-left: 10px;
  text-align: right;
  width: 200px;
  border-left: 1px solid black;
}

.div-drob-one h4 {
  color: #ecb029;
}

.btn-danger {
  color: black;
  background-color: white;
  border-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1300px) {
  /* .Drob-one {
        right: 0px !important;
    } */
  .Drob-one[data-bs-popper] {
    top: 100%;
    left: -440px;
    margin-top: 0.125rem;
    width: 560px;
  }
  .Drob-two[data-bs-popper] {
    top: 100%;
    left: -340px;
    margin-top: 0.125rem;
    width: 560px;
  }
  .Drob-three[data-bs-popper] {
    top: 100%;
    left: -280px;
    margin-top: 0.125rem;
    width: 560px;
  }
  .Drob-four[data-bs-popper] {
    top: 100%;
    left: -240px;
    margin-top: 0.125rem;
    width: 560px;
  }
  .Drob-five[data-bs-popper] {
    top: 100%;
    left: -180px;
    margin-top: 0.125rem;
    width: 560px;
  }
  .Drob-six[data-bs-popper] {
    top: 100%;
    left: -180px;
    margin-top: 0.125rem;
    width: 560px;
  }
  .Drob-seven[data-bs-popper] {
    top: 100%;
    left: -140px;
    margin-top: 0.125rem;
    width: 560px;
  }

  .div-drob-one {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  /* .Drob-one {
        left: -450px !important;
    } */

  .div-drob-all {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .Drob-one[data-bs-popper] {
    top: 100%;
    left: -500px;
    margin-top: 0.125rem;
    width: 600px;
  }
  .Drob-two[data-bs-popper] {
    top: 100%;
    left: -400px;
    margin-top: 0.125rem;
    width: 600px;
  }

  .Drob-three[data-bs-popper] {
    top: 100%;
    left: -300px;
    margin-top: 0.125rem;
    width: 600px;
  }
  .Drob-four[data-bs-popper] {
    top: 100%;
    left: -170px;
    margin-top: 0.125rem;
    width: 600px;
  }
  .Drob-five[data-bs-popper] {
    top: 100%;
    left: -40px;
    margin-top: 0.125rem;
    width: 600px;
  }
  .Drob-six[data-bs-popper] {
    top: 100%;
    left: -350px;
    margin-top: 0.125rem;
    width: 600px;
  }
  .Drob-seven[data-bs-popper] {
    top: 100%;
    left: -280px;
    margin-top: 0.125rem;
    width: 600px;
  }

  .div-drob-one {
    margin-left: 10px;
    text-align: right;
    width: 200px;
    border-bottom: 1px solid black;
    border-left: none;
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  /* .Drob-one {
        left: -220px !important;
    } */

  .Drob-one[data-bs-popper] {
    top: 100%;
    left: -150px;
    margin-top: 0.125rem;
    width: 300px;
  }

  .Drob-two[data-bs-popper] {
    top: 100%;
    left: -30px;
    margin-top: 0.125rem;
    width: 300px;
  }
  .Drob-three[data-bs-popper] {
    top: 100%;
    left: -160px;
    margin-top: 0.125rem;
    width: 300px;
  }

  .Drob-four[data-bs-popper] {
    top: 100%;
    left: -35px;
    margin-top: 0.125rem;
    width: 300px;
  }

  .Drob-five[data-bs-popper] {
    top: 100%;
    left: -110px;
    margin-top: 0.125rem;
    width: 300px;
  }

  .Drob-six[data-bs-popper] {
    top: 100%;
    left: -45px;
    margin-top: 0.125rem;
    width: 300px;
  }

  .Drob-seven[data-bs-popper] {
    top: 100%;
    left: -145px;
    margin-top: 0.125rem;
    width: 300px;
  }

  .enwan-linkat a:not(:last-child) {
    margin-left: 10px;
  }

  .enwan-linkat {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }

  .drob-all {
    padding: 10px 0;
  }

  .div-drob-one {
    margin-left: 10px;
    text-align: right;
    width: 200px;
    border-left: none;
    border-bottom: 1px solid black;
  }
}

/* end drobdown menue*/

/* start bg under DrobMenu */
.bg-bg {
  background-image: url(../images/bg-under-Drob-menu.png);
  background-position: right 10% center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.bg-msa7a-e3lania {
  background-image: url(../images/img-msa7a-e3lania-empty.png);
  /* background-position: center; */
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
  margin-top: 30px;
}

.cont-msa7a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}

.cont-msa7a h1 {
  color: white;
  font-size: 70px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .cont-msa7a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
  }

  .bg-msa7a-e3lania {
    height: 600px;
  }

  .cont-msa7a h1 {
    color: white;
    font-size: 40px;
    font-weight: bold;
    margin: 20px 0;
  }

  .bg-bg {
    background-image: url(../images/bg-under-Drob-menu.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 500px;
  }
}

/* end bg under DrobMenu */

/* ssssssssssssssssssssss */
.img-all-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 50px 0;
}

.img-all-flex img:not(:last-child) {
  margin-left: 10px;
}

@media (max-width: 991px) {
  .img-all-flex .big-img {
    max-width: 230px;
  }

  .img-all-flex img:not(:last-child) {
    margin-left: 0px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .img-all-flex {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 50px 0;
  }
}
/* ssssssssssssssssssssss */

/* start swiber image */
html,
body {
  position: relative;
  height: 100%;
}

.sec-swiber {
  margin: 100px 0;
}

.enwan-swiber h1 {
  color: rgb(139, 139, 139);
  margin-right: 10px;
}

body {
  /* background: #eee; */
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  /* color: #000; */
  margin: 0;
  padding: 0;
}

.swiper {
  width: 100%;
  height: 200px;
  padding: 0 30px;
  overflow: hidden;
  margin-top: 30px;
  cursor: pointer;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

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

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-prev {
  right: 5px !important;
}

.swiper-button-next {
  left: 5px !important;
}

.swiper-button-next i {
  font-size: 50px;
  color: silver;
}

.swiper-button-next i:hover {
  color: rgb(120, 120, 120);
}

.swiper-button-next::after {
  display: none;
}

.swiper-button-prev i {
  font-size: 50px;
  color: silver;
}

.swiper-button-prev i:hover {
  color: rgb(120, 120, 120);
}
.swiper-button-prev::after {
  display: none;
}

.swiper-pagination {
  display: none;
}

@media (max-width: 767px) {
  .swiper {
    padding: 0 20px;
  }

  .swiper-button-prev {
    right: 0px !important;
  }

  .swiper-button-next {
    left: 0px !important;
  }
}
/* end swiber image */

/* end products page */

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* start products 2 page */

.div-input-home input {
  border-radius: 15px;
  padding: 10px;
  border: none;
  padding-left: 10px;
  outline: none;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.121);
}

.div-input-home {
  position: relative;
  max-width: 400px;
  margin-left: 30px;
}

@media (max-width: 767px) {
  .div-input-home {
    margin-left: 0px;
  }
}

.div-input-home input {
  width: 100%;
}

.cont-input {
  padding: 50px 0;
}

.icon-input {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  color: rgb(152, 152, 152);
  /* width: 100%; */
  position: absolute;
  right: 7px;
  top: 9px;
}

.icon-input i {
  margin-bottom: -3px;
  margin-left: 5px;
}

/* The grid: Four equal columns that floats next to each other */
.column {
  float: left;
  width: 100%;
  padding: 10px;
}

/* btn close */
.closebtn {
  position: absolute;
  top: 10px;
  right: 15px;
  /* color: white; */
  font-size: 35px;
  cursor: pointer;
  display: none;
}

/* Style the images inside the grid */
.column img {
  opacity: 0.8;
  max-width: 100px;
  cursor: pointer;
}

.column img:hover {
  opacity: 1;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* The expanding image container */
.container {
  position: relative;
  /* display: none; */
}

/* Expanding image text */
#imgtext {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  font-size: 20px;
}

/* Closable button inside the expanded image */
.closebtn {
  position: absolute;
  top: 10px;
  right: 15px;
  color: white;
  font-size: 35px;
  cursor: pointer;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.all-two {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  /* align-items: center; */
  width: 50%;
  /* background-color: aqua; */
  height: 500px;
  padding: 0 10px;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.alll-flex {
  display: flex;
  justify-content: space-between;
  /* flex-wrap: wrap; */
  margin-top: 50px;
}

/* start section all one */
.all-one {
  width: 50%;
  margin-left: 10px;
  /* background-color: antiquewhite; */
}

.bg-img {
  text-align: center;
  margin-bottom: 20px;
}

.bg-img img {
  max-width: 200px;
}

.stars-text {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  margin: 20px 0;
  color: rgb(121, 121, 121);
}

.stars-text .stars {
  color: #ffd13d;
}

.stars-text p {
  margin-bottom: 0;
}

.stars-text span {
  margin: 0 10px;
}

.div-salry-border {
  border-top: 1px solid rgba(0, 0, 0, 0.258);
  border-left: 1px solid rgba(0, 0, 0, 0.258);
  max-width: 550px;
  padding: 20px 0 20px 20px;
}

.div-salry-border h2 {
  color: rgb(126, 126, 126);
  margin-bottom: 10px;
}

.div-select {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.div-select select:not(:last-child) {
  margin-left: 10px;
  /* margin-bottom: 10px; */
}

.div-select select {
  width: 70px;
  border-radius: 10px;
  border: 1px solid #ebbb2c;
  outline: none;
}

.div-salry-border .p-margin {
  margin-bottom: 40px;
}

.tawseel-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form {
  background-color: transparent;
  border-radius: 20px;
  padding: 10px 0;
  margin-bottom: 20px;
  box-shadow: 2px 2px 10px wheat;
}

.box-img-tawseel {
  max-width: 150px;
  text-align: center;
}

.box-img-tawseel a {
  text-decoration: none;
  color: black;
}

.box-img-tawseel a img {
  width: 50px;
}

.addToCard {
  margin: auto;
}

.addToCard button {
  border: none;
  background-color: transparent;
}

.addToCard button img {
  max-width: 50px;
}

.addToCard button:hover {
  color: #ebbb2c;
}

.mawad-ma3dn-All {
  /* background-color: red; */
  max-width: 200px;
  margin-top: 20px;
}

.mawad-ma3dn-All p {
  font-size: 18px;
}

.mawad-ma3dn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.text-max {
  max-width: 350px;
}

@media (max-width: 991px) {
  .alll-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .all-two {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    /* align-items: center; */
    width: 100%;
    /* background-color: aqua; */
    height: 500px;
    padding: 0 10px;
  }
  .all-one {
    width: 100%;
    margin-bottom: 50px;
    margin-left: 0px;
    /* background-color: antiquewhite; */
  }
}

/* end section all one */

/* start swiber image */
html,
body {
  /* position: relative; */
  height: 100%;
}

.sec-swiber {
  margin-bottom: 100px;
}

.enwan-swiber h1 {
  color: rgb(139, 139, 139);
  /* margin-right: 10px; */
}

.enwan-swiber {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  margin-top: 50px;
}

.enwan-swiber a {
  text-decoration: none;
  font-size: 20px;
  color: #3e6f82;
  margin-right: 10px;
}

.enwan-swiber a:hover {
  color: #6898ac;
}

body {
  /* background: #eee; */
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  /* color: #000; */
  margin: 0;
  padding: 0;
}

.swiper {
  width: 100%;
  height: 200px;
  padding: 0 37px;
  overflow: hidden;
  margin-top: 30px;
  cursor: pointer;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

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

.swiper-slide img {
  display: block;
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
}

.swiper-button-prev {
  right: 5px !important;
  /* display: none; */
}

.swiper-button-next {
  left: 5px !important;
  /* display: none; */
}

.btn-next-two {
  left: 3.5px !important;
}

.btn-next-two i {
  color: black !important;
}

.btn-prev-two {
  left: 2px !important;
}

.btn-prev-two i {
  color: black !important;
}

.swiper-button-next i {
  font-size: 50px;
  color: silver;
}

.swiper-button-next i:hover {
  color: rgb(120, 120, 120);
}

.swiper-button-next::after {
  display: none;
}

.swiper-button-prev i {
  font-size: 50px;
  color: silver;
}

.swiper-button-prev i:hover {
  color: rgb(120, 120, 120);
}
.swiper-button-prev::after {
  display: none;
}

.swiper-pagination {
  display: none;
}

@media (max-width: 767px) {
  .swiper {
    padding: 0 20px;
  }

  .swiper-button-prev {
    right: 0px !important;
  }

  .swiper-button-next {
    left: 0px !important;
  }
}
/* end swiber image */

/* start sec eldaf3 */
.div-all-eldaf3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.enwan-eldaf3 {
  margin-bottom: 50px;
  margin-right: 10px;
}

.sec-eldaf3 {
  margin: 200px 0;
}

@media (max-width: 767px) {
  .div-all-eldaf3 img {
    margin-bottom: 20px;
    width: 270px;
  }

  .sec-eldaf3 {
    margin: 100px 0;
  }
}
/* end sec eldaf3 */

/* start three image */
.sec-three-img {
  background-color: #c7cfc8;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}

.sec-three-img .img-img {
  text-align: center;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}

.sec-three-img .img-img img {
  width: 400px;
}

@media (max-width: 991px) {
  .sec-three-img .img-img img {
    margin-bottom: 20px;
  }

  .sec-three-img .img-img img {
    width: 300px;
  }
}
/* end three imag */

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.sec-slider-above-footer {
  margin-top: 100px;
  margin-bottom: 100px;
}
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^ */

/* end products 2 page */

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */

/* start contact page */

/* start contact-bg */
/* .contact-bg {
  background-image: url(../images/img-contact-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 1000px;
} */

.contact-bg {
  /* background-color: red; */
  width: 100%;
  /* height: 100vh; */
  margin-top: 60px;
  /* height: 1000px; */
}

._embed_video_wrapper {
  width: 500px !important;
  max-width: 900px;
  position: relative;
  overflow: hidden;
  margin: auto;
  min-width: 100% !important;
  border: 1px solid rgba(22, 24, 35, 0.12);
  box-sizing: border-box;
  border-radius: 8px;
}

/* @media (max-width: 767px) {
  .contact-bg {
    background-image: url(../images/img-contact-bg.png);
    background-position: top right 20%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 1000px;
  }
} */
/* end contact-bg */

/* start etsl bena all */
.sec-etsl-bena-all {
  margin: 80px 0;
}

.etsl-bena-text {
  max-width: 500px;
  margin-right: 20px;
}

.etsl-bena-text h1 {
  color: #006c36;
  font-weight: bold;
}

.etsl-bena-text p {
  font-size: 20px;
  font-weight: bold;
}

.contact a {
  display: block;
  /* text-align: left; */
  color: black;
  text-decoration: none;
  font-size: 18px;
}

.a-one {
  border-radius: 15px 15px 0 0;
}
.a-three {
  border-radius: 0 0 15px 15px;
}

.contact a:not(:last-child) {
  margin-bottom: 1.5px;
}

.contact a i {
  color: white;
  background-color: #ebbb2c;
  padding: 10px;
  border: none;
}

.contact {
  display: flex;
  flex-direction: column;
  max-width: 270px;
}

.etsl-bena-allll {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.etsl-bena-input {
  max-width: 100%;
  margin: auto;
  background-color: white;
  box-shadow: 0px 0px 10px #006c3653;
  padding: 20px;
  border-radius: 10px;
}

.etsl-bena-input input {
  width: 100%;
  padding: 10px;
  background-color: #006c361f;
  border-radius: 10px;
  border: none;
  outline: none;
  margin-bottom: 15px;
}

.etsl-bena-input textarea {
  width: 100%;
  background-color: #006c361f;
  border: none;
  outline: #006c361f;
  border-radius: 10px;
  height: 150px;
  margin-bottom: 10px;
}

.etsl-bena-input button {
  background-color: #006c36;
  color: white;
  border-radius: 5px;
  padding: 5px;
  border: none;
  width: 100px;
}

.etsl-bena-input button:hover {
  background-color: #028a46;
}

@media (max-width: 991px) {
  .etsl-bena-allll {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    align-items: center;
  }

  .etsl-bena-text {
    max-width: 500px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
/* end etsl bena all */

/* end contact page */

/* start ctaegories page */

/* start sectione categories */
.categories-all {
  margin: 100px 0;
}

.linkat-categories {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.linkat-categories a {
  border-left: 1px solid rgba(0, 0, 0, 0.464);
  padding: 10px 10px 10px 20px;
  /* background-color: red; */
  text-align: center;
  text-decoration: none;
  color: black;
}

.linkat-categories a:not(:last-child) {
  margin-left: 20px;
}

.card-categories {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.card-categories .row .col-md-3 {
  margin-bottom: 20px;
  width: 25%;
}

.card-categories a {
  text-decoration: none;
  color: black;
}

/* .card-categories a:not(:last-child) {
  margin-left: 10px;
} */

.card {
  /* max-width: 300px; */
  /* height: 300px; */
  background-color: white;
  transition: all 0.3s;
}

.card:hover {
  transform: scale(1.05, 1.05);
}

.card .div-img img {
  max-width: 150px;
  height: 140px;
}

.div-img {
  background-color: rgba(192, 192, 192, 0.274);
  padding: 10px;
  text-align: center;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-card {
  padding: 10px 5px;
}

.card p {
  margin-bottom: 10px;
}

.card .stars {
  margin-bottom: 10px;
}

.card .stars i {
  color: #ebbb2c;
}

.pagination-catego {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.pagination-catego a {
  padding: 10px 5px 5px 5px;
  width: 30px;
  /* height: 20px; */
  background-color: white;
  text-decoration: none;
  color: black;
  border: 1px solid #ebbb2c;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  transition: all 0.3s;
}

.pagination-catego a:hover {
  background-color: #ebbb2c;
  color: white !important;
}

.pagination-catego a:not(:last-child) {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .linkat-categories {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 100px;
  }

  .linkat-categories a:not(:last-child) {
    margin-left: 0px;
  }

  .linkat-categories a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.464);
    border-left: none;
    padding: 10px 0;
    /* background-color: red; */
    text-align: center;
    text-decoration: none;
    color: black;
  }

  .card-categories {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .card-categories .row .col-md-3 {
    margin-bottom: 20px;
    width: 100%;
  }

  .card {
    width: 100%;
    margin-bottom: 20px;
    background-color: white;
    transition: all 0.3s;
  }

  .card-categories .card:not(:last-child) {
    margin-left: 0px;
  }
}
/* end sectione categories */

/* end ctaegories page */

/* start page one */

.arrow-page {
  margin-bottom: 30px;
}

.arrow-page a:hover {
  color: #4659b8;
}

.arrow-page a:hover i {
  color: #4659b8;
}

/* .arrow-page p {
    margin-bottom: 0;
} */

.arrow-page a {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  text-decoration: none;
  color: #3e6f82;
  margin-bottom: 30px;
}

.arrow-page a p {
  display: flex;
  justify-content: center;
  align-items: center;
}

.arrow-page i {
  font-size: 40px;
  color: #3e6f82;
  margin-bottom: -2px;
  margin-left: 10px;
}

.section-terms {
  margin: 50px 0;
  background-color: white;
  padding: 30px 0;
}

.text-link a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.text-link a {
  text-decoration: none;
  color: #3e6f82;
}

.text-link a:hover {
  text-decoration: none;
  color: silver;
}

.text-link a i {
  font-size: 40px;
}

.text-link p {
  margin-bottom: 0;
}
/* end section terms */

/* end page one */

/* start page two */

.arrow-page a i:hover {
  color: #4659b8;
}

.arrow-page i {
  font-size: 40px;
  color: #3e6f82;
  margin-bottom: 20px;
}

.arrow-page {
  margin-bottom: 20px;
}

.sec-page {
  margin: 80px 0;
  background-color: white;
  padding: 70px 0;
}

.box-img {
  /* max-width: 300px; */
  /* width: 250px; */
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 20px;
  background-color: #f4f4f4;
  margin-left: 0px;
  margin-bottom: 20px;
  transition: all 0.3s;
}

.box-img-all {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}

.box-img-all a {
  text-decoration: none;
  color: #3e6f82;
}

.box-img:hover {
  color: #6976b9;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.218);
}

.btn-box {
  margin-top: 30px;
}

.btn-box a {
  border: 1px solid #3e6f82;
  text-decoration: none;
  padding: 5px 20px;
  color: #3e6f82;
  border-radius: 10px;
  background-color: transparent;
  width: 250px;
  transition: all 0.3s;
}

.btn-box a i {
  margin-right: 5px;
}

.btn-box a:hover {
  background-color: #36458f;
  color: white;
}

.box-div {
  max-width: 300px;
}

.box-div .div-upload input {
  width: 100%;
}

.div-upload {
  padding: 10px 0;
}

.form-input {
  width: 350px;
  height: 200px;
  padding: 0 !important;
  background: #fff;
  box-shadow: none !important;
}

.form-input img {
  width: 100%;
  height: 150px;
  display: none;
  margin-bottom: 30px;
}

.form-input label {
  display: block;
  width: 100% !important;
  height: 45px;
  margin-left: 25%;
  line-height: 50px;
  text-align: center;
  background: #1172c2;
  color: #fff;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  text-transform: Uppercase;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
}

.box-img-all .box-div:not(:last-child) {
  margin-left: 10px;
}

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

@media (max-width: 1300px) {
  /* .box-img {
    width: 230px;
  } */

  .box-div {
    max-width: 225px;
  }
}

@media (max-width: 991px) {
  .box-div {
    max-width: 160px;
  }
}

@media (max-width: 767px) {
  .box-img {
    width: 100%;
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
  }

  .box-div {
    margin-bottom: 30px;
    max-width: 100%;
    margin-bottom: 50px;
  }

  .box-img-all {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 50px;
  }

  .box-img img {
    width: 200px;
    height: 200px;
  }
}

/* end page two */

/* start page three */

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.center {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-input {
  width: 350px;
  padding: 20px;
  background: #fff;
  box-shadow: -3px -3px 7px rgba(94, 104, 121, 0.377),
    3px 3px 7px rgba(94, 104, 121, 0.377);
}
.form-input input {
  display: none;
}
.form-input label {
  display: block;
  width: 45%;
  height: 45px;
  margin-left: 25%;
  line-height: 50px;
  text-align: center;
  background: #1172c2;

  color: #fff;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  text-transform: Uppercase;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
}

.form-input img {
  width: 100%;
  display: none;

  margin-bottom: 30px;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */

.sec-page {
  margin-top: 20px;
}

.page-all input {
  max-width: 100%;
}

.page-all select {
  max-width: 100%;
}

@media (max-width: 767px) {
  .page-all input {
    max-width: 100%;
  }

  .page-all select {
    max-width: 100%;
  }
}

.arrow-page a i:hover {
  color: #4659b8;
}

.arrow-page i {
  font-size: 40px;
  color: #3e6f82;
  margin-bottom: 20px;
}

.enwan-page h5 {
  margin-bottom: 15px;
}

.enwan-page p {
  margin-bottom: 0;
  line-height: 1.8;
}

.sec-two {
  margin: 30px 0;
  padding: 15px 0;
}

.sec-two input {
  width: 100%;
  padding: 10px;
  border: 1px solid #3e6f82;
  border-radius: 5px;
  margin: 20px 0;
  outline: none;
}

.sec-two h6 {
  color: #a02504;
}

.sec-three select {
  width: 100%;
  padding: 5px;
  margin: 20px 0;
  border-radius: 5px;
  border: 1px solid #3e6f82;
  outline: none;
}

.sec-three {
  padding: 15px 0;
}

.check-pass {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.check-pass input {
  margin-left: 10px;
  margin-bottom: -5px;
}

.check-pass p {
  margin-bottom: 0;
}

.sec-four input {
  width: 100%;
  padding: 10px;
  border: 1px solid #3e6f82;
  border-radius: 5px;
  margin: 20px 0;
  outline: none;
}

label {
  margin-bottom: 0;
}

.sec-four {
  padding: 15px 0;
}

.wrong label {
  margin-right: 30px;
}

.wrong p {
  margin-bottom: 0;
}

.write p {
  margin-bottom: 0;
}

.write label {
  margin-right: 30px;
}

.sec-five h5 {
  /* margin-bottom: 15px; */
}

.sec-five input {
  width: 100%;
  padding: 10px;
  border: 1px solid #3e6f82;
  border-radius: 5px;
  margin-bottom: 30px;
  outline: none;
}

.sec-five {
  padding: 15px 0;
}

.sec-sex h5 {
  margin-bottom: 10px;
}

.sec-sex a {
  color: #127427;
  text-decoration: none;
  font-size: 18px;
}

.sec-sex textarea {
  width: 100%;
  height: 200px;
  border: 1px solid #3e6f82;
  border-radius: 10px;
  padding: 10px;
  margin: 20px 0;
  color: rgb(162, 162, 162);
}

.btn-ersal {
  background-color: transparent;
  padding: 5px;
  width: 100px;
  border: 1px solid #3e6f82;
  border-radius: 10px;
  transition: all 0.3s;
}

.btn-ersal:hover {
  background-color: #36458f;
  color: white;
}

.sec-sex {
  padding: 15px 0;
}
/* end sec page */

/* end page three */

/* start page card */

.sec-card-all {
  margin: 100px 0;
}

.card-allll {
  display: flex;
  justify-content: center;
}

.total-price {
  max-width: 300px;
  background-color: white;
  margin-right: 20px;
  height: 220px;
  padding: 10px 15px;
}

.egmaly {
  display: flex;
  justify-content: space-between;
}

.total-price h4 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.147);
  padding-bottom: 10px;
}
.total-price p {
  border-bottom: 1px solid rgba(0, 0, 0, 0.147);
}

.total-price a {
  background-color: #ebbb2c;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 7px;
  border-radius: 10px;
  color: white;
  text-decoration: none;
}

.total-price a:hover {
  background-color: #ebbb2c;
  color: white !important;
}

.div-small-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
}

.div-small-text p {
  margin: 0;
}

.card-details {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.21);
  /* padding: 20px 0; */
  background-color: white;
  width: 80%;
}

.enwan-card-details {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.129);
}

.small-img-detail img {
  max-width: 100px;
}

.text-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.104);
}

.div-price {
  max-width: 200px;
  background-color: transparent;
  text-align: center;
}

.div-price p {
  text-decoration: line-through;
  font-size: 17px;
  color: rgb(153, 153, 153);
}

.delete-text {
  margin-top: 20px;
  color: #ebbb2c;
  cursor: pointer;
  font-size: 20px;
  max-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.delete-text i {
  margin-left: 5px;
}

.span-price {
  display: flex;
  justify-content: space-around;
}

.div-price span {
  text-decoration: none;
  background-color: #feefde;
  color: #ebbb2c;
  padding: 3px;
  border-radius: 5px;
  height: 30px;
  margin-right: 5px;
}

.num-increase {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 150px;
}

.num-increase .edit-btn {
  color: #ebbb2c;
  background-color: transparent;
  border: none;
  margin-right: 10px;
}

.num-increase i {
  background-color: #ebbb2c;
  cursor: pointer;
  color: white;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.234);
  width: 40px;
  height: 40px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.num-increase input {
  width: 40px;
  background-color: transparent;
  text-align: center;
  border: none;
  outline: none;
}

@media (max-width: 767px) {
  .card-allll {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .card-details {
    width: 100%;
  }

  .text-details {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.104);
  }
}

/* end page card */

/* start check out pages */
.form-all {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 20px;
}

.form-chek {
  background-color: transparent;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.159);
  max-width: 900px;
}

.form-chek input {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  outline: none;
  border: 1px solid rgba(192, 192, 192, 0.33);
  margin-bottom: 20px;
  background-color: rgba(192, 192, 192, 0.163);
}

.form-chek textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  border: 1px solid rgba(192, 192, 192, 0.33);
  background-color: rgba(192, 192, 192, 0.163);
  outline: none;
  margin: 15px 0;
}

.btn-form-check {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-form-check button {
  width: 45%;
  border: none;
  padding: 10px;
  background-color: rgba(192, 192, 192, 0.163);
}

.btn-form-check a {
  width: 45%;
  text-decoration: none;
  color: black;
  background-color: rgba(192, 192, 192, 0.163);
  padding: 10px;
  text-align: center;
}

.btn-form-check button:hover {
  background-color: #ebbb2c;
  color: white;
}

.btn-form-check a:hover {
  background-color: #ebbb2c;
  color: white !important;
}

.left-side-check {
  width: 350px;
}

.div-left-side {
  /* width: 300px; */
  background-color: transparent;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.159);
}

.div-left-side .enwan-left {
  border-bottom: 1px solid rgba(192, 192, 192, 0.412);
  padding: 10px 0;
  margin-bottom: 20px;
}

.img-chek-alll {
  display: flex;
  /* justify-content: space-between; */
  /* align-items: center; */
  border-bottom: 1px solid rgba(192, 192, 192, 0.412);
  margin-bottom: 10px;
}

.img-text-check img {
  max-width: 60px;
}

.text-left-chek {
  margin-right: 10px;
}

.egmaly-mabla8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.msaref-el4a7n {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.elmabla8-koly {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-rgo3-araba {
  text-align: center;
  border-top: 1px solid rgba(192, 192, 192, 0.412);
  padding: 10px 0px 5px 0px;
}

.btn-rgo3-araba:hover {
  background-color: #ebbb2c;
}

.btn-rgo3-araba:hover a {
  background-color: #ebbb2c;
  color: white !important;
}

.btn-rgo3-araba a {
  text-decoration: none;
  color: #ebbb2c;
}

@media (max-width: 1200px) {
  .form-all {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .div-left-side {
    width: 100%;
    background-color: transparent;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.159);
  }
}

/* end check out pages */

/* page card one */
.page-card-one {
  margin: 50px 0;
}

.page-card-one .container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.div-card-all-blue {
  background-color: #03e3fc;
  max-width: 500px;
  padding: 50px 20px;
  border-radius: 10px;
}

.div-inside-div {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
}

.div-inside-div span {
  color: #03e3fc;
}

.div-item-totalsalary {
  max-width: 250px;
}

.item-one {
  display: flex;
  justify-content: space-between;
}

table {
  margin-bottom: 30px !important;
}

@media (max-width: 767px) {
  .div-card-all-blue {
    background-color: #03e3fc;
    max-width: 500px;
    padding: 50px 15px;
  }
}
/* page card one */

/* start small card */
.small-card {
  height: 100vh;
  background: #03e3fc;
  width: 70%;
  display: flex;
  padding: 0 50px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.div-small-card {
  width: 100%;
}

.card-footer a {
  text-decoration: none;
  color: #008897;
}

.btn-small-card {
  text-decoration: none;
  color: #008897;
}

.card-body h5 span {
  color: #008897;
}
/* end small card */

/* start massege whats */
.icon-whats {
  background-color: #ebbb2c;
  border-radius: 20px;
  color: black;
  position: fixed;
  width: 50px;
  height: 50px;
  right: 20px;
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-whats a {
  text-decoration: none;
  color: black;
}

.icon-whats i {
  font-size: 30px;
}

.icon-whats i:hover {
  color: white !important;
}
/* end massege whats */

/* start page Sign up */
.login {
  background-color: #fff;
  margin: 50px auto;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.25);
  border-radius: 10px 10px 10px 10px;
  border-top: 2px solid #006c36;
}

.sec-one input {
  padding: 10px 40px;
}

.input-group img {
  width: 22px;
  margin-right: 6px;
}

.cont-cont-2:hover {
  background-color: #3f51b5 !important;
  color: #fff;
}
.ico-img-2 {
  display: none;
}
.cont-cont-2:hover .ico-img-2 {
  display: block;
  padding-left: 10px;
}
.cont-cont-2:hover .ico-img {
  display: none;
}
.ico-goo {
  color: #fff;
  font-size: 25px;
}
.cont-cont:hover {
  background-color: #3f51b5 !important ;
  color: #fff;
}
.cont-cont:hover .ico-face {
  color: #fff;
}
.ico-face {
  font-size: 25px;
  color: blue;
}
.form-control:focus {
  border-color: #006c36;
  box-shadow: 0px 2px 10px #006c3621;
}

/* end login */
/* start line */
.parent {
  position: relative;
  margin: auto;
  width: 85%;
}

.content::before {
  content: "";
  width: 45%;
  height: 1px;
  background-color: gray;
  position: absolute;
  top: 11px;
  left: 14px;
}
.content::after {
  content: "";
  width: 45%;
  height: 1px;
  background-color: gray;
  position: absolute;
  top: 11px;
  right: 14px;
}
/* end line */

.sec-one {
  padding: 10px;
}

.form-check {
  display: flex;
}

.form-check-input {
  width: 12px;
}

.bt-login-2 {
  background-color: #006c36;
  color: #fff;
}
.bt-login-2:hover {
  background-color: #0b9751;
  color: #fff;
}
.bt-login-5 {
  border: 1px solid #006c36;
  color: #006c36;
}
.bt-login-5:hover {
  background-color: #006c36;
  color: #fff;
}
/* end inputs */
/* start footer form*/
.foot-er {
  background-color: white;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 10px 10px;
  border-top: 2px solid silver;
}

/* end footer form */

@media (min-width: 1400px) {
  .login {
    background-color: #fff;
    margin: 180px auto;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.25);
    border-radius: 10px 10px 10px 10px;
    border-top: 2px solid #006c36;
  }
}

@media (min-width: 2000px) {
  .login {
    background-color: #fff;
    margin: 450px auto;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.25);
    border-radius: 10px 10px 10px 10px;
    border-top: 2px solid #006c36;
  }
}

@media (max-width: 767px) {
  .head-h {
    font-size: 21px;
  }
  .to-all-login {
    flex-direction: column;
  }
  .content::before {
    width: 40%;
  }
  .content::after {
    width: 40%;
  }
  .all-content-2 {
    justify-content: space-around;
    font-size: 15px;
  }

  .parent {
    position: relative;
    margin: auto;
    width: 100%;
  }
}

/* ^^^^^^^^^^^^^^^^^^ */
/* end page Sign up */

/* start page User profile */

.form-User {
  background-color: white;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 20px 50px;
  margin-bottom: 100px;
}

.image {
  margin: 20px auto;
  width: 240px;
  text-align: center;
  position: relative;
}

.plus-btn {
  position: absolute;
  bottom: 0;
  right: 10px;
  color: #006c36;
  font-size: 40px;
}

.col-md-12 i {
  position: absolute;
  top: 47px;
  left: 25px;
  font-size: 25px;
  color: #006c36;
}
.btn-edit-pw {
  position: absolute;
  top: 38px;
  left: 45px;
  background: #006c36;
  width: 125px;
  height: 39.45px;
  font-size: 12px;
  font-weight: normal;
  border: 0px;
  color: #fff;
}
.btn-edit-pw:hover {
  background-color: #02a754;
  color: #fff;
}
.btn-find {
  position: absolute;
  top: 38px;
  left: 45px;
  color: #006c36;
  width: 125px;
  height: 39.45px;
  font-size: 15px;
  font-weight: normal;
  border: 1px solid #006c36;
}
.btn-find:hover {
  background-color: #006c36;
  color: #fff;
}

.btn-save {
  background-color: #006c36;
  color: #fff;
}
.btn-save:hover {
  background-color: #02a754;
  color: #fff;
}
.form-all {
  background-color: #fff;
  padding: 20px;
  margin: 20px auto;
  border-radius: 20px;
  /* margin-top: 20px; */
  box-shadow: 0px 4.64139px 31.7161px rgba(0, 0, 0, 0.25);
  /* border-radius: 37.9047px;   */
}
.in-fo {
  padding: 1.55rem 0.75rem;
}
.form-control:focus {
  border-color: #006c36;
  box-shadow: 0px 2px 15px rgba(245, 129, 220, 0.25);
}

@media (max-width: 767px) {
  .form-all {
    width: 90%;
  }

  .btn-edit-pw {
    position: absolute;
    top: 38px;
    left: 25px;
  }
  .btn-find {
    position: absolute;
    top: 38px;
    left: 25px;
  }

  .form-User {
    padding: 20px 10px;
    margin-bottom: 100px;
    width: 90%;
  }
}
/* end page User profile */

/* start page pro 1 */
.bg-pro-one {
  background-image: url(../images/img-p-11.png);
  width: 100%;
  height: 3000px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 50px 0;
}

@media (max-width: 1300px) {
  .bg-pro-one {
    background-image: url(../images/img-p-11.png);
    width: 100%;
    height: 2655px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}

@media (max-width: 1200px) {
  .bg-pro-one {
    background-image: url(../images/img-p-11.png);
    width: 100%;
    height: 2240px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}

@media (max-width: 991px) {
  .bg-pro-one {
    background-image: url(../images/img-p-11.png);
    width: 100%;
    height: 1660px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}

@media (max-width: 767px) {
  .bg-pro-one {
    background-image: url(../images/img-p-11.png);
    width: 100%;
    height: 705px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}
/* end page pro 1 */

/* start page pro 2 */
.bg-pro-two {
  background-image: url(../images/img-p-2.png);
  width: 100%;
  height: 3000px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 50px 0;
}

@media (max-width: 1300px) {
  .bg-pro-two {
    background-image: url(../images/img-p-2.png);
    width: 100%;
    height: 2655px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}

@media (max-width: 1200px) {
  .bg-pro-two {
    background-image: url(../images/img-p-2.png);
    width: 100%;
    height: 2240px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}

@media (max-width: 991px) {
  .bg-pro-two {
    background-image: url(../images/img-p-2.png);
    width: 100%;
    height: 1660px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}

@media (max-width: 767px) {
  .bg-pro-two {
    background-image: url(../images/img-p-2.png);
    width: 100%;
    height: 705px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}
/* end page pro 2 */

/* start page pro 3 */
.bg-pro-three {
  background-image: url(../images/img-p-3.png);
  width: 100%;
  height: 3000px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 50px 0;
}

@media (max-width: 1300px) {
  .bg-pro-three {
    background-image: url(../images/img-p-3.png);
    width: 100%;
    height: 2655px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}

@media (max-width: 1200px) {
  .bg-pro-three {
    background-image: url(../images/img-p-3.png);
    width: 100%;
    height: 2240px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}

@media (max-width: 991px) {
  .bg-pro-three {
    background-image: url(../images/img-p-3.png);
    width: 100%;
    height: 1660px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}

@media (max-width: 767px) {
  .bg-pro-three {
    background-image: url(../images/img-p-3.png);
    width: 100%;
    height: 705px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}
/* end page pro 3 */

/* start page pro 4 */
.bg-pro-four {
  background-image: url(../images/img-p-4.png);
  width: 100%;
  height: 3000px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 50px 0;
}

@media (max-width: 1300px) {
  .bg-pro-four {
    background-image: url(../images/img-p-4.png);
    width: 100%;
    height: 2655px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}

@media (max-width: 1200px) {
  .bg-pro-four {
    background-image: url(../images/img-p-4.png);
    width: 100%;
    height: 2240px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}

@media (max-width: 991px) {
  .bg-pro-four {
    background-image: url(../images/img-p-4.png);
    width: 100%;
    height: 1660px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}

@media (max-width: 767px) {
  .bg-pro-four {
    background-image: url(../images/img-p-4.png);
    width: 100%;
    height: 705px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}
/* end page pro 4 */

/* start page pro 5 */
.bg-pro-five {
  background-image: url(../images/img-p-5.png);
  width: 100%;
  height: 3000px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 50px 0;
}

@media (max-width: 1300px) {
  .bg-pro-five {
    background-image: url(../images/img-p-5.png);
    width: 100%;
    height: 2655px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}

@media (max-width: 1200px) {
  .bg-pro-five {
    background-image: url(../images/img-p-5.png);
    width: 100%;
    height: 2240px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}

@media (max-width: 991px) {
  .bg-pro-five {
    background-image: url(../images/img-p-5.png);
    width: 100%;
    height: 1660px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}

@media (max-width: 767px) {
  .bg-pro-five {
    background-image: url(../images/img-p-5.png);
    width: 100%;
    height: 705px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}
/* end page pro 5 */

/* start page pro 6 */
.bg-pro-six {
  background-image: url(../images/img-p-6.png);
  width: 100%;
  height: 3000px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 50px 0;
}

@media (max-width: 1300px) {
  .bg-pro-six {
    background-image: url(../images/img-p-6.png);
    width: 100%;
    height: 2655px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}

@media (max-width: 1200px) {
  .bg-pro-six {
    background-image: url(../images/img-p-6.png);
    width: 100%;
    height: 2240px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}

@media (max-width: 991px) {
  .bg-pro-six {
    background-image: url(../images/img-p-6.png);
    width: 100%;
    height: 1660px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}

@media (max-width: 767px) {
  .bg-pro-six {
    background-image: url(../images/img-p-6.png);
    width: 100%;
    height: 705px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}
/* end page pro 6 */

/* start page pro 7 */
.bg-pro-seven {
  background-image: url(../images/img-p-7.png);
  width: 100%;
  height: 3000px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 50px 0;
}

@media (max-width: 1300px) {
  .bg-pro-seven {
    background-image: url(../images/img-p-7.png);
    width: 100%;
    height: 2655px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}

@media (max-width: 1200px) {
  .bg-pro-seven {
    background-image: url(../images/img-p-7.png);
    width: 100%;
    height: 2240px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}

@media (max-width: 991px) {
  .bg-pro-seven {
    background-image: url(../images/img-p-7.png);
    width: 100%;
    height: 1660px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}

@media (max-width: 767px) {
  .bg-pro-seven {
    background-image: url(../images/img-p-7.png);
    width: 100%;
    height: 705px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}
/* end page pro 7 */

/* start page pro 8 */
.bg-pro-eight {
  background-image: url(../images/img-p-8.png);
  width: 100%;
  height: 3000px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 50px 0;
}

@media (max-width: 1300px) {
  .bg-pro-eight {
    background-image: url(../images/img-p-8.png);
    width: 100%;
    height: 2655px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}

@media (max-width: 1200px) {
  .bg-pro-eight {
    background-image: url(../images/img-p-8.png);
    width: 100%;
    height: 2240px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}

@media (max-width: 991px) {
  .bg-pro-eight {
    background-image: url(../images/img-p-8.png);
    width: 100%;
    height: 1660px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}

@media (max-width: 767px) {
  .bg-pro-eight {
    background-image: url(../images/img-p-8.png);
    width: 100%;
    height: 705px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}
/* end page pro 8 */

/* start page pro 9 */
.bg-pro-nine {
  background-image: url(../images/img-p-9.png);
  width: 100%;
  height: 3000px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 50px 0;
}

@media (max-width: 1300px) {
  .bg-pro-nine {
    background-image: url(../images/img-p-9.png);
    width: 100%;
    height: 2655px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}

@media (max-width: 1200px) {
  .bg-pro-nine {
    background-image: url(../images/img-p-9.png);
    width: 100%;
    height: 2240px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}

@media (max-width: 991px) {
  .bg-pro-nine {
    background-image: url(../images/img-p-9.png);
    width: 100%;
    height: 1660px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}

@media (max-width: 767px) {
  .bg-pro-nine {
    background-image: url(../images/img-p-9.png);
    width: 100%;
    height: 705px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}
/* end page pro 9 */

/* start page pro 10 */
.bg-pro-ten {
  background-image: url(../images/img-p-10.png);
  width: 100%;
  height: 3000px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 50px 0;
}

@media (max-width: 1300px) {
  .bg-pro-ten {
    background-image: url(../images/img-p-10.png);
    width: 100%;
    height: 2655px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}

@media (max-width: 1200px) {
  .bg-pro-ten {
    background-image: url(../images/img-p-10.png);
    width: 100%;
    height: 2240px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}

@media (max-width: 991px) {
  .bg-pro-ten {
    background-image: url(../images/img-p-10.png);
    width: 100%;
    height: 1660px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}

@media (max-width: 767px) {
  .bg-pro-ten {
    background-image: url(../images/img-p-10.png);
    width: 100%;
    height: 705px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}
/* end page pro 10 */

/* start page pro 11 */
.bg-pro-eleven {
  background-image: url(../images/img-p-111.png);
  width: 100%;
  height: 2000px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 50px 0;
}

@media (max-width: 1300px) {
  .bg-pro-eleven {
    background-image: url(../images/img-p-111.png);
    width: 100%;
    height: 1700px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}

@media (max-width: 1200px) {
  .bg-pro-eleven {
    background-image: url(../images/img-p-111.png);
    width: 100%;
    height: 1500px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}

@media (max-width: 991px) {
  .bg-pro-eleven {
    background-image: url(../images/img-p-111.png);
    width: 100%;
    height: 1100px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}

@media (max-width: 767px) {
  .bg-pro-eleven {
    background-image: url(../images/img-p-111.png);
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}
/* end page pro 11 */

/* start page pro 12 */
.bg-pro-twelve {
  background-image: url(../images/img-p-12.png);
  width: 100%;
  height: 3000px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 50px 0;
}

@media (max-width: 1300px) {
  .bg-pro-twelve {
    background-image: url(../images/img-p-12.png);
    width: 100%;
    height: 2655px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}

@media (max-width: 1200px) {
  .bg-pro-twelve {
    background-image: url(../images/img-p-12.png);
    width: 100%;
    height: 2240px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}

@media (max-width: 991px) {
  .bg-pro-twelve {
    background-image: url(../images/img-p-12.png);
    width: 100%;
    height: 1660px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}

@media (max-width: 767px) {
  .bg-pro-twelve {
    background-image: url(../images/img-p-12.png);
    width: 100%;
    height: 705px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}
/* end page pro 12 */

/* start page pro 13 */
.bg-pro-therteen {
  background-image: url(../images/img-p-13.png);
  width: 100%;
  height: 3000px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 50px 0;
}

@media (max-width: 1300px) {
  .bg-pro-therteen {
    background-image: url(../images/img-p-13.png);
    width: 100%;
    height: 2655px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}

@media (max-width: 1200px) {
  .bg-pro-therteen {
    background-image: url(../images/img-p-13.png);
    width: 100%;
    height: 2240px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}

@media (max-width: 991px) {
  .bg-pro-therteen {
    background-image: url(../images/img-p-13.png);
    width: 100%;
    height: 1660px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}

@media (max-width: 767px) {
  .bg-pro-therteen {
    background-image: url(../images/img-p-13.png);
    width: 100%;
    height: 705px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}
/* end page pro 13 */

/* start page pro 14 */
.bg-pro-fourteen {
  background-image: url(../images/img-p-14.png);
  width: 100%;
  height: 2500px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 50px 0;
}

@media (max-width: 1300px) {
  .bg-pro-fourteen {
    background-image: url(../images/img-p-14.png);
    width: 100%;
    height: 2000px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}

@media (max-width: 1200px) {
  .bg-pro-fourteen {
    background-image: url(../images/img-p-14.png);
    width: 100%;
    height: 1800px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}

@media (max-width: 991px) {
  .bg-pro-fourteen {
    background-image: url(../images/img-p-14.png);
    width: 100%;
    height: 1350px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}

@media (max-width: 767px) {
  .bg-pro-fourteen {
    background-image: url(../images/img-p-14.png);
    width: 100%;
    height: 550px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}
/* end page pro 14 */

/* start page pro 15 */
.bg-pro-fifteen {
  background-image: url(../images/img-p-15.png);
  width: 100%;
  height: 3000px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 50px 0;
}

@media (max-width: 1300px) {
  .bg-pro-fifteen {
    background-image: url(../images/img-p-15.png);
    width: 100%;
    height: 2655px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}

@media (max-width: 1200px) {
  .bg-pro-fifteen {
    background-image: url(../images/img-p-15.png);
    width: 100%;
    height: 2240px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}

@media (max-width: 991px) {
  .bg-pro-fifteen {
    background-image: url(../images/img-p-15.png);
    width: 100%;
    height: 1660px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}

@media (max-width: 767px) {
  .bg-pro-fifteen {
    background-image: url(../images/img-p-15.png);
    width: 100%;
    height: 705px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 50px 0;
  }
}
/* end page pro 14 */

/* start package slider */

/* start Bg package */
.bg-package {
  background-image: url(../images/Bg-package.png);
  width: 100%;
  height: 650px;
  background-size: cover;
  background-repeat: no-repeat;
  /* background-position: center; */
  /* transform: rotatey(180deg); */
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-package-arabic {
  background-image: url(../images/Bg-package-arabic.png);
  width: 100%;
  height: 650px;
  background-size: cover;
  background-repeat: no-repeat;
  /* background-position: center; */
  /* transform: rotatey(180deg); */
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-bg-package p {
  color: rgba(255, 255, 255, 0.664);
  font-size: 25px;
}

.text-bg-package h5 {
  font-size: 40px;
  color: white;
}

.text-bg-package {
  max-width: 500px;
}
/* end Bg package */

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 80px;
  height: 80px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: 0;
  cursor: pointer;
  background-color: transparent;
  background-clip: padding-box;
  border: 0;
  border: 1px solid black;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

.carousel-indicators button img {
  width: 50px;
}

.carousel-indicators .active {
  opacity: 1;
  border: 1px solid black;
  position: relative;
}

.carousel-indicators .active::before {
  content: "";
  width: 103%;
  height: 6px;
  background-color: #006c36;
  /* border-radius: 5px; */
  position: absolute;
  top: -7px;
  right: -1px;
}

.carousel-indicators .active::after {
  content: "";
  width: 20px;
  /* background-color: #006c36; */
  border-style: solid;
  border-width: 14px;
  border-color: transparent transparent #006c36 transparent;
  /* border-radius: 5px; */
  position: absolute;
  top: -35px;
  right: 25px;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -140px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

.package-slider {
  background-color: #f0efed;
  padding: 30px 0 160px 0;
  /* margin: 100px 0; */
}

.enwan {
  text-align: center;
  max-width: 600px;
  margin: auto;
  margin-bottom: 50px;
}

.enwan h2 {
  color: #006c36;
}

.box-package {
  background-color: white;
  border-radius: 10px;
  padding: 20px 10px;
  border: 1px solid black;
  max-width: 350px;
  /* text-align: center; */
}

.arabic {
  background-color: white;
  border-radius: 10px;
  padding: 20px 10px;
  border: 1px solid black;
  min-width: 355px;
  /* text-align: center; */
}

@media(max-width:991px){
  .arabic {
    background-color: white;
    border-radius: 10px;
    padding: 20px 10px;
    border: 1px solid black;
    min-width: 295px;
    /* text-align: center; */
  }
}

.box-package .img-enwan h2 {
  font-size: 20px;
  font-weight: bolder;
}

.box-package .img-enwan {
  text-align: center;
  margin-bottom: 40px;
}

.box-package .img-enwan img {
  margin-bottom: 15px;
}

.box-package-all {
  display: flex;
  justify-content: center;
  gap: 20px;
}

@media (max-width: 991px) {
  .box-package-all {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }

  .carousel-indicators .active::after {
    content: "";
    width: 20px;
    /* background-color: #006c36; */
    border-style: solid;
    border-width: 10px;
    border-color: transparent transparent #006c36 transparent;
    /* border-radius: 5px; */
    position: absolute;
    top: -27px;
    right: 20px;
  }
}

.box-package i {
  color: #2fab73;
  font-size: 17px;
  margin-right: 5px;
}

.arabic i {
  color: #2fab73;
  font-size: 17px;
  margin-right: 0px;
  margin-left: 5px;
}

.p-text-package {
  min-height: 300px;
}

.footer-box {
  text-align: center;
  margin-top: 30px;
}

.footer-box h4 {
  color: #f19424;
  margin-bottom: 10px;
}

.footer-box button {
  background-color: transparent;
  border: 2px solid #006c36;
  padding: 5px;
  border-radius: 10px;
  width: 130px;
  transition: all 0.5s;
}

.footer-box button:hover {
  background-color: #006c36;
  color: white;
}
/* end package slider */
