*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



html,body{
   margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth; 
}



body{
   font-family: 'Cairo', sans-serif;
    height: fit-content;
    overflow-y: scroll;
    scroll-behavior: smooth;
   background-color: #FFFFFF;
   overflow-x: hidden;
   direction: rtl;
}


.discount{
    width:100%;
    height: 90px;
    padding:36px 10px 10px 10px;
    gap: 10px;
    background: linear-gradient(to right, #486341, #66B3c2);
     direction: rtl;
    color:white;
    text-align: center;
    font-family: 'cairo', sans-serif;
  
    /* position: sticky;
    top:0px;
     z-index:5;  */
}


.header{
    background-color: #FFFFFF;
    min-height: 202.68px;
    height: fit-content;
    width: auto;
    padding-right: 20px;
    display: flex;
    align-items: center;
    padding: 0 20px;   
    justify-content: space-between; 
}
  

.container {
display: flex; 
 align-items:center;
 justify-content: space-around;
 width: 100%;

}



.logo-image-shake:hover  {
  animation: shake 0.9s ease-in-out  ;
}
@keyframes shake {
  0%   { transform: rotate(0deg); }
  20%  { transform: rotate(15deg); }
  40%  { transform: rotate(-15deg); }
  60%  { transform: rotate(10deg); }
  80%  { transform: rotate(-10deg); }
  100% { transform: rotate(0deg); }
}  


.description-section p {
    direction: rtl;
      width:fit-content ;
      min-height: 59px;
      font-family: 'cairo',sans-serif;
      font-weight: bold;
       font-size: 31.38px; 
       line-height: 100%;
        letter-spacing: 0%;
        margin-left: auto;
}
.description-section .title {
           direction: rtl;
     /* padding-right: 70px;   */
      width:100% ;
      min-height: 59px;
      font-family: 'cairo',sans-serif;
      font-weight: bold;
       font-size: 31.38px; 
       line-height: 100%;
        letter-spacing: 0%;
         margin-left: auto; 
        text-align: center;
}

.vedios-section .title{
  direction: rtl;
     /* padding-right: 70px;   */
      width:100% ;
      min-height: 59px;
      font-family: 'cairo',sans-serif;
      font-weight: bold;
       font-size: 31.38px; 
       line-height: 100%;
        letter-spacing: 0%;
         margin-left: auto; 
        text-align: center;
}


.logo-parent{
    max-width: 400px;  
     min-height: 200px;
    
      display: flex; 
      flex-direction: column;
       align-items: center;
        text-align: center;
}
.logo-section {
  gap: 10px;
  display: inline-block; 
  text-align: center;
}

.logo-section img {
  width: 95px;
  height: auto;
}

.opinions-section{
gap: 10px;
  display: inline-block; 
  text-align: center;

}
.opinions-section img{
  width: 180px;
  height: auto;
}


.logo-text{
    display: inline-block;
     vertical-align: middle;
      text-align: right;
}

.logo-text h3 {
  font-size: 16px;
  font-weight: 700;
  color: #00657b;
  margin: 0;
}

.logo-text p {
  font-size: 12px;
  color: #007b9c;
  margin: 0;
}

.logo-text img{
    display: inline-block; 
    vertical-align: middle;
     width: 80px; height: auto;
      margin-right: 10px;
}

.nav-links {
  gap: 25px;
  margin-top: 20px;
   display: flex;
    gap: 15px; 
    justify-content: center;
}

.nav-links a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 15px;
  position: relative;
}

.nav-links a.active,
.nav-links a:hover {
  color: #007b9c;
}

.nav-links a.active::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #007b9c;
  border-radius: 2px;
}

.contact-section {
  width:160px;
  min-height: 162.5px;
  height: fit-content;
  gap: 10px;
  display: flex;
   flex-direction: column; 
   align-content: space-between; 
   justify-content: space-evenly;
}

.phone {
  border: 1px solid  #1A7182;
   color:  #1A7182;
  padding: px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  gap: 8px;
  
}

.new-phone{
   border: 1px solid  #1A7182;
   color:  #1A7182;
  padding: 6px 5px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  gap: 8px;
  
}


.phone:hover ,.new-phone:hover{
   text-decoration: none;
   background-color: #00657b;
   opacity: 0.7;
   color: white;
}



.phone i {
  color: #007b9c;
}

.social {
  gap: 15px;
  display: flex;
   justify-content: space-evenly;
}

.new-social {

  display: flex;
   justify-content: space-around;
}

.social a ,.new-social a{
  color: #00657b;
  font-size: 20px;
  transition: 0.3s;
}

.social a:hover  ,.new-social a:hover{
  color: #0099b7;
}


.icons-container{
width: 284px;
min-height: 162.5px;
height: fit-content;
gap: 50px;
}
.call{
   
    width:284px;
    height: 72px;
    border-radius: 16px;
    border: 1px;
    gap:17px;
    border-color: #000000;
}



.description-section{
    width:auto;
    height: fit-content;
     min-height: 761.18px; 
     padding-top:193px; 
     padding-bottom: 123px;
     gap: 38px;
      justify-content: center; 
      align-items: center; 
      direction: ltr;
}


.vedios-section{
     min-height: 599.67px;
     height: fit-content;
     width: auto;
  padding: 183.7px 72.32px 134px 72.32px;


  gap:38px;
   justify-content: center; 
      align-items: center; 

  background-color: #DAF2F3;
  direction: ltr;
  
}




.card{
    width:340.83px ; 
    height: fit-content;
    min-height: 445.18px;
    border-radius: 29.4px;
     padding:32px 25.94px 32px 25.94px;
     gap:15.28px;
     background: linear-gradient(#FFFFFF,#CFE3E4);
     margin: 0px 5px;
     
}

.card img {
    border-radius:29.4px ;
     width:320.95px;
     height: 232.63px;
     position:relative;
     left:-19px;
}



.vedios-sec img{
   border-radius:29.4px ;
     width:348.95px;
     height: 232.63px;
     position:relative;
     right:12px;
}



.vedios-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  gap: 20px;
}

.vedios-sec {
  position: relative;
  width: 320px;
  height: 200px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}




.play{
cursor: pointer;
}



.vedios-sec video{
display: none;
  width: 100%;
  height:100% ;
  border-radius: 16px;
  object-fit: contain;
 transition: background-color 0.3s ease;
}

.card p{
    direction: rtl;
     font-family: 'cairo', sans-serif;
      font-weight: 500;
       font-size: 20.72px;
       line-height: 1.2;
        letter-spacing: 0%;
       text-align: center; 
       color:#656363;
       
    
}



.icone-styling{
  width:30px ;
  height: 30px ;
  background-color: #1A7182 ;
 
  border-radius: 50% ;
  color:white ;
   text-align: center ;
    line-height: 30px !important; 
}

.sp-icone{
    width:30px ;
  height: 30px ;
  background-color: #1A7182 ;
 
  border-radius: 50% ;
  color:white ;
   text-align: center ;
    line-height: 30px !important; 
}


.icone-styling:hover{
  background-color:  #007b9c;
}




.description {
  background-image: 
    url('/images/water.jpg'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 681px;
  height: fit-content;

  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  padding: 20px;
}


.content {
  max-width: 600px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 30px 20px;
  backdrop-filter: blur(4px);
}



.content h1 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.content h2 {
  font-size: 22px;
  margin-bottom: 15px;
}

.content p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #e6e6e6;
}


.buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 23.38px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
  border: none;
  gap:18.77px;
  height: 63.77px;
  width:276.87px;
}

.btn.call {
     background: linear-gradient(to right, #486341, #66B3c2);
     color: black;

}

.btn.whatsapp {
  background-color: white;
  color: black;
  border: 1px solid white;

}

.btn:hover {
  opacity: 0.8;

}

    #who-we-are {
 direction: ltr;
  width:100%;
  min-height: 685px;
  height: 800px;
  padding: 92px 65px 92px 65px;       
  background: linear-gradient(#B4DBD4,#316158);


  display: flex;
  flex-wrap: wrap;
 
  
}

.who-we-are-Image img {
  width: 100%;
  max-width: 609px;
  height: auto;
  border-radius: 26px;
  display: block;
}



@media (max-width: 768px) {
  #who-we-are {
    direction: ltr;
  width:100%;
  min-height: 685px;
  height: fit-content;
   padding: 92px 65px 92px 65px;       
  background: linear-gradient(#B4DBD4,#316158);


  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  
  }

  .who-we-are-Image {
    display: flex;
    justify-content: center; 
  }

  .who-we-are-Image img {
    max-width: 90%; 
  }
}

 .full-width {
  width: 100%; 
  margin: 0;    
  padding: 0;   
} 


.white-space{
   width: 100%;
   height: 126px;
    padding: 33px 114px;  
   gap:12px;
}

.rank{
  background-image: url('/white-water/images/rank.jpg');
  width:100%;
  min-height: 408px;
  height: fit-content;
  gap:50px;
  color:#011E17;
}


.not-focused{
  background: linear-gradient(to bottom,);
  width:348.95px;
     height: 232.63px;
border-radius: 15px;

}

@media (max-width:499px) {
  .header{
    background-color: #FFFFFF;
    min-height: 202.68px;
    height: fit-content;
    width: auto;
    padding-right: 20px;
   
    display: flex;
    align-items: center;
    padding: 0 20px;   
    justify-content: space-between; 
}
}

.feedback-card {
  background-color: #fff;
  width: 220px;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feedback-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.profile {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 12px;
}

.profile-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #e0e0e0;
  color: #555;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}

.profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.profile-img::before {
  content: attr(data-initials);
  position: absolute;
  font-size: 18px;
  color: #333;
}

.user-info h3 {
  font-size: 18px;
  margin: 0;
}

.user-info p {
  color: #777;
  font-size: 14px;
  margin: 3px 0 0;
}

.stars {
  color: #f5c518;
  margin-bottom: 10px;
}

.feedback {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  min-height: 115px;
}

.scroll-box {
  overflow-x: scroll;      
}
.disable-scrollbars::-webkit-scrollbar {
  background: transparent; 
  width: 0px;
}
    
.disable-scrollbars {
  scrollbar-width: none; 
  -ms-overflow-style: none;  
}


::-webkit-scrollbar {
  display: none;
}

#call-icone{
  display:none;
  color: white;
}

.slash{
  display: none;
}
.trans-me{
  transform: translateY(0px);

}
.trans-me:hover{
  transform: translateY(-8px);
   transition: transform 0.4s ease-in-out;
}

 
@media (max-width:490px) {

  .header{
    background-color: #FFFFFF;
    min-height: 202.68px;
    height: fit-content;
    width: 100%;
   
}



.container {
display: auto; 

 width: 100%;
}


#call-icone{
  display:block;
  width:50px ;
  height: 50px ;
  background-color: #1A7182 ;
 
  border-radius: 50% ;
  color:white ;
   text-align: center ;
    line-height: 50px !important; 
    justify-self: left;
    

     transform: translateY(0);
  transition: transform 0.4s ease;
}
#call-icone:hover{
  transform: translateY(-3px);

}


.slash-image{
  width:35px;
  height: 35px;

}


.logo-parent{
  display: flex;
  flex-direction: row;
 width: 100%;
  direction: ltr;
}

.slash{
display: block;
  transform: translateY(0);
  transition: transform 0.4s ease;
}
.slash-image:hover{
  transform: translateY(-3px);

}


#image{
  position: relative;
  left: 30px;
}

.logo-section{
display: flex;
width:100vw;
height: 200px;
margin:0 auto;
justify-content: center;
align-items: center;
direction: rtl;
}
 

 .contact-section{
  display: none;
}
.nav-links{
  display: none;
}
} 



