/* amgad code  */
/*@import url(bootstrap.min.css);
@import url(line-awesome.min.css);*/
@import url(swiper-bundle.min.css);

/* Start Blogs-h */
:root {
  --main-color: #89153d;
  --sec-color: #a14460;
  --dark-color: #000;
  --box-shadow: 0px 13px 52.4px 0px #6666661c;
  --font-family: "Cairo", sans-serif;
  --border-radius: 12px;
}
.blogs-h {
  padding: 38px 0;
}

.title {
  margin-bottom: 36px;
}

.title h3 {
  color: var(--sec-color);
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  margin: 0;
  text-align: end;
}

.banner-block {
  padding: 18px 14px;
  background: #fff;
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: var(--box-shadow);
  transform: scale(0.85);
  transition: all 0.4s;
}

.banner-block .img-block {
  height: 411.67px;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
}

.banner-block .img-block .img,
.banner-block .img-block .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.banner-block .img-block .box-img {
  position: absolute;
  left: 0;
  top: 0;
  margin: 24px 16px;
  background: #89153dc7;
  border-radius: 7px;
  padding: 28px 16px;
}

.banner-block .img-block .box-img ul li {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 14px;
  gap: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 22.24px;
}

.banner-block .img-block .box-img ul li:last-child {
  margin: 0;
}

.banner-block .details {
  padding: 20px 0 0;
}

.banner-block .details h3 {
  margin: 0;
  color: #000;
  font-size: 19px;
  font-weight: 700;
  line-height: 28px;
}

.swiper-slide.swiper-slide-active.changed .banner-block {
  transform: none;
}

.nav-slider {
  position: relative;
  margin-top: 42px;
}

.nav-slider .swiper-pagination {
  position: relative;
}

.nav-slider .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 3px;
  background: var(--main-color);
  opacity: 0.61;
  transition: all 0.3s;
}

.nav-slider
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

/* End Blogs-h */

/* Start Blogs-tabs- */

.blogs-tabs-h {
  padding: 22px 0 152px;
  width: 1428px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: -227px;
  border-radius: 10px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 1);
  padding: 50px 0;
  margin-bottom: 50px;
}

.search-h {
  margin-bottom: 42px;
}

.search-h form {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  gap: 20px;
  margin: 0;
}

.search-h form .form-item,
.search-h form .js-form-item {
  margin: 0;
}

.search-h form .form-item label,
.search-h form .js-form-item label {
  display: none;
}

.search-h form .form-actions {
  margin: 0;
  padding: 0;
}

.search-h form input {
  margin-inline-end: 20px;
  width: 342px;
  height: 44px;
  border: 1px solid #cccccc;
  padding: 13px 15px;
  border-radius: 6px;
  padding-inline-start: 42px;
}

.search-h form i {
  position: absolute;
  right: 0;
  top: 8px;
  color: #999999;
  font-weight: 400;
  font-size: 16px;
  margin: 14px;
  height: 16px;
  line-height: 16px;
}

.btn-submit {
  min-width: 142px;
  min-height: 60px;
  border-radius: 50px;
  border: none !important;
  box-shadow: none !important;
  background: var(--main-color);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
}

.blogs-tabs-h .row {
  align-items: center;
  -webkit-align-items: center;
}

.tab-heading {
  margin-bottom: 42px;
  display: flex;
  justify-content: end;
  gap: 9px;
}

.tab-heading a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}

.tab-heading a.active {
  background: var(--main-color);
}

.tab-heading a.active img {
  filter: brightness(0) invert(1);
}

.nav.nav-tabs {
  border: none;
  margin-bottom: 37px;
}

.nav.nav-tabs .nav-item {
  margin-inline-end: 10px;
}

.nav.nav-tabs .nav-item .nav-link {
  border: none;
  padding: 0;
  box-shadow: none;
  color: #333;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  min-height: 57px;
  position: relative;
}

.nav.nav-tabs .nav-item .nav-link::after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  background: url(../images/events/line.svg);
  height: 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-top: 12px;
  transition: all 0.4s;
  opacity: 0;
}

.nav.nav-tabs .nav-item .nav-link.active {
  color: var(--sec-color);
}

.nav.nav-tabs .nav-item .nav-link.active::after {
  opacity: 1;
}

.blog-block {
  box-shadow: var(--box-shadow);
  margin: 15px 0;
  padding: 18px 14px;
  border-radius: var(--border-radius);
  overflow: hidden;
  height: 550px;
}

.link-block {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.blog-block .img-block {
  position: relative;
  border-radius: var(--border-radius);
  height: 352px;
  overflow: hidden;
  transition: all 0.4s;
}

.blog-block .img-block .img,
.blog-block .img-block .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blog-block .img-block .date-h {
  position: absolute;
  right: 0;
  top: 0;
  margin: 10px 0;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  border-start-end-radius: 30px;
  border-end-end-radius: 30px;
  overflow: hidden;
  background: var(--main-color);
  padding: 10px 16px;
  color: #fff;
  gap: 6px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.24px;
}

.blog-block .img-block .date-h span {
  font-weight: inherit;
}

.blog-block .details {
  padding: 12px 0 0;
}

.blog-block .details .location-h {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  color: var(--sec-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 22.24px;
  gap: 13px;
  margin-bottom: 16px;
}

.blog-block .details .location-h i {
  font-size: 17.06px;
}

.blog-block .details h3 {
  color: #000;
  font-size: 19px;
  font-weight: 700;
  line-height: 28px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-block .details h3::before {
  content: "";
  content: "";
  position: relative;
  display: block;
  width: 100%;
  background: url(../images/events/line.svg);
  height: 14px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  margin-bottom: 18px;
  transition: all 0.4s;
  max-width: 154px;
}

.blog-block .details .hover-block {
  transition: all 0.4s;
}

.blog-block .details .hover-block p {
  margin: 18px 0 13px;
  font-size: 15px;
  font-weight: 500;
  line-height: 28.33px;
  color: #333335;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.readMore {
  display: flex;
  font-size: 14px;
  font-weight: 700;
  line-height: 22.24px;
  align-items: center;
  -webkit-align-items: center;
  gap: 9px;
  color: #a29475;
}
.readMore:hover {
  color: #89153d;
}

.readMore i {
  font-size: 16px;
}

.blog-block .details .hover-block .readMore {
  margin-bottom: 13px;
}

.blog-block .details .hover-block {
  height: 0;
  overflow: hidden;
}

.blog-block:hover .details .hover-block {
  height: 152px;
}

.blog-block:hover .img-block {
  height: 199px;
  border-radius: 6px;
}

.btn-section {
  margin-top: 17px;
}

/*   .btn {
    min-width: 252px;
    min-height: 49px;
    background: var(--main-color);
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    box-shadow: none !IMPORTANT;
  } */

.btn:hover,
.btn-submit:hover {
  background: var(--sec-color);
  color: #fff;
}

.details-in .date-h {
  display: none;
}

.all-blogs-in.list .tab-inner .col-md-4 {
  width: 100%;
}

.all-blogs-in.list .blog-block {
  display: flex;
  padding: 12px 10px;
  height: auto !important;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
}

.all-blogs-in.list .blog-block .img-block {
  width: 238.63px;
  height: 122px;
  border-radius: 14px;
}

.all-blogs-in.list .blog-block .img-block .date-h {
  display: none;
}

.all-blogs-in.list .blog-block .details {
  width: calc(100% - 238.63px);
  padding: 0;
  padding-inline-start: 10px;
  display: flex;
  flex-direction: column-reverse;
  max-width: 694px;
}

.all-blogs-in.list .blog-block .details h3::before {
  display: none;
}

.all-blogs-in.list .blog-block .details h3 {
  margin-bottom: 18px;
}

.all-blogs-in.list .blog-block .details .details-in {
  display: flex;
  /* justify-content: center; */
  gap: 55px;
  padding-inline-start: 37px;
}

.all-blogs-in.list .blog-block .details .details-in .date-h {
  display: inline-flex;
  min-width: 200.77px;
  background: var(--main-color);
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  border-radius: 50px;
  min-height: 44px;
  color: #fff;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.24px;
  padding: 10px 16px;
}

.all-blogs-in.list .blog-block .details .details-in .location-h {
  margin: 0;
}

.all-blogs-in.list .blog-block .details .readMore {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  width: 155px;
  height: 44px;
  padding: 13px;
  background: var(--main-color);
  border-radius: 50px;
  margin: auto 33px;
  justify-content: center;
  color: #fff;
}

.all-blogs-in.list .blog-block .details p {
  display: none;
}

.all-blogs-in.list .blog-block .details .hover-block {
  height: 0;
  overflow: hidden;
}

/* End Blogs-tabs- */

/* Start Single-page */

.imgs-single {
  overflow: hidden;
  max-width: 1134px;
  margin: 0 auto;
}

.imgs-single .single-img {
  height: 508.33px;
  overflow: hidden;
  border-radius: 40px;
}

.imgs-single .single-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.content-single {
  margin-top: 23px;
}

.content-single .single-top {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 24px;
}

.content-single .single-top span {
  padding: 26px 16px;
  background: var(--main-color);
  color: #fff;
  border-radius: 27px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 22.24px;
}

.single-page {
  padding: 50px 0 40px;
}

.title-single {
  margin-bottom: 59px;
}

.title-single h3 {
  color: var(--sec-color);
  font-size: 32px;
  font-weight: 700;
  line-height: 33px;
  margin: 0;
}

.content-single p {
  color: #000;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  margin: 10px 0;
}

.rel-h {
  padding: 0 0 48px;
}

.rel-h .nav.nav-tabs {
  margin-bottom: 0;
}

/* End Single-page */

/* First hide all tab content by default */
/* .event-tab-content {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}


.event-tab-content.show.active {
  display: block;
  opacity: 1;
}


.nav-tabs .nav-link {
  cursor: pointer;
}

.nav-tabs .nav-link.active {
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
} */

/*new styles*/

.title h3 {
  text-align: start;
}

.nav.nav-tabs .nav-item .nav-link {
  background: transparent !important;
}

.tab-pane,
.tab-pane.show {
  display: none !important;
}

.tab-pane.active {
  display: block !important;
}

div#tab-2 {
}

.search-h form i {
  font-weight: bold !important;
}

.blog-block .details .location-h i {
  font-weight: bold !important;
  font-family: "FontAwesome";
  font-style: normal;
}

.search-h form button {
  min-width: 142px;
  min-height: 60px;
  border-radius: 50px;
  border: none !important;
  box-shadow: none !important;
  background: var(--main-color);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  margin: 0;
}

/* body {
  background: #fff !important;
} */

.search-h form input:focus {
  outline: none !important;
  border-color: var(--main-color);
}

/* .btn {
  min-width: 252px;
  min-height: 49px;
  background: var(--main-color) !important;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  box-shadow: none ! IMPORTANT;
  margin-top: 17px;
} */

.btn a {
  color: inherit;
  text-decoration: none;
  text-transform: capitalize;
  font-size: inherit;
  font-weight: inherit;
}

.fa,
.far,
.fal {
  font-weight: bold !important;
}

[dir="ltr"] .search-h form i {
  position: absolute;
  left: 0 !important;
}

/*NEW STYLES ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;*/

.blogs-h {
  /* display: none; */
}
.blog-block .img-block {
  height: 199px !important;
}
.blog-block .details .hover-block {
  height: 152px !important;
}
.blog-block .details .location-h {
  display: none !important;
}

.blog-block {
  padding: 0;
}
.blog-block,
.blog-block .img-block {
  border-radius: unset !important;
}

.tab-pane-content .blog-block .img-block {
  overflow: unset;
}

.blog-block .details h3 a {
  font-weight: 600;
  font-size: 16.43px !important;
  line-height: 24.65px;
  vertical-align: middle;
  color: #000;
}
.blog-block .details .hover-block p {
  font-weight: 400;
  font-size: 14.6px;
  line-height: 21.91px;
  text-align: right;
  vertical-align: middle;
  color: #6c7575;
}

.btn-language-switcher {
  background: transparent;
  border: 0;
}

.event-card-container {
  display: flex;
  gap: 20px;
}
.event-details-card {
  height: 374px;
  padding-top: 60px;
  padding-right: 16px;
  padding-bottom: 60px;
  padding-left: 16px;
  border-radius: 7.77px;
  border-width: 0.78px;
  border: 0.78px solid rgba(232, 232, 232, 1);
  box-shadow: 0px 3.11px 15.55px 4.66px rgba(0, 0, 0, 0.02);
  background: rgba(255, 255, 255, 1);
  width: calc(100% / 2 - 20px);
}

.event-image {
  width: calc(100% / 2 - 20px);
  height: 366px;
  border-top-right-radius: 7.77px;
  border-bottom-right-radius: 7.77px;
  overflow: hidden;
}
.event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-header {
  display: flex;
  justify-content: space-between;
  background-color: unset !important;
  border: unset !important;
  padding: unset;
}
.event-date {
  font-weight: 700;
  color: rgba(146, 146, 146, 1);
  font-size: 11.66px;
}
.event-category {
  font-weight: 700;
  font-size: 11.66px;
  color: #89153d;
}
.event-title {
  font-weight: 700;
  font-size: 19.44px;
  color: rgba(0, 0, 0, 1);
  position: relative;
  min-height: 40.43px;
  line-height: 30.09px;
}
.event-title::after {
  content: "";
  position: absolute;
  width: 10%;
  background: #89153d;
  height: 3px;
  border-radius: 20px;
  inset-inline-start: 0;
  bottom: -6px;
}

.event-description {
  font-weight: 400;
  font-size: 15.55px;
  color: rgba(107, 107, 107, 1);
}
.btn-more {
  width: 548.9px;
  height: 43.76px;
  padding-top: 10.88px;
  padding-right: 54.42px;
  padding-bottom: 10.88px;
  padding-left: 54.42px;
  border-radius: 3.89px;
  border-width: 0.78px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 1);
  font-family: Cairo;
  font-weight: 500;
  font-size: 11.66px;
  border: 0.78px solid rgba(0, 0, 0, 1);
}

/* ========================================
   RESPONSIVE (MOBILE & TABLET)
   ======================================== */

@media (max-width: 991.98px) {
  .event-card-container {
    flex-direction: column;
    gap: 20px;
  }

  .event-details-card {
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 30px 20px;
  }

  .event-image {
    width: 100%;
    height: 280px;
    border-radius: 7.77px;
  }
}

@media (max-width: 767.98px) {
  .event-details-card {
    padding: 20px 15px;
  }

  .event-image {
    height: 220px;
  }

  .card-header {
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
  }

  .event-date,
  .event-category {
    font-size: 10px;
  }

  .event-title {
    font-size: 16px;
    min-height: auto;
    line-height: 1.4;
  }

  .event-title::after {
    width: 15%;
    height: 2px;
    bottom: -5px;
  }

  .event-description {
    font-size: 13px;
    margin-bottom: 15px;
  }

  .btn-more {
    width: 100%;
    max-width: 250px;
    height: auto;
    padding: 8px 20px;
    font-size: 10px;
  }
}

@media (max-width: 575.98px) {
  .event-image {
    height: 180px;
  }

  .event-title {
    font-size: 15px;
  }

  .event-description {
    font-size: 12px;
  }

  .btn-more {
    max-width: 200px;
    padding: 6px 15px;
  }
}

/* RTL Support */
html[dir="rtl"] .event-image {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 7.77px;
  border-bottom-left-radius: 7.77px;
}

html[dir="rtl"] .event-title::after {
  inset-inline-start: 0;
}

.nav.nav-tabs {
  border-bottom: 1px solid #6c7575;
}

.nav.nav-tabs .nav-item .nav-link {
  font-weight: 400;
  font-size: 13px;
  line-height: 10px;
  letter-spacing: 0px;
  min-height: 24px;
  height: 24px;
  padding-top: 7px;
  padding-right: 10px;
  padding-bottom: 7px;
  padding-left: 10px;
  border-radius: 33px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
  color: #000000;
}
.nav.nav-tabs .nav-item .nav-link.active {
  background: #89153d !important;
  color: rgba(255, 255, 255, 1);
}

.events-section .section-title {
  margin-bottom: 100px;
}

.event-card-container {
  margin-bottom: 100px;
}

.blog-block .details .hover-block .readMore,
.blog-block .details .hover-block .readMore i {
  background: linear-gradient(79.94deg, #89153d 15%, #511b3b 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.blog-block .details .hover-block .readMore i {
  position: relative;
  display: inline-block;
  content: "";
  -webkit-margin-start: 15px;
  margin-inline-start: 15px;
  width: 36px;
  height: 36px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-block {
  min-height: 500px;
  height: unset;
  box-shadow: none;
}
.blog-block .details {
  width: 352.33px;
  max-width: 100%;
  /* height: 273.43px; */
  border-radius: 19px;
  padding: 27.38px;
  box-shadow: 0px 3.65px 36.51px 0px rgba(0, 0, 0, 0.06);
  margin: -125px auto 0;
  position: relative;
  /* z-index: 1; */
  background: rgba(255, 255, 255, 1);
}

.blog-block .img-block .date-h {
  border-radius: 25px;
  background: #89153d;
  top: 180px;
  z-index: 1;
  right: unset;
  inset-inline-start: 59px;
}

/* html[lang="en"] .blog-block .img-block .date-h {
  inset-inline-start: unset;
  inset-inline-end: 59px;
} */

.blog-block .details h3 {
  margin-top: 26px;
}
.tab-pane-content .blog-block .img-block,
.tab-inner .blog-block .img-block {
  height: 292px !important;
}
html[lang="en"] .blog-block .details .hover-block p {
  text-align: start;
}
html[lang="en"] .blog-block .details .hover-block .readMore i {
  scale: -1;
}

.title-single h3 {
  display: none;
}

.navbar .nav-link.dropdown-toggle {
  font-size: 16px;
}

.navbar .dropdown-menu,
.navbar .dropdown-menu li,
.navbar .dropdown-menu .dropdown-toggle,
.navbar .dropdown-menu .dropdown-item {
  font-size: 16px;
}
