/*

TemplateMo 590 topic listing

https://templatemo.com/tm-590-topic-listing

*/

/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
@import url(https://fonts.googleapis.com/earlyaccess/amiri.css);
@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
@import url(https://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css);
@import url(https://fonts.googleapis.com/earlyaccess/lateef.css); 
@import url(https://fonts.googleapis.com/earlyaccess/scheherazade.css);
@import url(https://fonts.googleapis.com/earlyaccess/thabit.css);
:root {
  --white-color:                  #ffffff;
  --primary-color:                #13547a;
  --secondary-color:              #80d0c7;
  --section-bg-color:             #f0f8ff;
  --custom-btn-bg-color:          #80d0c7;
  --custom-btn-bg-hover-color:    #13547a;
  --dark-color:                   #000000;
  --p-color:                      #717275;
  --border-color:                 #7fffd4;
  --link-hover-color:             #13547a;

  --body-font-family:             'Noto Sans Arabic', sans-serif;
  --title-font-family:            'Montserrat', sans-serif;

  --h1-font-size:                 58px;
  --h2-font-size:                 46px;
  --h3-font-size:                 32px;
  --h4-font-size:                 28px;
  --h5-font-size:                 24px;
  --h6-font-size:                 22px;
  --p-font-size:                  20px;
  --menu-font-size:               14px;
  --btn-font-size:                18px;
  --copyright-font-size:          16px;

  --border-radius-large:          100px;
  --border-radius-medium:         20px;
  --border-radius-small:          10px;

  --font-weight-normal:           400;
  --font-weight-medium:           500;
  --font-weight-semibold:         600;
  --font-weight-bold:             700;
}

body {
  background-color: var(--white-color);
  font-family: var(--body-font-family); 
}

/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--title-font-family); 
  font-weight: var(--font-weight-semibold);
}

h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--font-weight-bold);
}

h2 {
  font-size: var(--h2-font-size);
  font-weight: var(--font-weight-bold);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  color: var(--primary-color);
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  display: inline-block;
  color: var(--primary-color);
  text-decoration: none;
}

a:hover {
  color: var(--link-hover-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}


/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-bg {
  background-color: var(--section-bg-color);
}

.section-overlay {
  background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0.85;
}

.section-overlay + .container {
  position: relative;
}

.tab-content {
  background-color: var(--white-color);
  border-radius: var(--border-radius-medium);
}

.nav-tabs {
  border-bottom: 1px solid #ecf3f2;
  margin-bottom: 40px;
  justify-content: center;
}

.nav-tabs .nav-link {
  border-radius: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  color: var(--p-color);
  font-family: var(--title-font-family);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-medium);
  padding: 15px 25px;
  transition: all 0.3s;
}

.nav-tabs .nav-link:first-child {
  margin-right: 20px;
}

.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus, 
.nav-tabs .nav-link:hover {
  border-bottom-color: var(--primary-color);
  color: var(--primary-color);
}


/*---------------------------------------
  CUSTOM ICON COLOR               
-----------------------------------------*/
.custom-icon {
  color: var(--secondary-color);
}


/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn {
  background: var(--custom-btn-bg-color);
  border: 2px solid transparent;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-semibold);
  line-height: normal;
  transition: all 0.3s;
  padding: 10px 20px;
}

.custom-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  color: var(--white-color);
}

.custom-border-btn {
  background: transparent;
  border: 2px solid var(--custom-btn-bg-color);
  color: var(--custom-btn-bg-color);
}

.custom-border-btn:hover {
  background: var(--custom-btn-bg-color);
  border-color: transparent;
  color: var(--white-color);
}

.custom-btn-bg-white {
  border-color: var(--white-color);
  color: var(--white-color);
}


/*---------------------------------------
  SITE HEADER              
-----------------------------------------*/
.site-header {
  background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
  padding-top: 150px;
  padding-bottom: 80px;
}

.site-header .container {
  height: 100%;
}

.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item a:hover,
.breadcrumb-item.active {
  color: var(--white-color);
}

.site-header .custom-icon {
  color: var(--white-color);
  font-size: var(--h4-font-size);
}

.site-header .custom-icon:hover {
  color: var(--secondary-color);
}


/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/
.sticky-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.sticky-wrapper.is-sticky .navbar {
  background-color: var(--secondary-color);
}

.navbar {
  background: white;
  border-bottom: 1px solid rgba(128, 208, 199, 0.35);
  z-index: auto;
  direction: rtl;
  position: relative;

}

.navbar-brand,
.navbar-brand:hover {
  font-size: var(--h3-font-size);
  font-weight: var(--font-weight-bold);
  display: block;
}

.navbar-brand span {
  font-family: var(--title-font-family);
}

.navbar-expand-lg .navbar-nav .nav-link {
  border-radius: var(--border-radius-large);
  margin: 10px;
  padding: 10px;
}

.navbar-nav .nav-link {
  display: inline-block;
  /* color: var(--white-color); */
  font-family: var(--title-font-family); 
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
  /* letter-spacing: 0.5px; */
  position: relative;
  color: #2d3f99;

  padding-top: 15px;
  padding-bottom: 15px;
  font-family: "Noto Sans Arabic", sans-serif;
}

.navbar-nav .nav-link.active, 
.navbar-nav .nav-link:hover {
  color: var(--primary-color);
}

.navbar .dropdown-menu {
  background: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  border: 0;
  display: inherit;
  opacity: 0;
  min-width: 9rem;
  margin-top: 20px;
  padding: 13px 0 10px 0;
  transition: all 0.3s;
  pointer-events: none;
}

.navbar .dropdown-menu::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 15px solid var(--white-color);
  position: absolute;
  top: -10px;
  left: 10px;
}

.navbar .dropdown-item {
  display: inline-block;
  color: var(--p-bg-color);
  font-family: var(--title-font-family); 
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
}

.navbar .dropdown-item.active, 
.navbar .dropdown-item:active,
.navbar .dropdown-item:focus, 
.navbar .dropdown-item:hover {
  background: transparent;
  color: var(--primary-color);
}

.navbar .dropdown-toggle::after {
  content: "\f282";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-size: var(--copyright-font-size);
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  left: 2px;
  border: 0;
}

@media screen and (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    opacity: 1;
    margin-top: 0;
    pointer-events: auto;
  }
}

.navbar-icon {
  background: var(--white-color);
  border-radius: var(--border-radius-large);
  display: inline-block;
  font-size: var(--h5-font-size);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: all 0.3s ease;
}

.navbar-icon:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
  position: absolute;
  right: 15px;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background:#988bb8;
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background:#988bb8;
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}


/*---------------------------------------
  HERO        
-----------------------------------------*/
.hero-section {
  background-image: linear-gradient(15deg, #13547a 0%, #b999c8  100%);
  position: relative;
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 150px;
}

.hero-section .input-group {
  background-color: var(--white-color);
  border-radius: var(--border-radius-large);
  padding: 10px 15px;
}

.hero-section .input-group-text {
  background-color: transparent;
  border: 0;
}

.hero-section input[type="search"] {
  border: 0;
  box-shadow: none;
  margin-bottom: 0;
  padding-left: 0;
}

.hero-section button[type="submit"] {
  background-color: var(--primary-color);
  border: 0;
  border-radius: var(--border-radius-large) !important;
  color: var(--white-color);
  max-width: 150px;
}

.hero-section {
  background-image: linear-gradient(15deg, #13547a 0%, #b999c8 100%);
  position: relative;
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 150px;
}

#networkCanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; /* Behind the content */
  pointer-events: none;
}

/* Star Ratings */
.rating-section{

  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 130px;
  /* position: absolute;
  bottom: 0;
  background: #f8f9fa;
  left: 390px; */
  margin-bottom: -100px;
  font-size: 30px;

}
.star-rating {
  direction: rtl; 
  unicode-bidi: bidi-override;
}

.star-rating input {
  display: none; 
}

.star-rating label {
  font-size: 35px;
  color: #ccc;
  cursor: pointer;
}

.star-rating label:before {
  content: "\2605"; 
}
.rating-category .text-white{
  color: #000;
  
}
.star-rating input:checked ~ label {
  color: yellow; 
  
}
.rating-category:nth-child(1) .star-rating input ~ label {
  color: yellow;
  text-shadow: 
  -1px -1px 0 #fff, 
  1px -1px 0 #fff, 
  -1px 1px 0 #fff, 
  1px 1px 0 #fff; /* Keep white stroke on hover */
}
.rating-category:nth-child(1) .star-rating input:checked ~ label {
  color: yellow;
  text-shadow: 
  -1px -1px 0 #fff, 
  1px -1px 0 #fff, 
  -1px 1px 0 #fff, 
  1px 1px 0 #fff; /* Keep white stroke on hover */
}
.rating-category:nth-child(2) .star-rating input ~ label {
  color: blue;
  text-shadow: 
  -1px -1px 0 #fff, 
  1px -1px 0 #fff, 
  -1px 1px 0 #fff, 
  1px 1px 0 #fff; /* Keep white stroke on hover */
}
.rating-category:nth-child(2) .star-rating input:checked ~ label {
  color: blue;
  text-shadow: 
  -1px -1px 0 #fff, 
  1px -1px 0 #fff, 
  -1px 1px 0 #fff, 
  1px 1px 0 #fff; /* Keep white stroke on hover */
}
.rating-category:nth-child(3) .star-rating input ~ label {
  color: #b9f2ff; 
  text-shadow: 
  -1px -1px 0 #fff, 
  1px -1px 0 #fff, 
  -1px 1px 0 #fff, 
  1px 1px 0 #fff; /* Keep white stroke on hover */
}
.rating-category:nth-child(3) .star-rating input:checked ~ label {
  color: #b9f2ff; 
  text-shadow: 
  -1px -1px 0 #fff, 
  1px -1px 0 #fff, 
  -1px 1px 0 #fff, 
  1px 1px 0 #fff; /* Keep white stroke on hover */
}

.star-rating label:hover,
.star-rating label:hover ~ label {
  color: gold; 
}


/*---------------------------------------
  TOPICS              
-----------------------------------------*/
.featured-section {
  /* background-color: var(--secondary-color); */
  border-radius: 0 0 100px 100px;
  padding-bottom: 100px;
  /* background-image: url(../images/abstract-white-tone-memphis-social-background_53876-114373.jpg); */
}

.featured-section {
  position: relative;
  background: none; /* Remove the background directly from the element */
  z-index: 1;
}
.featured-section::before {
  content: "";
  background-image: url(../images/01784fb2-e758-4ed7-ad0b-1bd195549471.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3; 
  z-index: -1;
}
.gool{
  background-image: url(../images/01784fb2-e758-4ed7-ad0b-1bd195549471.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.gool {
  position: relative;
  background: none; /* Remove the background directly from the element */
  z-index: 1;
}
.gool::before {
  content: "";
  background-image: url(../images/abstract-white-tone-memphis-social-background_53876-114373.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3; 
  z-index: -1;
}
.featured-section .row {
  /* position: relative;
  bottom: 100px;
  margin-bottom: -100px; */
  position: relative;
  /* bottom: 100px; */
  top: 225px;
  margin-bottom: 370px;
}

.custom-block {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  padding: 30px;
  transition: all 0.3s ease;
  height: 100%;
}

.custom-block:hover {
  background-color: var(--secondary-color);
  transform: translateY(-3px);
}

.custom-block > a {
  width: 100%;
}

.custom-block-image {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-top: 35px;
}

.custom-block .rounded-pill {
  border-radius: 5px !important;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 20px;
}

.custom-block-overlay {
  height: 100%;
  min-height: 350px;
  padding: 0;
}

.custom-block-overlay > a {
  height: 100%;
}

.custom-block-overlay .custom-block-image {
  border-radius: var(--border-radius-medium);
  display: block;
  height: 100%;
  margin-top: 0;
}

.custom-block-overlay-text {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  padding: 30px;
}

.social-share {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 20px 35px;
}

.social-share .bi-bookmark {
  color: var(--white-color);
  font-size: var(--h5-font-size);
}

.social-share .bi-bookmark:hover {
  color: var(--secondary-color);
}

.bg-design {
  background-color: #00B0FF;
}

.bg-graphic {
  background-color: #00BFA6;
}

.bg-advertising {
  background-color: #F50057;
}

.bg-finance {
  background-color: #536DFE;
}

.bg-music {
  background-color: #F9A826;
}

.bg-education {
  background-color: #00BFA6;
}


/*---------------------------------------
  TOPICS               
-----------------------------------------*/
.topics-detail-block {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
}

.topics-detail-block-image {
  display: block;
  border-radius: var(--border-radius-medium);
}

blockquote {
  background-color: var(--section-bg-color);
  border-radius: var(--border-radius-small);
  font-family: var(--title-font-family);
  font-size: var(--h4-font-size);
  font-weight: var(--font-weight-bold);
  display: inline-block;
  text-align: center;
  margin: 30px;
  padding: 40px;
}

.topics-listing-page .site-header {
  padding-bottom: 65px;
}

.custom-block-topics-listing-info {
  margin: 30px 20px 20px 30px;
}

.custom-block-topics-listing {
  height: inherit;
}

.custom-block-topics-listing .custom-block-image {
  width: 200px;
}


/*---------------------------------------
  PAGINATION              
-----------------------------------------*/
.pagination {
  margin-top: 40px;
}

.page-link {
  border: 0;
  border-radius: var(--border-radius-small);
  color: var(--p-color);
  font-family: var(--title-font-family);
  margin: 0 5px;
  padding: 10px 20px;
}

.page-link:hover,
.page-item:first-child .page-link:hover,
.page-item:last-child .page-link:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
}

.page-item:first-child .page-link {
  margin-right: 10px;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  background-color: var(--section-bg-color);
  border-radius: var(--border-radius-small);
}

.active>.page-link, .page-link.active {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}


/*---------------------------------------
  TIMELINE              
-----------------------------------------*/
.timeline-section {
  background-image: url('../images/colleagues-working-cozy-office-medium-shot.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.timeline-container .vertical-scrollable-timeline {
  list-style-type: none;
  position: relative;
  padding-left: 0;
}

.timeline-container .vertical-scrollable-timeline .list-progress {
  width: 8px;
  height: 87%;
  background-color: var(--primary-color);
  position: absolute;
  left: 52px;
  top: 0;
  overflow: hidden;
}

.timeline-container .vertical-scrollable-timeline .list-progress .inner {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: var(--secondary-color);
  width: 100%;
}

.timeline-container .vertical-scrollable-timeline li {
  position: relative;
  padding: 20px 0px 65px 145px;
}

.timeline-container .vertical-scrollable-timeline li:last-child {
  padding-bottom: 0;
}

.timeline-container .vertical-scrollable-timeline li p {
  line-height: 40px;
}

.timeline-container .vertical-scrollable-timeline li p:last-child {
  margin-bottom: 0;
}

.timeline-container .vertical-scrollable-timeline li .icon-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 104px;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--secondary-color);
  border-radius: 50%;
  z-index: 1;
  transition: 0.4s all;
}

.timeline-container .vertical-scrollable-timeline li .icon-holder::before {
  content: "";
  width: 80px;
  height: 80px;
  border: 4px solid #fff;
  position: absolute;
  background-color: var(--secondary-color);
  border-radius: 50%;
  z-index: -1;
  transition: 0.4s all;
}

.timeline-container .vertical-scrollable-timeline li .icon-holder i {
  font-size: 25px;
  color: var(--white-color);
}

.timeline-container .vertical-scrollable-timeline li::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 8px;
  background-color: transparent;
  left: 52px;
  z-index: 0;
}

.timeline-container .vertical-scrollable-timeline li.active .icon-holder {
  background-color: var(--primary-color);
}

.timeline-container .vertical-scrollable-timeline li.active .icon-holder::before {
  background-color: var(--primary-color);
}


/*---------------------------------------
  FAQs              
-----------------------------------------*/
.faq-section .accordion-item {
  border: 0;
}

.faq-section .accordion-button {
  font-size: var(--h6-font-size);
  font-weight: var(--font-weight-semibold);
}

.faq-section .accordion-item:first-of-type .accordion-button {
  border-radius: var(--border-radius-large);
}

.faq-section .accordion-button:not(.collapsed) {
  border-radius: var(--border-radius-large);
  box-shadow: none;
  color: var(--primary-color);
}

.faq-section .accordion-body {
  color: var(--p-color);
  font-size: var(--btn-font-size);
  line-height: 40px;
}

/*---------------------------------------
  NEWSLETTER               
-----------------------------------------*/
.newsletter-image {
  border-radius: var(--border-radius-medium);
}


/*---------------------------------------
  CONTACT               
-----------------------------------------*/
.google-map {
  border-radius: var(--border-radius-medium);
}

.contact-form .form-floating>textarea {
  border-radius: var(--border-radius-medium);
  height: 150px;
}


/*---------------------------------------
  SUBSCRIBE FORM               
-----------------------------------------*/
.subscribe-form-wrap {
  padding: 50px;
}

.subscribe-form {
  width: 95%;
}


/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control {
  border-radius: var(--border-radius-large);
  color: var(--p-color);
  margin-bottom: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 20px;
  outline: none;
}

.form-floating>label {
  padding-left: 20px;
}

.custom-form button[type="submit"] {
  background: #9e609b;
  border: none;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-family: var(--title-font-family);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-semibold);
  transition: all 0.3s;
  margin-bottom: 0;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
}


/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.site-footer {
  border-bottom: 10px solid #c3a8d0;
  position: relative;
}

.site-footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 200px 200px;
  border-color: transparent transparent #a48db7 transparent;
  pointer-events: none;
}

.site-footer-title {
  color: var(--primary-color); 
}

.site-footer .dropdown-menu {
  padding: 0;
}

.site-footer .dropdown-item {
  color: var(--p-color);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-medium);
  padding: 4px 18px;
}

.site-footer .dropdown-item:hover {
  background-color: transparent;
  color: var(--primary-color);
}

.site-footer .dropdown-menu li:first-child .dropdown-item {
  padding-top: 10px;
}

.site-footer .dropdown-menu li:last-child .dropdown-item {
  padding-bottom: 12px;
}

.site-footer .dropdown-toggle {
  background-color: var(--secondary-color);
  border-color: var(--white-color);
}

.site-footer .dropdown-toggle:hover {
  background-color: var(--primary-color);
  border-color: transparent;
}

.site-footer-links {
  padding-left: 0;
}

.site-footer-link-item {
  display: block;
  list-style: none;
  line-height: normal;
}

.site-footer-link {
  color: var(--secondary-color);
  font-size: var(--copyright-font-size);
  font-weight: var(--font-weight-medium);
  line-height: normal;
}

.copyright-text {
  font-size: var(--copyright-font-size);
}


/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  background: var(--secondary-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--copyright-font-size);
  display: block;
  margin-right: 10px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 36px;
  transition: background 0.2s, color 0.2s;
}

.social-icon-link:hover {
  background: var(--primary-color);
  color: var(--white-color);
}


/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .navbar {
    background-color:#ab93c114;
  }

  .navbar-nav .dropdown-menu {
    position: relative;
    left: 10px;
    opacity: 1;
    pointer-events: auto;
    max-width: 155px;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .navbar-expand-lg .navbar-nav {
    padding-bottom: 20px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }

  .nav-tabs .nav-link:first-child {
    margin-right: 5px;
  }

  .nav-tabs .nav-link {
    font-size: var(--copyright-font-size);
    padding: 10px;
  }

  .featured-section {
    border-radius: 0 0 80px 80px;
    padding-bottom: 50px;
  }

  .custom-block-topics-listing .custom-block-image {
    width: auto;
  }

  .custom-block-topics-listing > .d-flex,
  .custom-block-topics-listing-info,
  .custom-block-topics-listing a {
    flex-direction: column;
  }

  .timeline-container .vertical-scrollable-timeline .list-progress {
    height: 75%;
  }

  .timeline-container .vertical-scrollable-timeline li {
    padding-left: 135px;
  }

  .subscribe-form-wrap {
    padding-top: 30px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }
}

/* ////////////////////////////////// */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Maven+Pro:wght@800&display=swap");
:root {
  --font-size: 0.8em;
  --bg1: #f5f8f7;
  --blue: #3498db;
  --green: #2ecc71;
  --purple: #9b59b6;
  --gold: #f1c40f;
  --red: #e74c3c;
  --orange: #e67e22;
  --shadow1: 0 2px 4px #00000026, 0 3px 6px #0000001f;
  --shadow2: 0 2px 6px #00000044, 0 4px 7px #00000022;
}

main {
  /* padding: 2vw; */
  direction: ltr;
  margin-bottom: 30px;
  background: var(--bg1);
  color: #444;
  display: grid;
}

ul.infoGraphic {
  font-size: var(--font-size);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row-reverse;
}
ul.infoGraphic li {
  position: relative;
  width: 100%;
  max-width: 20em;
  background: var(--bg1);
  border-radius: 0.5em;
  padding: 0.5em;
  z-index: 1;
  transition: all 0.2s;
  cursor: pointer;
  list-style-type: none;
}
ul.infoGraphic li .numberWrap {
  position: absolute;
}
ul.infoGraphic li .number {
  font-family: "maven pro", sans-serif;
  font-size: 13em;
  font-weight: 900;
  width: 0.9em;
  text-align: center;
}
ul.infoGraphic li .number.fontColor1 {
  /* color: var(--blue); */
  color: #6d4093;
}
ul.infoGraphic li .number.fontColor2 {
  /* color: var(--green); */
  color: #269d51;

}
ul.infoGraphic li .number.fontColor3 {
  /* color: var(--purple); */
  color: #b4403d;

}
ul.infoGraphic li .number.fontColor4 {
  /* color: var(--gold); */
  color: #6d4093;
}
ul.infoGraphic li .number.fontColor5 {
  /* color: var(--red); */
  color: #269d51;
}
ul.infoGraphic li .number.fontColor6 {
  /* color: var(--orange); */
  color: #b4403d;
}
ul.infoGraphic li .number.fontColor7 {
  /* color: var(--orange); */
  color: #303f99;
}
ul.infoGraphic li .coverWrap {
  transform: rotate(130deg);
  position: absolute;
  width: 18em;
  height: 15em;
  left: -2em;
  top: 0em;
}
ul.infoGraphic li .coverWrap .numberCover {
  position: absolute;
  background: var(--bg1);
  width: 18em;
  height: 6em;
  border-radius: 50% 50% 0 0;
  border-bottom: 3px solid #f5f8f7;
  transition: all 0.4s;
}
ul.infoGraphic li .coverWrap .numberCover::before {
  position: absolute;
  content: "";
  bottom: 5px;
  left: 4em;
  right: 4em;
  top: 5em;
  box-shadow: 0 0 30px 17px #48668577;
  border-radius: 100px/10px;
  z-index: -1;
}
ul.infoGraphic li .coverWrap .numberCover::after {
  position: absolute;
  bottom: 0;
  content: "";
  left: -10%;
  width: 120%;
  height: 150%;
  background: radial-gradient(at bottom, #48668533, transparent, transparent);
  z-index: 1;
}
ul.infoGraphic li .content {
  margin: 8em 3em 1em 6em;
  position: relative;
  text-align: right;
}
ul.infoGraphic li .content h2 {
  font-size: 1.3em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
  /* width: 80%; */
  text-align: right;
}
ul.infoGraphic li .content p {
  line-height: 1.5em;
}

ul.infoGraphic li:hover .coverWrap .numberCover {
  border-radius: 100%;
}

.icon {
  position: absolute;
  font-size: 2rem;
  text-align: center;
  top: -1.3em;
  left: 50%;
  transform: translatex(-50%);
}
.icon:before {
  color: #666;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

.iconCodepen:before {
  content: "";
}

.iconSocial:before {
  content: "";
}

.iconAirplane:before {
  content: "";
}

.iconMap:before {
  content: "";
}

.iconBulb:before {
  content: "";
}

.iconPeace:before {
  content: "";
}

/* html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-family: "Poppins", sans-serif;
  background: var(--bg1);
  min-height: 100vh;
  color: #444;
  display: grid;
  place-items: center;
  padding: 3rem 1rem 10em;
} */

.controls {
  position: fixed;
  z-index: 2;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #d7d7d7a1;
  padding: 0.5rem 2em;
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  border: 1px solid #0000004d;
}

.sliderBox {
  text-align: center;
}
.sliderBox .range-value {
  font-weight: 500;
  font-size: 22px;
}

input[type=range] {
  width: 100%;
  margin: 1em 0;
  -webkit-appearance: none;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  background: #00000066;
  border: 0;
  border-radius: 1.3px;
  width: 100%;
  height: 2px;
  cursor: pointer;
}

input[type=range]::-webkit-slider-thumb {
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: #eee;
  box-shadow: inset 0px 1px 1px #ffffff66, 0px 1px 3px black;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #eee;
}

input[type=range]::-moz-range-track {
  background: #000;
  border: 0;
  border-radius: 1.3px;
  width: 100%;
  height: 1px;
  cursor: pointer;
}

input[type=range]::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #151728;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
  cursor: pointer;
}

input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 13px 0;
  color: transparent;
  width: 100%;
  height: 1px;
  cursor: pointer;
}

input[type=range]::-ms-fill-lower {
  background: #151728;
  border: 0;
  border-radius: 2.6px;
}

input[type=range]::-ms-fill-upper {
  background: #151728;
  border: 0;
  border-radius: 2.6px;
}

input[type=range]::-ms-thumb {
  width: 25px;
  height: 25px;
  background: #151728;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}

input[type=range]:focus::-ms-fill-lower {
  background: #ffffff;
}

input[type=range]:focus::-ms-fill-upper {
  background: #ffffff;
}
@media(max-width:768px){
  ul.infoGraphic li .coverWrap .numberCover::after {
 
    left: 19%;

}
}
/* Responsive CSS for Mobile Screens */
@media only screen and (max-width: 768px) {
  main {
    margin-bottom: 20px;
    display: block; /* Change from grid to block layout */
  }

  ul.infoGraphic {
    font-size: calc(var(--font-size) * 0.8); /* Slightly reduce font size */
    flex-direction: column; /* Stack elements vertically */
  }

  ul.infoGraphic li {
    max-width: 100%; /* Ensure full width on mobile */
    padding: 1em; /* Adjust padding for better touch targets */
    margin-bottom: 1em; /* Add spacing between items */
  }

  ul.infoGraphic li .number {
    font-size: 8em; /* Reduce font size for numbers */
  }

  ul.infoGraphic li .coverWrap {
    width: 15em;
    height: 12em;
    left: -1em;
    top: 0;
  }

  ul.infoGraphic li .content {
    margin: 6em 1em 1em 5em; /* Adjust margin for smaller screens */
    text-align: center; /* Center-align content for better readability */
  }

  ul.infoGraphic li .content h2 {
    font-size: 1em; /* Reduce heading size */
  }

  ul.infoGraphic li .content p {
    font-size: 0.9em; /* Adjust paragraph font size */
    text-align: right;
  }

  .controls {
    flex-direction: column; /* Stack controls vertically */
    padding: 0.5rem 1rem; /* Adjust padding */
  }

  .sliderBox .range-value {
    font-size: 18px; /* Reduce slider label font size */
  }

  input[type=range] {
    width: 80%; /* Make range sliders fit better on mobile */
    margin: 0.5em 0; /* Adjust margin */
  }

  .icon {
    font-size: 1.5rem; /* Reduce icon size */
    top: -1em;
  }
}

  @media only screen and (max-width: 390px){
ul.infoGraphic li .coverWrap {
    width: 12em;
    height: 12em;
    left: -1em;
    top: 0;
}
}
@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.1);
  }
  60% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

.animate-on-scroll {
  opacity: 0; /* Initially hidden */
  transform: translateY(50px); /* Start slightly below the viewport */
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.animate-on-scroll.visible {
  opacity: 1; /* Fade in */
  transform: translateY(0); /* Reset position */
  animation: heartbeat 1s ease; /* Play heartbeat animation */
}
@media (max-width: 768px) {
  .animate-on-scroll {
    opacity: 1 !important;
    transform: translateY(50px) !important;
  }

  .animate-on-scroll.visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}
/* ////////////////////////////////////// */


.goal {
  --col-gap: 2rem;
  --row-gap: 2rem;
  --line-w: 0.25rem;
  display: grid;
  grid-template-columns: var(--line-w) 1fr;
  grid-auto-columns: max-content;
  column-gap: var(--col-gap);
  list-style: none;
  width: min(80rem, 100%);
  margin-inline: auto;
  margin-top: 20px;
}

/* line */
.goal::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / span 20;
  background: rgb(225, 225, 225);
  border-radius: calc(var(--line-w) / 2);
}

/* columns*/

/* row gaps */
.goal li:not(:last-child) {
  margin-bottom: var(--row-gap);
}

/* card */
.goal li {
  grid-column: 2;
  --inlineP: 1.5rem;
  margin-inline: var(--inlineP);
  grid-row: span 2;
  display: grid;
  grid-template-rows: min-content min-content min-content;
}

/* date */
.goal li .date {
  --dateH: 3rem;
  height: var(--dateH);
  margin-inline: calc(var(--inlineP) * -1);

  text-align: center;
  background-color: var(--accent-color);

  color: white;
  font-size: 1.25rem;
  font-weight: 700;

  display: grid;
  place-content: center;
  position: relative;

  border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}

/* date flap */
.goal li .date::before {
  content: "";
  width: var(--inlineP);
  aspect-ratio: 1;
  background: var(--accent-color);
  background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
  position: absolute;
  top: 100%;

  clip-path: polygon(0 0, 100% 0, 0 100%);
  right: 0;
}

/* circle */
.goal li .date::after {
  content: "";
  position: absolute;
  width: 2rem;
  aspect-ratio: 1;
  background: var(--bgColor);
  border: 0.3rem solid var(--accent-color);
  border-radius: 50%;
  top: 50%;

  transform: translate(50%, -50%);
  right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}

/* title descr */
.goal li .title,
.goal li .descr {
  background: var(--bgColor);
  position: relative;
  padding-inline: 1.5rem;
}
.goal li .title {
  overflow: hidden;
  padding-block-start: 1.5rem;
  padding-block-end: 1rem;
  font-weight: 500;
}
.goal li .descr {
  padding-block-end: 1.5rem;
  font-weight: 300;
  text-align: right;
  direction: rtl;
}

/* shadows */
.goal li .title::before,
.goal li .descr::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 0.5rem;
  background: rgba(0, 0, 0, 0.5);
  left: 50%;
  border-radius: 50%;
  filter: blur(4px);
  transform: translate(-50%, 50%);
}
.goal li .title::before {
  bottom: calc(100% + 0.125rem);
}

.goal li .descr::before {
  z-index: -1;
  bottom: 0.25rem;
}

@media (min-width: 40rem) {
  .goal {
    grid-template-columns: 1fr var(--line-w) 1fr;
  }
  .goal::before {
    grid-column: 2;
  }
  .goal li:nth-child(odd) {
    grid-column: 1;
  }
  .goal li:nth-child(even) {
    grid-column: 3;
  }

  /* start second card */
  .goal li:nth-child(2) {
    grid-row: 2/4;
  }

  .goal li:nth-child(odd) .date::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    left: 0;
  }

  .goal li:nth-child(odd) .date::after {
    transform: translate(-50%, -50%);
    left: calc(100% + var(--col-gap) + var(--line-w) / 2);
  }
  .goal li:nth-child(odd) .date {
    border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
  }
}

.credits {
  margin-top: 1rem;
  text-align: right;
}
.credits a {
  color: var(--color);
}

.image-container {
  display: flex;
  flex-direction: column;
  gap: 15px; /* Add spacing between images */
  justify-content: center;
  align-items: center;
}

.image-box {
  position: relative;
  overflow: hidden;
  width: 100%; /* Full width of the container */
  border-radius: 15px; /* Rounded corners */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); /* Add shadow for depth */
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.image-box img {
  width: 100%; /* Ensure images are responsive */
  height: auto;
  display: block;
  transition: transform 0.3s ease-in-out;
}

.image-box:hover {
  transform: scale(1.05); /* Slight zoom effect on hover */
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.image-box:hover img {
  transform: scale(1.1); /* Add zoom effect on the image */
}

.image-box:nth-child(odd) {
  transform: translateX(-10%);
}

.image-box:nth-child(even) {
  transform: translateX(10%);
}
@media(max-width:768px){
  .image-container {
    display: none;
   
  }
}


/* ///////////////////////////////// */


.about {
  --col-gap: 2rem;
  --barH: 1rem;
  --roleH: 2rem;
  --flapH: 2rem;

  width: min(100rem, 100%);
  margin-inline: auto;

  display: flex;
  flex-wrap: wrap;

  gap: var(--col-gap);
  /* padding-inline: calc(var(--col-gap) / 2); */

  justify-content: center;
  align-items: flex-start;
  list-style: none;
  
}



/* Image container */
.about li .title img {
width: 100%;
height: 100%;
object-fit: cover; /* Ensures the image fills the area without distortion */
position: absolute;
top: 0;
left: 0;
z-index: -1; /* Places the image behind other content */
clip-path: inherit; /* Inherits the clip-path from the parent <li> */
}
.about li {
  width: 12em;
  height: 23em;
  display: grid;
  grid-template:
    "role"
    "icon"
    "title"
    "descr";
  align-items: flex-start;
  gap: 1rem;
  padding-block-end: calc(var(--flapH) + 1rem);
  text-align: center;
  background: var(--accent-color);
  background-image: linear-gradient(
    rgba(0, 0, 0, 0.6) var(--roleH),
    rgba(0, 0, 0, 0.4) calc(var(--roleH) + 0.5rem),
    rgba(0, 0, 0, 0) calc(var(--roleH) + 0.5rem + 5rem)
  );
  clip-path: polygon(
    calc(var(--col-gap) / -2 - 5px) 0,
    calc(100% + var(--col-gap) / 2 + 5px) 0,
    calc(100% + var(--col-gap) / 2 + 5px ) calc(100% - var(--flapH)),
    50% 100%,
    calc(var(--col-gap) / -2 - 5px) calc(100% - var(--flapH))
  );
}
.about li .title img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image fills the area without distortion */
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; /* Places the image behind other content */
  clip-path: inherit; /* Inherits the clip-path from the parent <li> */
}

/* bar */
.about li::before {
  content: "";
  grid-area: role;
  height: var(--barH);
  width: calc(100% + var(--col-gap));
  margin-left: calc(var(--col-gap) / -2);
  margin-top: calc(var(--roleH) / 2 - var(--barH) / 2);
  background: grey;
  z-index: -1;
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.4),
    rgba(255, 255, 255, 0.2) 30%,
    rgba(255, 255, 255, 0.1) 40%,
    rgba(0, 0, 0, 0.1) 60%,
    rgba(0, 0, 0, 0.2) 70%,
    rgba(0, 0, 0, 0.4)
  );
}

/* role */
.about li::after {
  content: "";
  grid-area: role;
  background: var(--accent-color);
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.4),
    rgba(255, 255, 255, 0.2) 30%,
    rgba(255, 255, 255, 0.1) 40%,
    rgba(0, 0, 0, 0.1) 60%,
    rgba(0, 0, 0, 0.2) 70%,
    rgba(0, 0, 0, 0.4)
  );
  height: var(--roleH);
}

.about li .icon,
.about li .title,
.about li .descr {
  padding-inline: 1rem;
  color: white;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
}

.about li .icon {
  font-size: 3rem;
}
.about li .title {
  font-size: 1.25rem;
  font-weight: 700;
  direction: rtl;
}

ul li .descr {
  font-size: 1em;
}
/* Animation Keyframes */
@keyframes rollAndSwipe {
  0% {
    opacity: 0;
    transform: rotateX(-90deg) translateY(-50%);
  }
  50% {
    opacity: 0.5;
    transform: rotateX(-45deg) translateY(0%);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg) translateY(0%);
  }
}

/* Initial State */
.about li {
  transform-origin: top center;
  opacity: 0;
  transform: rotateX(-90deg) translateY(-50%);
  transition: opacity 0.3s, transform 0.3s;
}

/* Active State */
.about li.active {
  animation: rollAndSwipe 0.8s ease-out forwards;
}

/* Staggered Animation */
.about li:nth-child(1) {
  animation-delay: 0.1s;
}
.about li:nth-child(2) {
  animation-delay: 0.2s;
}
.about li:nth-child(3) {
  animation-delay: 0.3s;
}
.about li:nth-child(4) {
  animation-delay: 0.4s;
}


/* /////////////////////////////////////////////////// */

/* Slider container */
.slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh; /* Full screen height */
  display: flex;
  flex-wrap: nowrap;
  scroll-snap-type: x mandatory;
  overflow-x: scroll;
}

/* Individual slide */
.slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  scroll-snap-align: start;
}

/* Background image */
.slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* Text overlay */
.text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 2;
}

.text-left {
  width: 35%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  clip-path: polygon(0 0, 60% 0%, 100% 100%, 0% 100%);
}
.text-right {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 50px;
  align-items: flex-end;
  padding: 20px;
  clip-path: polygon(61% 0%, 100% 0%, 100% 100%, 41% 100%);
}
.text-right li{
direction: rtl;  
font-size: 1.4em;
color: white;
font-weight: 700;
}
.text-left {
  background: rgb(77 63 152 / 80%);
  color: white;
}

.text-right {
  background: rgb(77 63 152 / 80%);
  color: black;
}

h1 {
  margin: 0;
  font-size: 2rem;
}

p {
  font-size: 1rem;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .text-left,
  .text-right {
    width: 100%;
    height: 50%;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    line-height: 40px;
  }

  .text-right li{
    direction: rtl;  
    font-size: 1.2em;
    color: white;
    font-weight: 700;
    text-align: right;
    }
  .text-overlay {
    flex-direction: column;
  }

  h1 {
    font-size: 1.5rem;
  }

  p {
    font-size: 0.9rem;
  }
}
/* ////////////////////////////////////// */
.container-fluid {

    position: absolute;
    left: 48%;
    gap: 12px;
    /* top: 220%; */
    display: flex;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
}
.media {
  background-position: center;
  background-size: cover;
  height: 100%;
  position: absolute;
  transition: all 0.3s ease;
  width: 100%;
}
figure {
  height: 370px;
  overflow: hidden;
  position: relative;
}
figure a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
figure:hover .media {
  transform: scale(1.25);
}
figcaption {
  color: #252830;
  height: calc(100% - 30px);
  margin: 15px;
  left: 0;
  position: absolute;
  top: 0;
  /* width: 250px; */
  width: 415px;

}
figcaption h1{
  font-size: 1.3em;
  direction: rtl;
  text-align: right;
}
figcaption p {
  font-size: 1.2em;
direction: rtl;
  font-weight: 600;
}
figcaption img{
  max-width: 93%;
  max-height: 57%;
  position: absolute;
  float: left;
  top: 86px;
  left: 0px;
}
.body {
  background-color: white;
  bottom: 0;
  padding: 15px;
  position: absolute;
  width: 100%;
  height: 199px;
  text-align: right;
  /* text-align: justify; */

}
svg {
  height: inherit;
  width: 100%;
}
svg text {
  text-anchor: middle;
}
svg #alpha {
  fill: white;
}
svg .title {
  font-size: 28px;
  font-family: "Montserrat";
  letter-spacing: 5px;
}
svg #base {
  fill: white;
  -webkit-mask: url(#mask);
  mask: url(#mask);
}

@media (max-width: 768px) {
  .container-fluid {
    position: relative;
    left: 0;
    transform: none;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    height: 360px;
    z-index: 10;
    overflow: visible;
  }
  .featured-section .row {

    top: 35px;
    margin-bottom: 500px;

  }
  figure {
    /* height: auto; */
    z-index: 10;
  }

  figcaption {
    width: 90%;
    /* height: auto; */
    text-align: right;
  }
  .body {

    height: 215px;
    /* text-align: justify; */
}
  figure:hover .media {
    transform: none; /* Disable hover scaling for touch devices */
  }
}

/* /////////////////////////////////////////////////////////////////// */


/* -
-*-~*~-*-*-~*~-*-*-~*~* |
●▬▬▬▬▬▬▬๑۩۩๑▬▬▬▬▬▬▬●
Made by ~
Areal Alien ❥ 雷克斯
●▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬●
──────▄▀▄─────▄▀▄
─────▄█░░▀▀▀▀▀░░█▄
─▄▄──█░░░░░░░░░░░█──▄▄
█▄▄█─█░░▀░░┬░░▀░░█─█▄▄█
-*-~*~-*-*-~*~-*-*-~*~* |
- */
:root {
  --primary: 237, 94%, 81%;
  --background: 266, 16%, 92%;
  --background-secondary: 256, 12%, 12%;
  --background-secondary-dark: 256, 10%, 10%;
  --background-secondary-light: 257, 11%, 16%;
  --text-primary: 0, 0%, 0%;
  /* Colors */
  --black: 0, 0%, 0%;
  --white: 0, 0%, 100%;
  --quite-gray: 0, 0%, 50%;
  --grooble: 10, 28%, 93%;
  /* Sizes */
  --heading-large: 5.6rem;
  --heading-medium: 3.6rem;
  --heading-small: 2.4rem;
  --paragraph: 1.11rem;
  --navbar-buttons: 2.4rem;
  /* misc */
  --transition-main: .175, .685, .32;
  /* Fonts */
  --font-main: "Poppins";
}

/* ===========
  Variabels
 =========== */

/* ===============
  Global Styles
 =============== */

*, *::before, *::after {
  box-sizing: inherit;
}
html, body {
  margin: 0;
  width: 100%;
  color: hsl(var(--text-primary));
  font-family: var(--font-main);
  background-color: hsl(var(--background));
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  box-sizing: border-box;
}

/* ============
  Typography
 ============ */

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
/* Font Size */
/* h1 {
  font-size: var(--heading-large);
}
h2 {
  font-size: var(--heading-medium);
}
h3 {
  font-size: var(--heading-small);
}
h4 {
  font-size: calc(var(--heading-small) - .2rem);
}
h5 {
  font-size: calc(var(--heading-small) - .4rem);
}
h6 {
  font-size: calc(var(--heading-small) - .6rem);
} */
/* Font Weight */

h3, h4, h5, h6 {
  font-weight: 800;
}
/* Paragraphs */
p {
  margin: 0;
  font-size: var(--paragraph);
}
/* Links */
a {
  color: hsla(var(--primary), 1);
  font-size: var(--paragraph);
  text-decoration: underline;
}
a:visited {
  color: hsla(var(--primary), .5);
}

/* =========
  Buttons
 ========= */

button {
  padding: .8em 1.2em;
  border: 1px solid hsl(var(--black));
  background-color: hsl(var(--background));
  font-size: var(--paragraph);
  cursor: pointer;
  outline: none;
}
button:focus {
  box-shadow:
          0 0 0 2px hsl(var(--black)),
          0 0 0 3px hsl(var(--white));
  border: 1px solid transparent;
}

/* =======
  Lists
 ======= */

ul, ol {
  margin: 1em 0;
}

/* =======
  Forms
 ======= */

form {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: .5em 0;
  border: none;
}
input {
  padding: .8em 1.2em;
  font-size: var(--paragraph);
  background-color: hsl(var(--grooble));
  border: 2px solid hsl(var(--grooble));
  outline: none;
}
textarea {
  padding: .8em 1.2em;
  font-size: var(--paragraph);
  font-family: var(--font-main);
  background-color: hsl(var(--grooble));
  border: 2px solid hsl(var(--grooble));
  outline: none;
}
input, textarea {
  transition: all .2s ease-in-out;
}
input:hover, input:focus, textarea:hover, textarea:focus {
  box-shadow:
          0 0 0 2px hsl(var(--black)),
          0 0 0 3px hsl(var(--white));
  border: 2px solid transparent;
}
select {
  padding: .8em 1.2em;
  border: 1px solid hsl(var(--black));
  font-size: var(--paragraph);
  outline: none;
}

/* =========
  Classes
 ========= */

/* ================
  Global classes
 ================ */

/* =========
  Flexbox
 ========= */

.flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flexbox-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flexbox-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
/* Columns */
.flexbox-col {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.flexbox-col-left {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}
.flexbox-col-left-ns {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
.flexbox-col-right {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
}
.flexbox-col-start-center {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
}
/* Spacings */
.flexbox-space-bet {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* =========
  Classes
 ========= */

.view-width {
  width: 70%;
}

/* ========
  Navbar
 ======== */

#navbar {
  top: 95px;
  padding: 0;
  width: 3em;
  height: 100vh;
  position: absolute;
  background-color: hsl(var(--background-secondary));
  transition: width .35s cubic-bezier(var(--transition-main), 1);
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 999999999;
  display: flex;
  flex-direction: column;
}
@media(max-width:768px){
  #navbar{
    top: 0;
  }
  
}
#navbar:hover {
  width: 13em;
}
@media (max-width: 768px) {
  #navbar {
    top: auto; /* Remove fixed top positioning */
    bottom: 0; /* Position the navbar at the bottom */
    width: 100%; /* Full width */
    height: 3em; /* Adjust height for horizontal layout */
    flex-direction: row; /* Arrange items horizontally */
    align-items: center; /* Align items in the center vertically */
    justify-content: space-around; /* Space items evenly */
  }

  #navbar:hover {
    width: 100%; /* Disable width expansion on hover for mobile */
  }

  .navbar-items {
    flex-direction: row; /* Ensure items are aligned horizontally */
    width: 100%; /* Full width for horizontal alignment */
    display: flex;
    justify-content: space-around; /* Distribute space evenly between items */
  }

  .navbar-item {
    flex: 1; /* Distribute space evenly for each item */
    text-align: center; /* Center align text/icons */
  }

  .link-text {
    display: none; /* Hide text labels for mobile */
  }

  ion-icon {
    font-size: 24px; /* Adjust icon size for better visibility */
  }
  #navbar .link-text {
  visibility: hidden; /* Hide the text by default */
  opacity: 0; /* Fully transparent */
  transition: opacity 0.3s ease, visibility 0.3s ease; /* Smooth transition for opacity and visibility */
}

#navbar .navbar-item:hover .link-text {
  visibility: visible; /* Make the text visible on hover */
  opacity: 1; /* Fully opaque */
}

  #navbar .navbar-item {
    position: relative; /* Required for positioning child elements */
  }
  
  #navbar .link-text {
    position: absolute;
    left: 2.5em; /* Adjust distance from the icon */
    top: 50%; /* Vertically center the text */
    transform: translateY(-50%);
    white-space: nowrap; /* Prevent text from breaking into multiple lines */
  }
  
}
#navbar::-webkit-scrollbar-track {
  background-color: hsl(var(--background-secondary));
}
#navbar::-webkit-scrollbar {
  width: 8px;
  background-color: hsl(var(--background-secondary));
}
#navbar::-webkit-scrollbar-thumb {
  background-color: hsl(var(--primary));
}
.navbar-items {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* Navbar Logo */
.navbar-logo {
  margin: 0 0 2em 0;
  width: 100%;
  height: 5em;
  background: hsl(var(--background-secondary-dark));
}
.navbar-logo > .navbar-item-inner {
  width: calc(5rem - 8px);
}
.navbar-logo > .navbar-item-inner:hover {
  background-color: transparent;
}
.navbar-logo > .navbar-item-inner > svg {
  height: 2em;
  fill: hsl(var(--white));
}
/* Navbar Items */
.navbar-item {
  padding: 0 .5em;
  width: 100%;
  cursor: pointer;
}
.navbar-item-inner {
  padding: 1em 0;
  width: 100%;
  position: relative;
  color: hsl(var(--quite-gray));
  border-radius: .25em;
  text-decoration: none;
  transition: all .2s cubic-bezier(var(--transition-main), 1);
}
.navbar-item-inner:hover {
  color: hsl(var(--white));
  background: hsl(var(--background-secondary-light));
  box-shadow: 0 17px 30px -10px hsla(var(--black), .25);
}
.navbar-item-inner-icon-wrapper {
  width: calc(4rem - 1em - 20px);
  position: relative;
}
.navbar-item-inner-icon-wrapper ion-icon {
  position: absolute;
  font-size: calc(var(--navbar-buttons) - 1rem);
}
.link-text {
  margin: 0;
  width: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .35s cubic-bezier(var(--transition-main), 1);
  overflow: hidden;
  opacity: 0;
  margin-left: 5px;
}
#navbar:hover .link-text {
  width: calc(100% - calc(5rem - 8px));
  opacity: 1;
}

/* ======
  Main
 ====== */

#main {
  margin: 0 0 0 5em;
  min-height: 150vh;
}
#main > h2 {
  width: 80%;
  max-width: 80%;
}
#main > p {
  width: 80%;
  max-width: 80%;
}

/* =============
  ::Selectors
 ============= */

/* Selection */
::selection {
  color: hsl(var(--white));
  background: hsla(var(--primary), .33);
}
/* Scrollbar */
::-webkit-scrollbar-track {
  background-color: hsl(var(--background));
}
::-webkit-scrollbar {
  width: 8px;
  background-color: hsl(var(--background));
}
::-webkit-scrollbar-thumb {
  background-color: hsl(var(--primary));
}

/* ===============
  5. @keyframes
 =============== */

/* ==============
  @media rules
 ============== */

@media only screen and (max-width: 1660px) {
  :root {
      /* Sizes */
      --heading-large: 5.4rem;
      --heading-medium: 3.4rem;
      --heading-small: 2.2rem;
  }
}
@media only screen and (max-width: 1456px) {
  :root {
      /* Sizes */
      --heading-large: 5.2rem;
      --heading-medium: 3.2rem;
      --heading-small: 2rem;
  }
  .view-width {
      width: 80%;
  }
}
@media only screen and (max-width: 1220px) {
  .view-width {
      width: 70%;
  }
}
@media only screen and (max-width: 1024px) {
  :root {
      /* Sizes */
      --heading-large: 5rem;
      --heading-medium: 3rem;
      --heading-small: 1.8rem;
  }
  .view-width {
      width: 75%;
  }
}
@media only screen and (max-width: 756px) {
  :root {
      /* Sizes */
      --heading-large: 4rem;
      --heading-medium: 2.6rem;
      --heading-small: 1.6rem;
      --paragraph: 1rem;
      --navbar-buttons: 2.2rem;
  }
  .view-width {
      width: calc(100% - 5em);
  }
}
@media only screen and (max-width: 576px) {
  .view-width {
      width: calc(100% - 3em);
  }
}
@media only screen and (max-width: 496px) {

}
/* //////////////////////////////////////// */
.sec-nav{
  /* height: 94px; */
    top: 93px;
    background-color: #ad94c2;
}

.nav-sec{
  background-color: #ad94c2bb !important;

}
/* .sec-nav .navbar{
  background: #ccc2df;
  border-bottom: 1px solid rgba(128, 208, 199, 0.35);
  z-index: 9;
  direction: rtl;
  height: 50px;
} */

.sec-nav .navbar {
  /* background: #ccc2df; */
  border-bottom: 1px solid rgba(128, 208, 199, 0.35);
  z-index: 9;
  direction: rtl;
  white-space: nowrap;
  /* height: 50px; */
}

.sec-nav .navbar-expand-lg .navbar-collapse {
  display: flex!important;
  flex-basis: auto;
  justify-content: center;
}
@media (max-width: 768px) {
  .sec-nav .navbar-nav {
    flex-direction: row !important; /* Arrange items in a row */
    justify-content: center !important; /* Center the items horizontally */
    width: 100% !important; /* Take full width */
    padding: 0; /* Remove padding */
  }

  .sec-nav .nav-item {
    margin: 0 0px; /* Add spacing between items */
  }
.sec-nav .navbar{
  flex-wrap: nowrap;
}
  .sec-nav .navbar-nav .nav-link {
    padding: 0.5rem; /* Adjust padding for links */
    font-size: 14px; /* Adjust font size for mobile */
  }

  .sec-nav {
    height: auto; /* Adjust height for mobile */
    top: 124px;
    z-index: 1;  }

  /* .sec-nav .navbar {
    height: auto; 
  } */
  .nav-sec{
    background-color: #ad94c2 !important;
  
  }
}


/* .text-white{
  margin-top: 150px;
} */
.eleven h1 {
  font-size:30px;
  text-align:center; 
  /* line-height:1.5em; */
   padding-bottom:45px; 
   font-family:"Playfair Display",
    serif; text-transform:uppercase;
    /* letter-spacing: 2px;  */
    color:#111;
}


.eleven h1:before {
  position: absolute;
  left: 0;
  bottom: -510px;
  width: 50%;
  left:55%;
   margin-left:-30%;
  height: 1px;
  content: "";
  background-color: #777; z-index: 4;
}
.eleven h1:after {
  position:absolute;
  width:40px; height:40px; left:50%; margin-left:-20px;
   /* bottom:0px; */
  content: '\00a7'; font-size:30px; line-height:40px; color:#c50000;
  font-weight:400; z-index: 5;
  display:block;
  background-color:#f8f8f8;
}



@media(max-width:768px){
  .eleven h1:before {
    position: absolute;
    left: 0;
    bottom: -1067px;
    width: 60%;
    left:50%; margin-left:-30%;
    height: 1px;
    content: "";
    background-color: #777; z-index: 4;
  }
}
@media(max-width:375px){
  .eleven h1:before {
    position: absolute;
    left: 0;
    bottom: -1092 !important;
    width: 60%;
    left:50%; margin-left:-30%;
    height: 1px;
    content: "";
    background-color: #777; z-index: 4;
  }
}



.titre-content:after,
.titre-content:before{
  content:"";
  background-color:rgb(25,79,92);
  position:absolute;
  top:0;
  bottom:0;
  width:100px;
  z-index:0;
}
.titre-content:before{
  transform-origin : 0 0;
  left:0;
  transform : skew(0, 20deg); 
}
.titre-content:after {
  transform-origin : 100% 0;
  transform : skew(0, 20deg); 
  right:0;
}
.titre-content { 
/*   transform : rotate(-2deg); */
  position:relative;
  max-width:50%;
  font-size:1.2em;
  color:#fff; 
  text-align:center;
  /* J'ai mis 50px au pif */
  margin :50px auto 50px auto; 
  font-family : Verdana, Geneva, sans-serif;
}
.titre-content div {
  background:rgba(52,182,212,0.8);
  position:relative;
  z-index:3;
  padding:10px;
}
.titre-content h1,
.titre-content h2{
  padding:0;
  margin:0;
/*   transform : rotate(2deg);  */
  text-transform : uppercase;
}
.titre-content h1{
  font-size:1em;
  font-weight:normal;
}
 

.whats {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 20px;
  left: 13px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.register {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 90px;
  left: 15px;
  /* background-color:#25d366; */
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
@media screen and (max-width: 768px) {

.whats {
  bottom: 45px;
  left: 7px;
  width:60px;
  height:60px;
}
.register {
  bottom: 125px;
  left: 5px;
   width:60px;
  height:60px;
}

}
.float {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 20px;
  left: 15px;
  /* background-color:#25d366; */
  color: #fff;
  background-color: var(--bs-primary) ;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.float:hover {

  color: #fff;

}

  @media (max-width: 768px) {
 
.float {
  bottom: 105px;
  left: 7px;
  width:60px;
  height:60px;
      padding:5px;

}

.rating-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
   gap: 20px;

  margin-bottom: -100px;
  font-size: 30px;
}


}



/* General Navigation Bar Styles */
.sticky-wrapper {
  position: relative;
  top: 0;
  /*z-index: 1000;*/
  background-color: #ffffff; /* Background color */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  /* padding: 0.5rem 1rem; */
}

/* Navbar List - Use Grid Layout for Mobile */
.sticky-wrapper .navbar-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 items per row */
  gap: 0.5rem; /* Spacing between items */
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Navbar Links */
.sticky-wrapper .nav-link {
  display: block;
  text-align: center;
  color: #333;
  text-decoration: none;
  font-size: 1rem;
  padding: 0.75rem;
  border-radius: 5px;
  background-color: #f8f9fa;
  transition: color 0.3s, background-color 0.3s;
}

/* Hover Effect */
.sticky-wrapper .nav-link:hover {
  color: #fff;
  background-color: #0B374D; /* Adjust hover color */
}
@media (max-width:385px){
  .sticky-wrapper .navbar-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    /* gap: 0.5rem; */
    justify-content: center;
    /* padding: 0; */
    /* margin: 0; */
    list-style: none;
    gap: 0;
}
}/* Tablet and Desktop: Show Items Inline */
@media screen and (min-width: 768px) {
  .sticky-wrapper .navbar-nav {
      display: flex;
      flex-wrap: wrap; /* Items can wrap if needed */
      gap: 1rem;
  }

  .sticky-wrapper .nav-link {
      padding: 0.5rem 1rem; /* Adjust padding for desktop */
  }
}
.u-clearfix:before,
.u-clearfix:after {
  content: " ";
  display: table;
}

.u-clearfix:after {
  clear: both;
}

.card-container {
  margin: 25px auto 60px auto;
  position: relative;
  width: 70%;
  display: flex;
  flex-direction: column;
  direction: rtl;
}
.card-container {
  position: relative;
  background: none; /* Remove the background directly from the element */
  z-index: 1;
}
.card-container::before {
  content: "";
  background-image: url(../images/abstract-white-tone-memphis-social-background_53876-114373.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3; 
  z-index: -1;
}
.card {
  background-color: #fff;
  padding: 30px;
  position: relative;
  box-shadow: 0 0 5px rgba(75, 75, 75, .07);
  z-index: 1;
  display: table;
}

.card-body {
  display: inline-block;
  float: left;
  width: 500px;}

.card-number {
  margin-top: 15px;
}

.card-circle {
  border: 1px solid #aaa;
  border-radius: 50%;
  display: inline-block;
  line-height: 22px;
  font-size: 12px;
  height: 25px;
  text-align: center;
  width: 25px;
}

.card-author {
  display: block;
  font-size: 20px;
  letter-spacing: .5px;
  margin: 15px 0 0;
  text-transform: uppercase;
}

.card-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  margin: 10px 0;
}

.card-description {
  display: inline-block;
  /* font-weight: 300; */
  line-height: 22px;
  margin: 10px 0;
  font-family: 'Noto Sans Arabic';

}

.card-read {
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  /* letter-spacing: 6px; */
  margin: 5px 0 20px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}

.card-read:after {
  background-color: #b8bddd;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 9px;
  width: 80%;
}

.card-tag {
  float: left;
  margin: 5px 0 0;
}

.card-media {
  float: right;
}

.card-shadow {
  background-color: #fff;
  box-shadow: 0 2px 25px 2px rgba(0, 0, 0, 1), 0 2px 50px 2px rgba(0, 0, 0, 1), 0 0 100px 3px rgba(0, 0, 0, .25);
  height: 1px;
  margin: -1px auto 0;
  width: 80%;
  /* z-index: -1; */
}

@media (max-width: 768px) {
  .card-container {
    width: 90%; /* Allow more space on mobile */
  }

  .card-title {
    font-size: 24px; /* Smaller title size */
    line-height: 32px;
  }

  .card-author {
    font-size: 18px;
  }

  .card-description {
    font-size: 14px;
    line-height: 18px;
  }

  .card-read {
    font-size: 10px;
  }
  .card-body {
    display: inline-block;
    float: left;
    width: 100%}
  
}

@media (max-width: 480px) {
  .card-container {
    width: 90%;
  }

  .card {
    padding: 15px; /* Smaller padding for tiny screens */
    display: flex;
  }

  .card-title {
    font-size: 20px;
    line-height: 28px;
  }

  .card-description {
    font-size: 14px;
  }

  .card-circle {
    display: none; /* Optional: Hide decorative circle */
  }
}
.titles{
  display: flex;
    justify-content: center;
}

.title {
  
  position: relative;
  font-size: 25pt;
  margin: 0;
  margin-top: 10px;
  line-height: 34pt;
  color: #363f99;

  margin-bottom: 10px;
  text-align: center;
  overflow: hidden;
}

.title::after {
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 800%;
  height: 4px;
  background: linear-gradient( 90deg, #cc0202, #144793, #793f98, #09a056, #a0a2cc, #b34f60 );
  background-position: center;
  content: "";
  animation: title 5s ease-in-out infinite;
}

@keyframes title {
  0% {
    right: 100%;
  }
  100% {
    right: -800%;
  }
}
[center]{
  text-align: center;
}

.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: center;
  /* padding: 4px 10px; */
}





.site-footer {
  background-color: #d4d4d4; /* Footer background */
  color: #fff; /* Text color */
  padding: 40px 0;
}

.social-icons a svg {
  transition: transform 0.3s ease;
}

.social-icons a:hover svg {
  transform: scale(1.2); /* Slight zoom on hover */
  color: #ddd; /* Lighter color on hover */
}

.copyright-text {
  font-size: 0.9rem;
  position: relative;
}
.blog {
  position: relative;
  background: none; /* Remove the background directly from the element */
  z-index: 1;
}
.blog::before {
  content: "";
  background-image: url(../images/01784fb2-e758-4ed7-ad0b-1bd195549471.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3; 
  z-index: -1;
}











.slider-section {
  position: relative;
  background: none; /* Remove the background directly from the element */
  z-index: 1;
}
.slider-section::before {
  content: "";
  background-image: url(../images/abstract-white-tone-memphis-social-background_53876-114373.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3; 
  z-index: -1;
}

.slider-section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  /* margin-top: 50px; */
  /* margin-bottom: 50px; */
}

.swiper-slide {
  text-align: right;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}


.sliders {
  position: relative;
  width: 80%;
  margin: auto;
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 50px;

}

.slider-container {
  /* display: flex;
  transition: transform 0.5s ease;
  gap: 1rem; */
  /* justify-content: center; */
  height: 70vh;
}


.item-content{
  display: flex;
  justify-content: space-between;
  direction: rtl;
  padding: 10px;
  /* gap: 7px; */
  align-items: center;
}

@media(max-width:768px){
  
/* .slider-container {

  justify-content: inherit;
} */

}
/* .slider-item {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  flex: 0 0 330px;
  text-align: center;
  padding: 15px;
} */

.item-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}

.item-title {
  font-size: 1.2rem;
  margin: 10px 0;
  color: #333;
  align-self: center;
}

.item-description {
  font-size: 1rem;
  color: #666;
  margin-bottom: 15px;
  text-align: right;
}

.favorite-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.5rem;
  color: #999;
  transition: color 0.3s ease;
}

.favorite-btn:hover {
  color: #ff6b6b;
}
.fav {
  cursor: pointer;
  font-size: 1.5rem;
  color: #999; /* Default gray color */
  transition: color 0.3s ease;
}

.fav.active {
  color: #ff6b6b; /* Red color when active */
}
.links{
  cursor: pointer;
}
.slider-prev,
.slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: #fff;
  font-size: 2rem;
  padding: 10px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 1;
}

.slider-prev {
  left: 10px;
  display: none;
}

.slider-next {
  right: 10px;
  display: none;
}

.slider-prev:hover,
.slider-next:hover {
  background: rgba(0, 0, 0, 0.8);
}












