@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700;800&family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
:root {
  scroll-behavior: smooth;
}
/* //////////////////////////////// */

#calendarContainer,
#organizerContainer {
  float: left;
  margin: 5px;
}

html {
  scroll-behavior: smooth;
}

/* //////////////////////////////////// */

* {
  font-family: "Cairo", sans-serif;
  margin: 0;
  padding: 0;
  direction: rtl;
}

a {
  text-decoration: none;
}

.fontBold {
  font-family: myBFont;
}

.body > * {
  width: 100vw;
  scroll-snap-align: start;
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 95%;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    width: 90%;
    max-width: 1400px;
  }
}

@media (min-width: 1700px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1550px;
  }
}

/* ////////////////////////////////////////////////// */

body {
  background-image: url(../images/bgB.png);
  background-color: #05a552;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  overflow-x: hidden;
}

.bodyS {
  position: relative;
}

.allbodyS {
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bgTree {
  position: absolute;
  width: 100%;
  height: 80%;
  z-index: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.logoFlex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  background-color: #ffffff;
  /* backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px); */
  padding: 15px 0px;
  border-radius: 25px;
}

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

.logo img {
  width: 260px;
  height: 110px;
  object-fit: contain;
}

.sotialIcon {
  display: flex;
  align-items: center;
  gap: 6px;
}
.sotialIcon a {
  background-color: #178344;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: background-color 0.5s ease;
}
.sotialIcon a:hover {
  background-color: transparent;
  border: 1px solid #178344;
}
.sotialIcon a i {
  color: #fff;
  font-size: 19px;
}
.sotialIcon a:hover i {
  color: #178344;
  font-size: 19px;
}

.bodyES {
  margin: auto;
  position: relative;
  padding-top: 130px;
  margin-top: 0 !important;
}
.bodyES h1 {
  color: #fff;
  font-weight: bold;
}

.cardsS {
  margin-top: 50px;
  /* min-height: calc(100vh - 900px);
  overflow-y: auto; */
}

.cardS {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 13px;
  background-color: #ffffff23;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: rgba(105, 105, 105, 0.178) 0px 0px 8px;
  min-height: 160px;
  padding: 20px 15px;
  border-radius: 30px;
  margin-bottom: 30px;
  border: 1px solid #ffffff5e;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.cardS:hover {
  background-color: #ffffff36;
}
.cardS img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.cardS h5 {
  color: #fff !important;
  font-weight: bold;
}

.footerB {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  background-color: #ffffff38;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid #e1e1e144;
  width: 100%;
  /*text-align: center;*/
  padding: 3px 10px;
  position: sticky;
  margin-top: 40px;
  left: 0;
  right: 0;
  bottom: 0;
}
.footerB span {
  font-size: 13px;
  color: #fff;
}

.modal-content {
  background-color: #ffffff3d;
  backdrop-filter: blur(30px);
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
  border: none;
}

.modalCardsStore .modal-dialog {
  max-width: 900px;
}

.bodyM {
  min-height: 300px;
  padding: 0px 25px;
  padding-bottom: 15px;
}
.modal {
  --bs-modal-width: 850px;
  background-color: transparent;
  border: none !important;
}
.bodyMC .col {
  padding: 7px;
}
.bodyMC .cardS {
  margin-bottom: 0;
  min-height: 80px;
  padding: 5px 15px;
  justify-content: flex-start;
  padding-top: 15px;
}
.bodyMC .cardS h5 {
  font-size: 18px;
  margin-bottom: 0;
}
.bodyMC .cardS img {
  width: 40px;
  height: 40px;
}
.modal-header {
  border-bottom: none;
  padding-bottom: 0;
}
.titleModel {
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}
.btnClose {
  font-size: 25px;
  width: 28px;
  height: 28px;
  background-color: transparent;
  border: 1px solid #ffffff9f;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}

.rowM {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cardRM {
  padding: 13px;
  background-color: #ffffff52;
  width: max-content;
  border-radius: 20px;
  display: block;
}
.cardRM h5 {
  margin-bottom: 0;
  color: #fff;
}

.flexTitlepage {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  gap: 2px;
}

.backtoZ {
  /* position: absolute;
  right: 0; */
  color: #fff;
  /* top: 50%;
  transform: translateY(-50%); */
  cursor: pointer;
  transition: all 0.2s ease;
  display: none;
  gap: 6px;
  align-items: center;
}
.backtoZ.active {
  display: flex;
}
.backtoZ h5 {
  margin-bottom: 0;
}

@media (max-width: 1600px) {
  .allbodyS {
    padding-top: 30px;
  }
  .bodyES {
    padding-top: 40px;
  }
  .bodyES h1 {
    font-size: 33px;
  }
  .cardsS {
    margin-top: 20px;
  }
  .logo img {
    height: 100px;
  }
  .footerB {
    margin-top: 5px;
  }
  .cardS {
    max-height: 155px;
    padding: 15px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1400px) {
  .cardS h5 {
    font-size: 19px;
  }
}
@media (max-width: 1300px) {
  .bodyES h1 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .bodyES h1 {
    font-size: 33px;
  }
  .bodyES {
    padding-top: 40px;
  }
  .allbodyS {
    padding-top: 30px;
  }
  .footerB {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .allLogoFlex {
    flex-direction: column;
    gap: 18px;
  }
  .cardS {
    max-width: 430px;
    margin: auto;
    margin-bottom: 20px;
    align-items: center;
    text-align: center;
  }
  .logoFlex {
    max-width: 93%;
  }
  .sotialIcon a {
    width: 32px;
    height: 32px;
  }
  .sotialIcon a i {
    color: #fff;
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .flexTitlepage {
    flex-direction: column;
    align-items: flex-start;
  }
  .cardS {
    min-height: 130px;
    padding: 10px 6px;
    margin-bottom: 0px;
  }
  .logo img {
    height: 95px;
  }
  .bodyES h1 {
    font-size: 25px;
  }
  .cardsS {
    margin-top: 30px;
  }
  .cardS img {
    width: 35px;
    height: 35px;
  }
  .cardsS .col {
    padding: 5px;
  }
  .cardS h5 {
    font-size: 16px;
  }
  .backtoZ h5 {
    font-size: 18px;
  }
}
