@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;

  font-family: "Tajawal", sans-serif;

  direction: rtl;
}

body {
  margin-top: 70px;
}

section {
  padding: 100px 200px;
}
.fas {
  float: right;
  margin-left: 10px;
}

.main {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}
.main > div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main h1 {
  text-align: center;
  /* width: auto; */
  /* margin: 0 auto; */
  padding: 10px 20px;
  background: #0037ff0d;
  color: #6f9cff;
  border-radius: 12px;
  font-size: 24px;
  font-weight: 400;
}
.main .content {
  margin-top: 30px;
  display: flex;
  flex-direction: row;

  flex-wrap: wrap;

  width: 100%;
}

.cr1 {
  background-color: #ffffff;
  border: 2px solid #fff;
  min-height: 14em;

  width: calc((100% - ((20px * 2) * 3)) / 3);

  overflow: hidden;
  border-radius: 10px;
  margin: 20px;
  transition: 0.2s ease;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
}
.cr1:hover {
  transform: scale(1.05);
  box-shadow: 0 0 36px rgba(0, 0, 0, 0.2);
}
.cr1-img {
  padding: 30px 30px;
}
.cr1-img img {
  width: 100%;
  height: 120px;
  object-fit: contain;
  object-position: center center;
}

.project-img img {
  width: 100%;
}
.project-info {
  padding: 1em;
}
.pr-cr {
  font-size: 0.8em;
  color: #000000;
}
.pr-ti {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 10px;
}
.more-det {
  text-decoration: none;
  color: #3a6cf4;
}
.more-det:hover {
  color: #601cfc;
}
.main1 h1 {
  color: #000;
  font-size: 1.8em;
  justify-content: center;
}
.gallery {
  width: 900px;
  padding: 0 20%;
  display: flex;
  align-items: center;
}
.gallery div {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 1%;
  flex: none;
}
.gallery div img {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  width: 100%;
  height: 200px;
  object-fit: contain;
  object-position: center center;
}

.gallery::-webkit-scrollbar {
  display: none;
}
.gallery-wrab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5%;
}

#backBtn,
#nextBtn {
  width: 50px;
  cursor: pointer;
  margin: 40px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.dropdown-menu1 {
  border: 2px solid rgb(0, 0, 0);
  display: none;
}
.menu-bar ul li:hover .dropdown-menu1 {
  display: block;
  position: absolute;
  left: 10px;
  top: 100%;
  background-color: #ffffff;
}
.menu-bar ul li:hover .dropdown-menu1 ul {
  display: block;
  margin: 0%;
}
.menu-bar ul li:hover .dropdown-menu1 ul li {
  width: 100px;
  padding: 10px;
}
.dropdown-menu1 {
  display: none;
}
.mn button {
  appearance: none;
  background-color: transparent;
  border: 0.2em solid #000;
  border-radius: 0.9375em;
  color: #090909;
  cursor: pointer;
  font-size: 16px;
  margin-top: 60;
  min-height: 3.75em;
  padding: 1em 2.3em;
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
.mn button:hover {
  color: #ffffff;
  background-color: #0037ff;
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}
.mn button a {
  color: #000;
  font-size: 1.2em;
  text-decoration: none;
}
.fm h2 {
  font-size: 1.8em;
  margin-left: 30px;
  color: #fffcfc;
}
.fm button :active {
  box-shadow: none;
  transform: translateY(0);
}

.mn {
  /* background: url(imj/111.jpeg); */
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  background-position: center;
}

.sochal {
  color: #fff;
  background-color: #000;
}
.sochal {
  color: #000000;
  background-color: #0088ff;
}

.sochal h1 {
  font-size: 1.8em;
  justify-content: center;
  margin-bottom: 50px;
}
.cun a {
  padding: 6px 10px;
  text-decoration: none;
  color: #fff;
  font-size: 1.8em;
  padding-right: 30px;
  margin-left: 30px;
  margin-top: 5px;
}
.cun a :hover {
  background: #000;
  color: #ff0000;
}
.book h1 {
  color: #000000;
  font-size: 2.1em;
  justify-content: center;
  font-weight: 1000;
}
.card {
  width: 190px;
  height: 254px;
  padding: 0.9em;
  background: #f5f5f5;
  position: relative;
  overflow: visible;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.card-img {
  height: 60%;
  width: 100%;
  border-radius: 0.5rem;
  transition: 0.3s ease;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.card-info {
  padding-top: 10%;
}

svg {
  width: 20px;
  height: 20px;
}

.card-footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}

.text-title {
  font-weight: 900;
  font-size: 1.3em;
  line-height: 1.5;
}

.text-body {
  font-size: 0.9em;
  padding-bottom: 10px;
}

.card-button {
  border: 1px solid #252525;
  display: flex;
  padding: 0.3em;
  cursor: pointer;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
}

.card:hover .card-img {
  transform: translateY(-25%);
  box-shadow: rgba(226, 196, 63, 0.25) 0px 13px 47px -5px,
    rgba(180, 71, 71, 0.3) 0px 8px 16px -8px;
}

.card-button:hover {
  border: 1px solid #ffcaa6;
  background-color: #ffcaa6;
}

.card {
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  width: 230px;
  height: 280px;
  max-height: 330px;
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.08),
    -4px -4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
  cursor: pointer;
  box-sizing: border-box;
  padding: 10px;
  background-color: #ffffff;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1),
    -4px -4px 12px rgba(0, 0, 0, 0.08);
}

.card-image-container {
  background: url(imgg/mst.jpg) no-repeat;
  width: 100%;
  height: 64%;
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
  background-color: rgb(165, 165, 165);
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-icon {
  font-size: 40px;
}

.card-title {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  color: #000000;
  cursor: default;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}

.card-des {
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  margin: 0;
  font-size: 13px;
  color: #000000;
  cursor: default;
}
.pay {
  background-color: #000;
  color: #3a6cf4;
}
.pay fa-brands fa-cc-paypal {
  width: 50px;
}
.pay ada {
  width: 500px;
  margin: 100px;
}
.book {
  position: relative;

  width: 100%;

  background: rgba(248, 250, 255, 1);
}
.book .boo {
  position: relative;
  display: flex;
  gap: 30px;

  align-items: flex-start;
  justify-content: center;

  flex-direction: row;
  flex-wrap: wrap;
}
.swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #fff;
  background-color: #252525;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  font-size: 1rem;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 20px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 20px);
  left: auto;
}

.vision {
  width: 100%;
  margin-top: 20px;
  padding: 0 20% 0 20%;
}
@media (max-width: 500px) {
  .vision {
    padding: 0;
  }
}

.profilecontainer {
  padding-inline-start: 10%;
  padding-block-start: 2%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.profileitems {
  padding-block-start: 2%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}

.profilebuttons {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-block-start: 1%;
}

.profilebuttons Button {
  margin-block-start: 3%;
  margin-block-end: 3%;
  padding-block: 5%;
  width: 220px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;

  background-color: white;
  padding-inline: 3%;
  cursor: pointer;
  border-radius: 4px;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.133) 0px 1.6px 3.6px 0px,
    rgba(0, 0, 0, 0.11) 0px 0.3px 0.9px 0px;
  min-height: 40px;
  padding: 0;
}

.profilebuttons Button i {
  margin-inline: 10px;
  font-size: 16px;
}

.profilebuttons Button:hover {
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
  background-color: lightskyblue;
}

.userfullname {
  line-height: 1;
}

.adminbuttons {
  margin-block-start: 5%;
}

.usertype {
  color: gray;
  line-height: 1;
}

.profileview {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-inline-start: 1%;
  width: 100%;
  align-items: stretch;
  padding: 2%;
    overflow-x: hidden;
  overflow-y: auto;
}

@media (max-width: 500px) {
  .userfullname {
    line-height: 0.75;
  }

  .usertype {
    line-height: 1;
  }
}
