@import url('https://fonts.googleapis.com/css2?family=Beiruti:wght@200..900&display=swap');

body {
  margin: 0;
  padding: 0;
  width: 100dvw;
  height: 100dvh;
}

*::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.fi {
  display: flex;
  justify-content: center;
  align-items: center;
}

* {
  font-family: "Beiruti", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  outline: none;
}

.t1 {
  color: white;
}

.t1-2 {
  color: rgb(239, 255, 246);
}

.t2 {
  color: rgb(92, 92, 92);
}

.t3 {
  color: rgb(91, 182, 132);
}

.t4 {
  color: rgb(40, 173, 100);
}

.t5 {
  color: rgb(221, 41, 41);
}


.shad {
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
}

.bshad {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
}

.fbg {
  background: linear-gradient(rgba(26, 170, 122, 0.975), rgba(53, 190, 115, 0.975));
  background-position: center;
  background-size: cover;
}

.fbg2 {
  background: linear-gradient(rgba(21, 138, 99, 0.975), rgba(50, 173, 105, 0.975));
  background-position: center;
  background-size: cover;
}

.fbg3 {
  background: rgb(244, 255, 249)
}

.fbg4 {
  background: linear-gradient(rgba(249, 255, 251, 0.975), rgba(247, 255, 250, 0.975));
  background-position: center;
  background-size: cover;
}

.fbgw {
  background: linear-gradient(109.6deg, rgba(255, 255, 255, 0.975) 11.2%, rgba(245, 255, 249, 0.975) 91.1%);
  background-position: center;
  background-size: cover;
}


.fbgr {
  background: linear-gradient(109.6deg, rgb(255, 59, 59) 11.2%, rgb(224, 72, 72) 91.1%);
}

.linec {
  mask-image: linear-gradient(90deg, transparent, white, transparent);
}

.rot img:nth-child(1) {
  z-index: 10;
}

.rot img:nth-child(2) {
  transform-origin: bottom;
  transform: translateX(-20px) translateY(-3px);
  z-index: 9;
}

.rot img:nth-child(3) {
  transform-origin: bottom;
  transform: translateX(20px) translateY(-3px);
  z-index: 8;
}



*[onclick]:not(.ic) {
  opacity: 1;
  scale: 1;
  transition: all ease-in-out 30ms;
}

*[onclick]:not(.ic):active {
  opacity: 0.6;
  scale: 0.95;
}


.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-scrollbar-drag {
  background: rgb(26, 170, 122);
}

.swiper-scrollbar-horizontal {
  background-color: #dddddd;
}


.custom-marker {
  transform: translateX(-50%) translateY(-100%);
}


.hideaccepted .imaccepted {
  display: none !important;
}

.bordb {
  border: 2px solid black
}