/**
@Author: Edinson Tique
@Name: QCSlider Pluggin
@Version: 1.4.3
@Year: 2018
@Contact: www.fb.com/QueCodigoPG
@Libraries: jQuery
**/
:root {
  --opacity-slide: 0.5;
  --height-slider: 500px;
  --color-slider: #ff3e00;
  --height-responsive: 500px;
}
body {
    margin: 0;
    padding: 0;
    background: url('../images/lib.jpg') no-repeat center center fixed;
    background-size: cover;
    position: relative;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    background: #033b3552;
}

/* body {
    margin: 0;
    padding: 0;
    background: url('../images/overlaybackground.png') no-repeat center center fixed;
    background-size: cover;
    position: relative;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgb(2 23 40 / 83%);
    z-index: 1;

} */

.bodycontent {
    position: relative;
    z-index: 2;
    color: white;
    padding: 0;
    align-content: flex-start;
    width: -webkit-fill-available;
    background: #fffafa8c;
}


#header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  animation: fadeOverlay 6s infinite alternate;
}

/* LOGO IMAGE EFFECT */
#header .logo img {
  width: 120px;
  border-radius: 50%;
  border: 3px solid white;
  animation: bounceIn 2s ease-out, pulse 4s infinite;
  position: relative;
  z-index: 2;
}

/* HEADER TEXT EFFECT */
#header .header-content h1 {
  font-size: 28px;
  color: #fff !important;
  text-shadow: 0px 0px 10px #000;
  animation: fadeSlideDown 2s ease-out;
  position: relative;
  z-index: 2;
}

/* ANIMATIONS */
 

@keyframes bounceIn {
  0% { transform: scale(0.5); opacity: 0; }
  60% { transform: scale(1.1); opacity: 1; }
  100% { transform: scale(1); }
}

@keyframes pulse {
  0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255,255,255,0.7); }
  70% { transform: scale(1.05); box-shadow: 0 0 15px 8px rgba(255,255,255,0); }
  100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}

@keyframes fadeSlideDown {
  0% { opacity: 0; transform: translateY(-50px); }
  100% { opacity: 1; transform: translateY(0); }
}
 
 
section.slide {
    position: relative;
    float: right;
    display: block;
    width: 62%;
    height: var(--height-slider);
    overflow-y: auto;
    overflow-x: hidden !important;
    background: #647a76 !important;
}




@media only screen and (max-width: 766px) {
  section.slide {
    height: var(--height-responsive);
  }
    section.slide {
position: relative;
        float: right;
        display: block;
        width: 92%;
        padding-right: 5%;
        padding-left: 5%;
        height: var(--height-slider);
        overflow-y: auto;
        overflow-x: hidden !important;
        background: #182931;
        border-radius: 12px;
        box-shadow: -1px 8px 20px 11px rgb(0 0 0 / 46%);
        padding: 20px;
        text-align: center;
        transition: transform 0.3s, box-shadow 0.3s;
        max-height: 300px;
        display: flex
;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

}
section.slide .slider-container {
width: 100%;
    height: 100%;
    float: left;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
 
    margin: 0;
    padding: 0;
background: linear-gradient(-45deg, #071c2e, #071c2e, #6c5877, #d9dbf1);
    background-size: 400% 400%;
    animation: gradientBG 15s ease infinite;
 
   
}
section.slide .slider-container .slider-wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 90;
  height: 100%;
  position: relative;
}
section.slide .slider-container .slider-wrapper li {
  display: block;
}
section.slide .slider-container .slider-wrapper li.slide-current {
  display: block;
}
section.slide .slider-container .slider-wrapper li.video {
  height: 100%;
  position: relative;
  background: #000000;
}
section.slide .slider-container .slider-wrapper li.video .include {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
}
section.slide .slider-container .slider-wrapper li.video .include::before {
  top: 0;
  left: 0;
  z-index: 4;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
}
section.slide .slider-container .slider-wrapper li.video .include iframe, section.slide .slider-container .slider-wrapper li.video .include object, section.slide .slider-container .slider-wrapper li.video .include embed, section.slide .slider-container .slider-wrapper li.video .include video {
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
}
 

 
section.slide .slider-container .slider-wrapper li .capa {
    top: 346px;
    left: 50%;
    padding: 10px;
    transform: translate(-50%, -50%) !important;
    width: max-content;
    z-index: 92;
    height: fit-content !important;
    position: absolute !important;
    background: rgba(0, 0, 0, 0.82);
    color: white !important;
    font-size: 20px !important;
    text-align: center;
    display: flex;
    gap: 8px;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

 
 
section.slide .slider-container .drt-control {
  top: 40%;
  z-index: 90;
  color: white;
  padding: 30px;
  cursor: pointer;
  font-size: 22px;
  position: absolute;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: rgba(0, 0, 0, var(--opacity-slide));
}
@media only screen and (max-width: 766px) {
  section.slide .slider-container .drt-control {
    padding: 20px;
    font-size: 20px;
  }
}
section.slide .slider-container .drt-control:hover {
  background: black;
}
section.slide .slider-container .drt-control.control-left {
  left: -20px;
  border-radius: 0px 50px 50px 0px;
}
section.slide .slider-container .drt-control.control-right {
  right: -20px;
  border-radius: 50px 0 0 50px;
}
section.slide .slider-container .slider-controls {
  z-index: 90;
  width: 100%;
  bottom: 0px;
  padding: 5px;
  text-align: center;
  margin-bottom: 0px;
  position: absolute;
  padding-bottom: 0px;
  background: rgb(0 0 0 / 0%);
 
}
.fit-image {
    width: 100%;
    display: block;
    display: inline-grid
;
}
 
@media only screen and (max-width: 766px) {
  section.slide .slider-container .slider-controls {
    background: rgb(0, 0, 0);
  }
}
section.slide .slider-container .slider-controls li {
  zoom: 1;
  width: 25px;
  height: 8px;
  margin: 0 6px;
  cursor: pointer;
  background: #DA4453;
  text-indent: -9999px;
  display: inline-block;
  background: rgba(59, 59, 59, 0.5);
  box-shadow: inset 0 0 3px #021728;
  -o-box-shadow: inset 0 0 3px #021728;
  -moz-box-shadow: inset 0 0 3px #021728;
  -webkit-box-shadow: inset 0 0 3px #021728;
}
@media only screen and (max-width: 766px) {
  section.slide .slider-container .slider-controls li {
    width: calc(25% - 40px);
  }
}
section.slide .slider-container .slider-controls li.active {
  background: #071c2e;
}
section.slide .slider-container .tempo-bar {
  position: absolute;
  bottom: 0px;
  height: 5px;
  background: 3px 3px 3px 3px rgba(0, 0, 0, 0.2);
  width: 0%;
  z-index: 91;
  display: block;
  float: left;
}


/* Wrapper to keep slider + columns together */
.slider-and-columns {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Three columns styling */
.three-columns {
    display: flex
;
    justify-content: center;
    gap: 20px;
    row-gap: 20px;
    column-gap: 20px;
    margin-top: 20px;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.info-box {
    flex: 1;
    background: #182931;
    border-radius: 12px;
    box-shadow: -1px 8px 20px 11px rgb(0 0 0 / 46%);
    padding: 20px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    max-height: 300px;
    display: flex
;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}


.info-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.3);
}

.info-box .number {
  font-size: 60px;
  color: #004080;
  display: block;
}

.info-box h3 {
  font-size: 18px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .three-columns {
    flex-direction: column;
  }
}
/* Container for the buttons */
.cz_58120 {
  display: flex;
  justify-content: center; /* توسيط المجموعة في الصفحة */
  align-items: center;
  gap: 10px; /* مسافة بين العناصر */
  margin: 20px 0;
}

/* Style for each button */
.cz_btn {
  display: inline-block;
  padding: 12px 25px;
  background-color: #f9f9f9;
  border-radius: 5px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  transition: background 0.3s, color 0.3s;
}

/* Hover effect for buttons */
.cz_btn:hover {
  background-color: #e0e0e0;
  color: #000;
}

/* Separator between buttons */
.cz_2_btn_sep {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #999;
}
.AD-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 20px 0;
}

.AD-item {
  padding: 12px 25px;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
}

.AD-item:hover {
  background-color: #e0e0e0;
  transform: translateY(-5px) scale(1.05);
  color: #000;
}

.AD-separator {
  font-size: 24px;
  color: #333;
  transition: transform 0.3s ease;
}

.AD-separator:hover {
  transform: rotate(20deg);
}

/* Animation class */
.show {
  animation: fadeUp 0.6s forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.special-buttons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin: 30px 0;
}

.special-btn {
    position: relative;
    padding: 14px 35px;
    font-size: 18px;
    font-weight: bold;
    color: #0f1211 !important;
    text-transform: uppercase;
    border: none;
    border-radius: 50px;
    background: linear-gradient(325deg, #182931 0%, #cedbd7 100%);
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.special-btn::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: rgba(255,255,255,0.15);
  transform: rotate(45deg);
  transition: all 0.5s ease;
}

.special-btn:hover::before {
  top: -10%;
  left: -10%;
}

.special-btn:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

.special-btn:active {
  transform: translateY(0) scale(0.98);
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}