/* 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: #8A1538;
    --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(.85);
    transition: all .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: #8A1538C7;
    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: .61;
    transition: all .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;
  }
  
  .search-h {
    margin-bottom: 42px;
  }
  
  .search-h form {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
  }
  
  .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 .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 .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 .4s;
    max-width: 154px;
  }
  
  .blog-block .details .hover-block {
    transition: all .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: #8A1538;}
  
  .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;
  }