@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");
/* Start Default */
* {
  /* margin: 0;
  padding: 0; */
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

::-moz-selection {
  color: #fff;
  background: #FFCF49;
}

::selection {
  color: #fff;
  background: #FFCF49;
}

/* body {
  width: 100%;
  overflow-x: hidden !important;
} */
body::-webkit-scrollbar {
  width: 7px;
}

body::-webkit-scrollbar-thumb {
  background: #FFCF49;
}

@media (max-width: 900px) {
  body::-webkit-scrollbar {
    width: 0px;
  }
}
html {
  /* width: 100%;
  scroll-behavior: smooth; */
  overflow-x: hidden;
}

/* a {
  text-decoration: none;
  color: #000;
} */

/* button {
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
} */

/* input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
} */

/* clears the ‘X’ from Internet Explorer */
/* input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
} */

/* input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #eb683f;
  border-radius: 4px;
  outline: none;
  transition: 0.3s;
} */

/* Change the color of the checkbox when checked */
/* input[type=checkbox]:checked {
  border-color: #eb683f; 
  background-color: #eb683f; 
}  */

/* Style the checkmark inside the checkbox
input[type=checkbox]::before {
  content: "✓";
  display: block;
  width: 16px;
  height: 16px;
  margin: 2px;
  font-size: 16px;
  color: #fff; 
  line-height: 16px;
  text-align: center;
  visibility: hidden;
} */

/* Show the checkmark when the checkbox is checked */
/* input[type=checkbox]:checked::before {
  visibility: visible;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
} */

/* clears the ‘X’ from Chrome */
/* input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
} */

/*Start Slider*/
.governorates-slider .section .box {
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
}

@media (max-width: 768px){
  .governorates-slider{
    display: none;
  }
}

.governorates-slider .section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 0;
  flex-direction: column;
}

.governorates-slider .section .pSw {
  padding: 50px 0 50px 20px;
}

.governorates-slider .section .box .mySwiper {
  width: 100%;
  height: 100%;
}

.governorates-slider .section .box .mySwiper .swiper-slide{
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
  width: 260px;
  margin: 0 60px;
}

.governorates-slider .section .box .swiper .swiper-wrapper .swiper-slide .client-wr {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  width: 260px;
}

.governorates-slider .section .box .swiper .swiper-wrapper .swiper-slide .client-wr .client {
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  width: 260px;
  height: 280px;
  display: flex;
  position: relative;
}
.governorates-slider .section .box .swiper .swiper-wrapper .swiper-slide .client-wr .client img {
  width: 100%;
  height: 92%;
  -o-object-fit: contain;
  /* object-fit: contain; */
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  position: absolute;
  top: 0;
}

@media (max-width: 370px) {
  .client {
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */

.governorates-slider .section .box .swiper .swiper-wrapper .swiper-slide .client-wr .client .content{
  position: absolute;
  bottom: 0;
  background-color: #eee;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.governorates-slider .section .box .swiper .swiper-wrapper .swiper-slide .client-wr .client .content .gover-name{
  position: relative;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  color: black;
  transition: 0.5s;
}

.governorates-slider .section .box .swiper .swiper-wrapper .swiper-slide .client-wr .client .content .gover-name a{
  transition: 0.5s;
  color: black;
}

.governorates-slider .section .box .swiper .swiper-wrapper .swiper-slide .client-wr .client .content .gover-name a:hover{
  color: #FFCF49;
}