* 
{
    box-sizing: border-box;
}

body 
{
    margin: 0;
    padding: 0;
    font-family:'Merienda', cursive;
    
    


}




































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































arabic-text 
{
    font-family: 'Cairo', sans-serif;
    /* Add other styling properties as needed */
}

header {
  
    display: flex;
    justify-content:space-between;
    height: 180px;
    align-items: center;
    padding: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%; /* Set the width to 100% for full-width on mobile screens */
    background: linear-gradient(to right, #0C522F,#279b37 );
    /* Adjust the colors in the gradient to achieve the desired effect */
}


/*header*/

.logo img {
    width: 165px;
    height: 135px;
    margin-left: 3px;
    border-radius: 10px; /* Add border radius for rounded corners *//* Add a subtle shadow for depth */
    transition: transform 0.3s ease-in-out;
    margin-top: 5px; /* Add a smooth transition effect on hover */
}

.logo img:hover {
    transform: scale(1.1); /* Increase size on hover for a subtle zoom effect */
}

.small-images img {
    width: 300px;
    height: 75px;
    object-fit: contain;
    margin-top: 15px; /* Adjust the margin-top to create space below the "jam" image */
}
.small-images img:hover {
  transform: scale(1.1); /* Scale up the image on hover */
 
}


.jam {
    margin-left:-100px;
    position: relative;
  
     /* Set position to relative to allow absolute positioning of the small image */
}
.jam img {
            width: 385px;
            height: 140px;
            margin-bottom: 40px;
            animation: moveUpDown 8s ease-in-out infinite; /* Adjust the duration and timing function as needed */
            margin-right:-5px;
        }

        @keyframes moveUpDown {
            0%, 100% {
                transform: translateY(0);
            }
            50% {
                transform: translateY(-20px); /* Adjust the vertical movement distance */
            }
        }


.small-images {
    position: absolute; /* Set position to absolute to position the small image within the "jam" container */
    bottom: 50px; /* Align the small image to the bottom of the "jam" container */
    left: 60%; /* Adjust left positioning */
    transform: translateX(29%);
    top: 96px; /* Center the small image horizontally within the "jam" container */
}

.header-links {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin-right: 20px;
     /* Allow items to wrap to the next line */
}

.header-links a {/* Adjust spacing */
    margin-top: 120px; /* Adjust spacing */
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    border-radius: 20px;
    padding: 4px 16px;
    letter-spacing: 5px;
    transition: color 1s;
    font-size: 17px;
}

.header-links a:hover {
    color: #DA2E16;
}

.header-links a.clicked {
    background-color:#FFcC1D;
    color: #DA2E16;
}

/*content*/

.content {
    display: flex;
    flex-direction: unset; /* Image on the left, text on the right */
    align-items: flex; /* Center content vertically */
    padding: 8px;
    margin-bottom: 50px;
}

.content .image-container {
    width: 40%; /* Adjust the width based on your design */
    margin-right:65px;
    margin-left: -10px;
    margin-top: -30px; /* Adjust spacing between image and text */
}

.content .image-container img {
    width: 400px; /* Use 100% to fill the container */
    height:590px; /* Maintain the aspect ratio */
    max-height: 700px; /* Set the maximum height; adjust as needed */
    border-radius: 8px;
}
.image-back {
        width: 100%; /* Occupy full width on mobile screens */
        max-width: 400px; /* Set a maximum width; adjust as needed */
        /* Adjust spacing between image and text; applicable only for laptops */
        position: absolute;
        top: 240px;
        left: -35px; /* Position at top-left for mobile screens */
    }

    .content .image-back img {
        width: 500px; /* Use 100% to fill the container */
        height: auto; /* Maintain the aspect ratio */
        max-height: 700px; /* Set the maximum height; adjust as needed */
    }


.content .text-container {
        position: relative;
        width: 50%;
        margin-top:-4px;
        margin-left: 90px; /* Adjust as needed */
        padding: 5px;
        box-sizing: border-box;
    }

.content .text-container h2 {
  color: #333;
  font-size: 15mm;
  line-height: 1.45em;
  font-weight: 400;
  text-align: right;
  margin-right: -5px;
  font-family: 'Gulzar', sans-serif;
  transition: all 0.3s ease; /* Smooth transition for all properties */
}

.content .text-container h2:hover {
  color: #ff6600; /* Change text color on hover */
  font-size: 16mm; /* Increase font size on hover */
  background-color: #f8f8f8; /* Change background color on hover */
  }

.content .text-container h2 span {
    color: #0C522F;
    font-size: 14mm;
    font-weight: 500;
    margin-right: 55px
  
}

.content .text-container p {
    color: #555;
     font-size: 5.5mm;
    text-align: left; /* Align text to the right */
    margin-left: -85px;
    margin-top:65px;
    font-family: 'Cairo', sans-serif;
}

.content .text-container a {
    position: absolute;
    display: inline-flex; ;
    padding: 7px 19px;
    background: linear-gradient(to right, #0C522F,#279b37 );
    color: #fff;
    border-radius: 40px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 1px;
    margin-top:-40px;
    margin-right: 200px;
    margin-left: -5px;
    font-family: 'Merienda', cursive;

}
.content .text-container a:hover {
    color: #DA2E16;
}
 
/*thump*/

.thumb {
    position: absolute; /* Adjust position for smaller screens */
    margin-top: -123px;
    margin-left:125px; /* Adjust spacing */
    display: flex;
    justify-content: center; /* Center thumbnails horizontally */
}

.thumb li {
    list-style: none;
    display: inline-block;
    margin: 0 9px; /* Adjust spacing */
    cursor: pointer;
    transition: 0.5s;
}

.thumb li:hover {
    transform: translateY(-15px);
}

.thumb li img {
    max-width: 85px;
}

 /*sci*/
      .sci
     {
        height: 200px; /* Set the desired height */
        width: 25px; 
        position: absolute;
        top: 540px;
        right: 10px;
        transform: translateY(-90%);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background-color: #EB202D;
        border-radius: 5px;
        cursor: pointer;



     }
     .sci li
     {
        list-style: none;

     }
      .sci li a
     {
        display: inline-block;
        margin: 11px 0;
     }
     .sci li a img{height: 25px;width: 25px; position: relative;left:-18px; }


.full-width-line {
    position: absolute;
    top: calc(22px + 158px); /* Adjust the height of the line as needed */
    left: 0;
    width: 100%;
    height: 6PX; /* Adjust the height of the line as needed */
    background-color: #DA2E16; /* Adjust the color of the line as needed */
}

/* slider*/
.slider-text {
  position: absolute;
  top: 870px;
  left: 15px; /* Adjust the left position as needed */
  transform: translateY(-50%);
  text-align: left;  /* Align text to the left */
}

.slider-text p {
  font-size: 16px;
  line-height: 1.9;
  max-width: 800px;
  margin: 0 auto;
  color: #555;
  font-style: italic;
  letter-spacing: 2px;

}
.slider-title{ 
  position: absolute;
  top: 937px;
  left: 10px; /* Adjust the left position as needed */
  transform: translateY(-50%);
  text-align: left;
  font-weight:800;
}
.slider-title p {
  font-size: 35px;
  line-height: 1.6;
  letter-spacing: 1px;
  max-width: 800px;
  margin: 0 auto;
  color: #EB202D;
  font-style: italic;
}

  .slider {
  width: 100%;
  height: 800px;
  position: relative;
  margin: auto;
  overflow-x: scroll;
  overflow-y: hidden;
}

.slider::-webkit-scrollbar {
  display: none;
}

 .slide {
  display: flex;
  position: absolute;
  margin-top: 170px;
  left: -10px;
  right: 0;
  transition: 1.5s ease ;
}

.item-container {
      position: relative;
      display: inline-block;
      margin-right: 2px; /* Adjust spacing between items */
    }
    .details-button {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      background-color:  #0C622F;
      color: white;
      font-size: 15px;
      font-family:'Merienda', cursive;
      padding: 10px 50px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }
    .details-button:hover {
  background-color:#FC1200;
}

.slider .item {
  margin-right: 5px;
  height: 530px;
  width: 325px;
  border: 1px solid #ccc;
  transition: transform 0.5s ease; /* Add a transition for a smoother effect */
}

.slider .item:hover {
box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.4); 
   /* Your desired hover border color */
}
.item-container:hover .item {
  transform: translateY(-12px); /* Adjust the value to control the upward movement */
}

.slider .item:last-child {
  margin-right: 0;
}

.ctrl {
  text-align: center;
  margin-top: 5px;
}

.ctrl-btn {
  padding: 20px 20px;
  min-width: 100px;
  background: #fff;
  border: none;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  outline: none;
  position: absolute;
  top:87%;
  margin-top: 15px;
}

.ctrl-btn.pro-prev {  
  left: 257px;
  
}

.ctrl-btn.pro-next {
  right: 257px;

}

     .dot-container {
      position: absolute;
      bottom:40px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      align-items: center;
    }

    .dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #bbb; /* Set your desired color for inactive dots */
      margin: 0 5px;
      cursor: pointer;
    }

    .dot.active {
      background-color: #717171; /* Set your desired color for the active dot */
    }

    /* footer*/
 footer {
  overflow: hidden;
}
.upper-section,
.lower-section {
  box-sizing: border-box; /* Include padding and border in the total width and height */
}

.upper-section {
  background: linear-gradient(to right, #0C522F,#279b37 );
  color: #fff;
  padding: 20px;
  text-align: center;
  width: 100%; /* Set the width to 100% for full width */
  height:125px; /* Adjust the height as needed */
}

.lower-section {
 background: linear-gradient(to right, #C70039,#FF0000) ; /* Red color for the lower section */
  padding: 3px;
  text-align: center;
  width: 100%; /* Set the width to 100% for full width */
  height: 50px; /* Adjust the height as needed */
}

.footer-content {
    position: relative;
   
  }
   .footer-content p {
    margin-top: 20px; /* Adjust the value as needed */
  }

  .small-imagesf {
    position: absolute;
    top:55px;
    right: 0;
  }

.small-imagesf img {
    width: 250px;
    height: 75px;
    object-fit: contain;

}
.logof img {
    width: 115px;
    height: 95px;
    margin-right: 1300px;
    /* Add border radius for rounded corners */
     /* Add a subtle shadow for depth */
    transition: transform 0.3s ease-in-out; /* Add a smooth transition effect on hover */
    margin-top:-220px;
    left:0;
}

.logof img:hover {
    transform: scale(1.1); /* Increase size on hover for a subtle zoom effect */
}
.scif {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scif li {
  margin: 0 14px; /* Adjust spacing between icons */
}

.scif a img {
  width: 40px; /* Adjust icon size as needed */
  height: auto;
}

/* Add hover effect to social media icons if desired */
.scif a img:hover {
  opacity: 0.8;
}
upper-section.footer-content a {
  text-decoration: none;
  color: white;
  font-size: 1px; /* Reduced font size */
}